Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] [TC-incubator] Broken UI components on Linux since June

Hi Geneviève,


Thank you very much for the reply and possible solutions,


I did the following to check if it's the problem of my local set-up, some possible causes are excluded while 

others might not yet very clear :


The command I use to build:


~/apache-maven-3.6.3/bin/mvn clean install -DskipTests=true


The version info output from Maven:


zy@zephyrus:~/d/org.eclipse.tracecompass.incubator$ ~/apache-maven-3.6.3/bin/mvn -vApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /home/zy/apache-maven-3.6.3
Java version: 11.0.5, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-115-generic", arch: "amd64", family: "unix"

I'm aware that TC now requires Java11 for runtime so I update it on my machine from Java8, otherwise Maven
fails to build. But sorry that I'm not sure if any steps during the build process is still referring to Java8 or not. 

The project is on the "master" branch, I tried other branches, e.g., 5.3-stable but failed, the master branch is the 
only one that I can build with the command without having to change any configuration (e.g. the target version if
necessary?)

I was not building the TC but the incubator project only, but I find that the version displayed for it is the date
when the project is built.. sorry I didn't get valid information for this section.

When I'm trying to click on the "browse" button while importing a new file, the error log window reports an error
says "unhandled event loop exception", I attach the stack information copied from its detailed log.

To justify if it's my misusing some module that causes this problem, I exclude my modules from the pom.xml files
and the "target.incubator.product" file, but these UI problems still exist. I also attach the full output from a successful
build with this email.

Thanks again for your kind suggestions, and looking forward to hearing from you!

​Best,
Yang


---------------

Yang Zhou
Kungliga Tekniska högskolan | KTH Royal Institute of Technology
Master i datalogi | Master of Computer Science
Datorgrafik och visualisering | Computer Graphics and Visualization
Email (preferred): zhy@xxxxxx
Tel: +46 073 846 48 96 

From: tracecompass-dev-bounces@xxxxxxxxxxx <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of tracecompass developer discussions <tracecompass-dev@xxxxxxxxxxx>
Sent: Monday, November 30, 2020 9:19 PM
To: tracecompass-dev@xxxxxxxxxxx
Subject: Re: [tracecompass-dev] [TC-incubator] Broken UI components on Linux since June
 

Hi Yang,


About this, it all works fine here, building the incubator and the features you mention. Note that since a while ago, we do not support java 8 anymore, but only java 11. But I think this would have caused errors at build time if that were the problem.


Which OS are you building on/for? What's the exact command you use to build? Which version of TC + incubator? Are you all with latest master? If not, updating would be a good first step.


Cheers,

Geneviève



On 2020-11-30 2:57 a.m., tracecompass developer discussions wrote:

Hi everyone,


Hope this email doesn't bother you, but I'd like to make sure if there is a bug or maybe I'm not building TC-incubator correctly.


Since an update in June this year, I find that some UI features in TC Incubator no longer work even though the build is successful, 

including:


Right click on the project panel, select "import" and there pop up a window to import trace files, but the "Browse" button is not working,

there's no response clicking on it.


Formerly I can click-and-hold to select a range of time on a visual diagram, but now once I drag on the diagram, there's no longer an orange rect indicating where I'm selecting, but the time range can only start from the beginning of the diagram.


It no longer displays tooltips while hovering on the diagram elements.


Rearraging the layout of views by drag-and-drop is no longer possible.


I'm not sure but doubt the UI module is not listening to the mouse input correctly, seems any input other than single-click is not handled correctly. 


I'd be very glad if anyone can help me with the issues, looking forward to your reply!


Best,


Yang Zhou
Kungliga Tekniska högskolan | KTH Royal Institute of Technology
Master i datalogi | Master of Computer Science
Datorgrafik och visualisering | Computer Graphics and Visualization
Email (preferred): zhy@xxxxxx
Tel: +46 073 846 48 96 

_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tracecompass-dev
null
org.eclipse.ui.workbench
Error
Tue Dec 01 14:15:38 CET 2020
Unhandled event loop exception

org.eclipse.swt.SWTError: No more handles
	at org.eclipse.swt.SWT.error(SWT.java:4895)
	at org.eclipse.swt.SWT.error(SWT.java:4784)
	at org.eclipse.swt.SWT.error(SWT.java:4755)
	at org.eclipse.swt.widgets.Dialog.error(Dialog.java:202)
	at org.eclipse.swt.widgets.DirectoryDialog.openNativeChooserDialog(DirectoryDialog.java:139)
	at org.eclipse.swt.widgets.DirectoryDialog.open(DirectoryDialog.java:123)
	at org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.ImportTraceWizardPage.handleSourceDirectoryBrowseButtonPressed(ImportTraceWizardPage.java:618)
	at org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.ImportTraceWizardPage$7.widgetSelected(ImportTraceWizardPage.java:536)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5745)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1427)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5013)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4507)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:823)
	at org.eclipse.jface.window.Window.open(Window.java:799)
	at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:151)
	at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:280)
	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283)
	at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:97)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:319)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:253)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173)
	at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156)
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488)
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487)
	at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
	at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:389)
	at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:142)
	at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:152)
	at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:100)
	at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:171)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:579)
	at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:413)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5745)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1427)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5013)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4507)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:153)
	at org.eclipse.tracecompass.internal.tracing.rcp.ui.Application.start(Application.java:95)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)


[INFO] Scanning for projects...
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/.polyglot.build.properties
/home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.releng-site:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/10.0/cdt-10.0.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/tools/cdt/releases/10.0/cdt-10.0.0
[INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ (172B)
[INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots
[INFO] Fetching p2.index from https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/ (172B)
[INFO] Adding repository https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ (134B)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/ (172B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800
[INFO] Adding repository https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2
[INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.19.0/R-3.19.0-20200828030223/repository/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.19.0/R-3.19.0-20200828030223/repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/webtools/downloads/drops/R3.19.0/R-3.19.0-20200828030223/repository
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.23
[INFO] Fetching p2.index from https://download.eclipse.org/swtchart/releases/0.12.0/repository/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/swtchart/releases/0.12.0/repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/swtchart/releases/0.12.0/repository
[INFO] Fetching p2.index from http://download.eclipse.org/tracecompass/master/repository/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/tracecompass/master/repository/ (172B)
[INFO] Adding repository http://download.eclipse.org/tracecompass/master/repository
[INFO] Fetching p2.index from https://download.eclipse.org/tracecompass/master/rcp-repository/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/tracecompass/master/rcp-repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/tracecompass/master/rcp-repository
[INFO] Fetching p2.index from https://download.eclipse.org/nebula/releases/2.4.0/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/nebula/releases/2.4.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/nebula/releases/2.4.0
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/2019-09
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/ (142B)
[INFO] Adding repository https://download.eclipse.org/ease/integration/nightly
[INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines
[WARNING] Failed to access p2 repository https://bintray.com/artifact/download/pontesegger/ease-engines, use local cache. Neither https://bintray.com/artifact/download/pontesegger/ease-engines/content.jar nor https://bintray.com/artifact/download/pontesegger/ease-engines/content.xml found.
[INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.releng-site:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.releng-site:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.xaf.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.xaf.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.xaf.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.xaf.ui:1.0.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.xaf.ui:1.0.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.xaf.ui:1.0.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tmf.ui.multiview:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tmf.ui.multiview:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tmf.ui.multiview:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.analysis.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.analysis.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.analysis.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.analysis.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.analysis.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.analysis.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.javascript:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.javascript:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.javascript:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.python:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.python:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.python:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.core:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.core:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.core:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.core.tests:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.core.tests:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.core.tests:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.ui:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.ui:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.ui:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.ui.tests:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.ui.tests:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.ui.tests:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.ui:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.product:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.product:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.product:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.doc.dev:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.doc.dev:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.doc.dev:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.doc.user:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.doc.user:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.doc.user:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.doc.user:0.1.0-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.branding:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.branding:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.branding:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.branding.feature:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.branding.feature:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.branding.feature:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.product:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.product:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.product:0.0.1-SNAPSHOT @ /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/pom.xml
[WARNING] The project org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator:pom:0.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Trace Compass Incubator Parent                                     [pom]
[INFO] Trace Compass Incubator Common Parent                              [pom]
[INFO] Trace Compass Incubator Target Platform                            [pom]
[INFO] Trace Compass Incubator Callstack Parent                           [pom]
[INFO] org.eclipse.tracecompass.incubator.analysis.core        [eclipse-plugin]
[INFO] Trace Compass Incubator tracetypes Parent                          [pom]
[INFO] org.eclipse.tracecompass.incubator.ftrace.core          [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.callstack.core       [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.traceevent.core      [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.atrace.core          [eclipse-plugin]
[INFO] Trace Compass Incubator Documentation                              [pom]
[INFO] Trace Compass Incubator for Android User Guide          [eclipse-plugin]
[INFO] Trace Compass Incubator ftrace User Guide               [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.ftrace              [eclipse-feature]
[INFO] Trace Compass Incubator callstack User Guide            [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.callstack.ui         [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.callstack           [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.traceevent.ui        [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.traceevent          [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.atrace              [eclipse-feature]
[INFO] Trace Compass Incubator analyses Parent                            [pom]
[INFO] org.eclipse.tracecompass.incubator.eventfieldcount.core [eclipse-plugin]
[INFO] Trace Compass Incubator eventcount User Guide           [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.eventfieldcount     [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.filters.core         [eclipse-plugin]
[INFO] Trace Compass Incubator Filters User Guide              [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.filters.ui           [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.filters             [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.hudson.maven.core    [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.hudson.maven.ui      [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.hudson.maven        [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.kernel.core          [eclipse-plugin]
[INFO] Trace Compass Incubator kernel User Guide               [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui  [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.kernel.ui            [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.kernel              [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.lttng2.ust.extras.core [eclipse-plugin]
[INFO] Trace Compass Incubator LTTng2 Ust Extras User Guide    [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.lttng2.ust.extras   [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.opentracing.core     [eclipse-plugin]
[INFO] Trace Compass Incubator opentracing User Guide          [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.opentracing.ui       [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.opentracing         [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.perf.profiling.core  [eclipse-plugin]
[INFO] Trace Compass Incubator Perf Profiling User Guide       [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.perf.profiling      [eclipse-feature]
[INFO] Trace Compass Incubator VM Parent                                  [pom]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis.core [eclipse-plugin]
[INFO] Trace Compass Incubator Virtual Machine Analysis User Guide [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.uftrace.core         [eclipse-plugin]
[INFO] Trace Compass Incubator uftrace User Guide              [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.uftrace             [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.tracecompass.core    [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.tracecompass        [eclipse-feature]
[INFO] Trace Compass Incubator Scripting Parent                           [pom]
[INFO] org.eclipse.tracecompass.incubator.scripting.core       [eclipse-plugin]
[INFO] Trace Compass Incubator Scripting User Guide            [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.scripting.ui         [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.scripting           [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.scripting.javascript [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.scripting.python    [eclipse-feature]
[INFO] Trace Compass Incubator Repository                  [eclipse-repository]
[INFO] org.eclipse.tracecompass.incubator.xaf.core             [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.xaf.ui               [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.kernel.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.eventfieldcount.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.filters.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.tmf.ui.multiview    [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.analysis.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.callstack.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.scripting.core.tests [eclipse-test-plugin]
[INFO] Trace Compass Incubator Scripting UI Tests Plug-in [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.traceevent.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.hudson.maven.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.opentracing.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.perf.profiling.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.uftrace.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.tracecompass.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.ftrace.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.atrace.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.ros.core             [eclipse-plugin]
[INFO] Trace Compass Incubator ROS User Guide                  [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.ros.ui               [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.ros                 [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.ros.core.tests  [eclipse-test-plugin]
[INFO] org.eclipse.tracecompass.incubator.jpftrace.core        [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.jpftrace.ui          [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.jpftrace            [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.jpftrace.core.tests [eclipse-test-plugin]
[INFO] Trace Compass Incubator Trace Server Parent                        [pom]
[INFO] org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core [eclipse-plugin]
[INFO] org.eclipse.tracecompass.incubator.trace.server.jersey.rest [eclipse-feature]
[INFO] org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests [eclipse-test-plugin]
[INFO] Trace Compass Server Product                        [eclipse-repository]
[INFO] Trace Compass Incubator Trace Server Developer Guide    [eclipse-plugin]
[INFO] Trace Compass Incubator RCP Parent                                 [pom]
[INFO] Trace Compass Incubator RCP Feature                    [eclipse-feature]
[INFO] Trace Compass RCP Branding plug-in                      [eclipse-plugin]
[INFO] Trace Compass RCP Branding Feature                     [eclipse-feature]
[INFO] Trace Compass Incubator RCP Product                 [eclipse-repository]
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator >--
[INFO] Building Trace Compass Incubator Parent 0.0.1-SNAPSHOT           [1/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.common-parent >--
[INFO] Building Trace Compass Incubator Common Parent 0.0.1-SNAPSHOT    [2/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/common/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/common/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.common-parent ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/common/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.common-parent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.common-parent-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.target >--
[INFO] Building Trace Compass Incubator Target Platform 0.0.1-SNAPSHOT  [3/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.target ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.target/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.target ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.target ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.target/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.target ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.target ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.target ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.target ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:attach-artifact (attach-artifacts) @ org.eclipse.tracecompass.incubator.target ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.target ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.target ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.target ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.target/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.target/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.target-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.target/tracecompass-incubator-master.target to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.target/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.target-0.0.1-SNAPSHOT-tracecompass-incubator-master.target
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.target/tracecompass-incubator-oxygen.target to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.target/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.target-0.0.1-SNAPSHOT-tracecompass-oxygen-master.target
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.target/tracecompass-incubator-2019-06.target to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.target/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.target-0.0.1-SNAPSHOT-tracecompass-incubator-2019-06.target
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack-parent >--
[INFO] Building Trace Compass Incubator Callstack Parent 0.0.1-SNAPSHOT [4/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/callstack/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/callstack/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.callstack-parent ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack-parent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack-parent-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.analysis.core >--
[INFO] Building org.eclipse.tracecompass.incubator.analysis.core 0.0.1-SNAPSHOT [5/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] Compiling 43 source files to /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/IWeightedTreeSet.java:[91] 
	return getTreesFor(element);
	                   ^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/internal/analysis/core/model/ModelListener.java:[227] 
	return module == null ? Optional.empty() : Optional.of(module);
	                        ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Optional<@NonNull IAnalysisModule>' needs unchecked conversion to conform to '@NonNull Optional<@NonNull IAnalysisModule>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/internal/analysis/core/model/ModelListener.java:[227] 
	return module == null ? Optional.empty() : Optional.of(module);
	                                           ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Optional<@NonNull IAnalysisModule>' needs unchecked conversion to conform to '@NonNull Optional<@NonNull IAnalysisModule>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeGroupBy.java:[100] 
	for (T tree : treeSet.getTreesFor(originalElement)) {
	                                  ^^^^^^^^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeGroupBy.java:[114] 
	recurseAddElementData((E) child, nextGroupEl, treeSet, newTreeSet, elDepth + 1, groupDepth);
	                      ^^^^^^^^^
Type safety: Unchecked cast from ITree to E
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeGroupBy.java:[114] 
	recurseAddElementData((E) child, nextGroupEl, treeSet, newTreeSet, elDepth + 1, groupDepth);
	                                 ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITree' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeGroupBy.java:[143] 
	for (T tree : treeSet.getTreesFor(element)) {
	                                  ^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeGroupBy.java:[152] 
	recurseAddElementData((E) child, group, treeSet, newTreeSet);
	                      ^^^^^^^^^
Type safety: Unchecked cast from Object to E
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeSet.java:[68] 
	root = (E) parent;
	       ^^^^^^^^^^
Type safety: Unchecked cast from ITree to E
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeSet.java:[76] 
	Collection<WeightedTree<N>> trees = fTrees.get(dstGroup);
	                                               ^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeSet.java:[83] 
	fTrees.put(dstGroup, tree);
	           ^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeUtils.java:[63] 
	for (DifferentialWeightedTree<T> childTree : diffTrees(other == null ? Collections.emptyList() : other.getChildren(), base.getChildren())) {
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull List<@NonNull WeightedTree<T>>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull WeightedTree<@NonNull T>>', corresponding supertype is 'Collection<@NonNull WeightedTree<T>>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeUtils.java:[143] 
	return ImmutableList.of(new Pair(element1, element2));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor Pair(Object, Object) belongs to the raw type Pair. References to generic type Pair<A,B> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeUtils.java:[143] 
	return ImmutableList.of(new Pair(element1, element2));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Pair' needs unchecked conversion to conform to '@NonNull Pair<@NonNull ?,@NonNull ?>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/org/eclipse/tracecompass/incubator/analysis/core/weighted/tree/WeightedTreeUtils.java:[143] 
	return ImmutableList.of(new Pair(element1, element2));
	                            ^^^^
Pair is a raw type. References to generic type Pair<A,B> should be parameterized
15 problems (15 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.analysis.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracetypes-parent >--
[INFO] Building Trace Compass Incubator tracetypes Parent 0.0.1-SNAPSHOT [6/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.tracetypes-parent ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracetypes-parent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracetypes-parent-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.core >--
[INFO] Building org.eclipse.tracecompass.incubator.ftrace.core 0.0.1-SNAPSHOT [7/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] Compiling 12 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/src/org/eclipse/tracecompass/incubator/internal/ftrace/core/trace/GenericFtrace.java:[113] 
	return seek(fileInput, location, context);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential resource leak: 'fileInput' may not be closed at this location
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/src/org/eclipse/tracecompass/incubator/internal/ftrace/core/trace/GenericFtrace.java:[291] 
	setFileInput(new BufferedRandomAccessFile(file, "r")); //$NON-NLS-1$
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential resource leak: '<unassigned Closeable value>' may not be closed
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.ftrace.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.core >--
[INFO] Building org.eclipse.tracecompass.incubator.callstack.core 0.0.1-SNAPSHOT [8/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Compiling 71 source files to /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[25] 
	import org.eclipse.tracecompass.internal.tmf.core.model.DataProviderDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[26] 
	import org.eclipse.tracecompass.internal.tmf.core.model.xy.TmfTreeXYCompositeDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfTreeXYCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[66] 
	return TmfTreeXYCompositeDataProvider.create(traces, Objects.requireNonNull(Messages.FlameChartDataProvider_Title), FlameChartDataProvider.ID, secondaryId);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfTreeXYCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[66] 
	return TmfTreeXYCompositeDataProvider.create(traces, Objects.requireNonNull(Messages.FlameChartDataProvider_Title), FlameChartDataProvider.ID, secondaryId);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfTreeXYCompositeDataProvider.create(Collection<ITmfTrace>, String, String, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[100] 
	DataProviderDescriptor.Builder builder = new DataProviderDescriptor.Builder();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[100] 
	DataProviderDescriptor.Builder builder = new DataProviderDescriptor.Builder();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[100] 
	DataProviderDescriptor.Builder builder = new DataProviderDescriptor.Builder();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DataProviderDescriptor.Builder()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[100] 
	DataProviderDescriptor.Builder builder = new DataProviderDescriptor.Builder();
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[100] 
	DataProviderDescriptor.Builder builder = new DataProviderDescriptor.Builder();
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[101] 
	builder.setId(FlameChartDataProvider.ID + DataProviderConstants.ID_SEPARATOR + analysis.getId())
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setId(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[101] 
	builder.setId(FlameChartDataProvider.ID + DataProviderConstants.ID_SEPARATOR + analysis.getId())
                    .setName(Objects.requireNonNull(Messages.FlameChartDataProvider_Title + " " + analysis.getName())) //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setName(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[101] 
	builder.setId(FlameChartDataProvider.ID + DataProviderConstants.ID_SEPARATOR + analysis.getId())
                    .setName(Objects.requireNonNull(Messages.FlameChartDataProvider_Title + " " + analysis.getName())) //$NON-NLS-1$
                    .setDescription(Objects.requireNonNull(NLS.bind(Messages.FlameChartDataProvider_Description, analysis.getHelpText())))
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setDescription(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[101] 
	builder.setId(FlameChartDataProvider.ID + DataProviderConstants.ID_SEPARATOR + analysis.getId())
                    .setName(Objects.requireNonNull(Messages.FlameChartDataProvider_Title + " " + analysis.getName())) //$NON-NLS-1$
                    .setDescription(Objects.requireNonNull(NLS.bind(Messages.FlameChartDataProvider_Description, analysis.getHelpText())))
                    .setProviderType(ProviderType.TIME_GRAPH);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setProviderType(IDataProviderDescriptor.ProviderType)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java:[105] 
	descriptors.add(builder.build());
	                ^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.build()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProvider.java:[430] 
	FlameChartEntryModel traceEntry = new FlameChartEntryModel(fTraceId, -1, Collections.singletonList(getTrace().getName()), start, end, FlameChartEntryModel.EntryType.TRACE);
	                                                                                                   ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProvider.java:[608] 
	if (selectedDepth != null && entry.getValue().getEntryType().equals(EntryType.FUNCTION)) {
	                             ^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull FlameChartEntryModel>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/callgraph/CallGraphAnalysis.java:[130] 
	setName(NLS.bind(Messages.CallGraphAnalysis_NamePrefix, csProvider.getName()));
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/callgraph/CallGraphAnalysis.java:[141] 
	super.setName(NLS.bind(Messages.CallGraphAnalysis_NamePrefix, name));
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/xml/callstack/CallstackXmlAnalysis.java:[72] 
	private final ListenerList fListeners = new ListenerList(ListenerList.IDENTITY);
	              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/xml/callstack/CallstackXmlAnalysis.java:[72] 
	private final ListenerList fListeners = new ListenerList(ListenerList.IDENTITY);
	                                            ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/xml/callstack/CallstackXmlAnalysis.java:[325] 
	fListeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/callgraph/CallGraph.java:[65] 
	return fCcts.get(element);
	       ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<@NonNull AggregatedCallSite>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull AggregatedCallSite>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/base/EdgeStateValue.java:[23] 
	import org.eclipse.tracecompass.internal.provisional.statesystem.core.statevalue.CustomStateValue;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomStateValue' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.statesystem.core/5.0.1.202011270421/org.eclipse.tracecompass.statesystem.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/base/EdgeStateValue.java:[27] 
	* {@link CustomStateValue} to serialize edges from one {@link HostThread} to
	         ^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomStateValue' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.statesystem.core/5.0.1.202011270421/org.eclipse.tracecompass.statesystem.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/base/EdgeStateValue.java:[33] 
	public class EdgeStateValue extends CustomStateValue {
	                                    ^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomStateValue' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.statesystem.core/5.0.1.202011270421/org.eclipse.tracecompass.statesystem.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/base/EdgeStateValue.java:[40] 
	* The {@link CustomStateValueFactory} for {@link EdgeStateValue}s
	             ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomStateValue.CustomStateValueFactory' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.statesystem.core/5.0.1.202011270421/org.eclipse.tracecompass.statesystem.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/base/EdgeStateValue.java:[42] 
	public static final CustomStateValueFactory EDGE_STATE_VALUE_FACTORY = b -> new EdgeStateValue(b.getInt(), readHostThread(b), readHostThread(b));
	                    ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomStateValue.CustomStateValueFactory' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.statesystem.core/5.0.1.202011270421/org.eclipse.tracecompass.statesystem.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/base/EdgeStateValue.java:[44] 
	private static final Charset CHARSET = Charset.forName("UTF-8"); //$NON-NLS-1$
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Charset' needs unchecked conversion to conform to '@NonNull Charset'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/base/EdgeStateValue.java:[46] 
	private static final Comparator<HostThread> HOST_COMPARATOR = Comparator.comparing(HostThread::getHost)
            .thenComparingInt(HostThread::getTid);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Comparator<HostThread>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull HostThread>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/base/EdgeStateValue.java:[49] 
	private static final Comparator<EdgeStateValue> COMPARATOR = Comparator
            .comparing(EdgeStateValue::getSource, HOST_COMPARATOR)
            .thenComparing(EdgeStateValue::getDestination, HOST_COMPARATOR);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Comparator<EdgeStateValue>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull EdgeStateValue>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/Activator.java:[16] 
	import org.eclipse.tracecompass.internal.provisional.statesystem.core.statevalue.CustomStateValue;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomStateValue' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.statesystem.core/5.0.1.202011270421/org.eclipse.tracecompass.statesystem.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/Activator.java:[44] 
	CustomStateValue.registerCustomFactory(EdgeStateValue.CUSTOM_TYPE_ID, EdgeStateValue.EDGE_STATE_VALUE_FACTORY);
	^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomStateValue' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.statesystem.core/5.0.1.202011270421/org.eclipse.tracecompass.statesystem.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/Activator.java:[44] 
	CustomStateValue.registerCustomFactory(EdgeStateValue.CUSTOM_TYPE_ID, EdgeStateValue.EDGE_STATE_VALUE_FACTORY);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CustomStateValue.registerCustomFactory(byte, CustomStateValue.CustomStateValueFactory)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.statesystem.core/5.0.1.202011270421/org.eclipse.tracecompass.statesystem.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/instrumented/statesystem/CallStackSeries.java:[573] 
	return getIntersectingElements(start, end).iterator();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Iterator<@NonNull ISegment>' needs unchecked conversion to conform to '@NonNull Iterator<@NonNull ISegment>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/instrumented/statesystem/CallStackSeries.java:[686] 
	return Iterables.transform(query2d, fct);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Iterable<@NonNull ISegment>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull ISegment>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/instrumented/statesystem/InstrumentedCallStackAnalysis.java:[78] 
	private final ListenerList fListeners = new ListenerList(ListenerList.IDENTITY);
	              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/instrumented/statesystem/InstrumentedCallStackAnalysis.java:[78] 
	private final ListenerList fListeners = new ListenerList(ListenerList.IDENTITY);
	                                            ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/instrumented/statesystem/InstrumentedCallStackAnalysis.java:[273] 
	fListeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/xml/callstack/CallstackXmlModuleHelper.java:[133] 
	IAnalysisModule module = new CallstackXmlAnalysis(getSourceFile(), fHelper);
	                                                  ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Path' needs unchecked conversion to conform to '@NonNull Path'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProviderFactory.java:[22] 
	import org.eclipse.tracecompass.internal.tmf.core.model.timegraph.TmfTimeGraphCompositeDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfTimeGraphCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProviderFactory.java:[63] 
	return new TmfTimeGraphCompositeDataProvider<>(providers, FlameGraphDataProvider.ID + ':' + secondaryId);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TmfTimeGraphCompositeDataProvider<FlameChartEntryModel,FlameGraphDataProvider<?,?,?>>(List<FlameGraphDataProvider<?,?,?>>, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProviderFactory.java:[63] 
	return new TmfTimeGraphCompositeDataProvider<>(providers, FlameGraphDataProvider.ID + ':' + secondaryId);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfTimeGraphCompositeDataProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/InstrumentedCallStackElement.java:[233] 
	IHostIdProvider hostProvider = fHostResolver.apply(this);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Function<@NonNull ICallStackElement,CallStackHostUtils.@NonNull IHostIdProvider>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/callstack/core/flamechart/CallStack.java:[149] 
	return fHostProvider.apply(time);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Function<@NonNull Long,@NonNull String>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphEntryModel.java:[14] 
	public class FlameGraphEntryModel {
	             ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[130] 
	private final Comparator<WeightedTree<N>> CCT_COMPARATOR2 = Comparator.comparing(WeightedTree<N>::getWeight).thenComparing(s -> String.valueOf(s.getObject()));
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Comparator<WeightedTree<@NonNull N>>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull WeightedTree<@NonNull N>>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[169] 
	return Objects.equals(fParameters, ((FlameGraphDataProvider.CacheKey) obj).fParameters)
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FlameGraphDataProvider.CacheKey is a raw type. References to generic type FlameGraphDataProvider<N,E,T>.CacheKey should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[170] 
	&& Objects.equals(fTreeSet, ((FlameGraphDataProvider.CacheKey) obj).fTreeSet);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FlameGraphDataProvider.CacheKey is a raw type. References to generic type FlameGraphDataProvider<N,E,T>.CacheKey should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[199] 
	return fCallSite.compareTo(((CalleeCustomValue) o).fCallSite);
	                             ^^^^^^^^^^^^^^^^^
FlameGraphDataProvider.CalleeCustomValue is a raw type. References to generic type FlameGraphDataProvider.CalleeCustomValue<N> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[273] 
	FlameChartEntryModel.Builder traceEntry = new FlameChartEntryModel.Builder(fTraceId, -1, getTrace().getName(), start, FlameChartEntryModel.EntryType.TRACE, -1);
	                                                                                         ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[335] 
	return (IWeightedTreeSet<@NonNull N, Object, WeightedTree<@NonNull N>>) callGraph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IWeightedTreeSet<N,E,T> to IWeightedTreeSet<N,Object,WeightedTree<N>>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[393] 
	ssb.pushAttribute(lastEnd, new CalleeCustomValue(callSite), quarkFct);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor FlameGraphDataProvider.CalleeCustomValue(WeightedTree) belongs to the raw type FlameGraphDataProvider.CalleeCustomValue. References to generic type FlameGraphDataProvider.CalleeCustomValue<N> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[393] 
	ssb.pushAttribute(lastEnd, new CalleeCustomValue(callSite), quarkFct);
	                               ^^^^^^^^^^^^^^^^^
FlameGraphDataProvider.CalleeCustomValue is a raw type. References to generic type FlameGraphDataProvider.CalleeCustomValue<N> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[415] 
	ssb.modifyAttribute(extraStartTime, new CalleeCustomValue(extraTree), quarkExtra);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor FlameGraphDataProvider.CalleeCustomValue(WeightedTree) belongs to the raw type FlameGraphDataProvider.CalleeCustomValue. References to generic type FlameGraphDataProvider.CalleeCustomValue<N> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[415] 
	ssb.modifyAttribute(extraStartTime, new CalleeCustomValue(extraTree), quarkExtra);
	                                        ^^^^^^^^^^^^^^^^^
FlameGraphDataProvider.CalleeCustomValue is a raw type. References to generic type FlameGraphDataProvider.CalleeCustomValue<N> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[599] 
	WeightedTree<N> callsite = ((CalleeCustomValue) valueObject).fCallSite;
	                             ^^^^^^^^^^^^^^^^^
FlameGraphDataProvider.CalleeCustomValue is a raw type. References to generic type FlameGraphDataProvider.CalleeCustomValue<N> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[600] 
	String displayString = wtProvider.toDisplayString((T) callsite);
	                                                  ^^^^^^^^^^^^
Type safety: Unchecked cast from WeightedTree<N> to T
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[646] 
	IStatistics<?> statistics = fWtProvider.getStatistics((T) callSite, -1);
	                                                      ^^^^^^^^^^^^
Type safety: Unchecked cast from WeightedTree<N> to T
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[666] 
	String displayString = fWtProvider.toDisplayString((T) callSite);
	                                                   ^^^^^^^^^^^^
Type safety: Unchecked cast from WeightedTree<N> to T
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[679] 
	builder.put(otherMetric.getTitle(), otherMetric.format(fWtProvider.getAdditionalMetric((T) callSite, i)));
	                                                                                       ^^^^^^^^^^^^
Type safety: Unchecked cast from WeightedTree<N> to T
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[698] 
	Object metricValue = metricIndex < 0 ? callSite.getWeight() : fWtProvider.getAdditionalMetric((T) callSite, metricIndex);
	                                                                                              ^^^^^^^^^^^^
Type safety: Unchecked cast from WeightedTree<N> to T
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[699] 
	IStatistics<?> statistics = fWtProvider.getStatistics((T) callSite, metricIndex);
	                                                      ^^^^^^^^^^^^
Type safety: Unchecked cast from WeightedTree<N> to T
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/flamegraph/FlameGraphDataProvider.java:[722] 
	return ((CalleeCustomValue) valueObject).fCallSite;
	         ^^^^^^^^^^^^^^^^^
FlameGraphDataProvider.CalleeCustomValue is a raw type. References to generic type FlameGraphDataProvider.CalleeCustomValue<N> should be parameterized
63 problems (63 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.callstack.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.core >--
[INFO] Building org.eclipse.tracecompass.incubator.traceevent.core 0.0.1-SNAPSHOT [9/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Compiling 25 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/event/TraceEventField.java:[74] 
	root = G_SON.fromJson(fieldsString, JsonObject.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull JsonObject'. Declaring type 'Gson' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/event/TraceEventField.java:[110] 
	for (Entry<String, JsonElement> entry : args.entrySet()) {
	                                        ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map.Entry<String,JsonElement>' needs unchecked conversion to conform to 'Map.Entry<@NonNull String,@NonNull JsonElement>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/event/TraceEventField.java:[117] 
	argsMap.put(ITraceEventConstants.TIMESTAMP, timestamp.getAsString());
	                                            ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[36] 
	import org.eclipse.tracecompass.internal.provisional.jsontrace.core.trace.JsonTrace;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JsonTrace' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[57] 
	public class TraceEventTrace extends JsonTrace {
	                                     ^^^^^^^^^
Discouraged access: The type 'JsonTrace' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[141] 
	String line = readNextEventString(() -> rafile.read());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.readNextEventString(JsonTrace.IReaderWrapper)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[142] 
	while ((line != null) && (lineCount++ < MAX_LINES)) {
	                                        ^^^^^^^^^
Discouraged access: The field 'JsonTrace.MAX_LINES' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[152] 
	confidence = MAX_CONFIDENCE * matches / lineCount;
	             ^^^^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.MAX_CONFIDENCE' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[153] 
	line = readNextEventString(() -> rafile.read());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.readNextEventString(JsonTrace.IReaderWrapper)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[168] 
	fProperties.put("Type", "Trace-Event"); //$NON-NLS-1$ //$NON-NLS-2$
	^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fProperties' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[170] 
	fFile = new File(dir + new File(path).getName());
	^^^^^
Discouraged access: The field 'JsonTrace.fFile' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[171] 
	if (!fFile.exists()) {
	     ^^^^^
Discouraged access: The field 'JsonTrace.fFile' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[187] 
	fFileInput = new BufferedRandomAccessFile(fFile, "r"); //$NON-NLS-1$
	^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[187] 
	fFileInput = new BufferedRandomAccessFile(fFile, "r"); //$NON-NLS-1$
	                                          ^^^^^
Discouraged access: The field 'JsonTrace.fFile' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[188] 
	goToCorrectStart(fFileInput);
	                 ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[256] 
	if (location.equals(NULL_LOCATION)) {
	                    ^^^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.NULL_LOCATION' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[261] 
	if (!locationInfo.equals(fFileInput.getFilePointer())) {
	                         ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[262] 
	fFileInput.seek(locationInfo);
	^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[264] 
	String nextJson = readNextEventString(() -> fFileInput.read());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.readNextEventString(JsonTrace.IReaderWrapper)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[264] 
	String nextJson = readNextEventString(() -> fFileInput.read());
	                                            ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[268] 
	nextJson = readNextEventString(() -> fFileInput.read());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.readNextEventString(JsonTrace.IReaderWrapper)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[268] 
	nextJson = readNextEventString(() -> fFileInput.read());
	                                     ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[275] 
	nextJson = readNextEventString(() -> fFileInput.read());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.readNextEventString(JsonTrace.IReaderWrapper)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[275] 
	nextJson = readNextEventString(() -> fFileInput.read());
	                                     ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[296] 
	fProperties.put(PID_PREFIX + field.getPid(), procName);
	^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fProperties' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[302] 
	fProperties.put(PID_LABEL_PREFIX + field.getPid(), procLabels);
	^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fProperties' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[308] 
	fProperties.put(name + '-' + field.getPid(), sortIndex);
	^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fProperties' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[315] 
	fProperties.put(TID_PREFIX + field.getTid(), threadName);
	^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fProperties' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[321] 
	fProperties.put(name + '-' + field.getTid(), sortIndex);
	^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fProperties' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventTrace.java:[325] 
	fProperties.put(name, String.valueOf(args));
	^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fProperties' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/callstack/TraceEventCallStackProvider.java:[597] 
	Deque<Long> stack = fStack.computeIfAbsent(callStackQuark, ArrayDeque::new);
	                                                           ^^^^^^^^^^^^^^^
Null type safety: parameter 1 provided via method descriptor Function<Integer,Deque<Long>>.apply(Integer) needs unchecked conversion to conform to 'int'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[26] 
	import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[27] 
	import org.eclipse.tracecompass.internal.tmf.core.model.timegraph.AbstractTimeGraphDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTimeGraphDataProvider<A,M>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[48] 
	public class ContextDataProvider extends AbstractTimeGraphDataProvider<@NonNull ContextAnalysis, @NonNull TimeGraphEntryModel> {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTimeGraphDataProvider<ContextAnalysis,TimeGraphEntryModel>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[112] 
	super(trace, analysisModule);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'AbstractTimeGraphDataProvider<ContextAnalysis,TimeGraphEntryModel>(ITmfTrace, ContextAnalysis)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[112] 
	super(trace, analysisModule);
	             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContextAnalysis' needs unchecked conversion to conform to '@NonNull ContextAnalysis'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[143] 
	SelectionTimeQueryFilter filter = FetchParametersUtils.createSelectionTimeQuery(parameters);
	                                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[143] 
	SelectionTimeQueryFilter filter = FetchParametersUtils.createSelectionTimeQuery(parameters);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.createSelectionTimeQuery(Map<String,Object>)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[143] 
	SelectionTimeQueryFilter filter = FetchParametersUtils.createSelectionTimeQuery(parameters);
	                                                                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[144] 
	Collection<Long> times = getTimes(filter, ss.getStartTime(), ss.getCurrentEndTime());
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ContextAnalysis,TimeGraphEntryModel>.getTimes(TimeQueryFilter, long, long)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[144] 
	Collection<Long> times = getTimes(filter, ss.getStartTime(), ss.getCurrentEndTime());
	                                  ^^^^^^
Null type mismatch: required '@NonNull TimeQueryFilter' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[146] 
	Map<@NonNull Long, @NonNull Integer> selectedEntries = getSelectedEntries(filter);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ContextAnalysis,TimeGraphEntryModel>.getSelectedEntries(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[146] 
	Map<@NonNull Long, @NonNull Integer> selectedEntries = getSelectedEntries(filter);
	                                                                          ^^^^^^
Null type mismatch: required '@NonNull SelectionTimeQueryFilter' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[170] 
	return new TimeGraphModel(Collections.singletonList(new TimeGraphRowModel(getId(ITmfStateSystem.ROOT_ATTRIBUTE), markerList)));
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ContextAnalysis,TimeGraphEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[170] 
	return new TimeGraphModel(Collections.singletonList(new TimeGraphRowModel(getId(ITmfStateSystem.ROOT_ATTRIBUTE), markerList)));
	                                                                                                                 ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<ITimeGraphState>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeGraphState>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[175] 
	long rootId = getId(ITmfStateSystem.ROOT_ATTRIBUTE);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ContextAnalysis,TimeGraphEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[180] 
	retVal.add(new TimeGraphEntryModel(getId(attrib), rootId, Collections.singletonList(strings[0]), ss.getStartTime(), ss.getCurrentEndTime()));
	                                   ^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ContextAnalysis,TimeGraphEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/context/ContextDataProvider.java:[180] 
	retVal.add(new TimeGraphEntryModel(getId(attrib), rootId, Collections.singletonList(strings[0]), ss.getStartTime(), ss.getCurrentEndTime()));
	                                                                                    ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventSortingJob.java:[16] 
	import org.eclipse.tracecompass.internal.jsontrace.core.job.SortingJob;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SortingJob' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventSortingJob.java:[25] 
	public class TraceEventSortingJob extends SortingJob {
	                                          ^^^^^^^^^^
Discouraged access: The type 'SortingJob' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/trace/TraceEventSortingJob.java:[36] 
	super(trace, path, "\"ts\":", 1); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SortingJob(ITmfTrace, String, String, int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[24] 
	import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[25] 
	import org.eclipse.tracecompass.internal.tmf.core.model.timegraph.AbstractTimeGraphDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTimeGraphDataProvider<A,M>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[52] 
	public class ObjectLifeDataProvider extends AbstractTimeGraphDataProvider<@NonNull ObjectLifeAnalysis, @NonNull TimeGraphEntryModel> {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTimeGraphDataProvider<ObjectLifeAnalysis,TimeGraphEntryModel>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[68] 
	super(trace, analysisModule);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'AbstractTimeGraphDataProvider<ObjectLifeAnalysis,TimeGraphEntryModel>(ITmfTrace, ObjectLifeAnalysis)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[68] 
	super(trace, analysisModule);
	             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ObjectLifeAnalysis' needs unchecked conversion to conform to '@NonNull ObjectLifeAnalysis'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[78] 
	ITmfStateSystem ss = getAnalysisModule().getStateSystem();
	                     ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ObjectLifeAnalysis,TimeGraphEntryModel>.getAnalysisModule()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[79] 
	SelectionTimeQueryFilter filter = FetchParametersUtils.createSelectionTimeQuery(fetchParameters);
	                                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[79] 
	SelectionTimeQueryFilter filter = FetchParametersUtils.createSelectionTimeQuery(fetchParameters);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.createSelectionTimeQuery(Map<String,Object>)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[79] 
	SelectionTimeQueryFilter filter = FetchParametersUtils.createSelectionTimeQuery(fetchParameters);
	                                                                                ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[83] 
	Map<@NonNull Long, @NonNull Integer> entries = getSelectedEntries(filter);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ObjectLifeAnalysis,TimeGraphEntryModel>.getSelectedEntries(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[86] 
	if (ss == null || quarks.size() != 1 || !getAnalysisModule().isQueryable(start)) {
	                                         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ObjectLifeAnalysis,TimeGraphEntryModel>.getAnalysisModule()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[104] 
	return new TmfModelResponse<>(retMap, ITmfResponse.Status.COMPLETED, CommonStatusMessage.COMPLETED);
	                              ^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[112] 
	return getAnalysisModule().getId() + SUFFIX;
	       ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ObjectLifeAnalysis,TimeGraphEntryModel>.getAnalysisModule()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[119] 
	SelectionTimeQueryFilter filter = FetchParametersUtils.createSelectionTimeQuery(parameters);
	                                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[119] 
	SelectionTimeQueryFilter filter = FetchParametersUtils.createSelectionTimeQuery(parameters);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.createSelectionTimeQuery(Map<String,Object>)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[119] 
	SelectionTimeQueryFilter filter = FetchParametersUtils.createSelectionTimeQuery(parameters);
	                                                                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[120] 
	Map<@NonNull Long, @NonNull Integer> entries = getSelectedEntries(filter);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ObjectLifeAnalysis,TimeGraphEntryModel>.getSelectedEntries(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[120] 
	Map<@NonNull Long, @NonNull Integer> entries = getSelectedEntries(filter);
	                                                                  ^^^^^^
Null type mismatch: required '@NonNull SelectionTimeQueryFilter' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[121] 
	Collection<Long> times = getTimes(filter, ss.getStartTime(), ss.getCurrentEndTime());
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ObjectLifeAnalysis,TimeGraphEntryModel>.getTimes(TimeQueryFilter, long, long)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[121] 
	Collection<Long> times = getTimes(filter, ss.getStartTime(), ss.getCurrentEndTime());
	                                  ^^^^^^
Null type mismatch: required '@NonNull TimeQueryFilter' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[159] 
	builder.add(new TimeGraphEntryModel(parentId, -1, Collections.singletonList(getTrace().getName()), ss.getStartTime(), ss.getCurrentEndTime()));
	                                                                            ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/org/eclipse/tracecompass/incubator/internal/traceevent/core/analysis/objectlife/ObjectLifeDataProvider.java:[166] 
	long childId = getId(child);
	               ^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ObjectLifeAnalysis,TimeGraphEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
73 problems (73 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.traceevent.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.core >--
[INFO] Building org.eclipse.tracecompass.incubator.atrace.core 0.0.1-SNAPSHOT [10/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Compiling 6 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/src/org/eclipse/tracecompass/incubator/internal/atrace/trace/ATrace.java:[166] 
	GenericFtraceField field = GenericFtraceField.parseLine(line);
	                                                        ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/src/org/eclipse/tracecompass/incubator/internal/atrace/trace/ATrace.java:[181] 
	return context;
	^^^^^^^^^^^^^^^
Potential resource leak: 'fileInput' may not be closed at this location
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/src/org/eclipse/tracecompass/incubator/internal/atrace/trace/ATrace.java:[215] 
	return new SystraceProcessDumpEvent(this, context.getRank(), TmfTimestamp.fromNanos(startingTimestamp), field);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential resource leak: 'fileInput' may not be closed at this location
3 problems (3 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.core' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.atrace.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.doc >--
[INFO] Building Trace Compass Incubator Documentation 0.0.1-SNAPSHOT   [11/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.doc ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.doc/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.doc-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.doc.user >--
[INFO] Building Trace Compass Incubator for Android User Guide 0.0.1-SNAPSHOT [12/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/ (128B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/ (128B)
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.7
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7-201706120950/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7-201706120950/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1-201709061700/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1-201709061700/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.2-201711300510/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.2-201711300510/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.3-201803010715/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.3-201803010715/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.3a-201803300640/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.3a-201803300640/ (142B)
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.atrace.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.atrace.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.doc.user >--
[INFO] Building Trace Compass Incubator ftrace User Guide 0.0.1-SNAPSHOT [13/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.ftrace.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace >--
[INFO] Building org.eclipse.tracecompass.incubator.ftrace 0.0.1-SNAPSHOT [14/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/target/org.eclipse.tracecompass.incubator.ftrace-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/target/org.eclipse.tracecompass.incubator.ftrace-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.core' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.doc.user' with 0 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/target/org.eclipse.tracecompass.incubator.ftrace-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/target/org.eclipse.tracecompass.incubator.ftrace-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.ftrace ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.doc.user >--
[INFO] Building Trace Compass Incubator callstack User Guide 0.0.1-SNAPSHOT [15/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 5 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.callstack.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.callstack.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.callstack.ui 0.0.1-SNAPSHOT [16/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Compiling 27 source files to /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityViewer.java:[18] 
	import org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.density.AbstractSegmentStoreDensityViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractSegmentStoreDensityViewer is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityViewer.java:[27] 
	public class FunctionDensityViewer extends AbstractSegmentStoreDensityViewer {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractSegmentStoreDensityViewer is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityViewer.java:[40] 
	super(parent);
	^^^^^^^^^^^^^^
The constructor AbstractSegmentStoreDensityViewer(Composite) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityViewer.java:[45] 
	protected @Nullable ISegmentStoreProvider getSegmentStoreProvider(@NonNull ITmfTrace trace) {
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method FunctionDensityViewer.getSegmentStoreProvider(ITmfTrace) overrides a deprecated method from AbstractSegmentStoreDensityViewer
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[44] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.ui.actions.FollowThreadAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FollowThreadAction' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.ui/4.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.ui-4.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[45] 
	import org.eclipse.tracecompass.internal.provisional.tmf.ui.widgets.timegraph.BaseDataProviderTimeGraphPresentationProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseDataProviderTimeGraphPresentationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[244] 
	this(ID, new BaseDataProviderTimeGraphPresentationProvider(), FlameChartDataProvider.ID);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BaseDataProviderTimeGraphPresentationProvider()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[244] 
	this(ID, new BaseDataProviderTimeGraphPresentationProvider(), FlameChartDataProvider.ID);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseDataProviderTimeGraphPresentationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[423] 
	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(Math.max(traceEntry.getStartTime(), time - 1), time, 2, map.keySet());
	                                                                                                                       ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Set<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection<Long>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[559] 
	Map<@NonNull String, @NonNull Object> parameters = FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(Lists.newArrayList(Long.MIN_VALUE, selectionBegin), Collections.singleton(callStackEntry.getEntryModel().getId())));
	                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ArrayList<@NonNull Long>' needs unchecked conversion to conform to '@NonNull List<@NonNull Long>', corresponding supertype is 'List<@NonNull Long>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[604] 
	menuManager.add(new FollowThreadAction(FlameChartView.this, String.valueOf(hostThread.getTid()), hostThread));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'FollowThreadAction(TmfView, String, HostThread)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.ui/4.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.ui-4.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[604] 
	menuManager.add(new FollowThreadAction(FlameChartView.this, String.valueOf(hostThread.getTid()), hostThread));
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FollowThreadAction' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.ui/4.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.ui-4.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[652] 
	fConfigureSymbolsAction.setImageDescriptor(Activator.getDefault().getImageDescripterFromPath(IMPORT_BINARY_ICON_PATH));
	                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/flamechart/FlameChartView.java:[673] 
	Collection<@NonNull ISymbolProvider> symbolProviders = SymbolProviderManager.getInstance().getSymbolProviders(subTrace);
	                                                                                                              ^^^^^^^^
Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityView.java:[20] 
	import org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.density.AbstractSegmentStoreDensityView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractSegmentStoreDensityView is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityView.java:[21] 
	import org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.density.AbstractSegmentStoreDensityViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractSegmentStoreDensityViewer is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityView.java:[33] 
	public class FunctionDensityView extends AbstractSegmentStoreDensityView {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractSegmentStoreDensityView is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityView.java:[42] 
	super(ID);
	^^^^^^^^^^
The constructor AbstractSegmentStoreDensityView(String) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityView.java:[46] 
	protected AbstractSegmentStoreTableViewer createSegmentStoreTableViewer(Composite parent) {
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method FunctionDensityView.createSegmentStoreTableViewer(Composite) overrides a deprecated method from AbstractSegmentStoreDensityView
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityView.java:[80] 
	protected AbstractSegmentStoreDensityViewer createSegmentStoreDensityViewer(Composite parent) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractSegmentStoreDensityViewer is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/functiondensity/FunctionDensityView.java:[80] 
	protected AbstractSegmentStoreDensityViewer createSegmentStoreDensityViewer(Composite parent) {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method FunctionDensityView.createSegmentStoreDensityViewer(Composite) overrides a deprecated method from AbstractSegmentStoreDensityView
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreeView.java:[117] 
	Iterable<IWeightedTreeProvider> callgraphModules = TmfTraceUtils.getAnalysisModulesOfClass(trace, IWeightedTreeProvider.class);
	         ^^^^^^^^^^^^^^^^^^^^^
IWeightedTreeProvider is a raw type. References to generic type IWeightedTreeProvider<N,E,T> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreeView.java:[120] 
	for (IWeightedTreeProvider<?, ?, WeightedTree<?>> treeProvider : callgraphModules) {
	                                                                 ^^^^^^^^^^^^^^^^
Type safety: Elements of type IWeightedTreeProvider need unchecked conversion to conform to IWeightedTreeProvider<?,?,WeightedTree<?>>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[81] 
	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filters.TmfFilterAppliedSignal;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfFilterAppliedSignal' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[82] 
	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filters.TraceCompassFilter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TraceCompassFilter' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[83] 
	import org.eclipse.tracecompass.internal.provisional.tmf.ui.widgets.timegraph.BaseDataProviderTimeGraphPresentationProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseDataProviderTimeGraphPresentationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[172] 
	private BaseDataProviderTimeGraphPresentationProvider fPresentationProvider;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseDataProviderTimeGraphPresentationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[235] 
	fPresentationProvider = new BaseDataProviderTimeGraphPresentationProvider();
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BaseDataProviderTimeGraphPresentationProvider()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[235] 
	fPresentationProvider = new BaseDataProviderTimeGraphPresentationProvider();
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseDataProviderTimeGraphPresentationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[381] 
	return (secondaryId == null) ? FlameGraphDataProvider.ID : (secondaryId.contains("[COLON]")) ? secondaryId.replace("[COLON]", ":") : FlameGraphDataProvider.ID + ':' + secondaryId;
	                                                                                 ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[381] 
	return (secondaryId == null) ? FlameGraphDataProvider.ID : (secondaryId.contains("[COLON]")) ? secondaryId.replace("[COLON]", ":") : FlameGraphDataProvider.ID + ':' + secondaryId;
	                                                                                                                   ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[381] 
	return (secondaryId == null) ? FlameGraphDataProvider.ID : (secondaryId.contains("[COLON]")) ? secondaryId.replace("[COLON]", ":") : FlameGraphDataProvider.ID + ':' + secondaryId;
	                                                                                                                              ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[412] 
	ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> dataProvider = DataProviderManager
                .getInstance().getDataProvider(trace, getProviderId(), ITimeGraphDataProvider.class);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITimeGraphDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[417] 
	BaseDataProviderTimeGraphPresentationProvider presentationProvider = fPresentationProvider;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseDataProviderTimeGraphPresentationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[419] 
	presentationProvider.addProvider(dataProvider, getTooltipResolver(dataProvider));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BaseDataProviderTimeGraphPresentationProvider.addProvider(ITimeGraphDataProvider<?>, BiFunction<ITimeEvent,Long,Map<String,String>>)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[419] 
	presentationProvider.addProvider(dataProvider, getTooltipResolver(dataProvider));
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BiFunction<ITimeEvent,Long,Map<String,String>>' needs unchecked conversion to conform to '@NonNull BiFunction<@NonNull ITimeEvent,@NonNull Long,@NonNull Map<@NonNull String,@NonNull String>>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[493] 
	zoomEntries(ImmutableList.copyOf(entries.values()), start, end, resolution, monitor);
	                                 ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Collection<TimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull TimeGraphEntry>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[521] 
	public BaseDataProviderTimeGraphPresentationProvider getPresentationProvider() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseDataProviderTimeGraphPresentationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[543] 
	Map<@NonNull String, @NonNull Object> parameters = getFetchTooltipParameters(time, entryId, element);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[547] 
	TmfModelResponse<Map<String, String>> response = provider.fetchTooltip(parameters, new NullProgressMonitor());
	                                                                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<@NonNull String,@NonNull Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[765] 
	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(times, entry.getValue());
	                                                                      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[769] 
	parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap());
	                                                                 ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[798] 
	TraceCompassFilter globalFilter = TraceCompassFilter.getFilterForTrace(trace);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TraceCompassFilter' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[798] 
	TraceCompassFilter globalFilter = TraceCompassFilter.getFilterForTrace(trace);
	                                  ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TraceCompassFilter' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[798] 
	TraceCompassFilter globalFilter = TraceCompassFilter.getFilterForTrace(trace);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceCompassFilter.getFilterForTrace(ITmfTrace)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[802] 
	regexes.putAll(IFilterProperty.DIMMED, globalFilter.getRegexes());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceCompassFilter.getRegexes()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[1151] 
	service = site.getService(IWorkbenchSiteProgressService.class);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IWorkbenchSiteProgressService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[1296] 
	DataProviderActionUtils.executeAction(entry.getValue());
	                                      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlameGraphView.java:[1580] 
	public void regexFilterApplied(TmfFilterAppliedSignal signal) {
	                               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfFilterAppliedSignal' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreeViewer.java:[163] 
	ElementEntry entry = (ElementEntry) element;
	^^^^^^^^^^^^
WeightedTreeViewer.ElementEntry is a raw type. References to generic type WeightedTreeViewer.ElementEntry<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreeViewer.java:[163] 
	ElementEntry entry = (ElementEntry) element;
	                      ^^^^^^^^^^^^
WeightedTreeViewer.ElementEntry is a raw type. References to generic type WeightedTreeViewer.ElementEntry<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreeViewer.java:[203] 
	value = (double) callSite.getWeight() / ((ElementEntry) parentEntry).getTotalLength();
	                                          ^^^^^^^^^^^^
WeightedTreeViewer.ElementEntry is a raw type. References to generic type WeightedTreeViewer.ElementEntry<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreeViewer.java:[485] 
	list.add(new ElementEntry<>((E) elChild, fTreeProvider));
	                            ^^^^^^^^^^^
Type safety: Unchecked cast from ITree to E
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/stacktable/CallStackTableView.java:[170] 
	return Display.getCurrent().getSystemColor(SWT.COLOR_LIST_FOREGROUND);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/stacktable/CallStackTableView.java:[175] 
	return Display.getCurrent().getSystemColor(SWT.COLOR_LIST_BACKGROUND);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlamegraphEvent.java:[78] 
	IStatistics<?> stats = entry.getValue();
	                       ^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull IStatistics<?>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlamegraphEvent.java:[82] 
	builder.put("\t" + Messages.FlameGraph_Total + ' ' + lowerType, formatter.format(stats.getTotal())); //$NON-NLS-1$
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlamegraphEvent.java:[83] 
	builder.put("\t" + Messages.FlameGraph_Average + ' ' + lowerType, formatter.format(stats.getMean())); //$NON-NLS-1$
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlamegraphEvent.java:[84] 
	builder.put("\t" + Messages.FlameGraph_Max + ' ' + lowerType, formatter.format(stats.getMax())); //$NON-NLS-1$
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlamegraphEvent.java:[85] 
	builder.put("\t" + Messages.FlameGraph_Min + ' ' + lowerType, formatter.format(stats.getMin())); //$NON-NLS-1$
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/flamegraph/FlamegraphEvent.java:[86] 
	builder.put("\t" + Messages.FlameGraph_Deviation + ' ' + lowerType, formatter.format(stats.getStdDev())); //$NON-NLS-1$
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[40] 
	import org.eclipse.tracecompass.internal.tmf.ui.widgets.piechart.PieSlice;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PieSlice' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[41] 
	import org.eclipse.tracecompass.internal.tmf.ui.widgets.piechart.TmfPieChart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[72] 
	private @Nullable TmfPieChart fGlobalPC = null;
	                  ^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[87] 
	private ListenerList fSelectedListeners = new ListenerList(ListenerList.IDENTITY);
	        ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[87] 
	private ListenerList fSelectedListeners = new ListenerList(ListenerList.IDENTITY);
	                                              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[116] 
	return fColorScheme.getColor(TimeGraphColorScheme.DARK_BLUE_STATE);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[118] 
	return fColorScheme.getColor(new RGBA(colorStyle.getRed(), colorStyle.getGreen(), colorStyle.getBlue(), colorStyle.getAlpha()));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[147] 
	TmfPieChart pc = (TmfPieChart) event.widget;
	^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[147] 
	TmfPieChart pc = (TmfPieChart) event.widget;
	                  ^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[151] 
	PieSlice slice = pc.getSliceFromPosition(event.x, event.y);
	^^^^^^^^
Discouraged access: The type 'PieSlice' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[151] 
	PieSlice slice = pc.getSliceFromPosition(event.x, event.y);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfPieChart.getSliceFromPosition(int, int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[157] 
	long value = (long) slice.getValue();
	                    ^^^^^^^^^^^^^^^^
Discouraged access: The method 'PieSlice.getValue()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[158] 
	float percOfSlice = (float) (value / pc.getTotal() * 100.0);
	                                     ^^^^^^^^^^^^^
Discouraged access: The method 'TmfPieChart.getTotal()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[161] 
	String text = slice.getLabel() + "\n"; //$NON-NLS-1$
	              ^^^^^^^^^^^^^^^^
Discouraged access: The method 'PieSlice.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[182] 
	TmfPieChart pc = (TmfPieChart) e.widget;
	^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[182] 
	TmfPieChart pc = (TmfPieChart) e.widget;
	                  ^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[183] 
	PieSlice slice = pc.getSliceFromPosition(e.x, e.y);
	^^^^^^^^
Discouraged access: The type 'PieSlice' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[183] 
	PieSlice slice = pc.getSliceFromPosition(e.x, e.y);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfPieChart.getSliceFromPosition(int, int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[188] 
	String id = slice.getID();
	            ^^^^^^^^^^^^^
Discouraged access: The method 'PieSlice.getID()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[191] 
	selectionEvent.text = slice.getLabel();
	                      ^^^^^^^^^^^^^^^^
Discouraged access: The method 'PieSlice.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[211] 
	TmfPieChart pieChart = fGlobalPC;
	^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[213] 
	pieChart.select(id);
	^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfPieChart.select(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[261] 
	TmfPieChart pie = getGlobalPC();
	^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[282] 
	private TmfPieChart createPieChart(IWeightedTreeProvider<?, ?, WeightedTree<?>> treeProvider) {
	        ^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[283] 
	TmfPieChart pie = new TmfPieChart(getParent(), SWT.NONE);
	^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[283] 
	TmfPieChart pie = new TmfPieChart(getParent(), SWT.NONE);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TmfPieChart(Composite, int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[283] 
	TmfPieChart pie = new TmfPieChart(getParent(), SWT.NONE);
	                      ^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[329] 
	final TmfPieChart chart,
	      ^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[333] 
	chart.clear();
	^^^^^^^^^^^^^
Discouraged access: The method 'TmfPieChart.clear()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[355] 
	chart.addColor(sliceName, palette.getColor(tree).getRGB());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfPieChart.addColor(String, RGB)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[355] 
	chart.addColor(sliceName, palette.getColor(tree).getRGB());
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGB' needs unchecked conversion to conform to '@NonNull RGB'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[357] 
	chart.addPieSlice(sliceName, tree.getWeight(), sliceName);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfPieChart.addPieSlice(String, double, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[364] 
	chart.addColor(sliceName, palette.getColor(otherTree).getRGB());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfPieChart.addColor(String, RGB)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[364] 
	chart.addColor(sliceName, palette.getColor(otherTree).getRGB());
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGB' needs unchecked conversion to conform to '@NonNull RGB'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[366] 
	chart.addPieSlice(sliceName, otherWeight, sliceName);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfPieChart.addPieSlice(String, double, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[378] 
	fSelectedListeners.add(l);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[405] 
	synchronized @Nullable TmfPieChart getGlobalPC() {
	                       ^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[409] 
	private synchronized void setGlobalPC(TmfPieChart pie) {
	                                      ^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/org/eclipse/tracecompass/incubator/internal/callstack/ui/views/weightedtree/WeightedTreePieChartViewer.java:[410] 
	TmfPieChart pc = fGlobalPC;
	^^^^^^^^^^^
Discouraged access: The type 'TmfPieChart' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
100 problems (100 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.callstack.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack >--
[INFO] Building org.eclipse.tracecompass.incubator.callstack 0.0.1-SNAPSHOT [17/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/target/org.eclipse.tracecompass.incubator.callstack-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/target/org.eclipse.tracecompass.incubator.callstack-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/target/org.eclipse.tracecompass.incubator.callstack-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/target/org.eclipse.tracecompass.incubator.callstack-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.callstack ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.traceevent.ui 0.0.1-SNAPSHOT [18/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Compiling 6 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/Activator.java:[15] 
	import org.eclipse.tracecompass.incubator.internal.traceevent.core.trace.TraceEventTrace;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TraceEventTrace' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/Activator.java:[44] 
	TmfTraceAdapterManager.registerFactory(fContextMarkerFactory, TraceEventTrace.class);
	                                                              ^^^^^^^^^^^^^^^
Discouraged access: The type 'TraceEventTrace' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[26] 
	import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[76] 
	TmfModelResponse<@NonNull TmfTreeModel<@NonNull TimeGraphEntryModel>> tree = dataProvider.fetchTree(FetchParametersUtils.timeQueryToMap(new TimeQueryFilter(Collections.emptyList())), new NullProgressMonitor());
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ContextAnalysis,TimeGraphEntryModel>.fetchTree(Map<String,Object>, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[76] 
	TmfModelResponse<@NonNull TmfTreeModel<@NonNull TimeGraphEntryModel>> tree = dataProvider.fetchTree(FetchParametersUtils.timeQueryToMap(new TimeQueryFilter(Collections.emptyList())), new NullProgressMonitor());
	                                                                                                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[76] 
	TmfModelResponse<@NonNull TmfTreeModel<@NonNull TimeGraphEntryModel>> tree = dataProvider.fetchTree(FetchParametersUtils.timeQueryToMap(new TimeQueryFilter(Collections.emptyList())), new NullProgressMonitor());
	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.timeQueryToMap(TimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[88] 
	return dataList;
	       ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[101] 
	TmfModelResponse<@NonNull TmfTreeModel<@NonNull TimeGraphEntryModel>> tree = dataProvider.fetchTree(FetchParametersUtils.timeQueryToMap(new TimeQueryFilter(Collections.emptyList())), monitor);
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ContextAnalysis,TimeGraphEntryModel>.fetchTree(Map<String,Object>, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[101] 
	TmfModelResponse<@NonNull TmfTreeModel<@NonNull TimeGraphEntryModel>> tree = dataProvider.fetchTree(FetchParametersUtils.timeQueryToMap(new TimeQueryFilter(Collections.emptyList())), monitor);
	                                                                                                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[101] 
	TmfModelResponse<@NonNull TmfTreeModel<@NonNull TimeGraphEntryModel>> tree = dataProvider.fetchTree(FetchParametersUtils.timeQueryToMap(new TimeQueryFilter(Collections.emptyList())), monitor);
	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.timeQueryToMap(TimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[113] 
	TmfModelResponse<@NonNull TimeGraphModel> res = dataProvider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(startTime, endTime, (int) Math.max(2, (((double) endTime - startTime) / resolution)), ids)), monitor);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTimeGraphDataProvider<ContextAnalysis,TimeGraphEntryModel>.fetchRowModel(Map<String,Object>, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[113] 
	TmfModelResponse<@NonNull TimeGraphModel> res = dataProvider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(startTime, endTime, (int) Math.max(2, (((double) endTime - startTime) / resolution)), ids)), monitor);
	                                                                           ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[113] 
	TmfModelResponse<@NonNull TimeGraphModel> res = dataProvider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(startTime, endTime, (int) Math.max(2, (((double) endTime - startTime) / resolution)), ids)), monitor);
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.selectionTimeQueryToMap(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[113] 
	TmfModelResponse<@NonNull TimeGraphModel> res = dataProvider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(startTime, endTime, (int) Math.max(2, (((double) endTime - startTime) / resolution)), ids)), monitor);
	                                                                                                                                                                                                                                           ^^^
Null type safety (type annotations): The expression of type 'List<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection<Long>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/org/eclipse/tracecompass/incubator/internal/traceevent/ui/markers/ContextMarkers.java:[126] 
	return events;
	       ^^^^^^
Null type safety (type annotations): The expression of type 'List<IMarkerEvent>' needs unchecked conversion to conform to '@NonNull List<@NonNull IMarkerEvent>'
15 problems (15 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.traceevent.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent >--
[INFO] Building org.eclipse.tracecompass.incubator.traceevent 0.0.1-SNAPSHOT [19/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/target/org.eclipse.tracecompass.incubator.traceevent-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/target/org.eclipse.tracecompass.incubator.traceevent-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.ui' with 5 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/target/org.eclipse.tracecompass.incubator.traceevent-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/target/org.eclipse.tracecompass.incubator.traceevent-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.traceevent ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace >--
[INFO] Building org.eclipse.tracecompass.incubator.atrace 0.0.1-SNAPSHOT [20/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/target/org.eclipse.tracecompass.incubator.atrace-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/target/org.eclipse.tracecompass.incubator.atrace-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.atrace.core' with 5 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.core' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.atrace.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.ui' with 5 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/target/org.eclipse.tracecompass.incubator.atrace-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/target/org.eclipse.tracecompass.incubator.atrace-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.atrace ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.analyses-parent >--
[INFO] Building Trace Compass Incubator analyses Parent 0.0.1-SNAPSHOT [21/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.analyses-parent ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analyses-parent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analyses-parent-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.core >--
[INFO] Building org.eclipse.tracecompass.incubator.eventfieldcount.core 0.0.1-SNAPSHOT [22/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] Compiling 3 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[32] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.aspect.LamiGenericAspect;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiGenericAspect' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[33] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.aspect.LamiTableEntryAspect;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableEntryAspect' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[34] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.module.LamiAnalysis;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiAnalysis' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[35] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.module.LamiResultTable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[36] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.module.LamiTableClass;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableClass' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[37] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.module.LamiTableEntry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableEntry' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[38] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.types.LamiData;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiData' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[39] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.types.LamiLongNumber;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiLongNumber' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[40] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.types.LamiTimeRange;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTimeRange' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[41] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.types.LamiTimestamp;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTimestamp' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[64] 
	public class FieldCountAnalysis extends LamiAnalysis {
	                                        ^^^^^^^^^^^^
Discouraged access: The type 'LamiAnalysis' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[77] 
	super("Event Fields Count", false, trace -> true, Collections.emptyList());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiAnalysis(String, boolean, Predicate<ITmfTrace>, List<String>)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[77] 
	super("Event Fields Count", false, trace -> true, Collections.emptyList());
	      ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[95] 
	public List<LamiResultTable> execute(ITmfTrace trace, @Nullable TmfTimeRange timeRange, String extraParamsString, IProgressMonitor monitor) throws CoreException {
	            ^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[96] 
	List<LamiResultTable> results = new ArrayList<>();
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[110] 
	SubMonitor mon = SubMonitor.convert(monitor, "Event Count Analysis", workRemaining(trace));
	                                             ^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[123] 
	Multiset<String> dataSet = eventAspectCounts.computeIfAbsent(aspect.getName(), unused -> HashMultiset.create());
	                                                                                         ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'HashMultiset<@NonNull String>' needs unchecked conversion to conform to '@NonNull Multiset<@NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[132] 
	monitor.setTaskName("Event Count Analysis (" + done.get() + ")");
	                    ^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[132] 
	monitor.setTaskName("Event Count Analysis (" + done.get() + ")");
	                                                            ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[141] 
	Multiset<String> dataSet = entry.getValue();
	                           ^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull Multiset<@NonNull String>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[142] 
	List<LamiTableEntry> entries = new ArrayList<>();
	     ^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableEntry' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[145] 
	List<LamiData> data = Arrays.asList(new LamiString(element), new LamiLongNumber((long) dataSet.count(element)));
	     ^^^^^^^^
Discouraged access: The type 'LamiData' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[145] 
	List<LamiData> data = Arrays.asList(new LamiString(element), new LamiLongNumber((long) dataSet.count(element)));
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiLongNumber(Long)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[145] 
	List<LamiData> data = Arrays.asList(new LamiString(element), new LamiLongNumber((long) dataSet.count(element)));
	                                                                 ^^^^^^^^^^^^^^
Discouraged access: The type 'LamiLongNumber' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[146] 
	entries.add(new LamiTableEntry(data));
	            ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiTableEntry(List<LamiData>)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[146] 
	entries.add(new LamiTableEntry(data));
	                ^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableEntry' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[148] 
	List<LamiTableEntryAspect> tableAspects = Arrays.asList(new LamiCategoryAspect(entry.getKey(), 0), new LamiCountAspect("count", 1));
	     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableEntryAspect' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[148] 
	List<LamiTableEntryAspect> tableAspects = Arrays.asList(new LamiCategoryAspect(entry.getKey(), 0), new LamiCountAspect("count", 1));
	                                                                                                                       ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[149] 
	LamiTableClass tableClass = new LamiTableClass(entry.getKey(), entry.getKey(), tableAspects, Collections.emptySet());
	^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableClass' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[149] 
	LamiTableClass tableClass = new LamiTableClass(entry.getKey(), entry.getKey(), tableAspects, Collections.emptySet());
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiTableClass(String, String, List<LamiTableEntryAspect>, Collection<LamiChartModel>)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[149] 
	LamiTableClass tableClass = new LamiTableClass(entry.getKey(), entry.getKey(), tableAspects, Collections.emptySet());
	                                ^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableClass' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[150] 
	LamiResultTable lrt = new LamiResultTable(createTimeRange(tr), tableClass, entries);
	^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[150] 
	LamiResultTable lrt = new LamiResultTable(createTimeRange(tr), tableClass, entries);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiResultTable(LamiTimeRange, LamiTableClass, Iterable<LamiTableEntry>)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[150] 
	LamiResultTable lrt = new LamiResultTable(createTimeRange(tr), tableClass, entries);
	                          ^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[261] 
	private static LamiTimeRange createTimeRange(TmfTimeRange timeRange) {
	               ^^^^^^^^^^^^^
Discouraged access: The type 'LamiTimeRange' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[262] 
	return new LamiTimeRange(new LamiTimestamp(timeRange.getStartTime().toNanos()), new LamiTimestamp(timeRange.getStartTime().toNanos()));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiTimeRange(LamiTimestamp, LamiTimestamp)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[262] 
	return new LamiTimeRange(new LamiTimestamp(timeRange.getStartTime().toNanos()), new LamiTimestamp(timeRange.getStartTime().toNanos()));
	           ^^^^^^^^^^^^^
Discouraged access: The type 'LamiTimeRange' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[262] 
	return new LamiTimeRange(new LamiTimestamp(timeRange.getStartTime().toNanos()), new LamiTimestamp(timeRange.getStartTime().toNanos()));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiTimestamp(long)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[262] 
	return new LamiTimeRange(new LamiTimestamp(timeRange.getStartTime().toNanos()), new LamiTimestamp(timeRange.getStartTime().toNanos()));
	                             ^^^^^^^^^^^^^
Discouraged access: The type 'LamiTimestamp' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[262] 
	return new LamiTimeRange(new LamiTimestamp(timeRange.getStartTime().toNanos()), new LamiTimestamp(timeRange.getStartTime().toNanos()));
	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiTimestamp(long)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[262] 
	return new LamiTimeRange(new LamiTimestamp(timeRange.getStartTime().toNanos()), new LamiTimestamp(timeRange.getStartTime().toNanos()));
	                                                                                    ^^^^^^^^^^^^^
Discouraged access: The type 'LamiTimestamp' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[268] 
	private final class LamiString extends LamiData {
	                                       ^^^^^^^^
Discouraged access: The type 'LamiData' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[289] 
	private final class LamiCountAspect extends LamiGenericAspect {
	                                            ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiGenericAspect' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[292] 
	super(name, null, column, true, false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiGenericAspect(String, String, int, boolean, boolean)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[304] 
	private final class LamiCategoryAspect extends LamiGenericAspect {
	                                               ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiGenericAspect' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/org/eclipse/tracecompass/incubator/internal/fieldcount/core/FieldCountAnalysis.java:[307] 
	super(name, null, column, false, false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LamiGenericAspect(String, String, int, boolean, boolean)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
46 problems (46 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.eventfieldcount.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.doc.user >--
[INFO] Building Trace Compass Incubator eventcount User Guide 0.0.1-SNAPSHOT [23/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.eventfieldcount.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount >--
[INFO] Building org.eclipse.tracecompass.incubator.eventfieldcount 0.0.1-SNAPSHOT [24/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/target/org.eclipse.tracecompass.incubator.eventfieldcount-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/target/org.eclipse.tracecompass.incubator.eventfieldcount-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.eventfieldcount.core' with 6 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.eventfieldcount.doc.user' with 0 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/target/org.eclipse.tracecompass.incubator.eventfieldcount-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/target/org.eclipse.tracecompass.incubator.eventfieldcount-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.eventfieldcount ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.core >--
[INFO] Building org.eclipse.tracecompass.incubator.filters.core 0.0.1-SNAPSHOT [25/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] Compiling 16 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/FilterValidation.java:[36] 
	import org.eclipse.tracecompass.tmf.filter.parser.FilterParserLexer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FilterParserLexer' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/FilterValidation.java:[37] 
	import org.eclipse.tracecompass.tmf.filter.parser.FilterParserParser;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FilterParserParser' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/FilterValidation.java:[38] 
	import org.eclipse.tracecompass.tmf.filter.parser.FilterParserParser.parse_return;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FilterParserParser.parse_return' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/client/LanguageFilterClient.java:[173] 
	public void setServer(LanguageServer server) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/client/LanguageFilterClient.java:[185] 
	* @param uri
	         ^^^
Javadoc: Description expected after this reference
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/client/LanguageFilterClient.java:[198] 
	* @param uri
	         ^^^
Javadoc: Description expected after this reference
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/SyntaxHighlighting.java:[26] 
	import org.eclipse.tracecompass.tmf.filter.parser.FilterParserLexer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FilterParserLexer' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/SyntaxHighlighting.java:[94] 
	case FilterParserLexer.OP:
	     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FilterParserLexer' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/SyntaxHighlighting.java:[94] 
	case FilterParserLexer.OP:
	                       ^^
Discouraged access: The field 'FilterParserLexer.OP' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/SyntaxHighlighting.java:[96] 
	case FilterParserLexer.TEXT:
	     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FilterParserLexer' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/SyntaxHighlighting.java:[96] 
	case FilterParserLexer.TEXT:
	                       ^^^^
Discouraged access: The field 'FilterParserLexer.TEXT' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/SyntaxHighlighting.java:[98] 
	case FilterParserLexer.SEPARATOR:
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FilterParserLexer' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/SyntaxHighlighting.java:[98] 
	case FilterParserLexer.SEPARATOR:
	                       ^^^^^^^^^
Discouraged access: The field 'FilterParserLexer.SEPARATOR' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/FilterServerFactory.java:[93] 
	InputStream in = fClientSocket.getInputStream();
	            ^^
Potential resource leak: 'in' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/FilterServerFactory.java:[94] 
	OutputStream out = fClientSocket.getOutputStream();
	             ^^^
Potential resource leak: 'out' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/FilterServerFactory.java:[122] 
	Socket clientSocket = fServerSocket.accept();
	       ^^^^^^^^^^^^
Potential resource leak: 'clientSocket' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/org/eclipse/tracecompass/incubator/internal/filters/core/server/AutoCompletion.java:[25] 
	import org.eclipse.tracecompass.tmf.filter.parser.FilterParserLexer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FilterParserLexer' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.filter.parser/1.0.6.202011270421/org.eclipse.tracecompass.tmf.filter.parser-1.0.6.202011270421.jar')
17 problems (17 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.filters.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.doc.user >--
[INFO] Building Trace Compass Incubator Filters User Guide 0.0.1-SNAPSHOT [26/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.filters.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.filters.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.filters.ui 0.0.1-SNAPSHOT [27/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Compiling 9 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/src/org/eclipse/tracecompass/incubator/internal/filters/ui/views/global/GlobalFilterView.java:[75] 
	return Activator.getDefault().getImageDescripterFromPath(ITmfImageConstants.IMG_UI_REMOVE_BOOKMARK);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImageDescriptor' needs unchecked conversion to conform to '@NonNull ImageDescriptor'
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.core' with 14 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.filters.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters >--
[INFO] Building org.eclipse.tracecompass.incubator.filters 0.0.1-SNAPSHOT [28/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/target/org.eclipse.tracecompass.incubator.filters-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/target/org.eclipse.tracecompass.incubator.filters-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.core' with 14 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.ui' with 21 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/target/org.eclipse.tracecompass.incubator.filters-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/target/org.eclipse.tracecompass.incubator.filters-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.filters ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.core >--
[INFO] Building org.eclipse.tracecompass.incubator.hudson.maven.core 0.0.1-SNAPSHOT [29/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] Compiling 7 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/src/org/eclipse/tracecompass/incubator/internal/hudson/maven/core/analysis/MavenCallstackStateProvider.java:[51] 
	public MavenCallstackStateProvider(@NonNull ITmfTrace trace) {
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.hudson.maven.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.hudson.maven.ui 0.0.1-SNAPSHOT [30/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Compiling 2 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven.core' with 6 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.hudson.maven.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven >--
[INFO] Building org.eclipse.tracecompass.incubator.hudson.maven 0.0.1-SNAPSHOT [31/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/target/org.eclipse.tracecompass.incubator.hudson.maven-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/target/org.eclipse.tracecompass.incubator.hudson.maven-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven.core' with 6 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven.ui' with 1 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/target/org.eclipse.tracecompass.incubator.hudson.maven-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/target/org.eclipse.tracecompass.incubator.hudson.maven-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.hudson.maven ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.core >--
[INFO] Building org.eclipse.tracecompass.incubator.kernel.core 0.0.1-SNAPSHOT [32/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Compiling 30 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[15] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.inputoutput.InputOutputAnalysisModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InputOutputAnalysisModule' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[16] 
	import org.eclipse.tracecompass.internal.analysis.timing.core.segmentstore.SegmentStoreStatisticsDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.timing.core/5.2.0.202011270421/org.eclipse.tracecompass.analysis.timing.core-5.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[17] 
	import org.eclipse.tracecompass.internal.tmf.core.model.tree.TmfTreeCompositeDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[27] 
	public class WaitQueueStatsDataProviderFactory implements IDataProviderFactory {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[29] 
	public static final String ID = "org.eclipse.tracecompass.kernel.core.inputoutput.waitqueuestatistics"; //$NON-NLS-1$
	                           ^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[31] 
	public WaitQueueStatsDataProviderFactory() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[38] 
	return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[38] 
	return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfTreeCompositeDataProvider.create(Collection<ITmfTrace>, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[40] 
	InputOutputAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, InputOutputAnalysisModule.class, InputOutputAnalysisModule.ID);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InputOutputAnalysisModule' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[40] 
	InputOutputAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, InputOutputAnalysisModule.class, InputOutputAnalysisModule.ID);
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InputOutputAnalysisModule' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[40] 
	InputOutputAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, InputOutputAnalysisModule.class, InputOutputAnalysisModule.ID);
	                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InputOutputAnalysisModule' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[40] 
	InputOutputAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, InputOutputAnalysisModule.class, InputOutputAnalysisModule.ID);
	                                                                                                                                            ^^
Discouraged access: The field 'InputOutputAnalysisModule.ID' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[44] 
	ISegmentStoreProvider ss = module.getWaitingQueueSegmentStore();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InputOutputAnalysisModule.getWaitingQueueSegmentStore()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[53] 
	return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SegmentStoreStatisticsDataProvider(ITmfTrace, IStatisticsAnalysis, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.timing.core/5.2.0.202011270421/org.eclipse.tracecompass.analysis.timing.core-5.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/WaitQueueStatsDataProviderFactory.java:[53] 
	return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, ID);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.timing.core/5.2.0.202011270421/org.eclipse.tracecompass.analysis.timing.core-5.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoPerProcessDataProvider.java:[86] 
	private static final String READ_TITLE = "Read";
	                                         ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoPerProcessDataProvider.java:[87] 
	private static final String WRITE_TITLE = "Write";
	                                          ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoPerProcessDataProvider.java:[94] 
	private static final TmfXYAxisDescription Y_AXIS_DESCRIPTION = new TmfXYAxisDescription(Objects.requireNonNull("File throughput"), BINARY_SPEED_UNIT, DataType.BINARY_NUMBER);
	                                                                                                               ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoPerProcessDataProvider.java:[109] 
	private static final Comparator<ITmfStateInterval> INTERVAL_COMPARATOR = Comparator.comparing(ITmfStateInterval::getStartTime);
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Comparator<@NonNull ITmfStateInterval>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ITmfStateInterval>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoPerProcessDataProvider.java:[355] 
	allModels.put(quark, new IoTreeDataModel(id, rootId, tidName, tid));
	                                                     ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoPerProcessDataProvider.java:[428] 
	Map<Long, Integer> selectedEntries = getSelectedEntries(selectedItems);
	                                                        ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Collection<@NonNull Long>' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProvider.java:[315] 
	String[] segments = name.split(File.separator);
	                               ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProvider.java:[318] 
	builder.add(new FileEntryModel(getStringEntryId(fFileIds.computeIfAbsent(File.separator, a -> STRING_VALUE.incrementAndGet())), parentId, File.separator, ss.getStartTime(), ss.getCurrentEndTime(), false, Type.Directory));
	                                                                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProvider.java:[318] 
	builder.add(new FileEntryModel(getStringEntryId(fFileIds.computeIfAbsent(File.separator, a -> STRING_VALUE.incrementAndGet())), parentId, File.separator, ss.getStartTime(), ss.getCurrentEndTime(), false, Type.Directory));
	                                                                                                                                          ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProvider.java:[375] 
	public @Nullable Long getBytesRead(long start, long end, long attributeId) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProvider.java:[390] 
	public @Nullable Long getBytesWrite(long start, long end, long attributeId) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[18] 
	import org.eclipse.tracecompass.internal.tmf.core.model.DataProviderDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[34] 
	public static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                            ^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[34] 
	public static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DataProviderDescriptor.Builder()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[34] 
	public static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(IoAccessDataProvider.ID)
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setId(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[34] 
	public static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(IoAccessDataProvider.ID)
            .setName("Io Access Data Provider")
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setName(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[34] 
	public static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(IoAccessDataProvider.ID)
            .setName("Io Access Data Provider")
            .setDescription("Shows the file access per thread")
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setDescription(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[34] 
	public static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(IoAccessDataProvider.ID)
            .setName("Io Access Data Provider")
            .setDescription("Shows the file access per thread")
            .setProviderType(ProviderType.TIME_GRAPH)
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setProviderType(IDataProviderDescriptor.ProviderType)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[34] 
	public static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(IoAccessDataProvider.ID)
            .setName("Io Access Data Provider")
            .setDescription("Shows the file access per thread")
            .setProviderType(ProviderType.TIME_GRAPH)
            .build();
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.build()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[34] 
	public static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[34] 
	public static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[36] 
	.setName("Io Access Data Provider")
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java:[37] 
	.setDescription("Shows the file access per thread")
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/DiskRequestDataProvider.java:[87] 
	private static final Comparator<ITmfStateInterval> INTERVAL_COMPARATOR = Comparator.comparing(ITmfStateInterval::getStartTime);
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Comparator<@NonNull ITmfStateInterval>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ITmfStateInterval>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoStateProvider.java:[353] 
	Object v4addr = event.getContent().getFieldValue(Object.class, "v4addr");
	                                                               ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoStateProvider.java:[354] 
	Object v6addr = event.getContent().getFieldValue(Object.class, "v6addr");
	                                                               ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoStateProvider.java:[355] 
	Integer family = event.getContent().getFieldValue(Integer.class, "family");
	                                                                 ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoStateProvider.java:[371] 
	return StringUtils.join(list, separator);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[15] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.inputoutput.InputOutputAnalysisModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InputOutputAnalysisModule' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[16] 
	import org.eclipse.tracecompass.internal.analysis.timing.core.segmentstore.SegmentStoreStatisticsDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.timing.core/5.2.0.202011270421/org.eclipse.tracecompass.analysis.timing.core-5.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[17] 
	import org.eclipse.tracecompass.internal.tmf.core.model.tree.TmfTreeCompositeDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[27] 
	public class ExecQueueStatsDataProviderFactory implements IDataProviderFactory {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[29] 
	public ExecQueueStatsDataProviderFactory() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[33] 
	public static final String ID = "org.eclipse.tracecompass.kernel.core.inputoutput.execqueuestatistics"; //$NON-NLS-1$
	                           ^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[38] 
	return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[38] 
	return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfTreeCompositeDataProvider.create(Collection<ITmfTrace>, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[40] 
	InputOutputAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, InputOutputAnalysisModule.class, InputOutputAnalysisModule.ID);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InputOutputAnalysisModule' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[40] 
	InputOutputAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, InputOutputAnalysisModule.class, InputOutputAnalysisModule.ID);
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InputOutputAnalysisModule' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[40] 
	InputOutputAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, InputOutputAnalysisModule.class, InputOutputAnalysisModule.ID);
	                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InputOutputAnalysisModule' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[40] 
	InputOutputAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, InputOutputAnalysisModule.class, InputOutputAnalysisModule.ID);
	                                                                                                                                            ^^
Discouraged access: The field 'InputOutputAnalysisModule.ID' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[44] 
	ISegmentStoreProvider ss = module.getExecutionQueueSegmentStore();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InputOutputAnalysisModule.getExecutionQueueSegmentStore()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[53] 
	return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SegmentStoreStatisticsDataProvider(ITmfTrace, IStatisticsAnalysis, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.timing.core/5.2.0.202011270421/org.eclipse.tracecompass.analysis.timing.core-5.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/ExecQueueStatsDataProviderFactory.java:[53] 
	return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, ID);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.timing.core/5.2.0.202011270421/org.eclipse.tracecompass.analysis.timing.core-5.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[20] 
	import org.eclipse.tracecompass.internal.tmf.core.model.DataProviderDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[37] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DataProviderDescriptor.Builder()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[37] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(FileAccessDataProvider.ID)
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setId(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[37] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(FileAccessDataProvider.ID)
            .setName("File Access By File")
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setName(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[37] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(FileAccessDataProvider.ID)
            .setName("File Access By File")
            .setDescription("Shows the files in the file system and the threads who access them. This view can be filtered per thread")
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setDescription(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[37] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(FileAccessDataProvider.ID)
            .setName("File Access By File")
            .setDescription("Shows the files in the file system and the threads who access them. This view can be filtered per thread")
            .setProviderType(ProviderType.TIME_GRAPH)
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setProviderType(IDataProviderDescriptor.ProviderType)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[37] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(FileAccessDataProvider.ID)
            .setName("File Access By File")
            .setDescription("Shows the files in the file system and the threads who access them. This view can be filtered per thread")
            .setProviderType(ProviderType.TIME_GRAPH)
            .build();
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.build()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[37] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[37] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[39] 
	.setName("File Access By File")
	         ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java:[40] 
	.setDescription("Shows the files in the file system and the threads who access them. This view can be filtered per thread")
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[172] 
	TimeGraphModel models = getRowModel(ss, fetchParameters, monitor, selectedItems);
	                                                                  ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull List<@NonNull Long>' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[231] 
	for (Entry<Long, Collection<ITmfStateInterval>> entryIntervals : intervals.asMap().entrySet()) {
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map.Entry<@NonNull Long,Collection<@NonNull ITmfStateInterval>>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Long,@NonNull Collection<@NonNull ITmfStateInterval>>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[236] 
	for (ITmfStateInterval interval : entryIntervals.getValue()) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Collection<@NonNull ITmfStateInterval>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[236] 
	for (ITmfStateInterval interval : entryIntervals.getValue()) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Collection<@NonNull ITmfStateInterval>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[302] 
	ITmfStateInterval rwInterval = entry.getValue();
	                               ^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull ITmfStateInterval>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[303] 
	Integer tid = entry.getKey();
	              ^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull ITmfStateInterval>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[317] 
	for (Entry<Integer, Collection<String>> fileEntry : files.asMap().entrySet()) {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[318] 
	Integer tid = fileEntry.getKey();
	              ^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[321] 
	for (String file : fileEntry.getValue()) {
	                   ^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[321] 
	for (String file : fileEntry.getValue()) {
	                   ^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProvider.java:[335] 
	return (Collection<Integer>) collection;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Collection<capture#5-of ?> to Collection<Integer>
80 problems (80 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.kernel.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.doc.user >--
[INFO] Building Trace Compass Incubator kernel User Guide 0.0.1-SNAPSHOT [33/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.kernel.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.kernel.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui 0.0.1-SNAPSHOT [34/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] Compiling 18 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/ChartMultiViewer.java:[33] 
	import org.eclipse.tracecompass.tmf.ui.viewers.tree.AbstractSelectTreeViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractSelectTreeViewer is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/TreeViewer.java:[51] 
	TmfTreeColumnData legendColumn = new TmfTreeColumnData("Legend");
	                                                       ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/TreeViewer.java:[69] 
	return () -> Arrays.asList(createColumn("Name", Comparator.comparing(ITmfTreeViewerEntry::getName)),
	                                        ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/TreeViewer.java:[70] 
	new TmfTreeColumnData("Unit"), legendColumn);
	                      ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[381] 
	setFilterColumns(new String[] { "Name" });
	                                ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[388] 
	return "";
	       ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[596] 
	fContextService = workbenchWindow.getService(IContextService.class);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IContextService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[672] 
	return fName;
	       ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[1356] 
	try (FlowScopeLog parentLogger = new FlowScopeLogBuilder(LOGGER, Level.FINE, "MultiTimeGraphViewer:Rebuilding").setCategory(getViewerId()).build()) { //$NON-NLS-1$
	                                                                                                                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[1370] 
	service = fSite.getService(IWorkbenchSiteProgressService.class);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IWorkbenchSiteProgressService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[1421] 
	try (FlowScopeLog parentLogger = new FlowScopeLogBuilder(LOGGER, Level.FINE, "RefreshRequested").setCategory(getViewerId()).build()) { //$NON-NLS-1$
	                                                                                                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[1515] 
	try (FlowScopeLog flowParent = new FlowScopeLogBuilder(LOGGER, Level.FINE, "RedrawRequested").setCategory(getViewerId()).build()) { //$NON-NLS-1$
	                                                                                                          ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[1546] 
	try (FlowScopeLog log = new FlowScopeLogBuilder(LOGGER, Level.FINE, "MultiTimeGraphViewer:ZoomThreadCreated").setCategory(getViewerId()).build()) { //$NON-NLS-1$
	                                                                                                                          ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[1819] 
	try (FlowScopeLog log = new FlowScopeLogBuilder(LOGGER, Level.FINE, "MultiTimeGraphViewer:ZoomThread", "start", fZoomStartTime, "end", fZoomEndTime).setCategoryAndId(getViewerId(), fScopeId).build()) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
	                                                                                                                                                                      ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[2044] 
	getPresentationProvider().getFilterInput(te).forEach((k, e) -> toTest.put(k, e));
	                                                                          ^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[2044] 
	getPresentationProvider().getFilterInput(te).forEach((k, e) -> toTest.put(k, e));
	                                                                             ^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[2048] 
	Integer property = mapEntry.getKey();
	                   ^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull Predicate<@NonNull Multimap<@NonNull String,@NonNull Object>>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[2113] 
	for (Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) {
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[2187] 
	final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/AbstractTimeGraphMultiViewer.java:[2199] 
	final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/BaseDataProviderTimeGraphMultiViewer.java:[175] 
	ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> dataProvider = DataProviderManager
                .getInstance().getDataProvider(trace, getProviderId(), ITimeGraphDataProvider.class);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITimeGraphDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/BaseDataProviderTimeGraphMultiViewer.java:[182] 
	((BaseDataProviderTimeGraphPresentationProvider) presentationProvider).addProvider(dataProvider, getTooltipResolver(dataProvider));
	                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BiFunction<ITimeEvent,Long,Map<String,String>>' needs unchecked conversion to conform to '@NonNull BiFunction<@NonNull ITimeEvent,@NonNull Long,@NonNull Map<@NonNull String,@NonNull String>>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/BaseDataProviderTimeGraphMultiViewer.java:[257] 
	entries = ImmutableList.copyOf(fEntries.values());
	                               ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Collection<TimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull TimeGraphEntry>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/BaseDataProviderTimeGraphMultiViewer.java:[402] 
	Map<@NonNull String, @NonNull Object> parameters = getFetchRowModelParameters(start, end, resolution, fullSearch, entry.getValue());
	                                                                                                                  ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/BaseDataProviderTimeGraphMultiViewer.java:[590] 
	Map<@NonNull String, @NonNull Object> parameters = getFetchAnnotationsParameters(times, providersToModelIds.get(provider));
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<Long>' needs unchecked conversion to conform to '@NonNull Collection<Long>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/BaseDataProviderTimeGraphMultiViewer.java:[651] 
	parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap());
	                                                                 ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/timegraph/BaseDataProviderTimeGraphMultiViewer.java:[654] 
	parameters.put(DataProviderParameterUtils.FULL_SEARCH_KEY, Boolean.TRUE);
	                                                           ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Boolean' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/ActionsChartMultiViewer.java:[28] 
	import org.eclipse.tracecompass.internal.tmf.ui.Messages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/ActionsChartMultiViewer.java:[29] 
	import org.eclipse.tracecompass.internal.tmf.ui.views.xychart.LockRangeDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LockRangeDialog' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/ActionsChartMultiViewer.java:[140] 
	Action action = new Action(Messages.TmfChartView_LockYAxis, IAction.AS_PUSH_BUTTON) {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/ActionsChartMultiViewer.java:[140] 
	Action action = new Action(Messages.TmfChartView_LockYAxis, IAction.AS_PUSH_BUTTON) {
	                                    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TmfChartView_LockYAxis' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/ActionsChartMultiViewer.java:[143] 
	LockRangeDialog rangeDialog = new LockRangeDialog(fViewSite.getShell(), getChartViewer());
	^^^^^^^^^^^^^^^
Discouraged access: The type 'LockRangeDialog' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/ActionsChartMultiViewer.java:[143] 
	LockRangeDialog rangeDialog = new LockRangeDialog(fViewSite.getShell(), getChartViewer());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LockRangeDialog(Shell, TmfXYChartViewer)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/org/eclipse/tracecompass/incubator/internal/tmf/ui/multiview/ui/view/xychart/ActionsChartMultiViewer.java:[143] 
	LockRangeDialog rangeDialog = new LockRangeDialog(fViewSite.getShell(), getChartViewer());
	                                  ^^^^^^^^^^^^^^^
Discouraged access: The type 'LockRangeDialog' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
34 problems (34 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.kernel.ui 0.0.1-SNAPSHOT [35/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Compiling 16 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/fileaccess/FileAccessByFileView.java:[126] 
	.getInstance().getDataProvider(getTrace(), getProviderId(), FileAccessDataProvider.class);
	                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/fileaccess/FileAccessByFileView.java:[135] 
	.getInstance().getDataProvider(getTrace(), getProviderId(), FileAccessDataProvider.class);
	                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/fileaccess/FileAccessByFileView.java:[301] 
	TmfTraceContext ctx = TmfTraceManager.getInstance().getTraceContext(getTrace());
	                                                                    ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/latencies/stats/WaitQueueLatencyStatisticsView.java:[17] 
	import org.eclipse.tracecompass.incubator.internal.kernel.core.inputoutput.WaitQueueStatsDataProviderFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WaitQueueStatsDataProviderFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/latencies/stats/WaitQueueLatencyStatisticsView.java:[29] 
	return new AbstractSegmentsStatisticsViewer(parent, WaitQueueStatsDataProviderFactory.ID) {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WaitQueueStatsDataProviderFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/latencies/stats/WaitQueueLatencyStatisticsView.java:[29] 
	return new AbstractSegmentsStatisticsViewer(parent, WaitQueueStatsDataProviderFactory.ID) {
	                                                                                      ^^
Discouraged access: The field 'WaitQueueStatsDataProviderFactory.ID' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/latencies/stats/ExecQueueLatencyStatisticsView.java:[17] 
	import org.eclipse.tracecompass.incubator.internal.kernel.core.inputoutput.ExecQueueStatsDataProviderFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ExecQueueStatsDataProviderFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/latencies/stats/ExecQueueLatencyStatisticsView.java:[29] 
	return new AbstractSegmentsStatisticsViewer(parent, ExecQueueStatsDataProviderFactory.ID) {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ExecQueueStatsDataProviderFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/latencies/stats/ExecQueueLatencyStatisticsView.java:[29] 
	return new AbstractSegmentsStatisticsViewer(parent, ExecQueueStatsDataProviderFactory.ID) {
	                                                                                      ^^
Discouraged access: The field 'ExecQueueStatsDataProviderFactory.ID' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/perprocess/IoByProcessView.java:[105] 
	public class IoAccessTimeGraphViewer extends BaseDataProviderTimeGraphMultiViewer {
	             ^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/perprocess/IoByProcessView.java:[107] 
	public IoAccessTimeGraphViewer(Composite composite) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/perprocess/IoByProcessView.java:[154] 
	.map(m -> ((IElementResolver) m).getMetadata().get(OsStrings.tid()))
	                              ^
Potential null pointer access: this expression has type 'capture#1-of ?', a free type variable that may represent a '@Nullable' type
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/diskrequests/DiskRequestsView.java:[12] 
	import org.eclipse.tracecompass.incubator.internal.kernel.core.inputoutput.DiskRequestDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiskRequestDataProvider' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/diskrequests/DiskRequestsView.java:[13] 
	import org.eclipse.tracecompass.internal.provisional.tmf.ui.widgets.timegraph.BaseDataProviderTimeGraphPresentationProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseDataProviderTimeGraphPresentationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/diskrequests/DiskRequestsView.java:[41] 
	super(ID, new BaseDataProviderTimeGraphPresentationProvider(), DiskRequestDataProvider.ID);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BaseDataProviderTimeGraphPresentationProvider()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/diskrequests/DiskRequestsView.java:[41] 
	super(ID, new BaseDataProviderTimeGraphPresentationProvider(), DiskRequestDataProvider.ID);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseDataProviderTimeGraphPresentationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/diskrequests/DiskRequestsView.java:[41] 
	super(ID, new BaseDataProviderTimeGraphPresentationProvider(), DiskRequestDataProvider.ID);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiskRequestDataProvider' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/org/eclipse/tracecompass/incubator/internal/kernel/ui/views/io/diskrequests/DiskRequestsView.java:[41] 
	super(ID, new BaseDataProviderTimeGraphPresentationProvider(), DiskRequestDataProvider.ID);
	                                                                                       ^^
Discouraged access: The field 'DiskRequestDataProvider.ID' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core/target/classes')
18 problems (18 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.core' with 32 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui' with 50 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.kernel.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel >--
[INFO] Building org.eclipse.tracecompass.incubator.kernel 0.0.1-SNAPSHOT [36/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/target/org.eclipse.tracecompass.incubator.kernel-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/target/org.eclipse.tracecompass.incubator.kernel-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.core' with 32 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.ui' with 22 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui' with 50 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/target/org.eclipse.tracecompass.incubator.kernel-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/target/org.eclipse.tracecompass.incubator.kernel-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.kernel ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.core >--
[INFO] Building org.eclipse.tracecompass.incubator.lttng2.ust.extras.core 0.0.1-SNAPSHOT [37/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Compiling 4 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/src/org/eclipse/tracecompass/incubator/internal/lttng2/ust/extras/core/pthread/PThreadLockGraphHandler.java:[135] 
	if (lastReqVertex == null) {
	    ^^^^^^^^^^^^^
Null comparison always yields false: The variable lastReqVertex cannot be null at this location
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/src/org/eclipse/tracecompass/incubator/internal/lttng2/ust/extras/core/pthread/PThreadLockGraphHandler.java:[135] 
	if (lastReqVertex == null) {
            return;
        }
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.core' with 32 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user >--
[INFO] Building Trace Compass Incubator LTTng2 Ust Extras User Guide 0.0.1-SNAPSHOT [38/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras >--
[INFO] Building org.eclipse.tracecompass.incubator.lttng2.ust.extras 0.0.1-SNAPSHOT [39/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.core' with 32 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.lttng2.ust.extras.core' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user' with 0 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.core >--
[INFO] Building org.eclipse.tracecompass.incubator.opentracing.core 0.0.1-SNAPSHOT [40/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] Compiling 18 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/analysis/spanlife/SpanLifeDataProviderFactory.java:[19] 
	import org.eclipse.tracecompass.internal.tmf.core.model.DataProviderDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingSortingJob.java:[19] 
	import org.eclipse.tracecompass.internal.jsontrace.core.job.SortingJob;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SortingJob' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingSortingJob.java:[35] 
	public class OpenTracingSortingJob extends SortingJob {
	                                           ^^^^^^^^^^
Discouraged access: The type 'SortingJob' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingSortingJob.java:[46] 
	super(trace, path, "\"startTime\":", 2); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SortingJob(ITmfTrace, String, String, int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingSortingJob.java:[51] 
	try (FileReader fileReader = new FileReader(getPath())) {
	                                            ^^^^^^^^^
Discouraged access: The method 'SortingJob.getPath()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/analysis/spanlife/SpanLifeStateProvider.java:[126] 
	for (Map.Entry<String, String> entry : log.getValue().entrySet()) {
	                                       ^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Map<@NonNull String,@NonNull String>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/analysis/spanlife/SpanLifeStateProvider.java:[133] 
	Long logTimestamp = log.getKey();
	                    ^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Map<@NonNull String,@NonNull String>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[35] 
	import org.eclipse.tracecompass.internal.provisional.jsontrace.core.trace.JsonTrace;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JsonTrace' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[62] 
	public class OpenTracingTrace extends JsonTrace {
	                                      ^^^^^^^^^
Discouraged access: The type 'JsonTrace' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[79] 
	fProperties.put("Type", "Open-Tracing"); //$NON-NLS-1$ //$NON-NLS-2$
	^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fProperties' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[81] 
	fFile = new File(dir + new File(path).getName());
	^^^^^
Discouraged access: The field 'JsonTrace.fFile' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[82] 
	if (!fFile.exists()) {
	     ^^^^^
Discouraged access: The field 'JsonTrace.fFile' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[98] 
	fFileInput = new BufferedRandomAccessFile(fFile, "r"); //$NON-NLS-1$
	^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[98] 
	fFileInput = new BufferedRandomAccessFile(fFile, "r"); //$NON-NLS-1$
	                                          ^^^^^
Discouraged access: The field 'JsonTrace.fFile' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[99] 
	goToCorrectStart(fFileInput);
	                 ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[152] 
	String line = readNextEventString(() -> rafile.read());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.readNextEventString(JsonTrace.IReaderWrapper)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[153] 
	while ((line != null) && (lineCount++ < MAX_LINES)) {
	                                        ^^^^^^^^^
Discouraged access: The field 'JsonTrace.MAX_LINES' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[163] 
	confidence = MAX_CONFIDENCE * matches / lineCount;
	             ^^^^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.MAX_CONFIDENCE' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[164] 
	line = readNextEventString(() -> rafile.read());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.readNextEventString(JsonTrace.IReaderWrapper)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[224] 
	if (location.equals(NULL_LOCATION)) {
	                    ^^^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.NULL_LOCATION' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[228] 
	if (!locationInfo.equals(fFileInput.getFilePointer())) {
	                         ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[229] 
	fFileInput.seek(locationInfo);
	^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[231] 
	String nextJson = readNextEventString(() -> fFileInput.read());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.readNextEventString(JsonTrace.IReaderWrapper)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/trace/OpenTracingTrace.java:[231] 
	String nextJson = readNextEventString(() -> fFileInput.read());
	                                            ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/analysis/spanlife/SpanLifeDataProvider.java:[164] 
	Map<@NonNull Long, @NonNull Integer> entries = getSelectedEntries(filter);
	                                                                  ^^^^^^
Null type mismatch: required '@NonNull SelectionTimeQueryFilter' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/analysis/spanlife/SpanLifeDataProvider.java:[165] 
	Collection<Long> times = getTimes(filter, ss.getStartTime(), ss.getCurrentEndTime());
	                                  ^^^^^^
Null type mismatch: required '@NonNull TimeQueryFilter' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/analysis/spanlife/SpanLifeDataProvider.java:[313] 
	return attributeInfo[attributeInfo.length - 3];
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/event/OpenTracingField.java:[116] 
	Map<Long, Map<String, String>> timestampList = new HashMap();
	                                               ^^^^^^^^^^^^^
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<Long,Map<String,String>>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/event/OpenTracingField.java:[116] 
	Map<Long, Map<String, String>> timestampList = new HashMap();
	                                                   ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/event/OpenTracingField.java:[118] 
	Long timestamp = optLong(logs.get(i).getAsJsonObject(), IOpenTracingConstants.TIMESTAMP);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'JsonObject' needs unchecked conversion to conform to '@NonNull JsonObject'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/event/OpenTracingField.java:[123] 
	Map<String, String> fieldsList = new HashMap();
	                                 ^^^^^^^^^^^^^
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<String,String>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/event/OpenTracingField.java:[123] 
	Map<String, String> fieldsList = new HashMap();
	                                     ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
32 problems (32 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.opentracing.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.doc.user >--
[INFO] Building Trace Compass Incubator opentracing User Guide 0.0.1-SNAPSHOT [41/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.opentracing.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.opentracing.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.opentracing.ui 0.0.1-SNAPSHOT [42/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Compiling 14 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/src/org/eclipse/tracecompass/incubator/internal/opentracing/ui/view/spanlife/SpanLifePresentationProvider.java:[26] 
	import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/src/org/eclipse/tracecompass/incubator/internal/opentracing/ui/view/spanlife/SpanLifePresentationProvider.java:[119] 
	TmfModelResponse<@NonNull Map<@NonNull String, @NonNull String>> tooltipResponse = provider.fetchTooltip(FetchParametersUtils.selectionTimeQueryToMap(filter), new NullProgressMonitor());
	                                                                                                         ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/src/org/eclipse/tracecompass/incubator/internal/opentracing/ui/view/spanlife/SpanLifePresentationProvider.java:[119] 
	TmfModelResponse<@NonNull Map<@NonNull String, @NonNull String>> tooltipResponse = provider.fetchTooltip(FetchParametersUtils.selectionTimeQueryToMap(filter), new NullProgressMonitor());
	                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.selectionTimeQueryToMap(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/src/org/eclipse/tracecompass/incubator/internal/opentracing/ui/project/wizards/FetchJaegerTracesWizardPage.java:[239] 
	JsonObject tracesObject = gson.fromJson(jaegerTraces, JsonObject.class);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull JsonObject'. Declaring type 'Gson' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/src/org/eclipse/tracecompass/incubator/internal/opentracing/ui/project/wizards/JaegerRestUtils.java:[88] 
	return "";
	       ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
5 problems (5 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.core' with 21 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.opentracing.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing >--
[INFO] Building org.eclipse.tracecompass.incubator.opentracing 0.0.1-SNAPSHOT [43/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/target/org.eclipse.tracecompass.incubator.opentracing-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/target/org.eclipse.tracecompass.incubator.opentracing-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.core' with 21 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.ui' with 25 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/target/org.eclipse.tracecompass.incubator.opentracing-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/target/org.eclipse.tracecompass.incubator.opentracing-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.opentracing ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.core >--
[INFO] Building org.eclipse.tracecompass.incubator.perf.profiling.core 0.0.1-SNAPSHOT [44/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Compiling 13 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/src/org/eclipse/tracecompass/incubator/internal/perf/profiling/core/symbol/PerfMmapSymbolProvider.java:[102] 
	String filename = String.valueOf(lastEntry.getValue().getValue());
	                                 ^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull ITmfStateInterval>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/src/org/eclipse/tracecompass/incubator/internal/perf/profiling/core/trace/PerfCtfTrace.java:[75] 
	Map<String, String> environment = Objects.requireNonNull(((CtfTraceValidationStatus) status).getEnvironment());
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Map<String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>'
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.perf.profiling.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.doc.user >--
[INFO] Building Trace Compass Incubator Perf Profiling User Guide 0.0.1-SNAPSHOT [45/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.perf.profiling.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling >--
[INFO] Building org.eclipse.tracecompass.incubator.perf.profiling 0.0.1-SNAPSHOT [46/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/target/org.eclipse.tracecompass.incubator.perf.profiling-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/target/org.eclipse.tracecompass.incubator.perf.profiling-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.perf.profiling.core' with 11 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.perf.profiling.doc.user' with 0 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/target/org.eclipse.tracecompass.incubator.perf.profiling-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/target/org.eclipse.tracecompass.incubator.perf.profiling-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.perf.profiling ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.vm-parent >--
[INFO] Building Trace Compass Incubator VM Parent 0.0.1-SNAPSHOT       [47/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/vm/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/vm/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.vm-parent ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.vm-parent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.vm-parent-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.core >--
[INFO] Building org.eclipse.tracecompass.incubator.virtual.machine.analysis.core 0.0.1-SNAPSHOT [48/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Compiling 70 source files to /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/SysEntryHandler.java:[50] 
	VirtualCPU cpuObject = VirtualCPU.getVirtualCPU(host, cpu.longValue());
	                                                ^^^^
Null type mismatch: required '@NonNull VirtualMachine' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/IrqExitHandler.java:[48] 
	VirtualCPU cpuObject = VirtualCPU.getVirtualCPU(host, cpu.longValue());
	                                                ^^^^
Null type mismatch: required '@NonNull VirtualMachine' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/FusedVirtualMachineStateProvider.java:[377] 
	return ss.getQuarkRelativeAndAdd(getNodeThreads(ss, machineName), String.valueOf(thread));
	                                                    ^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/KvmEntryHandler.java:[84] 
	hostCpu.setNextLayerVCPU(nextLayerVCPU);
	                         ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull VirtualCPU' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/KvmEntryHandler.java:[114] 
	parent.addThreadWaitingForNextLayer(parentThread);
	                                    ^^^^^^^^^^^^
Null type mismatch: required '@NonNull HostThread' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/SysExitHandler.java:[50] 
	VirtualCPU cpuObject = VirtualCPU.getVirtualCPU(host, cpu.longValue());
	                                                ^^^^
Null type mismatch: required '@NonNull VirtualMachine' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/SoftIrqEntryHandler.java:[50] 
	VirtualCPU cpuObject = VirtualCPU.getVirtualCPU(host, cpu.longValue());
	                                                ^^^^
Null type mismatch: required '@NonNull VirtualMachine' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/FusedVMInformationProvider.java:[454] 
	return str.substring(0, 9);
	       ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/overhead/VmOverheadStateProvider.java:[201] 
	if (!t.getValue().update(event.getTimestamp().toNanos())) {
	     ^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.@NonNull Entry<@NonNull HostThread,VmOverheadStateProvider.@NonNull GuestKernelThreadStatuses>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/FusedVMEventHandlerUtils.java:[90] 
	return ss.getQuarkRelativeAndAdd(getNodeThreads(ss, machineName), buildThreadAttributeName(thread, cpuNumber));
	                                                    ^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/FusedVMEventHandlerUtils.java:[262] 
	int threadSystemCallQuark = ssb.getQuarkRelativeAndAdd(getNodeThreads(ssb, machineName), Integer.toString(tid), FusedAttributes.SYSTEM_CALL);
	                                                                           ^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/FusedVMEventHandlerUtils.java:[394] 
	return str.substring(0, 9);
	       ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/FusedVMEventHandlerUtils.java:[408] 
	return str.toString();
	       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/SoftIrqExitHandler.java:[53] 
	VirtualCPU cpuObject = VirtualCPU.getVirtualCPU(host, cpu.longValue());
	                                                ^^^^
Null type mismatch: required '@NonNull VirtualMachine' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/SchedSwitchHandler.java:[56] 
	VirtualCPU cpuObject = VirtualCPU.getVirtualCPU(host, cpu.longValue());
	                                                ^^^^
Null type mismatch: required '@NonNull VirtualMachine' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/model/qemukvm/QemuKvmVmModel.java:[253] 
	if (entry.getValue().equals(vcpu)) {
	    ^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull HostThread,@NonNull VirtualCPU>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/model/qemukvm/QemuKvmVmModel.java:[419] 
	if (pcpu == null) {
	    ^^^^
Null comparison always yields false: The variable pcpu cannot be null at this location
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/model/qemukvm/QemuKvmVmModel.java:[419] 
	if (pcpu == null) {
            return null;
        }
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/fused/handlers/IrqEntryHandler.java:[50] 
	VirtualCPU cpuObject = VirtualCPU.getVirtualCPU(host, cpu.longValue());
	                                                ^^^^
Null type mismatch: required '@NonNull VirtualMachine' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/core/event/matching/TwoWayVmEventMatching.java:[59] 
	private static HashFunction hf = Hashing.goodFastHash(32);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'HashFunction' needs unchecked conversion to conform to '@NonNull HashFunction'
20 problems (20 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user >--
[INFO] Building Trace Compass Incubator Virtual Machine Analysis User Guide 0.0.1-SNAPSHOT [49/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 3 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui 0.0.1-SNAPSHOT [50/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Compiling 19 source files to /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachinePresentationProvider.java:[96] 
	return (String) fMap.get(StyleProperties.STYLE_NAME);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vresources/VirtualResourcesView.java:[45] 
	import org.eclipse.tracecompass.incubator.internal.virtual.machine.analysis.core.trace.VirtualMachineExperiment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vresources/VirtualResourcesView.java:[383] 
	if (!(parentTrace instanceof VirtualMachineExperiment)) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vresources/VirtualResourcePresentationProvider.java:[33] 
	import org.eclipse.tracecompass.incubator.internal.virtual.machine.analysis.core.trace.VirtualMachineExperiment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vresources/VirtualResourcePresentationProvider.java:[452] 
	fAverageCharWidth = gc.getFontMetrics().getAverageCharWidth();
	                                        ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vresources/VirtualResourcePresentationProvider.java:[533] 
	} else if (trace instanceof VirtualMachineExperiment) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineViewEntry.java:[20] 
	import org.eclipse.tracecompass.incubator.internal.virtual.machine.analysis.core.trace.VirtualMachineExperiment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineViewEntry.java:[61] 
	private final VirtualMachineExperiment fExperiment;
	              ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineViewEntry.java:[103] 
	private final VirtualMachineExperiment fbExperiment;
	              ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineViewEntry.java:[126] 
	public VmEntryBuilder(String name, long startTime, long endTime, VirtualMachineExperiment experiment) {
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineViewEntry.java:[254] 
	public VirtualMachineExperiment getExperiment() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineView.java:[28] 
	import org.eclipse.tracecompass.incubator.internal.virtual.machine.analysis.core.trace.VirtualMachineExperiment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineView.java:[140] 
	if (!(parentTrace instanceof VirtualMachineExperiment)) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineView.java:[155] 
	VirtualMachineExperiment vmExperiment = (VirtualMachineExperiment) parentTrace;
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineView.java:[155] 
	VirtualMachineExperiment vmExperiment = (VirtualMachineExperiment) parentTrace;
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineView.java:[198] 
	Map<@NonNull String, @NonNull VirtualMachineViewEntry> entryMap, VirtualMachineExperiment vmExperiment) {
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineView.java:[248] 
	VirtualMachineExperiment vmExperiment = vmEntry.getExperiment();
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/org/eclipse/tracecompass/incubator/internal/virtual/machine/analysis/ui/views/vcpuview/VirtualMachineView.java:[350] 
	VirtualMachineExperiment experiment = vmEntry.getExperiment();
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
18 problems (18 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.core' with 54 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis >--
[INFO] Building org.eclipse.tracecompass.incubator.virtual.machine.analysis 0.0.1-SNAPSHOT [51/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.core' with 54 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui' with 40 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.core >--
[INFO] Building org.eclipse.tracecompass.incubator.uftrace.core 0.0.1-SNAPSHOT [52/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Compiling 15 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/analysis/UfCallstackProvider.java:[49] 
	fExecAspect = (ITmfEventAspect<String>) MultiAspect.<String>create(TmfTraceUtils.getEventAspects(trace, ExecAspect.class), ExecAspect.class);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ITmfEventAspect<capture#1-of ?> to ITmfEventAspect<String>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/analysis/UfCallstackProvider.java:[50] 
	fTidAspect = (ITmfEventAspect<Integer>) MultiAspect.<Integer>create(TmfTraceUtils.getEventAspects(trace, LinuxTidAspect.class), LinuxTidAspect.class);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ITmfEventAspect<capture#2-of ?> to ITmfEventAspect<Integer>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/analysis/UfCallstackProvider.java:[51] 
	fPidAspect = (ITmfEventAspect<Integer>) MultiAspect.<Integer>create(TmfTraceUtils.getEventAspects(trace, PidAspect.class), PidAspect.class);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ITmfEventAspect<capture#3-of ?> to ITmfEventAspect<Integer>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/TaskParser.java:[57] 
	LineIterator iter = FileUtils.lineIterator(file);
	             ^^^^
Potential resource leak: 'iter' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/Uftrace.java:[419] 
	properties.put("feature bit mask", Long.toBinaryString(fInfo.getFeatures())); //$NON-NLS-1$
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/Uftrace.java:[424] 
	properties.putAll(fInfo.getData());
	                  ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to 'Map<? extends @NonNull String,? extends @NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/MapParser.java:[78] 
	return new MapParser(sessionId, entries);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential resource leak: 'iter' may not be closed at this location
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/SymParser.java:[86] 
	if (line.startsWith("#")) {
	                    ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/SymParser.java:[91] 
	throw new IllegalArgumentException("invalid " + line); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential resource leak: 'iter' may not be closed at this location
9 problems (9 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.uftrace.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.doc.user >--
[INFO] Building Trace Compass Incubator uftrace User Guide 0.0.1-SNAPSHOT [53/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.uftrace.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.uftrace.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace >--
[INFO] Building org.eclipse.tracecompass.incubator.uftrace 0.0.1-SNAPSHOT [54/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/target/org.eclipse.tracecompass.incubator.uftrace-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/target/org.eclipse.tracecompass.incubator.uftrace-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.uftrace.core' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.uftrace.doc.user' with 0 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/target/org.eclipse.tracecompass.incubator.uftrace-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/target/org.eclipse.tracecompass.incubator.uftrace-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.uftrace ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass.core >--
[INFO] Building org.eclipse.tracecompass.incubator.tracecompass.core 0.0.1-SNAPSHOT [55/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Compiling 6 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/src/org/eclipse/tracecompass/incubator/internal/tracecompass/core/trace/LttngTraceCompassJulTrace.java:[55] 
	Map<String, String> environment = ((CtfTraceValidationStatus) status).getEnvironment();
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/src/org/eclipse/tracecompass/incubator/internal/tracecompass/core/trace/LttngTraceCompassJulTrace.java:[64] 
	Collection<String> eventNames = ((CtfTraceValidationStatus) status).getEventNames();
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<String>' needs unchecked conversion to conform to 'Collection<@NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/src/org/eclipse/tracecompass/incubator/internal/tracecompass/core/trace/LttngTraceCompassJulTrace.java:[71] 
	return status;
	       ^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
3 problems (3 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.tracecompass.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass >--
[INFO] Building org.eclipse.tracecompass.incubator.tracecompass 0.0.1-SNAPSHOT [56/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/target/org.eclipse.tracecompass.incubator.tracecompass-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/target/org.eclipse.tracecompass.incubator.tracecompass-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tracecompass.core' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/target/org.eclipse.tracecompass.incubator.tracecompass-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/target/org.eclipse.tracecompass.incubator.tracecompass-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.tracecompass ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting-parent >--
[INFO] Building Trace Compass Incubator Scripting Parent 0.1.0-SNAPSHOT [57/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/scripting/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/scripting/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.scripting-parent ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting-parent/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting-parent-0.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.core >--
[INFO] Building org.eclipse.tracecompass.incubator.scripting.core 0.1.0-SNAPSHOT [58/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] The project's OSGi version is 0.1.0.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Compiling 32 source files to /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/scripting/core/filters/FiltersScriptingModule.java:[78] 
	List<Diagnostic> validate = FilterValidation.validate(regex);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Diagnostic>' needs unchecked conversion to conform to 'List<@NonNull Diagnostic>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/scripting/core/callstack/CallStackScriptingModule.java:[26] 
	import org.eclipse.tracecompass.incubator.internal.callstack.core.flamegraph.FlameGraphDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FlameGraphDataProvider<N,E,T>' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/scripting/core/trace/TraceScriptingModule.java:[138] 
	List<TraceTypeHelper> traceTypes = TmfTraceType.selectTraceType(location, typeID);
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull List<TraceTypeHelper>' needs unchecked conversion to conform to 'List<@NonNull TraceTypeHelper>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/scripting/core/trace/TraceScriptingModule.java:[144] 
	ITmfTrace trace = helper.getTraceClass().getDeclaredConstructor().newInstance();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Constructor<@NonNull capture#of ? extends ITmfTrace>'. Type 'Constructor<T>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/internal/scripting/core/cli/ScriptCliParser.java:[70] 
	Collection<EngineDescription> engines = scriptService.getEngines();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<EngineDescription>' needs unchecked conversion to conform to 'Collection<@NonNull EngineDescription>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/internal/scripting/core/cli/ScriptCliParser.java:[76] 
	fEngineNameToId.put(engine.getName(), engine.getID());
	                    ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/internal/scripting/core/cli/ScriptCliParser.java:[76] 
	fEngineNameToId.put(engine.getName(), engine.getID());
	                                      ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/internal/scripting/core/cli/ScriptCliParser.java:[109] 
	scriptArguments = Arrays.asList(commandLine.getOptionValues(OPTION_COMMAND_LINE_SCRIPT_ARGUMENT_SHORT));
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String []'
8 problems (8 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.core' with 14 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.scripting.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.doc.user >--
[INFO] Building Trace Compass Incubator Scripting User Guide 0.1.0-SNAPSHOT [59/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] The project's OSGi version is 0.1.0.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.doc.user/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.doc.user/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.doc.user/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.doc.user/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.doc.user/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.scripting.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.doc.user/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.doc.user-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.scripting.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.scripting.ui 0.1.0-SNAPSHOT [60/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] The project's OSGi version is 0.1.0.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Compiling 32 source files to /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/scripting/ui/callstack/CallStackUiScriptingModule.java:[17] 
	import org.eclipse.tracecompass.incubator.internal.callstack.core.flamegraph.FlameGraphDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FlameGraphDataProvider<N,E,T>' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/scripting/ui/callstack/CallStackUiScriptingModule.java:[18] 
	import org.eclipse.tracecompass.incubator.internal.callstack.ui.flamegraph.FlameGraphView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FlameGraphView' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/scripting/ui/callstack/CallStackUiScriptingModule.java:[43] 
	public void openFlameGraphView(FlameGraphDataProvider<?, ?, ?> dataProvider) {
	                               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FlameGraphDataProvider<?,?,?>' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/scripting/ui/callstack/CallStackUiScriptingModule.java:[49] 
	IViewPart view = openView(dataProvider.getId());
	                          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FlameGraphDataProvider<capture#1-of ?,capture#2-of ?,capture#3-of ?>.getId()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/scripting/ui/callstack/CallStackUiScriptingModule.java:[67] 
	IViewReference viewRef = activePage.findViewReference(FlameGraphView.ID, secondaryId);
	                                                      ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FlameGraphView' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/scripting/ui/callstack/CallStackUiScriptingModule.java:[67] 
	IViewReference viewRef = activePage.findViewReference(FlameGraphView.ID, secondaryId);
	                                                                     ^^
Discouraged access: The field 'FlameGraphView.ID' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/scripting/ui/callstack/CallStackUiScriptingModule.java:[72] 
	return activePage.showView(FlameGraphView.ID, secondaryId, IWorkbenchPage.VIEW_ACTIVATE);
	                           ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FlameGraphView' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/scripting/ui/callstack/CallStackUiScriptingModule.java:[72] 
	return activePage.showView(FlameGraphView.ID, secondaryId, IWorkbenchPage.VIEW_ACTIVATE);
	                                          ^^
Discouraged access: The field 'FlameGraphView.ID' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/timegraph/ScriptedTimeGraphView.java:[76] 
	ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> dataProvider = DataProviderManager
                .getInstance().getDataProvider(trace, getProviderId(), ITimeGraphDataProvider.class);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITimeGraphDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/timegraph/ScriptedTimeGraphView.java:[77] 
	.getInstance().getDataProvider(trace, getProviderId(), ITimeGraphDataProvider.class);
	                               ^^^^^
Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/timegraph/ScriptedTimeGraphView.java:[85] 
	ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> dataProvider = DataProviderManager
                .getInstance().getDataProvider(trace, getProviderId(), ITimeGraphDataProvider.class);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITimeGraphDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/xychart/ScriptedXYTreeViewer.java:[45] 
	TmfTreeDataModel model = ((TmfGenericTreeEntry<TmfTreeDataModel>) element).getModel();
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/xychart/ScriptedXYTreeViewer.java:[82] 
	return DataProviderManager
                .getInstance().getDataProvider(trace, fProviderId, ITmfTreeDataProvider.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
13 problems (13 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.core' with 23 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.scripting.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting >--
[INFO] Building org.eclipse.tracecompass.incubator.scripting 0.1.0-SNAPSHOT [61/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] The project's OSGi version is 0.1.0.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/target/org.eclipse.tracecompass.incubator.scripting-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/target/org.eclipse.tracecompass.incubator.scripting-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.core' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.ui' with 33 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/target/org.eclipse.tracecompass.incubator.scripting-0.1.0-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/target/org.eclipse.tracecompass.incubator.scripting-0.1.0-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.scripting ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.javascript >--
[INFO] Building org.eclipse.tracecompass.incubator.scripting.javascript 0.1.0-SNAPSHOT [62/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] The project's OSGi version is 0.1.0.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/target/org.eclipse.tracecompass.incubator.scripting.javascript-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/target/org.eclipse.tracecompass.incubator.scripting.javascript-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.core' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.ui' with 33 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/target/org.eclipse.tracecompass.incubator.scripting.javascript-0.1.0-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.javascript/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.javascript-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.javascript/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.javascript-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/target/org.eclipse.tracecompass.incubator.scripting.javascript-0.1.0-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.javascript/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.javascript-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.javascript/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.javascript-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.javascript/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.javascript/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.javascript-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.scripting.javascript ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.python >--
[INFO] Building org.eclipse.tracecompass.incubator.scripting.python 0.1.0-SNAPSHOT [63/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] The project's OSGi version is 0.1.0.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/target/org.eclipse.tracecompass.incubator.scripting.python-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/target/org.eclipse.tracecompass.incubator.scripting.python-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.core' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.ui' with 33 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/target/org.eclipse.tracecompass.incubator.scripting.python-0.1.0-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.python/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.python-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.python/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.python-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/target/org.eclipse.tracecompass.incubator.scripting.python-0.1.0-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.python/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.python-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.python/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.python-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.python/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.python/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.python-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.scripting.python ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.releng-site >--
[INFO] Building Trace Compass Incubator Repository 0.0.1-SNAPSHOT      [64/106]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean-1) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --- repository-utils:1.0.0:generate-repository-facade (generate-facade) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] Building zip: /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/target/org.eclipse.tracecompass.incubator.releng-site-0.0.1-SNAPSHOT.zip
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.atrace.core' with 5 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.core' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.atrace.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.atrace' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.eventfieldcount.core' with 6 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.eventfieldcount.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.eventfieldcount' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.core' with 14 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.ui' with 21 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven.core' with 6 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven.ui' with 1 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.core' with 32 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.ui' with 22 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui' with 50 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.lttng2.ust.extras.core' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.lttng2.ust.extras' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.core' with 21 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.ui' with 25 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.perf.profiling.core' with 11 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.perf.profiling.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.perf.profiling' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.uftrace' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tracecompass' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.javascript' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.python' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.core' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.ui' with 33 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tracecompass.core' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.ui' with 5 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.uftrace.core' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.uftrace.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.core' with 54 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui' with 40 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] No primary artifact to install, installing attached artifacts instead.
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.releng-site/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.releng-site-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.releng-site/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.releng-site-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/common/org.eclipse.tracecompass.incubator.releng-site/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.releng-site/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.releng-site-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.releng-site ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.xaf.core >--
[INFO] Building org.eclipse.tracecompass.incubator.xaf.core 0.0.1-SNAPSHOT [65/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] Compiling 2 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.xaf.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.xaf.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.xaf.ui 1.0.0-SNAPSHOT [66/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] The project's OSGi version is 1.0.0.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Compiling 75 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/ui/views/StateMachineInstancesConstraintsTableViewer.java:[47] 
	return TmfTraceUtils.getAnalysisModuleOfClass(trace, StateMachineAnalysis.class, StateMachineAnalysis.ANALYSIS_ID);
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/InterruptionInterval.java:[253] 
	cmp = new Double(maxDuration - minDuration).compareTo(ii.maxDuration - ii.minDuration);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/InterruptionInterval.java:[256] 
	cmp = new Double(maxDuration).compareTo(ii.maxDuration);
	          ^^^^^^^^^^^^^^^^^^^
The constructor Double(double) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/InterruptionInterval.java:[259] 
	cmp = new Double(minDuration).compareTo(ii.minDuration);
	          ^^^^^^^^^^^^^^^^^^^
The constructor Double(double) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/StateMachineVariableTimer.java:[108] 
	Integer comparison = new Double(usage).compareTo(StateMachineUtils.getValueFromPercent((String) toCompare, intvl));
	                         ^^^^^^^^^^^^^
The constructor Double(double) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/ui/handlers/ManageXaFParametersDialog.java:[768] 
	new Boolean(buttonProvideModel.getSelection()).toString());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Boolean(boolean) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/ui/handlers/ManageXaFParametersDialog.java:[811] 
	new Boolean(buttonCheckModel.getSelection()).toString());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Boolean(boolean) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/ui/handlers/ManageXaFParametersDialog.java:[814] 
	new Boolean(buttonAllInstancesValid.getSelection()).toString());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Boolean(boolean) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/InterruptionIntervalSetDiff.java:[248] 
	Double resp = new Double((entry.getValue()[0] + entry.getValue()[1]) / 2.0);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/InterruptionIntervalSetDiff.java:[264] 
	Double resp = new Double((entry.getValue()[0] + entry.getValue()[1]) / 2.0);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/InterruptionReasonSet.java:[30] 
	map.put(ir, new Integer(n));
	                ^^^^^^^^^^
The constructor Integer(int) is deprecated
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/ui/Activator.java:[61] 
	public static @Nullable Image getImage(String url) {
	                              ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/backend/StateMachineBackendAnalysis.java:[558] 
	Display.getDefault().asyncExec(() -> Notifier.notify(Activator.getImage("icons/xaf@xxxxxx"), "Analysis Complete", "Coucou") //$NON-NLS-1$ //$NON-NLS-2$
	                                                                                                                  ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
13 problems (13 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.xaf.core' with 1 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.xaf.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.xaf.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.incubator.xaf.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.xaf.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests 0.0.1-SNAPSHOT [67/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Compiling 1 source file to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.core' with 32 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.lttng2.ust.extras.core' with 4 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.kernel.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.kernel.core.tests 0.0.1-SNAPSHOT [68/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Compiling 6 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoStateProviderTest.java:[61] 
	List<String> expectedStrings = Files.readAllLines(Paths.get(STATE_SYSTEM_PATH));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to 'List<@NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoStateProviderTest.java:[89] 
	last = new StateIntervalStub(intervalStart, intervalEnd, convertData(valueString, dataType));
	                                                                     ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoStateProviderTest.java:[89] 
	last = new StateIntervalStub(intervalStart, intervalEnd, convertData(valueString, dataType));
	                                                                                  ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoPerProcessDataProviderTest.java:[84] 
	List<String> expectedStrings = Files.readAllLines(Paths.get(EXPECTED_FILE_PATH + testFile));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to 'List<@NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoPerProcessDataProviderTest.java:[105] 
	TmfTreeDataModel entry = findEntryByPath(idsToEntries.values(), split[0]);
	                                                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoPerProcessDataProviderTest.java:[108] 
	expectedData.put(entry.getId(), split[1]);
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoPerProcessDataProviderTest.java:[138] 
	TmfModelResponse<TmfTreeModel<@NonNull TmfTreeDataModel>> treeResponse = provider.fetchTree(parameters, null);
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<IoAnalysis,TmfTreeDataModel>.fetchTree(Map<String,Object>, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoPerProcessDataProviderTest.java:[145] 
	List<String> expectedStrings = Files.readAllLines(Paths.get(EXPECTED_FILE_PATH + filePath));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to 'List<@NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoAccessDataProviderTest.java:[105] 
	List<String> expectedStrings = Files.readAllLines(Paths.get(EXPECTED_FILE_PATH + testFile));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to 'List<@NonNull String>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoAccessDataProviderTest.java:[126] 
	TimeGraphEntryModel entry = findEntryByPath(idsToEntries.values(), split[0]);
	                                                                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoAccessDataProviderTest.java:[129] 
	expectedData.put(entry.getId(), split[1]);
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/org/eclipse/tracecompass/incubator/kernel/core/io/tests/IoAccessDataProviderTest.java:[188] 
	List<String> expectedStrings = Files.readAllLines(Paths.get(EXPECTED_FILE_PATH + filePath));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to 'List<@NonNull String>'
12 problems (12 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.core' with 32 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.kernel.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.kernel.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.kernel.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.kernel.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.eventfieldcount.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.eventfieldcount.core.tests 0.0.1-SNAPSHOT [69/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Compiling 2 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[28] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.module.LamiResultTable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[29] 
	import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.module.LamiTableEntry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableEntry' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[40] 
	public class EventFieldCountTest {
	             ^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[70] 
	public void after() {
	            ^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[78] 
	* @throws CoreException
	          ^^^^^^^^^^^^^
Javadoc: Description expected after this reference
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[83] 
	Object retVal = fca.execute(getTrace(), TmfTimeRange.ETERNITY, "", new NullProgressMonitor());
	                            ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[87] 
	List<LamiResultTable> results = new ArrayList<>();
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[89] 
	assertTrue( datum instanceof LamiResultTable);
	                             ^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[90] 
	results.add((LamiResultTable) datum);
	             ^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[93] 
	LamiResultTable lrt = results.get(0);
	^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiResultTable' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[94] 
	assertEquals("test", lrt.getName());
	                     ^^^^^^^^^^^^^
Discouraged access: The method 'LamiResultTable.getName()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[95] 
	List<@NonNull LamiTableEntry> entries = lrt.getEntries();
	     ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LamiTableEntry' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[95] 
	List<@NonNull LamiTableEntry> entries = lrt.getEntries();
	                                        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'LamiResultTable.getEntries()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[97] 
	assertEquals("abc", entries.get(0).getValue(0).toString());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LamiTableEntry.getValue(int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[97] 
	assertEquals("abc", entries.get(0).getValue(0).toString());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LamiData.toString()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[98] 
	assertEquals("2", entries.get(0).getValue(1).toString());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LamiTableEntry.getValue(int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[98] 
	assertEquals("2", entries.get(0).getValue(1).toString());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LamiData.toString()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[99] 
	assertEquals("def", entries.get(1).getValue(0).toString());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LamiTableEntry.getValue(int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[99] 
	assertEquals("def", entries.get(1).getValue(0).toString());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LamiData.toString()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[100] 
	assertEquals("2", entries.get(1).getValue(1).toString());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LamiTableEntry.getValue(int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/org/eclipse/tracecompass/incubator/eventfieldcount/core/tests/EventFieldCountTest.java:[100] 
	assertEquals("2", entries.get(1).getValue(1).toString());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LamiData.toString()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.lami.core/1.1.3.202011270421/org.eclipse.tracecompass.analysis.lami.core-1.1.3.202011270421.jar')
21 problems (21 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.eventfieldcount.core' with 6 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.eventfieldcount.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.eventfieldcount.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.filters.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.filters.core.tests 0.0.1-SNAPSHOT [70/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Compiling 15 source files to /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[43] 
	public void syntaxColorTests() throws IOException {
	                                      ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[73] 
	public void validationMismatchedTokenException() throws IOException, RecognitionException {
	                                                        ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[73] 
	public void validationMismatchedTokenException() throws IOException, RecognitionException {
	                                                                     ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[102] 
	public void validationNoViableAltException() throws IOException, RecognitionException {
	                                                    ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[102] 
	public void validationNoViableAltException() throws IOException, RecognitionException {
	                                                                 ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[131] 
	public void validationSimpleStringNoErrors() throws IOException, RecognitionException {
	                                                    ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[131] 
	public void validationSimpleStringNoErrors() throws IOException, RecognitionException {
	                                                                 ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[142] 
	public void validationComplexStringNoErrors() throws IOException, RecognitionException {
	                                                     ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[142] 
	public void validationComplexStringNoErrors() throws IOException, RecognitionException {
	                                                                  ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[153] 
	public void validationMissingClosingParentheseOneChar() throws IOException, RecognitionException {
	                                                               ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[153] 
	public void validationMissingClosingParentheseOneChar() throws IOException, RecognitionException {
	                                                                            ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[181] 
	public void validationMissingClosingParentheseMultipleChars() throws IOException, RecognitionException {
	                                                                     ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[181] 
	public void validationMissingClosingParentheseMultipleChars() throws IOException, RecognitionException {
	                                                                                  ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[209] 
	public void completionOperatorsSeparators() throws IOException, RecognitionException {
	                                                   ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[209] 
	public void completionOperatorsSeparators() throws IOException, RecognitionException {
	                                                                ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[209] 
	public void completionOperatorsSeparators() throws IOException, RecognitionException {
	                                                                ^^^^^^^^^^^^^^^^^^^^
The declared exception RecognitionException is not actually thrown by the method completionOperatorsSeparators() from type ANTLRTest
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[223] 
	public void completionSeparatorsAfterParentheses() throws IOException, RecognitionException {
	                                                          ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[223] 
	public void completionSeparatorsAfterParentheses() throws IOException, RecognitionException {
	                                                                       ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[223] 
	public void completionSeparatorsAfterParentheses() throws IOException, RecognitionException {
	                                                                       ^^^^^^^^^^^^^^^^^^^^
The declared exception RecognitionException is not actually thrown by the method completionSeparatorsAfterParentheses() from type ANTLRTest
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[237] 
	public void completionLongInputOperatorsSeparators() throws IOException, RecognitionException {
	                                                            ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[237] 
	public void completionLongInputOperatorsSeparators() throws IOException, RecognitionException {
	                                                                         ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[237] 
	public void completionLongInputOperatorsSeparators() throws IOException, RecognitionException {
	                                                                         ^^^^^^^^^^^^^^^^^^^^
The declared exception RecognitionException is not actually thrown by the method completionLongInputOperatorsSeparators() from type ANTLRTest
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[252] 
	public void completionLongInputOperatorsSeparatorsCursorMiddle() throws IOException, RecognitionException {
	                                                                        ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[252] 
	public void completionLongInputOperatorsSeparatorsCursorMiddle() throws IOException, RecognitionException {
	                                                                                     ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[252] 
	public void completionLongInputOperatorsSeparatorsCursorMiddle() throws IOException, RecognitionException {
	                                                                                     ^^^^^^^^^^^^^^^^^^^^
The declared exception RecognitionException is not actually thrown by the method completionLongInputOperatorsSeparatorsCursorMiddle() from type ANTLRTest
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[266] 
	public void completionLongInputOperatorsSeparatorsCursorMiddleNoSuggestions() throws IOException, RecognitionException {
	                                                                                     ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[266] 
	public void completionLongInputOperatorsSeparatorsCursorMiddleNoSuggestions() throws IOException, RecognitionException {
	                                                                                                  ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[266] 
	public void completionLongInputOperatorsSeparatorsCursorMiddleNoSuggestions() throws IOException, RecognitionException {
	                                                                                                  ^^^^^^^^^^^^^^^^^^^^
The declared exception RecognitionException is not actually thrown by the method completionLongInputOperatorsSeparatorsCursorMiddleNoSuggestions() from type ANTLRTest
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[280] 
	public void completionSeparatorsOnly() throws IOException, RecognitionException {
	                                              ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[280] 
	public void completionSeparatorsOnly() throws IOException, RecognitionException {
	                                                           ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception RecognitionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ANTLRTest.java:[280] 
	public void completionSeparatorsOnly() throws IOException, RecognitionException {
	                                                           ^^^^^^^^^^^^^^^^^^^^
The declared exception RecognitionException is not actually thrown by the method completionSeparatorsOnly() from type ANTLRTest
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/FakeClientStub.java:[31] 
	public FakeClientMockup fMockup = new FakeClientMockup();
	                        ^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/FilterBoxServiceMockup.java:[31] 
	public String fInputReceived = null;
	              ^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/FilterBoxServiceMockup.java:[32] 
	public int fCursor = -1;
	           ^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/FilterBoxServiceMockup.java:[33] 
	public CompletableFuture<List<ColorInformation>> fColorsReceived = null;
	                                                 ^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/FilterBoxServiceMockup.java:[34] 
	public CompletableFuture<Either<List<CompletionItem>, CompletionList>> fCompletionsReceived = null;
	                                                                       ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/LSPServerStub.java:[40] 
	public LSPServerMockup fMockup = new LSPServerMockup();
	                       ^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/LSPServerStub.java:[64] 
	* @param languageServer:
	         ^^^^^^^^^^^^^^^
Javadoc: Invalid param tag name
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/FakeClientMockup.java:[21] 
	public String fReceived = null;
	              ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/FilterBoxServiceStub.java:[71] 
	public FilterBoxServiceMockup fMockup = new FilterBoxServiceMockup();
	                              ^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/FilterBoxServiceStub.java:[78] 
	public FilterBoxServiceStub(TestConnector stub) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/LSPClientStub.java:[33] 
	* {@link TestEnvironment}
	         ^^^^^^^^^^^^^^^
Javadoc: TestEnvironment cannot be resolved to a type
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/LSPClientStub.java:[41] 
	public LSPClientMockup fMockup = new LSPClientMockup();
	                       ^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/LSPClientStub.java:[47] 
	public LspObserver fObserver;
	                   ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/LSPClientStub.java:[49] 
	public LSPClientStub(TestConnector stub) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ServerTest.java:[42] 
	public void validityReply() throws InterruptedException, IOException {
	                                   ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception InterruptedException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ServerTest.java:[42] 
	public void validityReply() throws InterruptedException, IOException {
	                                                         ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ServerTest.java:[78] 
	public void colorHighlightReply() throws InterruptedException, IOException, ExecutionException {
	                                         ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception InterruptedException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ServerTest.java:[78] 
	public void colorHighlightReply() throws InterruptedException, IOException, ExecutionException {
	                                                               ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ServerTest.java:[78] 
	public void colorHighlightReply() throws InterruptedException, IOException, ExecutionException {
	                                                                            ^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception ExecutionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ServerTest.java:[113] 
	public void completionReply() throws InterruptedException, IOException, ExecutionException {
	                                     ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception InterruptedException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ServerTest.java:[113] 
	public void completionReply() throws InterruptedException, IOException, ExecutionException {
	                                                           ^^^^^^^^^^^
Javadoc: Missing tag for declared exception IOException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/org/eclipse/tracecompass/incubator/filters/core/tests/server/ServerTest.java:[113] 
	public void completionReply() throws InterruptedException, IOException, ExecutionException {
	                                                                        ^^^^^^^^^^^^^^^^^^
Javadoc: Missing tag for declared exception ExecutionException
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/LSPServerMockup.java:[23] 
	public String fStringReceived = null;
	              ^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/LSPClientMockup.java:[27] 
	public String fInputReceived = null;
	              ^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/LSPClientMockup.java:[28] 
	public List<Diagnostic> fDiagnosticsReceived = null;
	                        ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/TestConnector.java:[62] 
	* @param transactionLock
	         ^^^^^^^^^^^^^^^
Javadoc: Description expected after this reference
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/TestConnector.java:[116] 
	* @return
	   ^^^^^^
Javadoc: Description expected after @return
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/TestConnector.java:[125] 
	* @return
	   ^^^^^^
Javadoc: Description expected after @return
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/TestConnector.java:[134] 
	* @return
	   ^^^^^^
Javadoc: Description expected after @return
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/TestConnector.java:[143] 
	* @return
	   ^^^^^^
Javadoc: Description expected after @return
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/stubs/org/eclipse/tracecompass/incubator/filters/core/tests/stubs/TestConnector.java:[152] 
	* @return
	   ^^^^^^
Javadoc: Description expected after @return
62 problems (62 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.core' with 14 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.ui' with 21 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.filters.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.filters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.filters.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.filters.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tmf.ui.multiview >--
[INFO] Building org.eclipse.tracecompass.incubator.tmf.ui.multiview 0.0.1-SNAPSHOT [71/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui' with 50 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/target/org.eclipse.tracecompass.incubator.tmf.ui.multiview-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/analyses/org.eclipse.tracecompass.incubator.tmf.ui.multiview/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tmf.ui.multiview/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tmf.ui.multiview-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.tmf.ui.multiview ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.analysis.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.analysis.core.tests 0.0.1-SNAPSHOT [72/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Compiling 17 source files to /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.analysis.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.analysis.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.analysis.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.callstack.core.tests 0.0.1-SNAPSHOT [73/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Compiling 25 source files to /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/callgraph/instrumented/AggregationTreeTest.java:[265] 
	Object[] children = cga.getCallGraph().getCallingContextTree(threads.get(0)).toArray();
	                                                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICallStackElement' needs unchecked conversion to conform to '@NonNull ICallStackElement'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/callgraph/instrumented/AggregationTreeTest.java:[340] 
	assertEquals("Number of root functions ", 1, cg.getCallingContextTree(threads.get(0)).size());
	                                                                      ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICallStackElement' needs unchecked conversion to conform to '@NonNull ICallStackElement'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/callgraph/instrumented/AggregationTreeTest.java:[341] 
	Object[] children = cg.getCallingContextTree(threads.get(0)).toArray();
	                                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICallStackElement' needs unchecked conversion to conform to '@NonNull ICallStackElement'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/callgraph/instrumented/AggregationTreeTest.java:[447] 
	assertEquals("Number of root functions ", 1, cg.getCallingContextTree(threads.get(0)).size());
	                                                                      ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICallStackElement' needs unchecked conversion to conform to '@NonNull ICallStackElement'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/callgraph/instrumented/AggregationTreeTest.java:[448] 
	Object[] children = cg.getCallingContextTree(threads.get(0)).toArray();
	                                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICallStackElement' needs unchecked conversion to conform to '@NonNull ICallStackElement'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/callgraph/instrumented/AggregationTreeTest.java:[517] 
	Object[] children = cga.getCallGraph().getCallingContextTree(threads.get(0)).toArray();
	                                                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICallStackElement' needs unchecked conversion to conform to '@NonNull ICallStackElement'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/callgraph/instrumented/AggregationTreeTest.java:[639] 
	assertEquals("Number of root functions ", 2, cg.getCallingContextTree(threads.get(0)).size());
	                                                                      ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICallStackElement' needs unchecked conversion to conform to '@NonNull ICallStackElement'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/callgraph/instrumented/AggregationTreeTest.java:[640] 
	Object[] children = cg.getCallingContextTree(threads.get(0)).toArray();
	                                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICallStackElement' needs unchecked conversion to conform to '@NonNull ICallStackElement'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/callgraph/FlameGraphDataProviderTest.java:[205] 
	return FlameChartEntryModel.EntryType.valueOf(string.toUpperCase());
	                                              ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/stubs/org/eclipse/tracecompass/incubator/callstack/core/tests/stubs/FlameDataProviderTestUtils.java:[65] 
	* @param depth
	         ^^^^^
Javadoc: Description expected after this reference
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/stubs/org/eclipse/tracecompass/incubator/callstack/core/tests/stubs/FlameDataProviderTestUtils.java:[66] 
	* @param type
	         ^^^^
Javadoc: Description expected after this reference
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/stubs/org/eclipse/tracecompass/incubator/callstack/core/tests/stubs/FlameDataProviderTestUtils.java:[76] 
	* @param list
	         ^^^^
Javadoc: Description expected after this reference
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/stubs/org/eclipse/tracecompass/incubator/callstack/core/tests/stubs/FlameDataProviderTestUtils.java:[77] 
	* @param parentId
	         ^^^^^^^^
Javadoc: Description expected after this reference
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/stubs/org/eclipse/tracecompass/incubator/callstack/core/tests/stubs/FlameDataProviderTestUtils.java:[78] 
	* @return
	   ^^^^^^
Javadoc: Description expected after @return
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/org/eclipse/tracecompass/incubator/callstack/core/tests/flamechart/statesystem/CallStackStateSystemTest.java:[43] 
	* {@link CallStackStateProvider}
	         ^^^^^^^^^^^^^^^^^^^^^^
Javadoc: CallStackStateProvider cannot be resolved to a type
15 problems (15 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.callstack.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests 0.0.1-SNAPSHOT [74/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Compiling 1 source file to /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/src/org/eclipse/tracecompass/incubator/callstack/core/ui/swtbot/tests/flamegraph/FlameGraphTest.java:[286] 
	Map<String, String> tooltip = fg.getPresentationProvider().getEventHoverToolTipInfo(actualEvent);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BaseDataProviderTimeGraphPresentationProvider.getEventHoverToolTipInfo(ITimeEvent)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/src/org/eclipse/tracecompass/incubator/callstack/core/ui/swtbot/tests/flamegraph/FlameGraphTest.java:[289] 
	tooltip = fg.getPresentationProvider().getEventHoverToolTipInfo(actualEvent, 5);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BaseDataProviderTimeGraphPresentationProvider.getEventHoverToolTipInfo(ITimeEvent, long)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core.tests' with 33 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/callstack/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests 0.0.1-SNAPSHOT [75/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Compiling 21 source files to /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/shared/org/eclipse/tracecompass/incubator/virtual/machine/analysis/core/tests/shared/vm/VmTestExperiment.java:[22] 
	import org.eclipse.tracecompass.incubator.internal.virtual.machine.analysis.core.trace.VirtualMachineExperiment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/shared/org/eclipse/tracecompass/incubator/virtual/machine/analysis/core/tests/shared/vm/VmTestExperiment.java:[69] 
	* of by calling the {@link VirtualMachineExperiment#dispose()} method on
	                           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/shared/org/eclipse/tracecompass/incubator/virtual/machine/analysis/core/tests/shared/vm/VmTestExperiment.java:[86] 
	VirtualMachineExperiment experiment = new VirtualMachineExperiment(expName, traces);
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/shared/org/eclipse/tracecompass/incubator/virtual/machine/analysis/core/tests/shared/vm/VmTestExperiment.java:[86] 
	VirtualMachineExperiment experiment = new VirtualMachineExperiment(expName, traces);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'VirtualMachineExperiment(String, Set<ITmfTrace>)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/shared/org/eclipse/tracecompass/incubator/virtual/machine/analysis/core/tests/shared/vm/VmTestExperiment.java:[86] 
	VirtualMachineExperiment experiment = new VirtualMachineExperiment(expName, traces);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VirtualMachineExperiment' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core/target/classes')
5 problems (5 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.core' with 54 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests 0.0.1-SNAPSHOT [76/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Compiling 3 source files to /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.core' with 54 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests' with 18 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui' with 40 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/vm/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.scripting.core.tests 0.1.0-SNAPSHOT [77/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] The project's OSGi version is 0.1.0.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Compiling 8 source files to /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/src/org/eclipse/tracecompass/incubator/scripting/core/tests/analysis/AnalysisModuleTest.java:[134] 
	analysis = scriptModule.getTraceAnalysis(trace, module.getName());
	                                                ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/src/org/eclipse/tracecompass/incubator/scripting/core/tests/analysis/AnalysisModuleTest.java:[148] 
	Iterable<@NonNull IAnalysisModule> experimentModules = exp.getAnalysisModules();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Iterable<IAnalysisModule>' needs unchecked conversion to conform to 'Iterable<@NonNull IAnalysisModule>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/src/org/eclipse/tracecompass/incubator/scripting/core/tests/analysis/AnalysisModuleTest.java:[157] 
	analysis = scriptModule.getTraceAnalysis(exp, module.getName());
	                                              ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/src/org/eclipse/tracecompass/incubator/scripting/core/tests/analysis/AnalysisModuleTest.java:[175] 
	analysis = scriptModule.getTraceAnalysis(exp, module.getName());
	                                              ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
4 problems (4 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.core' with 23 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.core.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.core.tests-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.scripting.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.scripting.ui.tests >--
[INFO] Building Trace Compass Incubator Scripting UI Tests Plug-in 0.1.0-SNAPSHOT [78/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-scripts) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] The project's OSGi version is 0.1.0.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Compiling 6 source files to /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[39] 
	* Test the following classes {@link TraceMarker}
	                                    ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[40] 
	* {@link ScriptingMarkerSourceFactory} {@link TraceMarkerScriptingModule}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptingMarkerSourceFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[41] 
	* {@link ScriptingMarkerSource}
	         ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptingMarkerSource' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[59] 
	private ScriptingMarkerSource fScriptingMarkerSource;
	        ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptingMarkerSource' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[60] 
	private ScriptingMarkerSourceFactory fScriptingMarkerSourceFactory;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptingMarkerSourceFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[93] 
	fScriptingMarkerSource = new ScriptingMarkerSource(fTrace);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ScriptingMarkerSource(ITmfTrace)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[93] 
	fScriptingMarkerSource = new ScriptingMarkerSource(fTrace);
	                             ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptingMarkerSource' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[94] 
	fScriptingMarkerSource.initializeAdapterMarkersLists();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.initializeAdapterMarkersLists()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[95] 
	assertTrue(fTrace.equals(fScriptingMarkerSource.getTrace()));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getTrace()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[97] 
	assertNotNull(fScriptingMarkerSource.getMarkerCategories());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerCategories()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[98] 
	assertTrue(fScriptingMarkerSource.getMarkerCategories().isEmpty());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerCategories()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[101] 
	fScriptingMarkerSourceFactory = ScriptingMarkerSourceFactory.getInstance();
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptingMarkerSourceFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[101] 
	fScriptingMarkerSourceFactory = ScriptingMarkerSourceFactory.getInstance();
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSourceFactory.getInstance()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[103] 
	assertNotNull(fScriptingMarkerSourceFactory.getAdapterList()[0]);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSourceFactory.getAdapterList()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[116] 
	fScriptingMarkerSource.dispose();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.dispose()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[137] 
	TraceMarker traceMarker = new TraceMarker("Marker" + String.valueOf(i), null, fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(),
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[137] 
	TraceMarker traceMarker = new TraceMarker("Marker" + String.valueOf(i), null, fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(),
                    TEST_COLORS[i]);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[137] 
	TraceMarker traceMarker = new TraceMarker("Marker" + String.valueOf(i), null, fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(),
	                              ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[143] 
	assertEquals(rgbaColor, traceMarker.getRGBAColor());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getRGBAColor()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[148] 
	TraceMarker traceMarker = new TraceMarker("", "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[148] 
	TraceMarker traceMarker = new TraceMarker("", "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[148] 
	TraceMarker traceMarker = new TraceMarker("", "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                              ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[149] 
	String hexColor = X11ColorUtils.toHexColor(DEFAULT_COLOR);
	                                           ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[153] 
	assertEquals(rgbaColor, traceMarker.getRGBAColor());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getRGBAColor()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[157] 
	traceMarker = new TraceMarker("", "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "invalid");
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[157] 
	traceMarker = new TraceMarker("", "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "invalid");
	                  ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[158] 
	assertEquals(rgbaColor, traceMarker.getRGBAColor());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getRGBAColor()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[162] 
	traceMarker = new TraceMarker("", "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), null);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[162] 
	traceMarker = new TraceMarker("", "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), null);
	                  ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[163] 
	assertEquals(rgbaColor, traceMarker.getRGBAColor());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getRGBAColor()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[286] 
	TraceMarker traceMarker = new TraceMarker(TEST_LABELS[i], null, fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[286] 
	TraceMarker traceMarker = new TraceMarker(TEST_LABELS[i], null, fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[286] 
	TraceMarker traceMarker = new TraceMarker(TEST_LABELS[i], null, fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                              ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[287] 
	assertTrue(traceMarker.getLabel().equals(TEST_LABELS[i]));
	           ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getLabel()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[290] 
	TraceMarker traceMarker = new TraceMarker(null, "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[290] 
	TraceMarker traceMarker = new TraceMarker(null, "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[290] 
	TraceMarker traceMarker = new TraceMarker(null, "", fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                              ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[291] 
	assertTrue(traceMarker.getLabel() == null);
	           ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getLabel()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[301] 
	TraceMarker traceMarker = new TraceMarker("", TEST_CATEGORIES[i], fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[301] 
	TraceMarker traceMarker = new TraceMarker("", TEST_CATEGORIES[i], fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[301] 
	TraceMarker traceMarker = new TraceMarker("", TEST_CATEGORIES[i], fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                              ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[302] 
	assertTrue(traceMarker.getCategory().equals(TEST_CATEGORIES[i]));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getCategory()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[305] 
	TraceMarker traceMarker = new TraceMarker("", null, fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[305] 
	TraceMarker traceMarker = new TraceMarker("", null, fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[305] 
	TraceMarker traceMarker = new TraceMarker("", null, fTrace.getStartTime().toNanos(), fTrace.getEndTime().toNanos(), "");
	                              ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[306] 
	assertTrue(traceMarker.getCategory() == null);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getCategory()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[315] 
	fScriptingMarkerSource.initializeAdapterMarkersLists();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.initializeAdapterMarkersLists()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[316] 
	assertTrue(fScriptingMarkerSource.getMarkerEventMap().isEmpty());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerEventMap()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[317] 
	assertTrue(fScriptingMarkerSource.getMarkerCategories().isEmpty());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerCategories()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[318] 
	assertTrue(fScriptingMarkerSource.getMarkerEvents().isEmpty());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerEvents()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[323] 
	ArrayList<@NonNull TraceMarker> traceMarkers = new ArrayList<>();
	          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[325] 
	traceMarkers.add(new TraceMarker("", TEST_CATEGORIES[i], startTime, endTime, ""));
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[325] 
	traceMarkers.add(new TraceMarker("", TEST_CATEGORIES[i], startTime, endTime, ""));
	                     ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[326] 
	assertFalse(fScriptingMarkerSource.getMarkerCategories().contains(TEST_CATEGORIES[i]));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerCategories()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[328] 
	fScriptingMarkerSource.configureMarker(traceMarkers.get(i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.configureMarker(TraceMarker)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[329] 
	assertTrue(fScriptingMarkerSource.getMarkerCategories().contains(traceMarkers.get(i).getCategory()));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerCategories()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[329] 
	assertTrue(fScriptingMarkerSource.getMarkerCategories().contains(traceMarkers.get(i).getCategory()));
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getCategory()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[335] 
	Multimap<@NonNull String, @NonNull IMarkerEvent> markerEventMap = fScriptingMarkerSource.getMarkerEventMap();
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerEventMap()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[336] 
	for (String category : fScriptingMarkerSource.getMarkerCategories()) {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerCategories()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[339] 
	assertTrue(markerEventCount == fScriptingMarkerSource.getMarkerEvents().size());
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerEvents()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[343] 
	TraceMarker marker = new TraceMarker("", TEST_CATEGORIES[0], startTime, endTime, "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[343] 
	TraceMarker marker = new TraceMarker("", TEST_CATEGORIES[0], startTime, endTime, "");
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[343] 
	TraceMarker marker = new TraceMarker("", TEST_CATEGORIES[0], startTime, endTime, "");
	                         ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[344] 
	fScriptingMarkerSource.configureMarker(marker);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.configureMarker(TraceMarker)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[345] 
	assertTrue(fScriptingMarkerSource.getMarkerCategories().contains(marker.getCategory()));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerCategories()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[345] 
	assertTrue(fScriptingMarkerSource.getMarkerCategories().contains(marker.getCategory()));
	                                                                 ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getCategory()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[350] 
	List<@NonNull IMarkerEvent> markerEvents = fScriptingMarkerSource.getMarkerList(
                TEST_CATEGORIES[0],
                startTime,
                endTime,
                0,
                PROGRESS_MONITOR);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerList(String, long, long, long, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[358] 
	markersInFirstCategory.addAll(fScriptingMarkerSource.getMarkerEventMap().get(TEST_CATEGORIES[0]));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerEventMap()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[375] 
	List<@NonNull IMarkerEvent> EmptyMarkerEvents = fScriptingMarkerSource.getMarkerList(
                TEST_CATEGORIES[0],
                startTime,
                endTime, 0,
                PROGRESS_MONITOR);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerList(String, long, long, long, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[384] 
	fScriptingMarkerSource.initializeAdapterMarkersLists();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.initializeAdapterMarkersLists()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[387] 
	TraceMarker markerAtStart = new TraceMarker("", TEST_CATEGORIES[0], startTime, startTime + (duration / 4), "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[387] 
	TraceMarker markerAtStart = new TraceMarker("", TEST_CATEGORIES[0], startTime, startTime + (duration / 4), "");
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[387] 
	TraceMarker markerAtStart = new TraceMarker("", TEST_CATEGORIES[0], startTime, startTime + (duration / 4), "");
	                                ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[388] 
	fScriptingMarkerSource.configureMarker(markerAtStart);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.configureMarker(TraceMarker)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[391] 
	TraceMarker markerAtEnd = new TraceMarker("", TEST_CATEGORIES[0], startTime + (duration * 3 / 4), endTime, "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[391] 
	TraceMarker markerAtEnd = new TraceMarker("", TEST_CATEGORIES[0], startTime + (duration * 3 / 4), endTime, "");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[391] 
	TraceMarker markerAtEnd = new TraceMarker("", TEST_CATEGORIES[0], startTime + (duration * 3 / 4), endTime, "");
	                              ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[392] 
	fScriptingMarkerSource.configureMarker(markerAtEnd);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.configureMarker(TraceMarker)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[395] 
	TraceMarker markerInMiddle = new TraceMarker("", TEST_CATEGORIES[0], startTime + (duration / 3), endTime - (duration / 3), "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[395] 
	TraceMarker markerInMiddle = new TraceMarker("", TEST_CATEGORIES[0], startTime + (duration / 3), endTime - (duration / 3), "");
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[395] 
	TraceMarker markerInMiddle = new TraceMarker("", TEST_CATEGORIES[0], startTime + (duration / 3), endTime - (duration / 3), "");
	                                 ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[396] 
	fScriptingMarkerSource.configureMarker(markerInMiddle);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.configureMarker(TraceMarker)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[399] 
	List<@NonNull IMarkerEvent> splitMarkerEvents = fScriptingMarkerSource.getMarkerList(
                TEST_CATEGORIES[0],
                markerInMiddle.getStartTime(),
                markerInMiddle.getEndTime(), 0,
                PROGRESS_MONITOR);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerList(String, long, long, long, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[401] 
	markerInMiddle.getStartTime(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getStartTime()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[402] 
	markerInMiddle.getEndTime(), 0,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getEndTime()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[405] 
	assertTrue(splitMarkerEvents.size() == fScriptingMarkerSource.getMarkerEvents().size());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerEvents()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[409] 
	fScriptingMarkerSource.initializeAdapterMarkersLists();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.initializeAdapterMarkersLists()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[412] 
	TraceMarker leftMarker = new TraceMarker("", TEST_CATEGORIES[0], startTime, startTime + (duration / 3), "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[412] 
	TraceMarker leftMarker = new TraceMarker("", TEST_CATEGORIES[0], startTime, startTime + (duration / 3), "");
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[412] 
	TraceMarker leftMarker = new TraceMarker("", TEST_CATEGORIES[0], startTime, startTime + (duration / 3), "");
	                             ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[413] 
	fScriptingMarkerSource.configureMarker(leftMarker);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.configureMarker(TraceMarker)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[416] 
	TraceMarker rightMarker = new TraceMarker("", TEST_CATEGORIES[0], startTime + (duration * 2 / 3), endTime, "");
	^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[416] 
	TraceMarker rightMarker = new TraceMarker("", TEST_CATEGORIES[0], startTime + (duration * 2 / 3), endTime, "");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TraceMarker(String, String, long, long, String)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[416] 
	TraceMarker rightMarker = new TraceMarker("", TEST_CATEGORIES[0], startTime + (duration * 2 / 3), endTime, "");
	                              ^^^^^^^^^^^
Discouraged access: The type 'TraceMarker' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[417] 
	fScriptingMarkerSource.configureMarker(rightMarker);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.configureMarker(TraceMarker)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[420] 
	List<@NonNull IMarkerEvent> markerEvents = fScriptingMarkerSource.getMarkerList(
                TEST_CATEGORIES[0],
                rightMarker.getStartTime(),
                rightMarker.getEndTime(), 0,
                PROGRESS_MONITOR);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerList(String, long, long, long, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[422] 
	rightMarker.getStartTime(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getStartTime()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[423] 
	rightMarker.getEndTime(), 0,
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TraceMarker.getEndTime()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[426] 
	assertTrue(markerEvents.size() == fScriptingMarkerSource.getMarkerEvents().size());
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerEvents()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/org/eclipse/tracecompass/incubator/scripting/ui/tests/trace/marker/TraceMarkerTest.java:[430] 
	markerEvents = fScriptingMarkerSource.getMarkerList(
                TEST_CATEGORIES[0],
                leftMarker.getStartTime(),
                leftMarker.getEndTime(), 0,
                PROGRESS_MONITOR);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptingMarkerSource.getMarkerList(String, long, long, long, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/perf/org/eclipse/tracecompass/incubator/scripting/core/tests/perf/ScriptingBenchmark.java:[43] 
	import org.eclipse.tracecompass.internal.tmf.ui.project.model.TmfImportHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfImportHelper' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/perf/org/eclipse/tracecompass/incubator/scripting/core/tests/perf/ScriptingBenchmark.java:[46] 
	import org.eclipse.tracecompass.tmf.analysis.xml.core.tests.common.TmfXmlTestUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfXmlTestUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.13.202011270421/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.13.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/perf/org/eclipse/tracecompass/incubator/scripting/core/tests/perf/ScriptingBenchmark.java:[317] 
	IResource linkedTrace = TmfImportHelper.createLink(traceFolder, pathString, pathString.lastSegment());
	                        ^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfImportHelper' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/perf/org/eclipse/tracecompass/incubator/scripting/core/tests/perf/ScriptingBenchmark.java:[317] 
	IResource linkedTrace = TmfImportHelper.createLink(traceFolder, pathString, pathString.lastSegment());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfImportHelper.createLink(IFolder, IPath, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/perf/org/eclipse/tracecompass/incubator/scripting/core/tests/perf/ScriptingBenchmark.java:[327] 
	linkedTrace = TmfImportHelper.createLink(traceFolder, pathString, pathString.lastSegment());
	              ^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfImportHelper' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/perf/org/eclipse/tracecompass/incubator/scripting/core/tests/perf/ScriptingBenchmark.java:[327] 
	linkedTrace = TmfImportHelper.createLink(traceFolder, pathString, pathString.lastSegment());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfImportHelper.createLink(IFolder, IPath, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.ui/6.2.0.202011270421/org.eclipse.tracecompass.tmf.ui-6.2.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/perf/org/eclipse/tracecompass/incubator/scripting/core/tests/perf/ScriptingBenchmark.java:[526] 
	module = TmfXmlTestUtils.getModuleInFile(Objects.requireNonNull(absoluteFilePath.toOSString()), XML_ANALYSIS_ID);
	         ^^^^^^^^^^^^^^^
Discouraged access: The type 'TmfXmlTestUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.13.202011270421/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.13.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/perf/org/eclipse/tracecompass/incubator/scripting/core/tests/perf/ScriptingBenchmark.java:[526] 
	module = TmfXmlTestUtils.getModuleInFile(Objects.requireNonNull(absoluteFilePath.toOSString()), XML_ANALYSIS_ID);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TmfXmlTestUtils.getModuleInFile(String, String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.13.202011270421/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.13.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/perf/org/eclipse/tracecompass/incubator/scripting/core/tests/perf/ScriptingBenchmark.java:[526] 
	module = TmfXmlTestUtils.getModuleInFile(Objects.requireNonNull(absoluteFilePath.toOSString()), XML_ANALYSIS_ID);
	                                                                                                ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
109 problems (109 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (prepare) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Executing tasks

main:

main:
     [exec] fatal: destination path 'tracecompass-ease-scripting' already exists and is not an empty directory.

pullTestSuite:
     [exec] Your branch is up-to-date with 'origin/master'.
     [exec] Already on 'master'
     [exec] Already up-to-date.
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.core' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.core.tests' with 8 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.ui' with 33 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/scripting/org.eclipse.tracecompass.incubator.scripting.ui.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.scripting.ui.tests/0.1.0-SNAPSHOT/org.eclipse.tracecompass.incubator.scripting.ui.tests-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.scripting.ui.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.traceevent.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.traceevent.core.tests 0.0.1-SNAPSHOT [79/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Compiling 6 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/CallStackStateProviderTest.java:[187] 
	trace.dispose();
	^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.dispose()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/TraceEventTraceTest.java:[28] 
	import org.eclipse.tracecompass.internal.provisional.jsontrace.core.trace.JsonTrace;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JsonTrace' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/InstrumentedCallStackArrowsTest.java:[92] 
	trace.dispose();
	^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.dispose()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/InstrumentedCallStackArrowsTest.java:[135] 
	trace.dispose();
	^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.dispose()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ObjectLifeAnalysisTest.java:[26] 
	import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ObjectLifeAnalysisTest.java:[100] 
	trace.dispose();
	^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.dispose()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[23] 
	import org.eclipse.tracecompass.incubator.internal.traceevent.core.analysis.context.ContextAnalysis;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextAnalysis' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[24] 
	import org.eclipse.tracecompass.incubator.internal.traceevent.core.analysis.context.ContextDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextDataProvider' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[25] 
	import org.eclipse.tracecompass.incubator.internal.traceevent.core.analysis.context.ContextDataProviderFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextDataProviderFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[27] 
	import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[65] 
	IAnalysisModule analysis = new ContextAnalysis();
	                           ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContextAnalysis()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[65] 
	IAnalysisModule analysis = new ContextAnalysis();
	                               ^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextAnalysis' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[69] 
	return Iterables.concat(super.getAnalysisModules(), Collections.singleton(analysis));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Iterable<IAnalysisModule>' needs unchecked conversion to conform to '@NonNull Iterable<IAnalysisModule>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[77] 
	analysis.setId(ContextAnalysis.ID);
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextAnalysis' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[77] 
	analysis.setId(ContextAnalysis.ID);
	                               ^^
Discouraged access: The field 'ContextAnalysis.ID' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[80] 
	ContextDataProviderFactory factory = new ContextDataProviderFactory();
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextDataProviderFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[80] 
	ContextDataProviderFactory factory = new ContextDataProviderFactory();
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContextDataProviderFactory()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[80] 
	ContextDataProviderFactory factory = new ContextDataProviderFactory();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextDataProviderFactory' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[81] 
	ContextDataProvider provider = factory.createProvider(trace);
	^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextDataProvider' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[81] 
	ContextDataProvider provider = factory.createProvider(trace);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ContextDataProviderFactory.createProvider(ITmfTrace)' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[87] 
	TmfModelResponse<@NonNull TmfTreeModel<@NonNull TimeGraphEntryModel>> tree = provider.fetchTree(FetchParametersUtils.timeQueryToMap(filter), new NullProgressMonitor());
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTreeDataProvider<ContextAnalysis,TimeGraphEntryModel>.fetchTree(Map<String,Object>, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[87] 
	TmfModelResponse<@NonNull TmfTreeModel<@NonNull TimeGraphEntryModel>> tree = provider.fetchTree(FetchParametersUtils.timeQueryToMap(filter), new NullProgressMonitor());
	                                                                                                ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[87] 
	TmfModelResponse<@NonNull TmfTreeModel<@NonNull TimeGraphEntryModel>> tree = provider.fetchTree(FetchParametersUtils.timeQueryToMap(filter), new NullProgressMonitor());
	                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.timeQueryToMap(TimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[97] 
	TmfModelResponse<@NonNull TimeGraphModel> rowModel = provider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(selectionFilter), new NullProgressMonitor());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTimeGraphDataProvider<ContextAnalysis,TimeGraphEntryModel>.fetchRowModel(Map<String,Object>, IProgressMonitor)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[97] 
	TmfModelResponse<@NonNull TimeGraphModel> rowModel = provider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(selectionFilter), new NullProgressMonitor());
	                                                                            ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/org/eclipse/tracecompass/incubator/traceevent/core/tests/ContextTest.java:[97] 
	TmfModelResponse<@NonNull TimeGraphModel> rowModel = provider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(selectionFilter), new NullProgressMonitor());
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.selectionTimeQueryToMap(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
26 problems (26 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.traceevent.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.traceevent.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.traceevent.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.traceevent.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.hudson.maven.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.hudson.maven.core.tests 0.0.1-SNAPSHOT [80/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Compiling 1 source file to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/src/org/eclipse/tracecompass/incubator/hudson/maven/core/tests/ActivatorTest.java:[24] 
	import org.eclipse.tracecompass.incubator.internal.hudson.maven.core.Activator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/src/org/eclipse/tracecompass/incubator/hudson/maven/core/tests/ActivatorTest.java:[93] 
	TraceCompassActivator instance = Activator.getInstance();
	                                 ^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/classes')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/src/org/eclipse/tracecompass/incubator/hudson/maven/core/tests/ActivatorTest.java:[93] 
	TraceCompassActivator instance = Activator.getInstance();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.getInstance()' is not API (restriction on classpath entry '/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core/target/classes')
3 problems (3 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven.core' with 6 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.hudson.maven.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.hudson.maven.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.hudson.maven.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.opentracing.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.opentracing.core.tests 0.0.1-SNAPSHOT [81/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Compiling 2 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.core' with 21 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.opentracing.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.opentracing.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.opentracing.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.opentracing.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.perf.profiling.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.perf.profiling.core.tests 0.0.1-SNAPSHOT [82/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Compiling 2 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.perf.profiling.core' with 11 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.perf.profiling.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.perf.profiling.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.perf.profiling.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.uftrace.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.uftrace.core.tests 0.0.1-SNAPSHOT [83/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Compiling 2 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.uftrace.core' with 23 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.uftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.uftrace.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.uftrace.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.tracecompass.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.tracecompass.core.tests 0.0.1-SNAPSHOT [84/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Compiling 1 source file to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tracecompass.core' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.tracecompass.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.tracecompass.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.tracecompass.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.tracecompass.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ftrace.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.ftrace.core.tests 0.0.1-SNAPSHOT [85/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Compiling 3 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.core' with 13 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ftrace.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ftrace.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.ftrace.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.atrace.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.atrace.core.tests 0.0.1-SNAPSHOT [86/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Compiling 2 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.atrace.core' with 5 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.core' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.atrace.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.atrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.atrace.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.atrace.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.core >--
[INFO] Building org.eclipse.tracecompass.incubator.ros.core 0.0.1-SNAPSHOT [87/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] Compiling 62 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[24] 
	import org.eclipse.tracecompass.internal.lttng2.kernel.core.TcpEventStrings;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TcpEventStrings' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.lttng2.kernel.core/3.0.5.202011270421/org.eclipse.tracecompass.lttng2.kernel.core-3.0.5.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[25] 
	import org.eclipse.tracecompass.internal.lttng2.kernel.core.event.matching.TcpLttngEventMatching;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TcpLttngEventMatching' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.lttng2.kernel.core/3.0.5.202011270421/org.eclipse.tracecompass.lttng2.kernel.core-3.0.5.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[41] 
	public class RosMessagesTransportEventMatching extends TcpLttngEventMatching {
	                                                       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TcpLttngEventMatching' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.lttng2.kernel.core/3.0.5.202011270421/org.eclipse.tracecompass.lttng2.kernel.core-3.0.5.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[44] 
	private static final @NonNull String[] FIELD_PATH_TO_SADDR = { "network_header", CtfTmfEventField.FIELD_VARIANT_SELECTED, TcpEventStrings.SADDR }; //$NON-NLS-1$
	                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TcpEventStrings' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.lttng2.kernel.core/3.0.5.202011270421/org.eclipse.tracecompass.lttng2.kernel.core-3.0.5.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[44] 
	private static final @NonNull String[] FIELD_PATH_TO_SADDR = { "network_header", CtfTmfEventField.FIELD_VARIANT_SELECTED, TcpEventStrings.SADDR }; //$NON-NLS-1$
	                                                                                                                                          ^^^^^
Discouraged access: The field 'TcpEventStrings.SADDR' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.lttng2.kernel.core/3.0.5.202011270421/org.eclipse.tracecompass.lttng2.kernel.core-3.0.5.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[45] 
	private static final @NonNull String[] FIELD_PATH_TO_DADDR = { "network_header", CtfTmfEventField.FIELD_VARIANT_SELECTED, TcpEventStrings.DADDR }; //$NON-NLS-1$
	                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TcpEventStrings' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.lttng2.kernel.core/3.0.5.202011270421/org.eclipse.tracecompass.lttng2.kernel.core-3.0.5.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[45] 
	private static final @NonNull String[] FIELD_PATH_TO_DADDR = { "network_header", CtfTmfEventField.FIELD_VARIANT_SELECTED, TcpEventStrings.DADDR }; //$NON-NLS-1$
	                                                                                                                                          ^^^^^
Discouraged access: The field 'TcpEventStrings.DADDR' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.lttng2.kernel.core/3.0.5.202011270421/org.eclipse.tracecompass.lttng2.kernel.core-3.0.5.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[93] 
	Long sequence = content.getFieldValue(Long.class, layout.fieldPathTcpSeq());
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[94] 
	Long ack = content.getFieldValue(Long.class, layout.fieldPathTcpAckSeq());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[95] 
	Long flags = content.getFieldValue(Long.class, layout.fieldPathTcpFlags());
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[97] 
	long[] saddr = content.getFieldValue(long[].class, FIELD_PATH_TO_SADDR);
	                                                   ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[98] 
	Long sport = content.getFieldValue(Long.class, FIELD_PATH_TO_SOURCE_PORT);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[99] 
	long[] daddr = content.getFieldValue(long[].class, FIELD_PATH_TO_DADDR);
	                                                   ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessagesTransportEventMatching.java:[100] 
	Long dport = content.getFieldValue(Long.class, FIELD_PATH_TO_DEST_PORT);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/org/eclipse/tracecompass/incubator/internal/ros/core/analysis/model/messagestransport/RosMessageTransport.java:[43] 
	public RosMessageTransport(RosConnection connection, long sourceTimestamp, long destinationTimestamp, RosMessagesTransportEventKey key) {
	                                                                                                                                   ^^^
Javadoc: Missing tag for parameter key
15 problems (15 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.ros.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.doc.user >--
[INFO] Building Trace Compass Incubator ROS User Guide 0.0.1-SNAPSHOT  [88/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/doc/User-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.ros.doc.user/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.doc.user/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.doc.user-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.ros.doc.user ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.ros.ui 0.0.1-SNAPSHOT [89/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Compiling 23 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ros.core' with 60 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.ros.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros >--
[INFO] Building org.eclipse.tracecompass.incubator.ros 0.0.1-SNAPSHOT  [90/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/target/org.eclipse.tracecompass.incubator.ros-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/target/org.eclipse.tracecompass.incubator.ros-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ros.core' with 60 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ros.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ros.ui' with 27 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/target/org.eclipse.tracecompass.incubator.ros-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/target/org.eclipse.tracecompass.incubator.ros-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.ros ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.ros.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.ros.core.tests 0.0.1-SNAPSHOT [91/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Compiling 2 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ros.core' with 60 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.ros.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.ros.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.ros.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.ros.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.core >--
[INFO] Building org.eclipse.tracecompass.incubator.jpftrace.core 0.0.1-SNAPSHOT [92/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] Compiling 22 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[24] 
	private static String sThreadName = "";
	                                    ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[26] 
	public static final Long sDuration = 10L;
	                         ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[39] 
	fType = (String) fields.get(IJpfTraceConstants.TYPE);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[40] 
	fThreadId = (Integer) fields.get(IJpfTraceConstants.THREAD_ID);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Integer' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[41] 
	fThreadName = (String) fields.get(IJpfTraceConstants.THREAD_NAME);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[49] 
	System.out.println("JpfTraceField, warning: event doesn't have an ID");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[63] 
	fType = (String) fields.get(IJpfTraceConstants.TYPE);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[64] 
	fThreadId = (Integer) fields.get(IJpfTraceConstants.THREAD_ID);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Integer' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[65] 
	fThreadName = (String) fields.get(IJpfTraceConstants.THREAD_NAME);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[73] 
	System.out.println("JpfTraceField, warning: event doesn't have an ID");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[103] 
	* @param processField
	         ^^^^^^^^^^^^
Javadoc: Parameter processField is not declared
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[137] 
	fieldsMap.put(IJpfTraceConstants.THREAD_NAME, threadName);
	                                              ^^^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[139] 
	fieldsMap.put(IJpfTraceConstants.THREAD_ENTRY_METHOD, threadEntryMethod);
	                                                      ^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[148] 
	fieldsMap.put(IJpfTraceConstants.TYPE, "ThreadSwitch");
	                                       ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[152] 
	fieldsMap.put(IJpfTraceConstants.PREV_COMM, prevComm);
	                                            ^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[154] 
	fieldsMap.put(IJpfTraceConstants.NEXT_COMM, nextComm);
	                                            ^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[171] 
	fieldsMap.put(IJpfTraceConstants.TYPE, "ThreadAwake");
	                                       ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[175] 
	fieldsMap.put(IJpfTraceConstants.COMM, comm);
	                                       ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[185] 
	fieldsMap.put(IJpfTraceConstants.TYPE, "ThreadInfo");
	                                       ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[199] 
	choices.add(choiceName);
	            ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[204] 
	fieldsMap.put(IJpfTraceConstants.TYPE, "ChoiceInfo");
	                                       ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[208] 
	fieldsMap.put(IJpfTraceConstants.CHOICE_ID, choiceId);
	                                            ^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[209] 
	fieldsMap.put(IJpfTraceConstants.CURRENT_CHOICE, currentChoice);
	                                                 ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[222] 
	fieldsMap.put(IJpfTraceConstants.SRC, src);
	                                      ^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[224] 
	fieldsMap.put(IJpfTraceConstants.FILE_LOCATION, fileLocation);
	                                                ^^^^^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[231] 
	fieldsMap.put(IJpfTraceConstants.SYNC_METHOD_NAME, syncMethodName);
	                                                   ^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[239] 
	fieldsMap.put(IJpfTraceConstants.RETURNED_METHOD_NAME, returnedMethodName);
	                                                       ^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[247] 
	fieldsMap.put(IJpfTraceConstants.CALLED_METHOD_NAME, calledMethodName);
	                                                     ^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[255] 
	fieldsMap.put(IJpfTraceConstants.THREAD_RELATED_METHOD, threadRelatedMethod);
	                                                        ^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[263] 
	fieldsMap.put(IJpfTraceConstants.ACCESSED_FIELD, accessedField);
	                                                 ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[266] 
	fieldsMap.put(IJpfTraceConstants.TYPE, "Instruction");
	                                       ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[274] 
	System.out.println("Not recognized as a JPF Trace Event: " + fieldsString);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[301] 
	public String getThreadName(){
	              ^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[313] 
	public long getTimestamp() {
	            ^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[317] 
	public String getType() {
	              ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[321] 
	public int getThreadId() {
	           ^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[325] 
	public String getThreadState() {
	              ^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[327] 
	return (threadState != null) ? threadState : "" ;
	                                             ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[330] 
	public String getChoiceId() {
	              ^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[332] 
	return (choice != null) ? choice : "" ;
	                                   ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[335] 
	public String getSource() {
	              ^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[337] 
	return (src != null) ? src : "" ;
	                             ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[340] 
	public ArrayList<String> getChoices() {
	                         ^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[344] 
	public String[] getInstructionSpecAndDetail() {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[349] 
	return new String[] {"", ""};
	                     ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[349] 
	return new String[] {"", ""};
	                         ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[358] 
	specBuilder.append("Sync");
	                   ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[363] 
	System.out.println("JpfTraceField::getInstructionSpecAndDetail: Warning, the insn is SYNC but has no detail");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[371] 
	specBuilder.append(" | ");
	                   ^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[372] 
	detailBuilder.append(" | ");
	                     ^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[375] 
	specBuilder.append("MethodCall");
	                   ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[380] 
	System.out.println("JpfTraceField::getInstructionSpecAndDetail: Warning, the insn is METHOD CALL but has no detail");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[388] 
	specBuilder.append(" | ");
	                   ^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[389] 
	detailBuilder.append(" | ");
	                     ^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[392] 
	specBuilder.append("Lock/Unlock");
	                   ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[397] 
	System.out.println("JpfTraceField::getInstructionSpecAndDetail: Warning, the insn is a LOCK/UNLOCK but has no detail");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[405] 
	specBuilder.append(" | ");
	                   ^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[406] 
	detailBuilder.append(" | ");
	                     ^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[409] 
	specBuilder.append("FieldAccess");
	                   ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceField.java:[414] 
	System.out.println("JpfTraceField::handleEvent: Warning, the insn is a FIELD ACCESS but has no detail");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[4] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.KernelEventHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[5] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.KernelEventHandlerUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[15] 
	public class ThreadInfoHandler extends KernelEventHandler {
	             ^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[15] 
	public class ThreadInfoHandler extends KernelEventHandler {
	                                       ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[17] 
	public ThreadInfoHandler(IKernelAnalysisEventLayout layout) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[18] 
	super(layout);
	^^^^^^^^^^^^^^
Discouraged access: The constructor 'KernelEventHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[23] 
	Integer cpu = KernelEventHandlerUtils.getCpu(event);
	              ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[23] 
	Integer cpu = KernelEventHandlerUtils.getCpu(event);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandlerUtils.getCpu(ITmfEvent)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[28] 
	System.out.println("ThreadInfoHandler::handleEvent: event TID not found");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[34] 
	System.out.println("ThreadInfoHandler::handleEvent: thread entry method not found");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[38] 
	long timestamp = KernelEventHandlerUtils.getTimestamp(event);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[38] 
	long timestamp = KernelEventHandlerUtils.getTimestamp(event);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandlerUtils.getTimestamp(ITmfEvent)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[41] 
	final int threadNode = ss.getQuarkRelativeAndAdd(KernelEventHandlerUtils.getNodeThreads(ss), threadAttributeName);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[41] 
	final int threadNode = ss.getQuarkRelativeAndAdd(KernelEventHandlerUtils.getNodeThreads(ss), threadAttributeName);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandlerUtils.getNodeThreads(ITmfStateSystemBuilder)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[50] 
	ss.modifyAttribute(timestamp, "", specNode);
	                              ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ThreadInfoHandler.java:[51] 
	ss.modifyAttribute(timestamp, "", detailNode);
	                              ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfAnalysisModule.java:[33] 
	public class JpfAnalysisModule extends TmfStateSystemAnalysisModule {
	             ^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfAnalysisModule.java:[67] 
	return REQUIREMENTS;
	       ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<TmfAbstractAnalysisRequirement>' needs unchecked conversion to conform to '@NonNull Iterable<TmfAbstractAnalysisRequirement>', corresponding supertype is 'Iterable<TmfAbstractAnalysisRequirement>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEvent.java:[8] 
	public class JpfTraceEvent extends TmfEvent {
	             ^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEvent.java:[24] 
	super(trace, rank, trace.createTimestamp(field.getTimestamp()), JpfTraceEventTypeFactory.get(field.getType()), field.getContent()); //$NON-NLS-1$
	                                                                                                                                    ^^^^^^^^^^^^^
Unnecessary $NON-NLS$ tag
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTraceSortingJob.java:[5] 
	import org.eclipse.tracecompass.internal.jsontrace.core.job.SortingJob;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SortingJob' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTraceSortingJob.java:[8] 
	public class JpfTraceSortingJob extends SortingJob {
	             ^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTraceSortingJob.java:[8] 
	public class JpfTraceSortingJob extends SortingJob {
	                                        ^^^^^^^^^^
Discouraged access: The type 'SortingJob' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTraceSortingJob.java:[19] 
	super(trace, path, "\"groupId\":", 1); 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SortingJob(ITmfTrace, String, String, int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTraceSortingJob.java:[19] 
	super(trace, path, "\"groupId\":", 1); 
	                   ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTypeFactory.java:[12] 
	public class JpfTraceEventTypeFactory {
	             ^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTypeFactory.java:[16] 
	public static @Nullable ITmfEventType get(@Nullable String eventName) {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[4] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.KernelEventHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[5] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.KernelEventHandlerUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[17] 
	public class InstructionHandler extends KernelEventHandler {
	             ^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[17] 
	public class InstructionHandler extends KernelEventHandler {
	                                        ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[19] 
	public InstructionHandler(IKernelAnalysisEventLayout layout) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[20] 
	super(layout);
	^^^^^^^^^^^^^^
Discouraged access: The constructor 'KernelEventHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[25] 
	Integer cpu = KernelEventHandlerUtils.getCpu(event);
	              ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[25] 
	Integer cpu = KernelEventHandlerUtils.getCpu(event);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandlerUtils.getCpu(ITmfEvent)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[30] 
	System.out.println("InstructionHandler::handleEvent: event TID not found");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[36] 
	final int threadNode = ss.getQuarkRelativeAndAdd(KernelEventHandlerUtils.getNodeThreads(ss), threadAttributeName);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[36] 
	final int threadNode = ss.getQuarkRelativeAndAdd(KernelEventHandlerUtils.getNodeThreads(ss), threadAttributeName);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandlerUtils.getNodeThreads(ITmfStateSystemBuilder)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[40] 
	long timestamp = KernelEventHandlerUtils.getTimestamp(event);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/InstructionHandler.java:[40] 
	long timestamp = KernelEventHandlerUtils.getTimestamp(event);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandlerUtils.getTimestamp(ITmfEvent)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[4] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.KernelEventHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[5] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.KernelEventHandlerUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[18] 
	public class ChoiceInfoHandler extends KernelEventHandler {
	             ^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[18] 
	public class ChoiceInfoHandler extends KernelEventHandler {
	                                       ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[20] 
	public ChoiceInfoHandler(IKernelAnalysisEventLayout layout) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[21] 
	super(layout);
	^^^^^^^^^^^^^^
Discouraged access: The constructor 'KernelEventHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[26] 
	Integer cpu = KernelEventHandlerUtils.getCpu(event);
	              ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[26] 
	Integer cpu = KernelEventHandlerUtils.getCpu(event);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandlerUtils.getCpu(ITmfEvent)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[31] 
	System.out.println("ChoiceInfoHandler::handleEvent: event TID not found");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[44] 
	System.out.println("ChoiceInfoHandler::handleEvent: missing choice information");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[50] 
	System.out.println("ChoiceInfoHandler::handleEvent: no matching choice");
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[54] 
	String choiceMadeString = String.valueOf(pos + 1) + "/" + String.valueOf(choiceList.size());
	                                                    ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[56] 
	long timestamp = KernelEventHandlerUtils.getTimestamp(event);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[56] 
	long timestamp = KernelEventHandlerUtils.getTimestamp(event);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandlerUtils.getTimestamp(ITmfEvent)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[59] 
	final int threadNode = ss.getQuarkRelativeAndAdd(KernelEventHandlerUtils.getNodeThreads(ss), threadAttributeName);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandlerUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[59] 
	final int threadNode = ss.getQuarkRelativeAndAdd(KernelEventHandlerUtils.getNodeThreads(ss), threadAttributeName);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandlerUtils.getNodeThreads(ITmfStateSystemBuilder)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[72] 
	ss.modifyAttribute(timestamp, "", specNode);
	                              ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/handlers/ChoiceInfoHandler.java:[73] 
	ss.modifyAttribute(timestamp, "", detailNode);
	                              ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[3] 
	public interface IJpfTraceConstants {
	                 ^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[5] 
	String ID = "id"; 
	       ^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[5] 
	String ID = "id"; 
	            ^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[7] 
	String BASE_TIME = "time";
	       ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[7] 
	String BASE_TIME = "time";
	                   ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[9] 
	String THREAD_INFO = "threadInfo";
	       ^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[9] 
	String THREAD_INFO = "threadInfo";
	                     ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[11] 
	String THREAD_NAME = "threadName";
	       ^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[11] 
	String THREAD_NAME = "threadName";
	                     ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[13] 
	String THREAD_ID = "threadId";
	       ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[13] 
	String THREAD_ID = "threadId";
	                   ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[15] 
	String THREAD_ENTRY_METHOD = "threadEntryMethod";
	       ^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[15] 
	String THREAD_ENTRY_METHOD = "threadEntryMethod";
	                             ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[17] 
	String THREAD_STATE = "threadState";
	       ^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[17] 
	String THREAD_STATE = "threadState";
	                      ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[19] 
	String TRANSITIONS = "transitions";
	       ^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[19] 
	String TRANSITIONS = "transitions";
	                     ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[21] 
	String CHOICE_INFO = "choiceInfo";
	       ^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[21] 
	String CHOICE_INFO = "choiceInfo";
	                     ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[23] 
	String CHOICE_ID = "choiceId"; 
	       ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[23] 
	String CHOICE_ID = "choiceId"; 
	                   ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[25] 
	String NUM_CHOICES = "numChoices";
	       ^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[25] 
	String NUM_CHOICES = "numChoices";
	                     ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[27] 
	String CURRENT_CHOICE = "currentChoice";
	       ^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[27] 
	String CURRENT_CHOICE = "currentChoice";
	                        ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[29] 
	String CHOICES = "choices";
	       ^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[29] 
	String CHOICES = "choices";
	                 ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[31] 
	String STEPS = "steps";
	       ^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[31] 
	String STEPS = "steps";
	               ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[33] 
	String NUM_STEPS = "numSteps";
	       ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[33] 
	String NUM_STEPS = "numSteps";
	                   ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[35] 
	String INSTRUCTIONS = "instructions";
	       ^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[35] 
	String INSTRUCTIONS = "instructions";
	                      ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[37] 
	String STEP_LOCATION = "stepLocation";
	       ^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[37] 
	String STEP_LOCATION = "stepLocation";
	                       ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[39] 
	String FILE_LOCATION = "fileLocation";
	       ^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[39] 
	String FILE_LOCATION = "fileLocation";
	                       ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[41] 
	String IS_VIRTUAL_INV = "isVirtualInv";
	       ^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[41] 
	String IS_VIRTUAL_INV = "isVirtualInv";
	                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[43] 
	String IS_FIELD_INST = "isFieldInst";
	       ^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[43] 
	String IS_FIELD_INST = "isFieldInst";
	                       ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[45] 
	String IS_LOCK_INST = "isLockInst";
	       ^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[45] 
	String IS_LOCK_INST = "isLockInst";
	                      ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[47] 
	String LOCK_FIELD_NAME = "lockFieldName";
	       ^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[47] 
	String LOCK_FIELD_NAME = "lockFieldName";
	                         ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[49] 
	String IS_JVM_INVOK = "isJVMInvok";
	       ^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[49] 
	String IS_JVM_INVOK = "isJVMInvok";
	                      ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[51] 
	String IS_JVM_RETURN = "isJVMReturn";
	       ^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[51] 
	String IS_JVM_RETURN = "isJVMReturn";
	                       ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[53] 
	String IS_SYNCHRONIZED = "isSynchronized";
	       ^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[53] 
	String IS_SYNCHRONIZED = "isSynchronized";
	                         ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[55] 
	String SYNC_METHOD_NAME = "syncMethodName";
	       ^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[55] 
	String SYNC_METHOD_NAME = "syncMethodName";
	                          ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[57] 
	String IS_METHOD_RETURN = "isMethodReturn";
	       ^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[57] 
	String IS_METHOD_RETURN = "isMethodReturn";
	                          ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[59] 
	String RETURNED_METHOD_NAME = "returndMethodName";
	       ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[59] 
	String RETURNED_METHOD_NAME = "returndMethodName";
	                              ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[61] 
	String IS_METHOD_CALL = "isMethodCall";
	       ^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[61] 
	String IS_METHOD_CALL = "isMethodCall";
	                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[63] 
	String CALLED_METHOD_NAME = "calledMethodName";
	       ^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[63] 
	String CALLED_METHOD_NAME = "calledMethodName";
	                            ^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[65] 
	String IS_THREAD_RELATED_METHOD = "isThreadRelatedMethod";
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[65] 
	String IS_THREAD_RELATED_METHOD = "isThreadRelatedMethod";
	                                  ^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[67] 
	String THREAD_RELATED_METHOD = "threadRelatedMethod";
	       ^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[67] 
	String THREAD_RELATED_METHOD = "threadRelatedMethod";
	                               ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[69] 
	String IS_FIELD_ACCESS = "isFieldAccess";
	       ^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[69] 
	String IS_FIELD_ACCESS = "isFieldAccess";
	                         ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[71] 
	String ACCESSED_FIELD = "accessedField"; 
	       ^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[71] 
	String ACCESSED_FIELD = "accessedField"; 
	                        ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[73] 
	String TYPE = "type";
	       ^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[73] 
	String TYPE = "type";
	              ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[75] 
	String PREV_PID = "prevTid";
	       ^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[75] 
	String PREV_PID = "prevTid";
	                  ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[77] 
	String PREV_COMM = "prevThreadName";
	       ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[77] 
	String PREV_COMM = "prevThreadName";
	                   ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[79] 
	String PREV_PRIO = "prev_prio";
	       ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[79] 
	String PREV_PRIO = "prev_prio";
	                   ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[81] 
	String PREV_STATE = "prevState";
	       ^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[81] 
	String PREV_STATE = "prevState";
	                    ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[83] 
	String NEXT_PID = "nextTid";
	       ^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[83] 
	String NEXT_PID = "nextTid";
	                  ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[85] 
	String NEXT_COMM = "nextThreadName";
	       ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[85] 
	String NEXT_COMM = "nextThreadName";
	                   ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[87] 
	String NEXT_PRIO = "next_prio";
	       ^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[87] 
	String NEXT_PRIO = "next_prio";
	                   ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[89] 
	String COMM = "currentThreadName";
	       ^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[89] 
	String COMM = "currentThreadName";
	              ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[91] 
	String TID = "tid";
	       ^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[91] 
	String TID = "tid";
	             ^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[93] 
	String PRIO = "prio";
	       ^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[93] 
	String PRIO = "prio";
	              ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[95] 
	String SUCCESS = "success";
	       ^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[95] 
	String SUCCESS = "success";
	                 ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[97] 
	String TARGET_CPU = "target_cpu";
	       ^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[97] 
	String TARGET_CPU = "target_cpu";
	                    ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[99] 
	String DURATION = "duration";
	       ^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[99] 
	String DURATION = "duration";
	                  ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[101] 
	String THREAD_SWITCH = "threadSwitch";
	       ^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[101] 
	String THREAD_SWITCH = "threadSwitch";
	                       ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/IJpfTraceConstants.java:[103] 
	String THREAD_AWAKE = "threadAwake";
	       ^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTime.java:[6] 
	public class JpfTraceEventTime {
	             ^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTime.java:[15] 
	public static void setPseudoBaseTime(Long t) {
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTime.java:[19] 
	public static Long getPseudoBaseTime() {
	                   ^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTime.java:[23] 
	public static void calculateEventTime(int id) {
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTime.java:[28] 
	Error("JpfTraceEventTime::calculateEventTime: List of event doesn't match in length");
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTime.java:[32] 
	public static Long getEventTime(int id) {
	                   ^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTime.java:[38] 
	Error("JpfTraceEventTime::getEventTime: index out of range");
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTime.java:[42] 
	Error("JpfTraceEventTime::getEventTime: unexpected index ");
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceEventTime.java:[52] 
	public static Long getTimeStep() {
	                   ^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[26] 
	import org.eclipse.tracecompass.internal.provisional.jsontrace.core.trace.JsonTrace;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JsonTrace' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[48] 
	public class JpfTrace extends JsonTrace implements IKernelTrace {
	             ^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[48] 
	public class JpfTrace extends JsonTrace implements IKernelTrace {
	                              ^^^^^^^^^
Discouraged access: The type 'JsonTrace' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[57] 
	fEventAspects = Lists.newArrayList(JpfTraceAspects.getAspects());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ArrayList<@NonNull ITmfEventAspect<?>>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull ITmfEventAspect<?>>', corresponding supertype is 'Iterable<@NonNull ITmfEventAspect<?>>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[69] 
	fProperties.put("Type", "JpfTrace");
	^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fProperties' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[69] 
	fProperties.put("Type", "JpfTrace");
	                ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[69] 
	fProperties.put("Type", "JpfTrace");
	                        ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[74] 
	fFile = new File(dir + new File(path).getName());
	^^^^^
Discouraged access: The field 'JsonTrace.fFile' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[75] 
	if (!fFile.exists()) {
	     ^^^^^
Discouraged access: The field 'JsonTrace.fFile' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[88] 
	throw new TmfTraceException("Job failed " + result.getMessage()); 
	                            ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[94] 
	fFileInput = new BufferedRandomAccessFile(fFile, "r"); 
	^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[94] 
	fFileInput = new BufferedRandomAccessFile(fFile, "r"); 
	                                          ^^^^^
Discouraged access: The field 'JsonTrace.fFile' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[94] 
	fFileInput = new BufferedRandomAccessFile(fFile, "r"); 
	                                                 ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[99] 
	goToCorrectStart(fFileInput);
	                 ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[112] 
	JsonElement jsonElement = root.get("time");
	                                   ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[118] 
	Log("JpfTrace::getBaseTimestamp: IOException");
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[129] 
	return new Status(IStatus.ERROR, Activator.PLUGIN_ID, "File not found: " + path); 
	                                                      ^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[132] 
	return new Status(IStatus.ERROR, Activator.PLUGIN_ID, "Not a file. It's a directory: " + path); 
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[141] 
	Activator.getInstance().logError("Error validating file: " + path, e); 
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[142] 
	return new Status(IStatus.ERROR, Activator.PLUGIN_ID, "IOException validating file: " + path, e); 
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[144] 
	try (BufferedRandomAccessFile rafile = new BufferedRandomAccessFile(path, "r")) { 
	                                                                          ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[150] 
	while ((line != null) && (lineCount++ < MAX_LINES)) {
	                                        ^^^^^^^^^
Discouraged access: The field 'JsonTrace.MAX_LINES' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[160] 
	confidence = MAX_CONFIDENCE * matches / lineCount;
	             ^^^^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.MAX_CONFIDENCE' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[164] 
	return new Status(IStatus.ERROR, Activator.PLUGIN_ID, "Most assuredly NOT a JPF trace"); 
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[167] 
	Activator.getInstance().logError("Error validating file: " + path, e); 
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[168] 
	return new Status(IStatus.ERROR, Activator.PLUGIN_ID, "IOException validating file: " + path, e); 
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[217] 
	public static @Nullable String readNextEventString(IReaderWrapper parser) throws IOException {
	                                                   ^^^^^^^^^^^^^^
Discouraged access: The type 'JsonTrace.IReaderWrapper' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[230] 
	int elem = parser.read();
	           ^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.IReaderWrapper.read()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[253] 
	elem = parser.read();
	       ^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.IReaderWrapper.read()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[266] 
	if (location.equals(NULL_LOCATION)) {
	                    ^^^^^^^^^^^^^
Discouraged access: The field 'JsonTrace.NULL_LOCATION' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[270] 
	if (!locationInfo.equals(fFileInput.getFilePointer())) {
	                         ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[271] 
	fFileInput.seek(locationInfo);
	^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[275] 
	goToCorrectStart(fFileInput);
	                 ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[277] 
	String nextJson = readNextEventString(() -> fFileInput.read());
	                                            ^^^^^^^^^^
Discouraged access: The field 'JsonTrace.fFileInput' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[288] 
	Activator.getInstance().logError("Error parsing event", e); 
	                                 ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[326] 
	Log("seekEvent: timestamp is null");
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[327] 
	ITmfContext context = seekEvent((ITmfLocation) null);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.seekEvent(ITmfLocation)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[362] 
	context = seekEvent(previousLocation);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.seekEvent(ITmfLocation)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTrace.java:[374] 
	context.setLocation(getCurrentLocation());
	                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JsonTrace.getCurrentLocation()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.jsontrace.core/1.0.1.202011270421/org.eclipse.tracecompass.jsontrace.core-1.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[8] 
	public class JpfTraceEventLayout extends DefaultEventLayout {
	             ^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[11] 
	private static final @NonNull String PREV_COMM = "prevThreadName";
	                                                 ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[12] 
	private static final @NonNull String NEXT_COMM = "nextThreadName";
	                                                 ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[13] 
	private static final @NonNull String COMM = "currentThreadName";
	                                            ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[15] 
	private static final @NonNull String PREV_STATE = "prevState";
	                                                  ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[20] 
	private static final @NonNull String THREAD_SWITCH = "ThreadSwitch";
	                                                     ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[21] 
	private static final @NonNull String THREAD_START = "ThreadAwake";
	                                                    ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[22] 
	private static final @NonNull String THREAD_INFO = "ThreadInfo";
	                                                   ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[23] 
	private static final @NonNull String CHOICE_INFO = "ChoiceInfo";
	                                                   ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[24] 
	private static final @NonNull String INSTRUCTION = "Instruction";
	                                                   ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[97] 
	public @NonNull String eventThreadInfo() {
	                       ^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[101] 
	public @NonNull String eventChoiceInfo() {
	                       ^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/layout/JpfTraceEventLayout.java:[105] 
	public @NonNull String eventInstruction() {
	                       ^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/trace/JpfTraceExperiment.java:[9] 
	public class JpfTraceExperiment extends TmfExperiment {
	             ^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[6] 
	public class Messages extends NLS {
	             ^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[7] 
	private static final String BUNDLE_NAME = "org.eclipse.tracecompass.incubator.internal.jpftrace.core.event.messages"; 
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[18] 
	public static @Nullable String JpfTraceAspects_ThreadState;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[20] 
	public static @Nullable String JpfTraceAspects_ThreadStateD;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[22] 
	public static @Nullable String JpfTraceAspects_ThreadName;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[24] 
	public static @Nullable String JpfTraceAspects_ThreadNameD;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[26] 
	public static @Nullable String JpfTraceAspects_Choice;
	                               ^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[28] 
	public static @Nullable String JpfTraceAspects_ChoiceD;
	                               ^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[30] 
	public static @Nullable String JpfTraceAspects_Source;
	                               ^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[32] 
	public static @Nullable String JpfTraceAspects_SourceD;
	                               ^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[34] 
	public static @Nullable String JpfTraceAspects_InstructionType;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/Messages.java:[36] 
	public static @Nullable String JpfTraceAspects_InstructionTypeD;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceAspects.java:[17] 
	public class JpfTraceAspects {
	             ^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceAspects.java:[21] 
	public static Iterable<@NonNull ITmfEventAspect<?>> getAspects() {
	                                                    ^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/event/JpfTraceAspects.java:[108] 
	return event.getField().getInstructionSpecAndDetail()[0];
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[22] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.Activator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[23] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.CpuFrequencyHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CpuFrequencyHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[24] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.IPIEntryHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPIEntryHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[25] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.IPIExitHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPIExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[26] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.IrqEntryHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IrqEntryHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[27] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.IrqExitHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IrqExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[28] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.KernelEventHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[29] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.PiSetprioHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PiSetprioHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[30] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.ProcessExitHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProcessExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[31] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.ProcessForkHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProcessForkHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[32] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.ProcessFreeHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProcessFreeHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[33] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.SchedMigrateTaskHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SchedMigrateTaskHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[34] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.SchedSwitchHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SchedSwitchHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[35] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.SchedWakeupHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SchedWakeupHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[36] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.SoftIrqEntryHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SoftIrqEntryHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[37] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.SoftIrqExitHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SoftIrqExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[38] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.SoftIrqRaiseHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SoftIrqRaiseHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[39] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.StateDumpHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StateDumpHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[40] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.SysEntryHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SysEntryHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[41] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.handlers.SysExitHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SysExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[109] 
	private final Map<String, KernelEventHandler> fEventNames;
	                          ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[112] 
	private final KernelEventHandler fSysEntryHandler;
	              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[113] 
	private final KernelEventHandler fSysExitHandler;
	              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[135] 
	fSysEntryHandler = new SysEntryHandler(fLayout);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SysEntryHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[135] 
	fSysEntryHandler = new SysEntryHandler(fLayout);
	                       ^^^^^^^^^^^^^^^
Discouraged access: The type 'SysEntryHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[135] 
	fSysEntryHandler = new SysEntryHandler(fLayout);
	                                       ^^^^^^^
Null type safety (type annotations): The expression of type 'IKernelAnalysisEventLayout' needs unchecked conversion to conform to '@NonNull IKernelAnalysisEventLayout'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[136] 
	fSysExitHandler = new SysExitHandler(fLayout);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SysExitHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[136] 
	fSysExitHandler = new SysExitHandler(fLayout);
	                      ^^^^^^^^^^^^^^
Discouraged access: The type 'SysExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[136] 
	fSysExitHandler = new SysExitHandler(fLayout);
	                                     ^^^^^^^
Null type safety (type annotations): The expression of type 'IKernelAnalysisEventLayout' needs unchecked conversion to conform to '@NonNull IKernelAnalysisEventLayout'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[143] 
	private static Map<String, KernelEventHandler> buildEventNames(IKernelAnalysisEventLayout layout) {
	                           ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[144] 
	ImmutableMap.Builder<String, KernelEventHandler> builder = ImmutableMap.builder();
	                             ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[150] 
	builder.put(jpfLayout.eventIrqHandlerEntry(), new IrqEntryHandler(layout));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'IrqEntryHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[150] 
	builder.put(jpfLayout.eventIrqHandlerEntry(), new IrqEntryHandler(layout));
	                                                  ^^^^^^^^^^^^^^^
Discouraged access: The type 'IrqEntryHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[151] 
	builder.put(jpfLayout.eventIrqHandlerExit(), new IrqExitHandler(layout));
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'IrqExitHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[151] 
	builder.put(jpfLayout.eventIrqHandlerExit(), new IrqExitHandler(layout));
	                                                 ^^^^^^^^^^^^^^
Discouraged access: The type 'IrqExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[152] 
	builder.put(jpfLayout.eventSoftIrqEntry(), new SoftIrqEntryHandler(layout));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SoftIrqEntryHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[152] 
	builder.put(jpfLayout.eventSoftIrqEntry(), new SoftIrqEntryHandler(layout));
	                                               ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SoftIrqEntryHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[153] 
	builder.put(jpfLayout.eventSoftIrqExit(), new SoftIrqExitHandler(layout));
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SoftIrqExitHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[153] 
	builder.put(jpfLayout.eventSoftIrqExit(), new SoftIrqExitHandler(layout));
	                                              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SoftIrqExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[154] 
	builder.put(jpfLayout.eventSoftIrqRaise(), new SoftIrqRaiseHandler(layout));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SoftIrqRaiseHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[154] 
	builder.put(jpfLayout.eventSoftIrqRaise(), new SoftIrqRaiseHandler(layout));
	                                               ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SoftIrqRaiseHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[155] 
	builder.put(jpfLayout.eventSchedSwitch(), new SchedSwitchHandler(layout));
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SchedSwitchHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[155] 
	builder.put(jpfLayout.eventSchedSwitch(), new SchedSwitchHandler(layout));
	                                              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SchedSwitchHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[156] 
	builder.put(jpfLayout.eventSchedPiSetprio(), new PiSetprioHandler(layout));
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'PiSetprioHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[156] 
	builder.put(jpfLayout.eventSchedPiSetprio(), new PiSetprioHandler(layout));
	                                                 ^^^^^^^^^^^^^^^^
Discouraged access: The type 'PiSetprioHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[157] 
	builder.put(jpfLayout.eventSchedProcessFork(), new ProcessForkHandler(layout));
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProcessForkHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[157] 
	builder.put(jpfLayout.eventSchedProcessFork(), new ProcessForkHandler(layout));
	                                                   ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProcessForkHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[158] 
	builder.put(jpfLayout.eventSchedProcessExit(), new ProcessExitHandler(layout));
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProcessExitHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[158] 
	builder.put(jpfLayout.eventSchedProcessExit(), new ProcessExitHandler(layout));
	                                                   ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProcessExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[159] 
	builder.put(jpfLayout.eventSchedProcessFree(), new ProcessFreeHandler(layout));
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProcessFreeHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[159] 
	builder.put(jpfLayout.eventSchedProcessFree(), new ProcessFreeHandler(layout));
	                                                   ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProcessFreeHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[160] 
	builder.put(jpfLayout.eventSchedProcessWaking(), new SchedWakeupHandler(layout));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SchedWakeupHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[160] 
	builder.put(jpfLayout.eventSchedProcessWaking(), new SchedWakeupHandler(layout));
	                                                     ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SchedWakeupHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[161] 
	builder.put(jpfLayout.eventSchedMigrateTask(), new SchedMigrateTaskHandler(layout));
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SchedMigrateTaskHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[161] 
	builder.put(jpfLayout.eventSchedMigrateTask(), new SchedMigrateTaskHandler(layout));
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SchedMigrateTaskHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[162] 
	builder.put(jpfLayout.eventCpuFrequency(), new CpuFrequencyHandler(layout));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CpuFrequencyHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[162] 
	builder.put(jpfLayout.eventCpuFrequency(), new CpuFrequencyHandler(layout));
	                                               ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CpuFrequencyHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[171] 
	builder.put(s, new IPIEntryHandler(layout));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'IPIEntryHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[171] 
	builder.put(s, new IPIEntryHandler(layout));
	                   ^^^^^^^^^^^^^^^
Discouraged access: The type 'IPIEntryHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[171] 
	builder.put(s, new IPIEntryHandler(layout));
	                                   ^^^^^^
Null type safety (type annotations): The expression of type 'IKernelAnalysisEventLayout' needs unchecked conversion to conform to '@NonNull IKernelAnalysisEventLayout'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[174] 
	builder.put(s, new IPIExitHandler(layout));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'IPIExitHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[174] 
	builder.put(s, new IPIExitHandler(layout));
	                   ^^^^^^^^^^^^^^
Discouraged access: The type 'IPIExitHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[179] 
	builder.put(eventStatedumpProcessState, new StateDumpHandler(layout));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'StateDumpHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[179] 
	builder.put(eventStatedumpProcessState, new StateDumpHandler(layout));
	                                            ^^^^^^^^^^^^^^^^
Discouraged access: The type 'StateDumpHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[183] 
	builder.put(eventSchedWakeup, new SchedWakeupHandler(layout));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SchedWakeupHandler(IKernelAnalysisEventLayout)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[183] 
	builder.put(eventSchedWakeup, new SchedWakeupHandler(layout));
	                                  ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SchedWakeupHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[217] 
	KernelEventHandler handler = fEventNames.get(eventName);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KernelEventHandler' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[226] 
	handler.handleEvent(ss, event);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'KernelEventHandler.handleEvent(ITmfStateSystemBuilder, ITmfEvent)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[238] 
	Activator.getDefault().logError("Attribute not found: " + ae.getMessage(), ae); //$NON-NLS-1$
	^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[238] 
	Activator.getDefault().logError("Attribute not found: " + ae.getMessage(), ae); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.getDefault()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[238] 
	Activator.getDefault().logError("Attribute not found: " + ae.getMessage(), ae); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.logError(String, Throwable)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[245] 
	Activator.getDefault().logError("TimeRangeExcpetion caught in the state system's event manager.\n" + //$NON-NLS-1$
	^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[245] 
	Activator.getDefault().logError("TimeRangeExcpetion caught in the state system's event manager.\n" + //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.getDefault()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[245] 
	Activator.getDefault().logError("TimeRangeExcpetion caught in the state system's event manager.\n" + //$NON-NLS-1$
                    "Are the events in the trace correctly ordered?\n" + tre.getMessage(), tre); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.logError(String, Throwable)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[253] 
	Activator.getDefault().logError("State value error: " + sve.getMessage(), sve); //$NON-NLS-1$
	^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[253] 
	Activator.getDefault().logError("State value error: " + sve.getMessage(), sve); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.getDefault()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/JpfStateProvider.java:[253] 
	Activator.getDefault().logError("State value error: " + sve.getMessage(), sve); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.logError(String, Throwable)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/org/eclipse/tracecompass/incubator/internal/jpftrace/core/analysis/Attributes.java:[93] 
	String[] tokens = threadAttributeName.split(Attributes.THREAD_0_SEPARATOR);
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
373 problems (373 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.jpftrace.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.ui >--
[INFO] Building org.eclipse.tracecompass.incubator.jpftrace.ui 0.0.1-SNAPSHOT [93/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Compiling 8 source files to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[24] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.Activator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[25] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.kernel.StateValues;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StateValues' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[26] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.threadstatus.ThreadEntryModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[27] 
	import org.eclipse.tracecompass.internal.tmf.core.analysis.callsite.CallsiteAnalysis;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CallsiteAnalysis' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[28] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.core.registry.LinuxStyle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[29] 
	import org.eclipse.tracecompass.internal.tmf.core.model.AbstractTmfTraceDataProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTmfTraceDataProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[30] 
	import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[31] 
	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.annotations.Annotation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Annotation' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[32] 
	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.annotations.AnnotationModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AnnotationModel' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[33] 
	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.annotations.AnnotationCategoriesModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AnnotationCategoriesModel' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[34] 
	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.annotations.IOutputAnnotationProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IOutputAnnotationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[87] 
	public class JpfThreadStatusDataProvider extends AbstractTmfTraceDataProvider implements 
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[87] 
	public class JpfThreadStatusDataProvider extends AbstractTmfTraceDataProvider implements 
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTmfTraceDataProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[90] 
	IOutputAnnotationProvider {
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IOutputAnnotationProvider' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[92] 
	public static final @NonNull String ID = "org.eclipse.tracecompass.incubator.internal.jpftrace.ui.view.JpfThreadStatusDataProviderFactory"; //$NON-NLS-1$
	                                    ^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[94] 
	public static final @NonNull String CPU = "cpu"; //$NON-NLS-1$
	                                    ^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[96] 
	public static final @NonNull String ACTIVE_THREAD_FILTER_KEY = "active_thread_filter"; //$NON-NLS-1$
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[99] 
	private static final Set<Integer> ACTIVE_STATES = ImmutableSet.of(StateValues.PROCESS_STATUS_RUN_USERMODE,
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StateValues' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[99] 
	private static final Set<Integer> ACTIVE_STATES = ImmutableSet.of(StateValues.PROCESS_STATUS_RUN_USERMODE,
	                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'StateValues.PROCESS_STATUS_RUN_USERMODE' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[100] 
	StateValues.PROCESS_STATUS_RUN_SYSCALL, StateValues.PROCESS_STATUS_INTERRUPTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StateValues' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[100] 
	StateValues.PROCESS_STATUS_RUN_SYSCALL, StateValues.PROCESS_STATUS_INTERRUPTED);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'StateValues.PROCESS_STATUS_RUN_SYSCALL' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[100] 
	StateValues.PROCESS_STATUS_RUN_SYSCALL, StateValues.PROCESS_STATUS_INTERRUPTED);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StateValues' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[100] 
	StateValues.PROCESS_STATUS_RUN_SYSCALL, StateValues.PROCESS_STATUS_INTERRUPTED);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'StateValues.PROCESS_STATUS_INTERRUPTED' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[116] 
	builder.put(LinuxStyle.UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.UNKNOWN.toMap()));
	            ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[116] 
	builder.put(LinuxStyle.UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.UNKNOWN.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[116] 
	builder.put(LinuxStyle.UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.UNKNOWN.toMap()));
	                       ^^^^^^^
Discouraged access: The field 'LinuxStyle.UNKNOWN' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[116] 
	builder.put(LinuxStyle.UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.UNKNOWN.toMap()));
	                                                                        ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[116] 
	builder.put(LinuxStyle.UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.UNKNOWN.toMap()));
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.toMap()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[116] 
	builder.put(LinuxStyle.UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.UNKNOWN.toMap()));
	                                                                                   ^^^^^^^
Discouraged access: The field 'LinuxStyle.UNKNOWN' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[117] 
	builder.put(LinuxStyle.USERMODE.getLabel(), new OutputElementStyle(null, LinuxStyle.USERMODE.toMap()));
	            ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[117] 
	builder.put(LinuxStyle.USERMODE.getLabel(), new OutputElementStyle(null, LinuxStyle.USERMODE.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[117] 
	builder.put(LinuxStyle.USERMODE.getLabel(), new OutputElementStyle(null, LinuxStyle.USERMODE.toMap()));
	                       ^^^^^^^^
Discouraged access: The field 'LinuxStyle.USERMODE' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[117] 
	builder.put(LinuxStyle.USERMODE.getLabel(), new OutputElementStyle(null, LinuxStyle.USERMODE.toMap()));
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.toMap()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[117] 
	builder.put(LinuxStyle.USERMODE.getLabel(), new OutputElementStyle(null, LinuxStyle.USERMODE.toMap()));
	                                                                         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[117] 
	builder.put(LinuxStyle.USERMODE.getLabel(), new OutputElementStyle(null, LinuxStyle.USERMODE.toMap()));
	                                                                                    ^^^^^^^^
Discouraged access: The field 'LinuxStyle.USERMODE' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[118] 
	builder.put(LinuxStyle.SYSCALL.getLabel(), new OutputElementStyle(null, LinuxStyle.SYSCALL.toMap()));
	            ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[118] 
	builder.put(LinuxStyle.SYSCALL.getLabel(), new OutputElementStyle(null, LinuxStyle.SYSCALL.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[118] 
	builder.put(LinuxStyle.SYSCALL.getLabel(), new OutputElementStyle(null, LinuxStyle.SYSCALL.toMap()));
	                       ^^^^^^^
Discouraged access: The field 'LinuxStyle.SYSCALL' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[118] 
	builder.put(LinuxStyle.SYSCALL.getLabel(), new OutputElementStyle(null, LinuxStyle.SYSCALL.toMap()));
	                                                                        ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[118] 
	builder.put(LinuxStyle.SYSCALL.getLabel(), new OutputElementStyle(null, LinuxStyle.SYSCALL.toMap()));
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.toMap()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[118] 
	builder.put(LinuxStyle.SYSCALL.getLabel(), new OutputElementStyle(null, LinuxStyle.SYSCALL.toMap()));
	                                                                                   ^^^^^^^
Discouraged access: The field 'LinuxStyle.SYSCALL' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[119] 
	builder.put(LinuxStyle.INTERRUPTED.getLabel(), new OutputElementStyle(null, LinuxStyle.INTERRUPTED.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[119] 
	builder.put(LinuxStyle.INTERRUPTED.getLabel(), new OutputElementStyle(null, LinuxStyle.INTERRUPTED.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[119] 
	builder.put(LinuxStyle.INTERRUPTED.getLabel(), new OutputElementStyle(null, LinuxStyle.INTERRUPTED.toMap()));
	                       ^^^^^^^^^^^
Discouraged access: The field 'LinuxStyle.INTERRUPTED' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[119] 
	builder.put(LinuxStyle.INTERRUPTED.getLabel(), new OutputElementStyle(null, LinuxStyle.INTERRUPTED.toMap()));
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.toMap()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[119] 
	builder.put(LinuxStyle.INTERRUPTED.getLabel(), new OutputElementStyle(null, LinuxStyle.INTERRUPTED.toMap()));
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[119] 
	builder.put(LinuxStyle.INTERRUPTED.getLabel(), new OutputElementStyle(null, LinuxStyle.INTERRUPTED.toMap()));
	                                                                                       ^^^^^^^^^^^
Discouraged access: The field 'LinuxStyle.INTERRUPTED' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[120] 
	builder.put(LinuxStyle.WAIT_BLOCKED.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_BLOCKED.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[120] 
	builder.put(LinuxStyle.WAIT_BLOCKED.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_BLOCKED.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[120] 
	builder.put(LinuxStyle.WAIT_BLOCKED.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_BLOCKED.toMap()));
	                       ^^^^^^^^^^^^
Discouraged access: The field 'LinuxStyle.WAIT_BLOCKED' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[120] 
	builder.put(LinuxStyle.WAIT_BLOCKED.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_BLOCKED.toMap()));
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.toMap()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[120] 
	builder.put(LinuxStyle.WAIT_BLOCKED.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_BLOCKED.toMap()));
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[120] 
	builder.put(LinuxStyle.WAIT_BLOCKED.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_BLOCKED.toMap()));
	                                                                                        ^^^^^^^^^^^^
Discouraged access: The field 'LinuxStyle.WAIT_BLOCKED' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[121] 
	builder.put(LinuxStyle.WAIT_FOR_CPU.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_FOR_CPU.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[121] 
	builder.put(LinuxStyle.WAIT_FOR_CPU.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_FOR_CPU.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[121] 
	builder.put(LinuxStyle.WAIT_FOR_CPU.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_FOR_CPU.toMap()));
	                       ^^^^^^^^^^^^
Discouraged access: The field 'LinuxStyle.WAIT_FOR_CPU' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[121] 
	builder.put(LinuxStyle.WAIT_FOR_CPU.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_FOR_CPU.toMap()));
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.toMap()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[121] 
	builder.put(LinuxStyle.WAIT_FOR_CPU.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_FOR_CPU.toMap()));
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[121] 
	builder.put(LinuxStyle.WAIT_FOR_CPU.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_FOR_CPU.toMap()));
	                                                                                        ^^^^^^^^^^^^
Discouraged access: The field 'LinuxStyle.WAIT_FOR_CPU' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[122] 
	builder.put(LinuxStyle.WAIT_UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_UNKNOWN.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[122] 
	builder.put(LinuxStyle.WAIT_UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_UNKNOWN.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[122] 
	builder.put(LinuxStyle.WAIT_UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_UNKNOWN.toMap()));
	                       ^^^^^^^^^^^^
Discouraged access: The field 'LinuxStyle.WAIT_UNKNOWN' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[122] 
	builder.put(LinuxStyle.WAIT_UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_UNKNOWN.toMap()));
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[122] 
	builder.put(LinuxStyle.WAIT_UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_UNKNOWN.toMap()));
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.toMap()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[122] 
	builder.put(LinuxStyle.WAIT_UNKNOWN.getLabel(), new OutputElementStyle(null, LinuxStyle.WAIT_UNKNOWN.toMap()));
	                                                                                        ^^^^^^^^^^^^
Discouraged access: The field 'LinuxStyle.WAIT_UNKNOWN' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[123] 
	builder.put(LinuxStyle.LINK.getLabel(), new OutputElementStyle(null, LinuxStyle.LINK.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.getLabel()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[123] 
	builder.put(LinuxStyle.LINK.getLabel(), new OutputElementStyle(null, LinuxStyle.LINK.toMap()));
	            ^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[123] 
	builder.put(LinuxStyle.LINK.getLabel(), new OutputElementStyle(null, LinuxStyle.LINK.toMap()));
	                       ^^^^
Discouraged access: The field 'LinuxStyle.LINK' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[123] 
	builder.put(LinuxStyle.LINK.getLabel(), new OutputElementStyle(null, LinuxStyle.LINK.toMap()));
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LinuxStyle.toMap()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[123] 
	builder.put(LinuxStyle.LINK.getLabel(), new OutputElementStyle(null, LinuxStyle.LINK.toMap()));
	                                                                     ^^^^^^^^^^^^^^^
Discouraged access: The type 'LinuxStyle' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[123] 
	builder.put(LinuxStyle.LINK.getLabel(), new OutputElementStyle(null, LinuxStyle.LINK.toMap()));
	                                                                                ^^^^
Discouraged access: The field 'LinuxStyle.LINK' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[124] 
	builder.put(JpfThreadStyle.SYNC.getLabel(), new OutputElementStyle(null, JpfThreadStyle.SYNC.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[124] 
	builder.put(JpfThreadStyle.SYNC.getLabel(), new OutputElementStyle(null, JpfThreadStyle.SYNC.toMap()));
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[125] 
	builder.put(JpfThreadStyle.METHOD_CALL.getLabel(), new OutputElementStyle(null, JpfThreadStyle.METHOD_CALL.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[125] 
	builder.put(JpfThreadStyle.METHOD_CALL.getLabel(), new OutputElementStyle(null, JpfThreadStyle.METHOD_CALL.toMap()));
	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[126] 
	builder.put(JpfThreadStyle.LOCK_UNLOCK.getLabel(), new OutputElementStyle(null, JpfThreadStyle.LOCK_UNLOCK.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[126] 
	builder.put(JpfThreadStyle.LOCK_UNLOCK.getLabel(), new OutputElementStyle(null, JpfThreadStyle.LOCK_UNLOCK.toMap()));
	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[127] 
	builder.put(JpfThreadStyle.FIELD_ACCESS.getLabel(), new OutputElementStyle(null, JpfThreadStyle.FIELD_ACCESS.toMap()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[127] 
	builder.put(JpfThreadStyle.FIELD_ACCESS.getLabel(), new OutputElementStyle(null, JpfThreadStyle.FIELD_ACCESS.toMap()));
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[136] 
	private final Map<Pair<Integer, Integer>, ThreadEntryModel.Builder> fBuildMap = new HashMap<>();
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[136] 
	private final Map<Pair<Integer, Integer>, ThreadEntryModel.Builder> fBuildMap = new HashMap<>();
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[142] 
	private final TreeMultimap<Integer, ThreadEntryModel.Builder> fTidToEntry = TreeMultimap.create(Comparator.naturalOrder(),
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[142] 
	private final TreeMultimap<Integer, ThreadEntryModel.Builder> fTidToEntry = TreeMultimap.create(Comparator.naturalOrder(),
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[143] 
	Comparator.comparing(ThreadEntryModel.Builder::getStartTime));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[143] 
	Comparator.comparing(ThreadEntryModel.Builder::getStartTime));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[143] 
	Comparator.comparing(ThreadEntryModel.Builder::getStartTime));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ThreadEntryModel.Builder.getStartTime()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[152] 
	builder.add(JpfThreadStyle.SYNC.getLabel());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[153] 
	builder.add(JpfThreadStyle.METHOD_CALL.getLabel());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[154] 
	builder.add(JpfThreadStyle.LOCK_UNLOCK.getLabel());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[155] 
	builder.add(JpfThreadStyle.FIELD_ACCESS.getLabel());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[161] 
	public JpfThreadStatusDataProvider(@NonNull ITmfTrace trace, JpfAnalysisModule module) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[162] 
	super(trace);
	^^^^^^^^^^^^^
Discouraged access: The constructor 'AbstractTmfTraceDataProvider(ITmfTrace)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[205] 
	TimeGraphEntryModel traceEntry = new TimeGraphEntryModel(fTraceId, -1, getTrace().getName(), ss.getStartTime(), end);
	                                                                       ^^^^^^^^^^
Discouraged access: The method 'AbstractTmfTraceDataProvider.getTrace()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[205] 
	TimeGraphEntryModel traceEntry = new TimeGraphEntryModel(fTraceId, -1, getTrace().getName(), ss.getStartTime(), end);
	                                                                       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[258] 
	ThreadEntryModel.Builder entry = fBuildMap.get(entryKey);
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[258] 
	ThreadEntryModel.Builder entry = fBuildMap.get(entryKey);
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[268] 
	entry = new ThreadEntryModel.Builder(id, Collections.singletonList(execName), startTime, endTime, threadId, ppid, pid);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ThreadEntryModel.Builder(long, List<String>, long, long, int, int, int)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[268] 
	entry = new ThreadEntryModel.Builder(id, Collections.singletonList(execName), startTime, endTime, threadId, ppid, pid);
	            ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[268] 
	entry = new ThreadEntryModel.Builder(id, Collections.singletonList(execName), startTime, endTime, threadId, ppid, pid);
	            ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ThreadEntryModel' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProvider.java:[272] 
	entry.setEndTime(endTime);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ThreadEntryModel.Builder.setEndTime(long)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.core/5.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.core-5.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/JpfThreadStyle.java:[10] 
	public enum JpfThreadStyle {
	            ^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/JpfThreadStyle.java:[12] 
	SYNC(String.valueOf(Messages.JpfThreadStyle_sync), 0, 100, 200, 255, 0.5f, StyleProperties.SymbolType.DIAMOND),
	^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/JpfThreadStyle.java:[14] 
	METHOD_CALL(String.valueOf(Messages.JpfThreadStyle_method_call), 200, 40, 100, 255, 0.6f, StyleProperties.SymbolType.INVERTED_TRIANGLE),
	^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/JpfThreadStyle.java:[16] 
	LOCK_UNLOCK(String.valueOf(Messages.JpfThreadStyle_lock_unlock), 255, 200, 100, 255, 0.5f, StyleProperties.SymbolType.CROSS),
	^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/JpfThreadStyle.java:[18] 
	FIELD_ACCESS(String.valueOf(Messages.JpfThreadStyle_field_access), 100, 255, 200, 255, 0.7f, StyleProperties.SymbolType.CIRCLE);
	^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/JpfThreadStyle.java:[56] 
	public String getLabel() {
	              ^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/JpfThreadStyle.java:[60] 
	public Map<String, Object> toMap() {
	                           ^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[9] 
	import org.eclipse.tracecompass.internal.tmf.core.model.DataProviderDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[20] 
	public class JpfThreadStatusDataProviderFactory implements IDataProviderFactory {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[22] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DataProviderDescriptor.Builder()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[22] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(JpfThreadStatusDataProvider.ID)
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setId(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[22] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(JpfThreadStatusDataProvider.ID)
            .setName(Objects.requireNonNull(Messages.JpfThreadStatusDataProviderFactory_title))
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setName(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[22] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(JpfThreadStatusDataProvider.ID)
            .setName(Objects.requireNonNull(Messages.JpfThreadStatusDataProviderFactory_title))
            .setDescription(Objects.requireNonNull(Messages.JpfThreadStatusDataProviderFactory_descriptionText))
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setDescription(String)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[22] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(JpfThreadStatusDataProvider.ID)
            .setName(Objects.requireNonNull(Messages.JpfThreadStatusDataProviderFactory_title))
            .setDescription(Objects.requireNonNull(Messages.JpfThreadStatusDataProviderFactory_descriptionText))
            .setProviderType(ProviderType.TIME_GRAPH)
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.setProviderType(IDataProviderDescriptor.ProviderType)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[22] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
            .setId(JpfThreadStatusDataProvider.ID)
            .setName(Objects.requireNonNull(Messages.JpfThreadStatusDataProviderFactory_title))
            .setDescription(Objects.requireNonNull(Messages.JpfThreadStatusDataProviderFactory_descriptionText))
            .setProviderType(ProviderType.TIME_GRAPH)
            .build();
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DataProviderDescriptor.Builder.build()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[22] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[22] 
	private static final IDataProviderDescriptor DESCRIPTOR = new DataProviderDescriptor.Builder()
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor.Builder' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[31] 
	JpfAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, JpfAnalysisModule.class, JpfAnalysisModule.ID);
	                                                                                                  ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfThreadStatusDataProviderFactory.java:[45] 
	JpfAnalysisModule module = TmfTraceUtils.getAnalysisModuleOfClass(trace, JpfAnalysisModule.class, JpfAnalysisModule.ID);
	                                                                                                  ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfTraceControlFlowView.java:[3] 
	import org.eclipse.tracecompass.internal.analysis.os.linux.ui.views.controlflow.ControlFlowView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlFlowView' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.ui/4.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.ui-4.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfTraceControlFlowView.java:[6] 
	public class JpfTraceControlFlowView extends ControlFlowView {
	             ^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfTraceControlFlowView.java:[6] 
	public class JpfTraceControlFlowView extends ControlFlowView {
	                                             ^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlFlowView' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.ui/4.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.ui-4.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfTraceControlFlowView.java:[8] 
	public static @NonNull String id = "org.eclipse.tracecompass.incubator.jpftrace.ui.view";
	                              ^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfTraceControlFlowView.java:[8] 
	public static @NonNull String id = "org.eclipse.tracecompass.incubator.jpftrace.ui.view";
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfTraceControlFlowView.java:[10] 
	public JpfTraceControlFlowView() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/view/JpfTraceControlFlowView.java:[11] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'ControlFlowView()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.analysis.os.linux.ui/4.0.1.202011270421/org.eclipse.tracecompass.analysis.os.linux.ui-4.0.1.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/Messages.java:[6] 
	public class Messages extends NLS {
	             ^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/Messages.java:[9] 
	public static @Nullable String JpfThreadStyle_ProcessGroup = null;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/Messages.java:[11] 
	public static @Nullable String JpfThreadStyle_sync = null;
	                               ^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/Messages.java:[13] 
	public static @Nullable String JpfThreadStyle_method_call = null;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/Messages.java:[15] 
	public static @Nullable String JpfThreadStyle_lock_unlock = null;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/org/eclipse/tracecompass/incubator/internal/jpftrace/ui/style/Messages.java:[17] 
	public static @Nullable String JpfThreadStyle_field_access = null;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
132 problems (132 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.jpftrace.core' with 24 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.ui/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.ui/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.ui-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.jpftrace.ui ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace >--
[INFO] Building org.eclipse.tracecompass.incubator.jpftrace 0.0.1-SNAPSHOT [94/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/target/org.eclipse.tracecompass.incubator.jpftrace-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/target/org.eclipse.tracecompass.incubator.jpftrace-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.jpftrace.core' with 24 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.jpftrace.ui' with 7 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/target/org.eclipse.tracecompass.incubator.jpftrace-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/target/org.eclipse.tracecompass.incubator.jpftrace-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.jpftrace ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.jpftrace.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.jpftrace.core.tests 0.0.1-SNAPSHOT [95/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Compiling 1 source file to /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.jpftrace.core' with 24 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/tracetypes/org.eclipse.tracecompass.incubator.jpftrace.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.jpftrace.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.jpftrace.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.jpftrace.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server-parent >--
[INFO] Building Trace Compass Incubator Trace Server Parent 0.0.1-SNAPSHOT [96/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/trace-server/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.trace.server-parent ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server-parent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server-parent-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core >--
[INFO] Building org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core 0.0.1-SNAPSHOT [97/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] Compiling 28 source files to /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[16] 
	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.table.ITmfVirtualTableModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITmfVirtualTableModel<L>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[17] 
	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.table.IVirtualTableLine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IVirtualTableLine' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[20] 
	* A non-generic class to wrap the generic {@link ITmfVirtualTableModel}, for
	                                                 ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITmfVirtualTableModel<L>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[27] 
	private final ITmfVirtualTableModel fWrapper;
	              ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITmfVirtualTableModel<L>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[27] 
	private final ITmfVirtualTableModel fWrapper;
	              ^^^^^^^^^^^^^^^^^^^^^
ITmfVirtualTableModel is a raw type. References to generic type ITmfVirtualTableModel<L> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[35] 
	public VirtualTableModelWrapper(ITmfVirtualTableModel model) {
	                                ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITmfVirtualTableModel<L>' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[35] 
	public VirtualTableModelWrapper(ITmfVirtualTableModel model) {
	                                ^^^^^^^^^^^^^^^^^^^^^
ITmfVirtualTableModel is a raw type. References to generic type ITmfVirtualTableModel<L> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[45] 
	return fWrapper.getColumnIds();
	       ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ITmfVirtualTableModel.getColumnIds()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[50] 
	* this table model. The data in a {@link IVirtualTableLine} are in the same
	                                         ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IVirtualTableLine' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[55] 
	public List<IVirtualTableLine> getLines() {
	            ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IVirtualTableLine' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[56] 
	return fWrapper.getLines();
	       ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ITmfVirtualTableModel.getLines()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[65] 
	return fWrapper.getIndex();
	       ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ITmfVirtualTableModel.getIndex()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/views/VirtualTableModelWrapper.java:[76] 
	return fWrapper.getSize();
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ITmfVirtualTableModel.getSize()' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/TraceManagerService.java:[100] 
	String name = (String) parameters.get("name");
	                                      ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/TraceManagerService.java:[101] 
	String path = (String) parameters.get("uri");
	                                      ^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/TraceManagerService.java:[102] 
	Object typeIDObject = parameters.get("typeID");
	                                     ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/TraceManagerService.java:[103] 
	String typeID = typeIDObject != null ? (String) typeIDObject : "";
	                                                               ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/TraceManagerService.java:[140] 
	ITmfTrace trace = helper.getTraceClass().getDeclaredConstructor().newInstance();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Constructor<@NonNull capture#of ? extends ITmfTrace>'. Type 'Constructor<T>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/TraceManagerService.java:[166] 
	IFolder tracesFolder = project.getFolder("Traces");
	                                         ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/TraceServerConfiguration.java:[96] 
	* using the system property {@link #PROPERTY_PORT}
	                                   ^^^^^^^^^^^^^^
Javadoc: 'protected' visibility for malformed doc comments hides this 'private' reference
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/ExperimentManagerService.java:[150] 
	.append(UUID.nameUUIDFromBytes(String.join("", (Iterable) traceUUIDs).getBytes()).toString())
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to 'byte @NonNull[]'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/ExperimentManagerService.java:[150] 
	.append(UUID.nameUUIDFromBytes(String.join("", (Iterable) traceUUIDs).getBytes()).toString())
	                                           ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/ExperimentManagerService.java:[150] 
	.append(UUID.nameUUIDFromBytes(String.join("", (Iterable) traceUUIDs).getBytes()).toString())
	                                               ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterable needs unchecked conversion to conform to Iterable<? extends CharSequence>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/ExperimentManagerService.java:[150] 
	.append(UUID.nameUUIDFromBytes(String.join("", (Iterable) traceUUIDs).getBytes()).toString())
	                                                ^^^^^^^^
Iterable is a raw type. References to generic type Iterable<T> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/ExperimentManagerService.java:[155] 
	ITmfTrace trace = optional.get();
	                  ^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Optional<@NonNull ITmfTrace>'. Type 'Optional<T>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/ExperimentManagerService.java:[205] 
	ITmfTrace clone = trace.getClass().getDeclaredConstructor().newInstance();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Constructor<capture#of ? extends @NonNull ITmfTrace>'. Type 'Constructor<T>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/WebApplication.java:[31] 
	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.table.IVirtualTableLine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IVirtualTableLine' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/WebApplication.java:[32] 
	import org.eclipse.tracecompass.internal.tmf.core.model.DataProviderDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/WebApplication.java:[131] 
	IFolder tracesFolder = project.getFolder("Traces");
	                                         ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/WebApplication.java:[178] 
	module.addSerializer(DataProviderDescriptor.class, new DataProviderDescriptorSerializer());
	                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DataProviderDescriptor' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/WebApplication.java:[178] 
	module.addSerializer(DataProviderDescriptor.class, new DataProviderDescriptorSerializer());
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DataProviderDescriptorSerializer' needs unchecked conversion to conform to 'JsonSerializer<@NonNull IDataProviderDescriptor>', corresponding supertype is 'JsonSerializer<IDataProviderDescriptor>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/WebApplication.java:[186] 
	module.addSerializer(IVirtualTableLine.class, new VirtualTableLineSerializer());
	                     ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IVirtualTableLine' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[203] 
	ITmfTreeXYDataProvider<@NonNull ITmfTreeDataModel> provider = manager.getDataProvider(trace,
                    outputId, ITmfTreeXYDataProvider.class);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeXYDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[216] 
	SelectionTimeQueryFilter selectionTimeQueryFilter = FetchParametersUtils.createSelectionTimeQuery(queryParameters.getParameters());
	                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[221] 
	TmfModelResponse<@NonNull ITmfXyModel> response = provider.fetchXY(queryParameters.getParameters(), null);
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[311] 
	SelectionTimeQueryFilter selectionTimeQueryFilter = FetchParametersUtils.createSelectionTimeQuery(queryParameters.getParameters());
	                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[316] 
	TmfModelResponse<TimeGraphModel> response = provider.fetchRowModel(queryParameters.getParameters(), null);
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[357] 
	TimeQueryFilter timeQueryFilter = FetchParametersUtils.createTimeQuery(queryParameters.getParameters());
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[362] 
	TmfModelResponse<@NonNull List<@NonNull ITimeGraphArrow>> response = provider.fetchArrows(queryParameters.getParameters(), null);
	                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[391] 
	ITmfTreeDataProvider<? extends @NonNull ITmfTreeDataModel> provider = manager.getDataProvider(trace,
                    outputId, ITmfTreeDataProvider.class);
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[439] 
	ITmfTreeDataProvider<? extends @NonNull ITmfTreeDataModel> provider = manager.getDataProvider(trace,
                    outputId, ITmfTreeDataProvider.class);
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[448] 
	TmfModelResponse<@NonNull AnnotationModel> annotations = ((IOutputAnnotationProvider) provider).fetchAnnotations(queryParameters.getParameters(), null);
	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[503] 
	ITimeGraphDataProvider<@NonNull ITimeGraphEntryModel> provider = manager.getDataProvider(trace,
                outputId, ITimeGraphDataProvider.class);
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITimeGraphDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[578] 
	ITmfVirtualTableDataProvider<? extends IVirtualTableLine, ? extends ITmfTreeDataModel> provider = manager.getDataProvider(trace, outputId, ITmfVirtualTableDataProvider.class);
	                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfVirtualTableDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[590] 
	TmfModelResponse<?> response = provider.fetchLines(lineParameters, null);
	                                                   ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[594] 
	return Response.ok(new TmfModelResponse<>(new VirtualTableModelWrapper((ITmfVirtualTableModel) response.getModel()), response.getStatus(), response.getStatusMessage())).build();
	                                                                        ^^^^^^^^^^^^^^^^^^^^^
ITmfVirtualTableModel is a raw type. References to generic type ITmfVirtualTableModel<L> should be parameterized
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[617] 
	return (P) XmlDataProviderManager.getInstance().getXyProvider(trace, viewElement);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ITmfTreeXYDataProvider<ITmfTreeDataModel> to P
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[619] 
	return (P) XmlDataProviderManager.getInstance().getTimeGraphProvider(trace, viewElement);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ITimeGraphDataProvider<TimeGraphEntryModel> to P
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[670] 
	ITmfTreeDataProvider<? extends @NonNull ITmfTreeDataModel> provider = manager.getDataProvider(trace,
                    outputId, ITmfTreeDataProvider.class);
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[683] 
	TimeQueryFilter timeQueryFilter = FetchParametersUtils.createTimeQuery(queryParameters.getParameters());
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[688] 
	TmfModelResponse<?> treeResponse = provider.fetchTree(queryParameters.getParameters(), null);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[690] 
	return Response.ok(model instanceof TmfTreeModel ? new TmfModelResponse<>(new TreeModelWrapper((TmfTreeModel<@NonNull ITmfTreeDataModel>) model), treeResponse.getStatus(), treeResponse.getStatusMessage()) : treeResponse).build();
	                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to TmfTreeModel<ITmfTreeDataModel>
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[723] 
	ITmfTreeDataProvider<? extends @NonNull ITmfTreeDataModel> provider = manager.getDataProvider(trace,
                    outputId, ITmfTreeDataProvider.class);
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java:[732] 
	TmfModelResponse<@NonNull OutputStyleModel> styleModelResponse = ((IOutputStyleProvider) provider).fetchStyle(queryParameters.getParameters(), null);
	                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
54 problems (54 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest >--
[INFO] Building org.eclipse.tracecompass.incubator.trace.server.jersey.rest 0.0.1-SNAPSHOT [98/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core' with 28 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests >--
[INFO] Building org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests 0.0.1-SNAPSHOT [99/106]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Compiling 33 source files to /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/classes
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/stubs/ExperimentModelStub.java:[58] 
	@JsonProperty("indexingStatus") String indexingStatus,
	                                       ^^^^^^^^^^^^^^
Javadoc: Missing tag for parameter indexingStatus
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/stubs/AbstractModelStub.java:[49] 
	public AbstractModelStub(String name, UUID uuid, long nbEvents, long start, long end, String indexingStatus) {
	                                                                                             ^^^^^^^^^^^^^^
Javadoc: Missing tag for parameter indexingStatus
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/stubs/AbstractModelStub.java:[103] 
	public String getIndexingStatus() {
	              ^^^^^^^^^^^^^^^^^^^
Javadoc: Missing comment for public declaration
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/XmlManagerServiceTest.java:[69] 
	Response invalidResponse = xmlEndpoint.request(MediaType.APPLICATION_JSON)
	         ^^^^^^^^^^^^^^^
Potential resource leak: 'invalidResponse' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/XmlManagerServiceTest.java:[76] 
	Response validResponse = xmlEndpoint.request(MediaType.APPLICATION_JSON)
	         ^^^^^^^^^^^^^
Potential resource leak: 'validResponse' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/XmlManagerServiceTest.java:[89] 
	Response xmlTree = xmlProviderPath.request().post(Entity.json(new QueryParameters(parameters , Collections.emptyList())));
	         ^^^^^^^
Potential resource leak: 'xmlTree' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/XmlManagerServiceTest.java:[96] 
	Response noXmlTree = xmlProviderPath.request(MediaType.APPLICATION_JSON).get();
	         ^^^^^^^^^
Potential resource leak: 'noXmlTree' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/utils/RestServerTest.java:[390] 
	Response response = traces.request().post(Entity.json(new QueryParameters(parameters , Collections.emptyList())));
	         ^^^^^^^^
Potential resource leak: 'response' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/TraceManagerServiceTest.java:[53] 
	Response deleteResponse = traces.path(CONTEXT_SWITCHES_KERNEL_UUID.toString()).request().delete();
	         ^^^^^^^^^^^^^^
Potential resource leak: 'deleteResponse' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/TraceManagerServiceTest.java:[71] 
	assertEquals(ImmutableSet.of(CONTEXT_SWITCHES_KERNEL_STUB, CONTEXT_SWITCHES_UST_STUB), getTraces(traces));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/TraceManagerServiceTest.java:[71] 
	assertEquals(ImmutableSet.of(CONTEXT_SWITCHES_KERNEL_STUB, CONTEXT_SWITCHES_UST_STUB), getTraces(traces));
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/TraceManagerServiceTest.java:[79] 
	public void testConflictingTraces() throws IOException {
	                                           ^^^^^^^^^^^
The declared exception IOException is not actually thrown by the method testConflictingTraces() from type TraceManagerServiceTest
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/TraceManagerServiceTest.java:[86] 
	assertEquals(ImmutableSet.of(CONTEXT_SWITCHES_KERNEL_STUB), getTraces(traces));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/TraceManagerServiceTest.java:[91] 
	assertEquals(ImmutableSet.of(CONTEXT_SWITCHES_KERNEL_STUB, ARM_64_KERNEL_STUB), getTraces(traces));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/TraceManagerServiceTest.java:[91] 
	assertEquals(ImmutableSet.of(CONTEXT_SWITCHES_KERNEL_STUB, ARM_64_KERNEL_STUB), getTraces(traces));
	                                                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/stubs/TraceModelStub.java:[60] 
	@JsonProperty("indexingStatus") String indexingStatus) {
	                                       ^^^^^^^^^^^^^^
Javadoc: Missing tag for parameter indexingStatus
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/stubs/OutputResponseStub.java:[34] 
	private static final List<String> STATUSES = ImmutableList.of(STATUS_FAILED, STATUS_CANCELLED, STATUS_COMPLETED, STATUS_RUNNING);
	                                                              ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/stubs/OutputResponseStub.java:[34] 
	private static final List<String> STATUSES = ImmutableList.of(STATUS_FAILED, STATUS_CANCELLED, STATUS_COMPLETED, STATUS_RUNNING);
	                                                                             ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/stubs/OutputResponseStub.java:[34] 
	private static final List<String> STATUSES = ImmutableList.of(STATUS_FAILED, STATUS_CANCELLED, STATUS_COMPLETED, STATUS_RUNNING);
	                                                                                               ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/stubs/OutputResponseStub.java:[34] 
	private static final List<String> STATUSES = ImmutableList.of(STATUS_FAILED, STATUS_CANCELLED, STATUS_COMPLETED, STATUS_RUNNING);
	                                                                                                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[49] 
	private static final @NonNull ImmutableSet<TraceModelStub> CONTEXT_SWITCH_SET = ImmutableSet.of(CONTEXT_SWITCHES_KERNEL_STUB, CONTEXT_SWITCHES_UST_STUB);
	                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[49] 
	private static final @NonNull ImmutableSet<TraceModelStub> CONTEXT_SWITCH_SET = ImmutableSet.of(CONTEXT_SWITCHES_KERNEL_STUB, CONTEXT_SWITCHES_UST_STUB);
	                                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[53] 
	UUID.fromString(EXPERIMENT2_UUID), 0L, 0L, 0L, "RUNNING", ImmutableSet.of(CONTEXT_SWITCHES_KERNEL_STUB));
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[55] 
	UUID.fromString(EXPERIMENT3_UUID), 0L, 0L, 0L, "RUNNING", ImmutableSet.of(ARM_64_KERNEL_STUB, CONTEXT_SWITCHES_UST_STUB));
	                                                                          ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[55] 
	UUID.fromString(EXPERIMENT3_UUID), 0L, 0L, 0L, "RUNNING", ImmutableSet.of(ARM_64_KERNEL_STUB, CONTEXT_SWITCHES_UST_STUB));
	                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[80] 
	Response response = expTarget.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^
Resource 'response' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[115] 
	Response response = expTarget.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^
Resource 'response' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[123] 
	Response response2 = expTarget.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^^
Resource 'response2' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[149] 
	ImmutableSet<TraceModelStub> traceSet = ImmutableSet.of(CONTEXT_SWITCHES_UST_STUB, CONTEXT_SWITCHES_KERNEL_STUB, ARM_64_KERNEL_STUB);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[149] 
	ImmutableSet<TraceModelStub> traceSet = ImmutableSet.of(CONTEXT_SWITCHES_UST_STUB, CONTEXT_SWITCHES_KERNEL_STUB, ARM_64_KERNEL_STUB);
	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[149] 
	ImmutableSet<TraceModelStub> traceSet = ImmutableSet.of(CONTEXT_SWITCHES_UST_STUB, CONTEXT_SWITCHES_KERNEL_STUB, ARM_64_KERNEL_STUB);
	                                                                                                                 ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TraceModelStub' needs unchecked conversion to conform to '@NonNull TraceModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[162] 
	Response response = expTarget.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^
Resource 'response' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[175] 
	Response response2 = expTarget.request().post(Entity.json(new QueryParameters(parameters2, Collections.emptyList())));
	         ^^^^^^^^^
Resource 'response2' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[178] 
	assertEquals("There should now be two experiments", ImmutableSet.of(EXPECTED, EXPECTED2), getExperiments(expTarget));
	                                                                    ^^^^^^^^
Null type safety (type annotations): The expression of type 'ExperimentModelStub' needs unchecked conversion to conform to '@NonNull ExperimentModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[178] 
	assertEquals("There should now be two experiments", ImmutableSet.of(EXPECTED, EXPECTED2), getExperiments(expTarget));
	                                                                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'ExperimentModelStub' needs unchecked conversion to conform to '@NonNull ExperimentModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[190] 
	Response response3 = expTarget.request().post(Entity.json(new QueryParameters(parameters3, Collections.emptyList())));
	         ^^^^^^^^^
Resource 'response3' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[193] 
	assertEquals("There should now be two experiments", ImmutableSet.of(EXPECTED, EXPECTED2, EXPECTED3), getExperiments(expTarget));
	                                                                    ^^^^^^^^
Null type safety (type annotations): The expression of type 'ExperimentModelStub' needs unchecked conversion to conform to '@NonNull ExperimentModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[193] 
	assertEquals("There should now be two experiments", ImmutableSet.of(EXPECTED, EXPECTED2, EXPECTED3), getExperiments(expTarget));
	                                                                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'ExperimentModelStub' needs unchecked conversion to conform to '@NonNull ExperimentModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/ExperimentManagerServiceTest.java:[193] 
	assertEquals("There should now be two experiments", ImmutableSet.of(EXPECTED, EXPECTED2, EXPECTED3), getExperiments(expTarget));
	                                                                                         ^^^^^^^^^
Null type safety (type annotations): The expression of type 'ExperimentModelStub' needs unchecked conversion to conform to '@NonNull ExperimentModelStub'
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[53] 
	import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[101] 
	Map<String, Object> parameters = FetchParametersUtils.timeQueryToMap(new TimeQueryFilter(0L, Long.MAX_VALUE, 2));
	                                 ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[101] 
	Map<String, Object> parameters = FetchParametersUtils.timeQueryToMap(new TimeQueryFilter(0L, Long.MAX_VALUE, 2));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FetchParametersUtils.timeQueryToMap(TimeQueryFilter)' is not API (restriction on classpath entry '/home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.tracecompass.tmf.core/6.1.0.202011270421/org.eclipse.tracecompass.tmf.core-6.1.0.202011270421.jar')
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[102] 
	Response tree = callstackTree.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^
Potential resource leak: 'tree' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[107] 
	Response defaults = callstackTree.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^
Potential resource leak: 'defaults' may not be closed
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[133] 
	Response tree = xyTree.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^
Resource 'tree' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[135] 
	responseModel = tree.readEntity(TreeOutputResponseStub.class);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TreeOutputResponseStub'. Declaring type 'Response' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[143] 
	Response xyResponse = xyTree.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^^^
Resource 'xyResponse' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[145] 
	responseModel = xyResponse.readEntity(TreeOutputResponseStub.class);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TreeOutputResponseStub'. Declaring type 'Response' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[163] 
	Response series = xySeriesEnpoint.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^
Resource 'series' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[165] 
	XyOutputResponseStub xyModelResponse = series.readEntity(XyOutputResponseStub.class);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull XyOutputResponseStub'. Declaring type 'Response' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[203] 
	Response treeResponse = callstackTree.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^^^^^
Resource 'treeResponse' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[205] 
	responseModel = treeResponse.readEntity(TgTreeOutputResponseStub.class);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TgTreeOutputResponseStub'. Declaring type 'Response' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[215] 
	responseModel = treeResponse.readEntity(TgTreeOutputResponseStub.class);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TgTreeOutputResponseStub'. Declaring type 'Response' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[235] 
	Response statesResponse = tgStatesEnpoint.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^^^^^^^
Resource 'statesResponse' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[238] 
	TgStatesOutputResponseStub tgStateModelResponse = statesResponse.readEntity(TgStatesOutputResponseStub.class);
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TgStatesOutputResponseStub'. Declaring type 'Response' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[276] 
	Response tree = tableColumns.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^
Resource 'tree' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[278] 
	responseModel = tree.readEntity(TableColumnsOutputResponseStub.class);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TableColumnsOutputResponseStub'. Declaring type 'Response' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[286] 
	Response xyResponse = tableColumns.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^^^
Resource 'xyResponse' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[288] 
	responseModel = xyResponse.readEntity(TableColumnsOutputResponseStub.class);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TableColumnsOutputResponseStub'. Declaring type 'Response' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[305] 
	Response linesResponse = tableLinesEnpoint.request().post(Entity.json(new QueryParameters(parameters, Collections.emptyList())));
	         ^^^^^^^^^^^^^
Resource 'linesResponse' should be managed by try-with-resource
[WARNING] /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/services/DataProviderServiceTest.java:[307] 
	TableLinesOutputResponseStub lineModelResponse = linesResponse.readEntity(TableLinesOutputResponseStub.class);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TableLinesOutputResponseStub'. Declaring type 'Response' doesn't seem to be designed with null type annotations in mind
61 problems (61 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core' with 28 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/.polyglot.build.properties to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.product >--
[INFO] Building Trace Compass Server Product 0.0.1-SNAPSHOT           [100/106]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean-1) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.3.0:materialize-products (materialize-products) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] Installing product traceserver for environment win32/win32/x86_64 to /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/products/traceserver/win32/win32/x86_64/trace-compass-server
Installing traceserver 0.0.1.202012011153.
Operation completed in 2636 ms.
[INFO] Installing product traceserver for environment macosx/cocoa/x86_64 to /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/products/traceserver/macosx/cocoa/x86_64/trace-compass-server.app
Installing traceserver 0.0.1.202012011153.
Operation completed in 2386 ms.
[INFO] Installing product traceserver for environment linux/gtk/x86_64 to /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/products/traceserver/linux/gtk/x86_64/trace-compass-server
Installing traceserver 0.0.1.202012011153.
Operation completed in 2430 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.3.0:archive-products (archive-products) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] Building zip: /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/products/trace-compass-server0.0.1-20201201-1153-win32.win32.x86_64.zip
[INFO] Building tar: /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/products/trace-compass-server0.0.1-20201201-1153-macosx.cocoa.x86_64.tar.gz
[INFO] Building tar: /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/products/trace-compass-server0.0.1-20201201-1153-linux.gtk.x86_64.tar.gz
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.core' with 21 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core' with 28 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] No primary artifact to install, installing attached artifacts instead.
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.product-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/extraArtifacts/traceserver.executable.cocoa.macosx.x86_64.zip to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.product-0.0.1-SNAPSHOT-traceserver.executable.cocoa.macosx.x86_64.zip
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.product-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/extraArtifacts/traceserver.executable.win32.win32.x86_64.zip to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.product-0.0.1-SNAPSHOT-traceserver.executable.win32.win32.x86_64.zip
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/extraArtifacts/traceserver.executable.gtk.linux.x86_64.zip to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.product-0.0.1-SNAPSHOT-traceserver.executable.gtk.linux.x86_64.zip
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.product-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/products/trace-compass-server0.0.1-20201201-1153-win32.win32.x86_64.zip to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.product-0.0.1-SNAPSHOT-win32.win32.x86_64.zip
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/products/trace-compass-server0.0.1-20201201-1153-macosx.cocoa.x86_64.tar.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.product-0.0.1-SNAPSHOT-macosx.cocoa.x86_64.tar.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/trace-server/org.eclipse.tracecompass.incubator.trace.server.product/target/products/trace-compass-server0.0.1-20201201-1153-linux.gtk.x86_64.tar.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.product-0.0.1-SNAPSHOT-linux.gtk.x86_64.tar.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.trace.server.product ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.trace.server.doc.dev >--
[INFO] Building Trace Compass Incubator Trace Server Developer Guide 0.0.1-SNAPSHOT [101/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/index (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Executing tasks

main:

build:
Help: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/doc /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/doc/Developer-Guide.html

test:
[xmlvalidate] 1 file(s) have been successfully validated.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Expected eclipse log file: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/zy/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/eclipserun-work, -configuration, /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
Buildfile: build.xml
  [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.doc.dev/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.doc.dev/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.doc.dev/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.doc.dev/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.doc.dev/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.trace.server.doc.dev/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.trace.server.doc.dev/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.trace.server.doc.dev-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.trace.server.doc.dev ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp-parent >--
[INFO] Building Trace Compass Incubator RCP Parent 0.0.1-SNAPSHOT     [102/106]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/rcp/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/rcp/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.rcp-parent ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp-parent/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp-parent-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp >--
[INFO] Building Trace Compass Incubator RCP Feature 0.0.1-SNAPSHOT    [103/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.rcp ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.branding >--
[INFO] Building Trace Compass RCP Branding plug-in 0.0.1-SNAPSHOT     [104/106]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] Pack200 packing jar /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT-sources.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT.jar.pack.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.rcp.branding ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.branding.feature >--
[INFO] Building Trace Compass RCP Branding Feature 0.0.1-SNAPSHOT     [105/106]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] Building jar: /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.rcp.branding' with 0 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding.feature/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding.feature/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT-sources-feature.jar to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding.feature/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding.feature/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding.feature/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding.feature/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.branding.feature/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.branding.feature/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.branding.feature-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.rcp.branding.feature ---
[INFO] 
[INFO] --< org.eclipse.tracecompass.incubator:org.eclipse.tracecompass.incubator.rcp.product >--
[INFO] Building Trace Compass Incubator RCP Product 0.0.1-SNAPSHOT    [106/106]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] Deleting /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] The project's OSGi version is 0.0.1.202012011153
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean-1) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] argLine set to -javaagent:/home/zy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.incubator.*
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.3.0:materialize-products (materialize-products) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] Installing product org.eclipse.tracecompass.incubator.rcp for environment win32/win32/x86_64 to /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/org.eclipse.tracecompass.incubator.rcp/win32/win32/x86_64/trace-compass
Installing org.eclipse.tracecompass.incubator.rcp 0.0.1.202012011153.
Installing org.eclipse.tracecompass.jsontrace.feature.group 6.1.0.202011270421.
Installing org.eclipse.tracecompass.rcp.feature.group 6.1.0.202011270421.
Installing org.eclipse.tracecompass.incubator.rcp.feature.group 0.0.1.202012011153.
Installing org.eclipse.tracecompass.tmf.cli.feature.group 6.1.0.202011270421.
Installing org.eclipse.tracecompass.incubator.filters.feature.group 0.0.1.202012011153.
Installing org.eclipse.tracecompass.incubator.scripting.feature.group 0.1.0.202012011153.
Installing org.eclipse.tracecompass.incubator.scripting.javascript.feature.group 0.1.0.202012011153.
Installing org.eclipse.tracecompass.incubator.scripting.python.feature.group 0.1.0.202012011153.
Operation completed in 10267 ms.
[INFO] Installing product org.eclipse.tracecompass.incubator.rcp for environment macosx/cocoa/x86_64 to /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/org.eclipse.tracecompass.incubator.rcp/macosx/cocoa/x86_64/trace-compass.app
Installing org.eclipse.tracecompass.incubator.rcp 0.0.1.202012011153.
Installing org.eclipse.tracecompass.jsontrace.feature.group 6.1.0.202011270421.
Installing org.eclipse.tracecompass.rcp.feature.group 6.1.0.202011270421.
Installing org.eclipse.tracecompass.incubator.rcp.feature.group 0.0.1.202012011153.
Installing org.eclipse.tracecompass.tmf.cli.feature.group 6.1.0.202011270421.
Installing org.eclipse.tracecompass.incubator.filters.feature.group 0.0.1.202012011153.
Installing org.eclipse.tracecompass.incubator.scripting.feature.group 0.1.0.202012011153.
Installing org.eclipse.tracecompass.incubator.scripting.javascript.feature.group 0.1.0.202012011153.
Installing org.eclipse.tracecompass.incubator.scripting.python.feature.group 0.1.0.202012011153.
Operation completed in 9577 ms.
[INFO] Installing product org.eclipse.tracecompass.incubator.rcp for environment linux/gtk/x86_64 to /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/org.eclipse.tracecompass.incubator.rcp/linux/gtk/x86_64/trace-compass
Installing org.eclipse.tracecompass.incubator.rcp 0.0.1.202012011153.
Installing org.eclipse.tracecompass.jsontrace.feature.group 6.1.0.202011270421.
Installing org.eclipse.tracecompass.rcp.feature.group 6.1.0.202011270421.
Installing org.eclipse.tracecompass.incubator.rcp.feature.group 0.0.1.202012011153.
Installing org.eclipse.tracecompass.tmf.cli.feature.group 6.1.0.202011270421.
Installing org.eclipse.tracecompass.incubator.filters.feature.group 0.0.1.202012011153.
Installing org.eclipse.tracecompass.incubator.scripting.feature.group 0.1.0.202012011153.
Installing org.eclipse.tracecompass.incubator.scripting.javascript.feature.group 0.1.0.202012011153.
Installing org.eclipse.tracecompass.incubator.scripting.python.feature.group 0.1.0.202012011153.
Operation completed in 9847 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.3.0:archive-products (archive-products) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] Building zip: /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/trace-compass-0.0.1-20201201-1153-win32.win32.x86_64.zip
[INFO] Building tar: /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/trace-compass-0.0.1-20201201-1153-macosx.cocoa.x86_64.tar.gz
[INFO] Building tar: /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/trace-compass-0.0.1-20201201-1153-linux.gtk.x86_64.tar.gz
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.analysis.core' with 39 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.atrace.core' with 5 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.core' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.core' with 36 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.atrace.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.atrace' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.core' with 73 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.callstack.ui' with 72 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.eventfieldcount.core' with 6 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.eventfieldcount.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.eventfieldcount' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.core' with 14 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.filters.ui' with 21 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ftrace.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven.core' with 6 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.hudson.maven.ui' with 1 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.jpftrace.core' with 24 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.jpftrace' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.jpftrace.ui' with 7 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.core' with 32 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.kernel.ui' with 22 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui' with 50 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.lttng2.ust.extras.core' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.lttng2.ust.extras.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.lttng2.ust.extras' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.core' with 21 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.opentracing.ui' with 25 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.perf.profiling.core' with 11 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.perf.profiling.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.perf.profiling' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.rcp.branding.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ros' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tracecompass' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.uftrace' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tmf.ui.multiview' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.rcp' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.javascript' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.python' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.rcp.branding' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ros.core' with 60 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ros.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.ros.ui' with 27 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.core' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.scripting.ui' with 33 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.tracecompass.core' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.traceevent.ui' with 5 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.uftrace.core' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.uftrace.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.core' with 54 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui' with 40 classes
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] No primary artifact to install, installing attached artifacts instead.
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/pom.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.product-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/p2artifacts.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.product-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/extraArtifacts/org.eclipse.tracecompass.incubator.rcp.executable.gtk.linux.x86_64.zip to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.product-0.0.1-SNAPSHOT-org.eclipse.tracecompass.incubator.rcp.executable.gtk.linux.x86_64.zip
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/extraArtifacts/org.eclipse.tracecompass.incubator.rcp.executable.win32.win32.x86_64.zip to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.product-0.0.1-SNAPSHOT-org.eclipse.tracecompass.incubator.rcp.executable.win32.win32.x86_64.zip
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/extraArtifacts/org.eclipse.tracecompass.incubator.rcp.executable.cocoa.macosx.x86_64.zip to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.product-0.0.1-SNAPSHOT-org.eclipse.tracecompass.incubator.rcp.executable.cocoa.macosx.x86_64.zip
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/p2content.xml to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.product-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/trace-compass-0.0.1-20201201-1153-win32.win32.x86_64.zip to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.product-0.0.1-SNAPSHOT-win32.win32.x86_64.zip
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/trace-compass-0.0.1-20201201-1153-macosx.cocoa.x86_64.tar.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.product-0.0.1-SNAPSHOT-macosx.cocoa.x86_64.tar.gz
[INFO] Installing /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/trace-compass-0.0.1-20201201-1153-linux.gtk.x86_64.tar.gz to /home/zy/.m2/repository/org/eclipse/tracecompass/incubator/org.eclipse.tracecompass.incubator.rcp.product/0.0.1-SNAPSHOT/org.eclipse.tracecompass.incubator.rcp.product-0.0.1-SNAPSHOT-linux.gtk.x86_64.tar.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Trace Compass Incubator Parent 0.0.1-SNAPSHOT ...... SUCCESS [  1.592 s]
[INFO] Trace Compass Incubator Common Parent 0.0.1-SNAPSHOT SUCCESS [  0.043 s]
[INFO] Trace Compass Incubator Target Platform 0.0.1-SNAPSHOT SUCCESS [  0.092 s]
[INFO] Trace Compass Incubator Callstack Parent 0.0.1-SNAPSHOT SUCCESS [  0.036 s]
[INFO] org.eclipse.tracecompass.incubator.analysis.core 0.0.1-SNAPSHOT SUCCESS [  1.910 s]
[INFO] Trace Compass Incubator tracetypes Parent 0.0.1-SNAPSHOT SUCCESS [  0.086 s]
[INFO] org.eclipse.tracecompass.incubator.ftrace.core 0.0.1-SNAPSHOT SUCCESS [  0.429 s]
[INFO] org.eclipse.tracecompass.incubator.callstack.core 0.0.1-SNAPSHOT SUCCESS [  1.085 s]
[INFO] org.eclipse.tracecompass.incubator.traceevent.core 0.0.1-SNAPSHOT SUCCESS [  0.693 s]
[INFO] org.eclipse.tracecompass.incubator.atrace.core 0.0.1-SNAPSHOT SUCCESS [  0.445 s]
[INFO] Trace Compass Incubator Documentation 0.0.1-SNAPSHOT SUCCESS [  0.036 s]
[INFO] Trace Compass Incubator for Android User Guide 0.0.1-SNAPSHOT SUCCESS [ 19.962 s]
[INFO] Trace Compass Incubator ftrace User Guide 0.0.1-SNAPSHOT SUCCESS [  1.690 s]
[INFO] org.eclipse.tracecompass.incubator.ftrace 0.0.1-SNAPSHOT SUCCESS [  0.190 s]
[INFO] Trace Compass Incubator callstack User Guide 0.0.1-SNAPSHOT SUCCESS [  1.796 s]
[INFO] org.eclipse.tracecompass.incubator.callstack.ui 0.0.1-SNAPSHOT SUCCESS [  0.952 s]
[INFO] org.eclipse.tracecompass.incubator.callstack 0.0.1-SNAPSHOT SUCCESS [  0.331 s]
[INFO] org.eclipse.tracecompass.incubator.traceevent.ui 0.0.1-SNAPSHOT SUCCESS [  0.464 s]
[INFO] org.eclipse.tracecompass.incubator.traceevent 0.0.1-SNAPSHOT SUCCESS [  0.351 s]
[INFO] org.eclipse.tracecompass.incubator.atrace 0.0.1-SNAPSHOT SUCCESS [  0.403 s]
[INFO] Trace Compass Incubator analyses Parent 0.0.1-SNAPSHOT SUCCESS [  0.048 s]
[INFO] org.eclipse.tracecompass.incubator.eventfieldcount.core 0.0.1-SNAPSHOT SUCCESS [  0.251 s]
[INFO] Trace Compass Incubator eventcount User Guide 0.0.1-SNAPSHOT SUCCESS [  1.880 s]
[INFO] org.eclipse.tracecompass.incubator.eventfieldcount 0.0.1-SNAPSHOT SUCCESS [  0.107 s]
[INFO] org.eclipse.tracecompass.incubator.filters.core 0.0.1-SNAPSHOT SUCCESS [  0.406 s]
[INFO] Trace Compass Incubator Filters User Guide 0.0.1-SNAPSHOT SUCCESS [  1.867 s]
[INFO] org.eclipse.tracecompass.incubator.filters.ui 0.0.1-SNAPSHOT SUCCESS [  0.353 s]
[INFO] org.eclipse.tracecompass.incubator.filters 0.0.1-SNAPSHOT SUCCESS [  0.152 s]
[INFO] org.eclipse.tracecompass.incubator.hudson.maven.core 0.0.1-SNAPSHOT SUCCESS [  0.206 s]
[INFO] org.eclipse.tracecompass.incubator.hudson.maven.ui 0.0.1-SNAPSHOT SUCCESS [  0.238 s]
[INFO] org.eclipse.tracecompass.incubator.hudson.maven 0.0.1-SNAPSHOT SUCCESS [  0.097 s]
[INFO] org.eclipse.tracecompass.incubator.kernel.core 0.0.1-SNAPSHOT SUCCESS [  0.871 s]
[INFO] Trace Compass Incubator kernel User Guide 0.0.1-SNAPSHOT SUCCESS [  1.780 s]
[INFO] org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui 0.0.1-SNAPSHOT SUCCESS [  0.608 s]
[INFO] org.eclipse.tracecompass.incubator.kernel.ui 0.0.1-SNAPSHOT SUCCESS [  0.647 s]
[INFO] org.eclipse.tracecompass.incubator.kernel 0.0.1-SNAPSHOT SUCCESS [  0.381 s]
[INFO] org.eclipse.tracecompass.incubator.lttng2.ust.extras.core 0.0.1-SNAPSHOT SUCCESS [  0.318 s]
[INFO] Trace Compass Incubator LTTng2 Ust Extras User Guide 0.0.1-SNAPSHOT SUCCESS [  1.700 s]
[INFO] org.eclipse.tracecompass.incubator.lttng2.ust.extras 0.0.1-SNAPSHOT SUCCESS [  0.252 s]
[INFO] org.eclipse.tracecompass.incubator.opentracing.core 0.0.1-SNAPSHOT SUCCESS [  0.338 s]
[INFO] Trace Compass Incubator opentracing User Guide 0.0.1-SNAPSHOT SUCCESS [  1.727 s]
[INFO] org.eclipse.tracecompass.incubator.opentracing.ui 0.0.1-SNAPSHOT SUCCESS [  0.491 s]
[INFO] org.eclipse.tracecompass.incubator.opentracing 0.0.1-SNAPSHOT SUCCESS [  0.180 s]
[INFO] org.eclipse.tracecompass.incubator.perf.profiling.core 0.0.1-SNAPSHOT SUCCESS [  0.323 s]
[INFO] Trace Compass Incubator Perf Profiling User Guide 0.0.1-SNAPSHOT SUCCESS [  1.668 s]
[INFO] org.eclipse.tracecompass.incubator.perf.profiling 0.0.1-SNAPSHOT SUCCESS [  0.281 s]
[INFO] Trace Compass Incubator VM Parent 0.0.1-SNAPSHOT ... SUCCESS [  0.030 s]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis.core 0.0.1-SNAPSHOT SUCCESS [  0.577 s]
[INFO] Trace Compass Incubator Virtual Machine Analysis User Guide 0.0.1-SNAPSHOT SUCCESS [  1.749 s]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui 0.0.1-SNAPSHOT SUCCESS [  0.683 s]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis 0.0.1-SNAPSHOT SUCCESS [  0.315 s]
[INFO] org.eclipse.tracecompass.incubator.uftrace.core 0.0.1-SNAPSHOT SUCCESS [  0.478 s]
[INFO] Trace Compass Incubator uftrace User Guide 0.0.1-SNAPSHOT SUCCESS [  1.598 s]
[INFO] org.eclipse.tracecompass.incubator.uftrace 0.0.1-SNAPSHOT SUCCESS [  0.206 s]
[INFO] org.eclipse.tracecompass.incubator.tracecompass.core 0.0.1-SNAPSHOT SUCCESS [  0.322 s]
[INFO] org.eclipse.tracecompass.incubator.tracecompass 0.0.1-SNAPSHOT SUCCESS [  0.214 s]
[INFO] Trace Compass Incubator Scripting Parent 0.1.0-SNAPSHOT SUCCESS [  0.030 s]
[INFO] org.eclipse.tracecompass.incubator.scripting.core 0.1.0-SNAPSHOT SUCCESS [  0.500 s]
[INFO] Trace Compass Incubator Scripting User Guide 0.1.0-SNAPSHOT SUCCESS [  1.781 s]
[INFO] org.eclipse.tracecompass.incubator.scripting.ui 0.1.0-SNAPSHOT SUCCESS [  0.747 s]
[INFO] org.eclipse.tracecompass.incubator.scripting 0.1.0-SNAPSHOT SUCCESS [  0.126 s]
[INFO] org.eclipse.tracecompass.incubator.scripting.javascript 0.1.0-SNAPSHOT SUCCESS [  0.135 s]
[INFO] org.eclipse.tracecompass.incubator.scripting.python 0.1.0-SNAPSHOT SUCCESS [  0.149 s]
[INFO] Trace Compass Incubator Repository 0.0.1-SNAPSHOT .. SUCCESS [  7.477 s]
[INFO] org.eclipse.tracecompass.incubator.xaf.core 0.0.1-SNAPSHOT SUCCESS [  0.138 s]
[INFO] org.eclipse.tracecompass.incubator.xaf.ui 1.0.0-SNAPSHOT SUCCESS [  0.845 s]
[INFO] org.eclipse.tracecompass.incubator.lttng2.ust.extras.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.292 s]
[INFO] org.eclipse.tracecompass.incubator.kernel.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.454 s]
[INFO] org.eclipse.tracecompass.incubator.eventfieldcount.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.278 s]
[INFO] org.eclipse.tracecompass.incubator.filters.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.275 s]
[INFO] org.eclipse.tracecompass.incubator.tmf.ui.multiview 0.0.1-SNAPSHOT SUCCESS [  0.107 s]
[INFO] org.eclipse.tracecompass.incubator.analysis.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.305 s]
[INFO] org.eclipse.tracecompass.incubator.callstack.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.622 s]
[INFO] org.eclipse.tracecompass.incubator.callstack.ui.swtbot.tests 0.0.1-SNAPSHOT SUCCESS [  0.464 s]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.403 s]
[INFO] org.eclipse.tracecompass.incubator.virtual.machine.analysis.ui.swtbot.tests 0.0.1-SNAPSHOT SUCCESS [  0.529 s]
[INFO] org.eclipse.tracecompass.incubator.scripting.core.tests 0.1.0-SNAPSHOT SUCCESS [  0.355 s]
[INFO] Trace Compass Incubator Scripting UI Tests Plug-in 0.1.0-SNAPSHOT SUCCESS [  6.633 s]
[INFO] org.eclipse.tracecompass.incubator.traceevent.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.385 s]
[INFO] org.eclipse.tracecompass.incubator.hudson.maven.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.133 s]
[INFO] org.eclipse.tracecompass.incubator.opentracing.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.199 s]
[INFO] org.eclipse.tracecompass.incubator.perf.profiling.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.270 s]
[INFO] org.eclipse.tracecompass.incubator.uftrace.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.247 s]
[INFO] org.eclipse.tracecompass.incubator.tracecompass.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.271 s]
[INFO] org.eclipse.tracecompass.incubator.ftrace.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.181 s]
[INFO] org.eclipse.tracecompass.incubator.atrace.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.292 s]
[INFO] org.eclipse.tracecompass.incubator.ros.core 0.0.1-SNAPSHOT SUCCESS [  0.442 s]
[INFO] Trace Compass Incubator ROS User Guide 0.0.1-SNAPSHOT SUCCESS [  1.698 s]
[INFO] org.eclipse.tracecompass.incubator.ros.ui 0.0.1-SNAPSHOT SUCCESS [  0.345 s]
[INFO] org.eclipse.tracecompass.incubator.ros 0.0.1-SNAPSHOT SUCCESS [  0.157 s]
[INFO] org.eclipse.tracecompass.incubator.ros.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.253 s]
[INFO] org.eclipse.tracecompass.incubator.jpftrace.core 0.0.1-SNAPSHOT SUCCESS [  0.609 s]
[INFO] org.eclipse.tracecompass.incubator.jpftrace.ui 0.0.1-SNAPSHOT SUCCESS [  0.479 s]
[INFO] org.eclipse.tracecompass.incubator.jpftrace 0.0.1-SNAPSHOT SUCCESS [  0.123 s]
[INFO] org.eclipse.tracecompass.incubator.jpftrace.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.230 s]
[INFO] Trace Compass Incubator Trace Server Parent 0.0.1-SNAPSHOT SUCCESS [  0.021 s]
[INFO] org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core 0.0.1-SNAPSHOT SUCCESS [  0.461 s]
[INFO] org.eclipse.tracecompass.incubator.trace.server.jersey.rest 0.0.1-SNAPSHOT SUCCESS [  0.088 s]
[INFO] org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests 0.0.1-SNAPSHOT SUCCESS [  0.372 s]
[INFO] Trace Compass Server Product 0.0.1-SNAPSHOT ........ SUCCESS [ 17.286 s]
[INFO] Trace Compass Incubator Trace Server Developer Guide 0.0.1-SNAPSHOT SUCCESS [  1.693 s]
[INFO] Trace Compass Incubator RCP Parent 0.0.1-SNAPSHOT .. SUCCESS [  0.079 s]
[INFO] Trace Compass Incubator RCP Feature 0.0.1-SNAPSHOT . SUCCESS [  0.122 s]
[INFO] Trace Compass RCP Branding plug-in 0.0.1-SNAPSHOT .. SUCCESS [  0.163 s]
[INFO] Trace Compass RCP Branding Feature 0.0.1-SNAPSHOT .. SUCCESS [  0.058 s]
[INFO] Trace Compass Incubator RCP Product 0.0.1-SNAPSHOT . SUCCESS [01:09 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17:31 min
[INFO] Finished at: 2020-12-01T13:11:28+01:00
[INFO] ------------------------------------------------------------------------

Back to the top