Skip to content

Console Output

Skipping 3,010 KB.. Full Log
he method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[197] 
21:10:33 [2019-07-31T01:10:33.194Z] 	long id = getId(stackLevelQuark);
21:10:33 [2019-07-31T01:10:33.194Z] 	          ^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[198] 
21:10:33 [2019-07-31T01:10:33.194Z] 	builder.add(new CallStackEntryModel(id, callStackParent, Collections.singletonList(threadName), start, end, level, pid));
21:10:33 [2019-07-31T01:10:33.194Z] 	                                                                                   ^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[222] 
21:10:33 [2019-07-31T01:10:33.194Z] 	Map<@NonNull Long, @NonNull Integer> entries = getSelectedEntries(filter);
21:10:33 [2019-07-31T01:10:33.194Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getSelectedEntries(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[227] 
21:10:33 [2019-07-31T01:10:33.194Z] 	return new TimeGraphModel(getFollowEvent(ss, entry, filter.getEnd(), false));
21:10:33 [2019-07-31T01:10:33.194Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Null type safety (type annotations): The expression of type 'List<ITimeGraphRowModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeGraphRowModel>'
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[229] 
21:10:33 [2019-07-31T01:10:33.194Z] 	return new TimeGraphModel(getFollowEvent(ss, entry, filter.getStart(), true));
21:10:33 [2019-07-31T01:10:33.194Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Null type safety (type annotations): The expression of type 'List<ITimeGraphRowModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeGraphRowModel>'
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[236] 
21:10:33 [2019-07-31T01:10:33.194Z] 	Collection<Long> times = getTimes(filter, ss.getStartTime(), ss.getCurrentEndTime());
21:10:33 [2019-07-31T01:10:33.194Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getTimes(TimeQueryFilter, long, long)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[262] 
21:10:33 [2019-07-31T01:10:33.194Z] 	applyFilterAndAddState(eventList, timeGraphState, key, predicates, monitor);
21:10:33 [2019-07-31T01:10:33.194Z] 	                                  ^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Null type safety (type annotations): The expression of type 'ITimeGraphState' needs unchecked conversion to conform to '@NonNull ITimeGraphState'
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[278] 
21:10:33 [2019-07-31T01:10:33.194Z] 	return new TimeGraphState(startTime, duration, value.hashCode(), name);
21:10:33 [2019-07-31T01:10:33.194Z] 	                                                                 ^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/AggregatedCalledFunction.java:[99] 
21:10:33 [2019-07-31T01:10:33.194Z] 	fChildren.put(entry.getKey(), entry.getValue().clone());
21:10:33 [2019-07-31T01:10:33.194Z] 	                              ^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Object,@NonNull AggregatedCalledFunction>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[17] 
21:10:33 [2019-07-31T01:10:33.194Z] 	import org.eclipse.tracecompass.internal.analysis.timing.core.segmentstore.SegmentStoreStatisticsDataProvider;
21:10:33 [2019-07-31T01:10:33.194Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[18] 
21:10:33 [2019-07-31T01:10:33.194Z] 	import org.eclipse.tracecompass.internal.tmf.core.model.tree.TmfTreeCompositeDataProvider;
21:10:33 [2019-07-31T01:10:33.194Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[29] 
21:10:33 [2019-07-31T01:10:33.194Z] 	* {@link SegmentStoreStatisticsDataProvider} factory for the
21:10:33 [2019-07-31T01:10:33.194Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[41] 
21:10:33 [2019-07-31T01:10:33.194Z] 	return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID);
21:10:33 [2019-07-31T01:10:33.194Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[41] 
21:10:33 [2019-07-31T01:10:33.194Z] 	return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID);
21:10:33 [2019-07-31T01:10:33.194Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The method 'TmfTreeCompositeDataProvider.create(Collection<ITmfTrace>, String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[61] 
21:10:33 [2019-07-31T01:10:33.194Z] 	return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, CallGraphStatisticsAnalysis.ID);
21:10:33 [2019-07-31T01:10:33.194Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The constructor 'SegmentStoreStatisticsDataProvider(ITmfTrace, AbstractSegmentStatisticsAnalysis, String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[61] 
21:10:33 [2019-07-31T01:10:33.194Z] 	return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, CallGraphStatisticsAnalysis.ID);
21:10:33 [2019-07-31T01:10:33.194Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes')
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/InstrumentedProfilingElement.java:[233] 
21:10:33 [2019-07-31T01:10:33.194Z] 	IHostIdProvider hostProvider = fHostResolver.apply(this);
21:10:33 [2019-07-31T01:10:33.194Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Function<@NonNull IProfilingElement,CallStackHostUtils.@NonNull IHostIdProvider>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind
21:10:33 [2019-07-31T01:10:33.194Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/AbstractCalledFunction.java:[29] 
21:10:33 [2019-07-31T01:10:33.194Z] 	static final Comparator<ISegment> COMPARATOR = Objects.requireNonNull(Comparator.comparingLong(ISegment::getStart).thenComparingLong(ISegment::getEnd));
21:10:33 [2019-07-31T01:10:33.194Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:33 [2019-07-31T01:10:33.194Z] Null type safety (type annotations): The expression of type '@NonNull Comparator<ISegment>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ISegment>'
21:10:33 [2019-07-31T01:10:33.194Z] 32 problems (32 warnings)
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/test/resources
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.194Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar
21:10:33 [2019-07-31T01:10:33.451Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.451Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.451Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.451Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.451Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
21:10:33 [2019-07-31T01:10:33.451Z] [INFO] 
21:10:33 [2019-07-31T01:10:33.451Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:33 [2019-07-31T01:10:33.710Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
21:10:33 [2019-07-31T01:10:33.710Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 423 classes
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.pom
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-pack200.jar.pack.gz
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-p2metadata.xml
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-p2artifacts.xml
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.core ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests >--
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.2-SNAPSHOT [39/134]
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] The project's OSGi version is 1.0.2.201907310041
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/main/resources
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] 
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:34 [2019-07-31T01:10:34.528Z] [INFO] Compiling 14 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/classes
21:10:35 [2019-07-31T01:10:35.093Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/stubs/org/eclipse/tracecompass/analysis/profiling/core/tests/data/TestDataBigCallStack.java:[145] 
21:10:35 [2019-07-31T01:10:35.094Z] 	stack.push(new OpenedFunction(ts, field.getValue().toString()));
21:10:35 [2019-07-31T01:10:35.094Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:10:35 [2019-07-31T01:10:35.094Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
21:10:35 [2019-07-31T01:10:35.094Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/org/eclipse/tracecompass/analysis/profiling/core/tests/flamechart/CallStackStateSystemTest.java:[153] 
21:10:35 [2019-07-31T01:10:35.094Z] 	Set<@NonNull IntervalInfo> stateSystemIntervals = traceData.toStateSystemInterval(patterns.get(0)[0]);
21:10:35 [2019-07-31T01:10:35.094Z] 	                                                                                  ^^^^^^^^^^^^^^^^^^
21:10:35 [2019-07-31T01:10:35.094Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
21:10:35 [2019-07-31T01:10:35.094Z] 2 problems (2 warnings)
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] 
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/test/resources
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] 
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] 
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] 
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] 
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] 
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] 
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:35 [2019-07-31T01:10:35.094Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar
21:10:35 [2019-07-31T01:10:35.351Z] [INFO] 
21:10:35 [2019-07-31T01:10:35.351Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:35 [2019-07-31T01:10:35.351Z] [INFO] 
21:10:35 [2019-07-31T01:10:35.351Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:10:36 [2019-07-31T01:10:36.280Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data/.metadata/.log
21:10:36 [2019-07-31T01:10:36.280Z] [INFO] Command line:
21:10:36 [2019-07-31T01:10:36.280Z] 	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
21:10:36 [2019-07-31T01:10:36.280Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
21:10:40 [2019-07-31T01:10:40.454Z] !SESSION 2019-07-31 01:10:36.526 -----------------------------------------------
21:10:40 [2019-07-31T01:10:40.454Z] eclipse.buildId=unknown
21:10:40 [2019-07-31T01:10:40.454Z] java.version=1.8.0_202
21:10:40 [2019-07-31T01:10:40.454Z] java.vendor=Oracle Corporation
21:10:40 [2019-07-31T01:10:40.454Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
21:10:40 [2019-07-31T01:10:40.454Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties -product org.eclipse.platform.ide
21:10:40 [2019-07-31T01:10:40.454Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
21:10:40 [2019-07-31T01:10:40.454Z] 
21:10:40 [2019-07-31T01:10:40.454Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 01:10:39.841
21:10:40 [2019-07-31T01:10:40.454Z] !MESSAGE FrameworkEvent ERROR
21:10:40 [2019-07-31T01:10:40.454Z] !STACK 0
21:10:40 [2019-07-31T01:10:40.454Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
21:10:40 [2019-07-31T01:10:40.454Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
21:10:40 [2019-07-31T01:10:40.454Z] 
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
21:10:40 [2019-07-31T01:10:40.454Z] 
21:10:40 [2019-07-31T01:10:40.454Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 01:10:39.963
21:10:40 [2019-07-31T01:10:40.454Z] !MESSAGE FrameworkEvent ERROR
21:10:40 [2019-07-31T01:10:40.454Z] !STACK 0
21:10:40 [2019-07-31T01:10:40.454Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
21:10:40 [2019-07-31T01:10:40.454Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
21:10:40 [2019-07-31T01:10:40.454Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
21:10:40 [2019-07-31T01:10:40.454Z]     -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util"
21:10:40 [2019-07-31T01:10:40.454Z]        org.apache.httpcomponents.httpclient.win [35]
21:10:40 [2019-07-31T01:10:40.454Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
21:10:40 [2019-07-31T01:10:40.454Z] 
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
21:10:40 [2019-07-31T01:10:40.454Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
21:10:40 [2019-07-31T01:10:40.455Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
21:10:40 [2019-07-31T01:10:40.455Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
21:10:40 [2019-07-31T01:10:40.455Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
21:10:40 [2019-07-31T01:10:40.455Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
21:10:40 [2019-07-31T01:10:40.455Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
21:10:40 [2019-07-31T01:10:40.455Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
21:10:40 [2019-07-31T01:10:40.455Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
21:10:42 [2019-07-31T01:10:42.350Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest
21:10:44 [2019-07-31T01:10:44.870Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.285 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest
21:10:44 [2019-07-31T01:10:44.870Z] testIntersectingSegmentStore(org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest)  Time elapsed: 2.096 s
21:10:44 [2019-07-31T01:10:44.870Z] testSeriesSegmentStoreIterator(org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest)  Time elapsed: 0.158 s
21:10:44 [2019-07-31T01:10:44.870Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest
21:10:59 [2019-07-31T01:10:59.929Z] 
21:10:59 [2019-07-31T01:10:59.929Z] !ENTRY org.eclipse.tracecompass.analysis.profiling.core 2 0 2019-07-31 01:10:59.486
21:10:59 [2019-07-31T01:10:59.929Z] !MESSAGE Function exit name in event (unknown) different from the expected one (f2). You may have lost events in your trace.
21:11:08 [2019-07-31T01:11:08.417Z] 
21:11:08 [2019-07-31T01:11:08.417Z] !ENTRY org.eclipse.tracecompass.analysis.profiling.core 2 0 2019-07-31 01:11:08.130
21:11:08 [2019-07-31T01:11:08.417Z] !MESSAGE Incoherent callstack found on (10019) occasions
21:11:09 [2019-07-31T01:11:09.347Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.609 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest
21:11:09 [2019-07-31T01:11:09.348Z] testCallStackProvider[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest)  Time elapsed: 0.074 s
21:11:09 [2019-07-31T01:11:09.348Z] testCallStackContent[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest)  Time elapsed: 0.092 s
21:11:09 [2019-07-31T01:11:09.348Z] testCallStackProvider[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest)  Time elapsed: 23.409 s
21:11:09 [2019-07-31T01:11:09.348Z] testCallStackContent[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest)  Time elapsed: 1.027 s
21:11:09 [2019-07-31T01:11:09.348Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest
21:11:09 [2019-07-31T01:11:09.348Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest
21:11:09 [2019-07-31T01:11:09.348Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest)  Time elapsed: 0.063 s
21:11:09 [2019-07-31T01:11:09.348Z] TreeStatisticsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest)  Time elapsed: 0.001 s
21:11:09 [2019-07-31T01:11:09.348Z] MergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest)  Time elapsed: 0.003 s
21:11:09 [2019-07-31T01:11:09.348Z] MergeFirstLevelCalleesStatisticsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest)  Time elapsed: 0.001 s
21:11:09 [2019-07-31T01:11:09.348Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest
21:11:09 [2019-07-31T01:11:09.604Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest
21:11:09 [2019-07-31T01:11:09.604Z] cascadeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.001 s
21:11:09 [2019-07-31T01:11:09.604Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.001 s
21:11:09 [2019-07-31T01:11:09.604Z] emptyStateSystemTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] largeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.083 s
21:11:09 [2019-07-31T01:11:09.604Z] multiFunctionRootsSecondTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.001 s
21:11:09 [2019-07-31T01:11:09.604Z] mergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.001 s
21:11:09 [2019-07-31T01:11:09.604Z] mergeFirstLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.001 s
21:11:09 [2019-07-31T01:11:09.604Z] treeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest
21:11:09 [2019-07-31T01:11:09.604Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest
21:11:09 [2019-07-31T01:11:09.604Z] testActivator(org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest)  Time elapsed: 0.001 s
21:11:09 [2019-07-31T01:11:09.604Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest
21:11:09 [2019-07-31T01:11:09.604Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest
21:11:09 [2019-07-31T01:11:09.604Z] testGetSelfTime(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testGetDepth(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testGetStart(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testToString(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] createInvalidTimeRangeStateLong(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0.002 s
21:11:09 [2019-07-31T01:11:09.604Z] testCompareTo(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testGetProcessId(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] createInvalidDouble(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testAddChildOk1(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testAddChildOk2(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testAddChildOk3(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] createInvalidTimeRangeStateInteger(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testHashCode(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testCompareToBad(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testEquals(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0.001 s
21:11:09 [2019-07-31T01:11:09.604Z] testGetParent(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] testGetEnd(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.604Z] createInvalidTimeRangeStateString(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.605Z] createInvalidTimeRange(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
21:11:09 [2019-07-31T01:11:09.605Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest
21:11:16 [2019-07-31T01:11:16.147Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.115 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest
21:11:16 [2019-07-31T01:11:16.147Z] testCallGraph[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest)  Time elapsed: 0.021 s
21:11:16 [2019-07-31T01:11:16.147Z] testCallGraph[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest)  Time elapsed: 6.092 s
21:11:16 [2019-07-31T01:11:16.147Z] 
21:11:16 [2019-07-31T01:11:16.147Z] Results:
21:11:16 [2019-07-31T01:11:16.147Z] 
21:11:16 [2019-07-31T01:11:16.147Z] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
21:11:16 [2019-07-31T01:11:16.147Z] 
21:11:16 [2019-07-31T01:11:16.403Z] [INFO] All tests passed!
21:11:16 [2019-07-31T01:11:16.403Z] [INFO] 
21:11:16 [2019-07-31T01:11:16.403Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:11:16 [2019-07-31T01:11:16.403Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
21:11:16 [2019-07-31T01:11:16.403Z] [INFO] 
21:11:16 [2019-07-31T01:11:16.403Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:11:16 [2019-07-31T01:11:16.659Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
21:11:16 [2019-07-31T01:11:16.659Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
21:11:16 [2019-07-31T01:11:16.916Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 423 classes
21:11:17 [2019-07-31T01:11:17.479Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
21:11:17 [2019-07-31T01:11:17.479Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
21:11:17 [2019-07-31T01:11:17.479Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
21:11:17 [2019-07-31T01:11:17.479Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
21:11:17 [2019-07-31T01:11:17.736Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
21:11:17 [2019-07-31T01:11:17.992Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
21:11:17 [2019-07-31T01:11:17.992Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.pom
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-pack200.jar.pack.gz
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-p2metadata.xml
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-p2artifacts.xml
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui >--
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.ui 2.0.0-SNAPSHOT [40/134]
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] The project's OSGi version is 2.0.0.201907310041
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/main/resources
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.249Z] [INFO] Compiling 26 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/classes
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/CallStackPresentationProvider.java:[74] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphEntryModel model = ((TimeGraphEntry) entry).getModel();
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                      ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/CallStackPresentationProvider.java:[115] 
21:11:18 [2019-07-31T01:11:18.813Z] 	return State.MULTIPLE.toString();
21:11:18 [2019-07-31T01:11:18.813Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/symbols/BasicSymbolProviderPreferencePage.java:[293] 
21:11:18 [2019-07-31T01:11:18.813Z] 	Activator.getDefault().logError("Cannot read the file " + fullPath, e);  //$NON-NLS-1$//$NON-NLS-2$
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                                                      ^^^^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] Unnecessary $NON-NLS$ tag
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[111] 
21:11:18 [2019-07-31T01:11:18.813Z] 	private static final Comparator<ITimeGraphEntry> NAME_COMPARATOR = Comparator.comparing(ITimeGraphEntry::getName);
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull ITimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ITimeGraphEntry>'
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[117] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphEntryModel model1 = t1.getModel();
21:11:18 [2019-07-31T01:11:18.813Z] 	                                 ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[118] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphEntryModel model2 = t2.getModel();
21:11:18 [2019-07-31T01:11:18.813Z] 	                                 ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[134] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphEntryModel model1 = t1.getModel();
21:11:18 [2019-07-31T01:11:18.813Z] 	                                 ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[135] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphEntryModel model2 = t2.getModel();
21:11:18 [2019-07-31T01:11:18.813Z] 	                                 ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[197] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphEntryModel model1 = t1.getModel();
21:11:18 [2019-07-31T01:11:18.813Z] 	                                 ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[198] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphEntryModel model2 = t2.getModel();
21:11:18 [2019-07-31T01:11:18.813Z] 	                                 ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[217] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphEntryModel entryModel = entry.getModel();
21:11:18 [2019-07-31T01:11:18.813Z] 	                                        ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[238] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphEntryModel model = entry.getModel();
21:11:18 [2019-07-31T01:11:18.813Z] 	                                   ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[325] 
21:11:18 [2019-07-31T01:11:18.813Z] 	ITimeGraphState function = fFunctions.get(((TimeGraphEntry) selection).getModel().getId());
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                                       ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[458] 
21:11:18 [2019-07-31T01:11:18.813Z] 	Map<Long, TimeGraphEntry> map = Maps.uniqueIndex(unfiltered, e -> e.getModel().getId());
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                                    ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[565] 
21:11:18 [2019-07-31T01:11:18.813Z] 	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(selectionBegin, Long.MAX_VALUE, 2, Collections.singleton(callStackEntry.getModel().getId()));
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                                                                                                       ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[617] 
21:11:18 [2019-07-31T01:11:18.813Z] 	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(Lists.newArrayList(Long.MIN_VALUE, selectionBegin), Collections.singleton(callStackEntry.getModel().getId()));
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] 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>'
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[617] 
21:11:18 [2019-07-31T01:11:18.813Z] 	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(Lists.newArrayList(Long.MIN_VALUE, selectionBegin), Collections.singleton(callStackEntry.getModel().getId()));
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                                                                                                                        ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[710] 
21:11:18 [2019-07-31T01:11:18.813Z] 	Collection<@NonNull ISymbolProvider> symbolProviders = SymbolProviderManager.getInstance().getSymbolProviders(subTrace);
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                                                                              ^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[739] 
21:11:18 [2019-07-31T01:11:18.813Z] 	all.forEach(entry -> fFunctions.remove(entry.getModel().getId()));
21:11:18 [2019-07-31T01:11:18.813Z] 	                                             ^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] The method getModel() from the type TimeGraphEntry is deprecated
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/callgraph/statistics/CallGraphStatisticsViewer.java:[69] 
21:11:18 [2019-07-31T01:11:18.813Z] 	TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel> entry = (TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element;
21:11:18 [2019-07-31T01:11:18.813Z] 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<SegmentStoreStatisticsModel>
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/Activator.java:[72] 
21:11:18 [2019-07-31T01:11:18.813Z] 	return getImageDescripterFromPath(path).createImage();
21:11:18 [2019-07-31T01:11:18.813Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/Activator.java:[84] 
21:11:18 [2019-07-31T01:11:18.813Z] 	return AbstractUIPlugin.imageDescriptorFromPlugin(PLUGIN_ID, path);
21:11:18 [2019-07-31T01:11:18.813Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] Null type safety (type annotations): The expression of type 'ImageDescriptor' needs unchecked conversion to conform to '@NonNull ImageDescriptor'
21:11:18 [2019-07-31T01:11:18.813Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/flamegraph/FlameGraphView.java:[244] 
21:11:18 [2019-07-31T01:11:18.813Z] 	Activator.getDefault().logError(e.getMessage(), e);
21:11:18 [2019-07-31T01:11:18.813Z] 	                                ^^^^^^^^^^^^^^
21:11:18 [2019-07-31T01:11:18.813Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
21:11:18 [2019-07-31T01:11:18.813Z] 23 problems (23 warnings)
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/test/resources
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] 
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:18 [2019-07-31T01:11:18.813Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] 
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] 
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] 
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] 
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] 
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] 
21:11:19 [2019-07-31T01:11:19.070Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:19 [2019-07-31T01:11:19.328Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
21:11:19 [2019-07-31T01:11:19.628Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
21:11:19 [2019-07-31T01:11:19.628Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 423 classes
21:11:20 [2019-07-31T01:11:20.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
21:11:20 [2019-07-31T01:11:20.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
21:11:20 [2019-07-31T01:11:20.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
21:11:20 [2019-07-31T01:11:20.588Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1014 classes
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.pom
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-pack200.jar.pack.gz
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-p2metadata.xml
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-p2artifacts.xml
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.ui ---
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests >---
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] Building org.eclipse.tracecompass.tmf.ui.tests 1.0.10-SNAPSHOT  [41/134]
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] The project's OSGi version is 1.0.10.201907310041
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.957Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/main/resources
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] 
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:21 [2019-07-31T01:11:21.958Z] [INFO] Compiling 54 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/classes
21:11:22 [2019-07-31T01:11:22.887Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/widgetStubs/org/eclipse/tracecompass/tmf/ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java:[105] 
21:11:22 [2019-07-31T01:11:22.887Z] 	return tmfEvent;
21:11:22 [2019-07-31T01:11:22.887Z] 	^^^^^^^^^^^^^^^^
21:11:22 [2019-07-31T01:11:22.887Z] Potential resource leak: 'stream' may not be closed at this location
21:11:22 [2019-07-31T01:11:22.887Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/widgetStubs/org/eclipse/tracecompass/tmf/ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java:[109] 
21:11:22 [2019-07-31T01:11:22.887Z] 	return null;
21:11:22 [2019-07-31T01:11:22.887Z] 	^^^^^^^^^^^^
21:11:22 [2019-07-31T01:11:22.887Z] Potential resource leak: 'stream' may not be closed at this location
21:11:22 [2019-07-31T01:11:22.887Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/org/eclipse/tracecompass/tmf/ui/tests/views/TmfViewFactoryTest.java:[123] 
21:11:22 [2019-07-31T01:11:22.887Z] 	assertFalse("New view from view id with suffix was not created", Arrays.asList(viewRefs).contains(thirdView));
21:11:22 [2019-07-31T01:11:22.887Z] 	                                                                                                  ^^^^^^^^^
21:11:22 [2019-07-31T01:11:22.887Z] Unlikely argument type IViewPart for contains(Object) on a Collection<IViewReference>
21:11:22 [2019-07-31T01:11:22.887Z] 3 problems (3 warnings)
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] 
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/test/resources
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] 
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-sources.jar
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] 
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] 
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:22 [2019-07-31T01:11:22.887Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar
21:11:23 [2019-07-31T01:11:23.144Z] [INFO] 
21:11:23 [2019-07-31T01:11:23.144Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:23 [2019-07-31T01:11:23.144Z] [INFO] 
21:11:23 [2019-07-31T01:11:23.144Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:23 [2019-07-31T01:11:23.144Z] [INFO] 
21:11:23 [2019-07-31T01:11:23.144Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:23 [2019-07-31T01:11:23.144Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar
21:11:23 [2019-07-31T01:11:23.401Z] [INFO] 
21:11:23 [2019-07-31T01:11:23.401Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:23 [2019-07-31T01:11:23.401Z] [INFO] 
21:11:23 [2019-07-31T01:11:23.401Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ui.tests ---
21:11:24 [2019-07-31T01:11:24.770Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data/.metadata/.log
21:11:24 [2019-07-31T01:11:24.770Z] [INFO] Command line:
21:11:24 [2019-07-31T01:11:24.770Z] 	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
21:11:24 [2019-07-31T01:11:24.770Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
21:11:28 [2019-07-31T01:11:28.045Z] !SESSION 2019-07-31 01:11:24.832 -----------------------------------------------
21:11:28 [2019-07-31T01:11:28.045Z] eclipse.buildId=unknown
21:11:28 [2019-07-31T01:11:28.045Z] java.version=1.8.0_202
21:11:28 [2019-07-31T01:11:28.045Z] java.vendor=Oracle Corporation
21:11:28 [2019-07-31T01:11:28.045Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
21:11:28 [2019-07-31T01:11:28.045Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties -product org.eclipse.platform.ide
21:11:28 [2019-07-31T01:11:28.045Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
21:11:28 [2019-07-31T01:11:28.045Z] 
21:11:28 [2019-07-31T01:11:28.045Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 01:11:27.445
21:11:28 [2019-07-31T01:11:28.045Z] !MESSAGE FrameworkEvent ERROR
21:11:28 [2019-07-31T01:11:28.045Z] !STACK 0
21:11:28 [2019-07-31T01:11:28.045Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
21:11:28 [2019-07-31T01:11:28.045Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
21:11:28 [2019-07-31T01:11:28.045Z] 
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
21:11:28 [2019-07-31T01:11:28.045Z] 
21:11:28 [2019-07-31T01:11:28.045Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 01:11:27.577
21:11:28 [2019-07-31T01:11:28.045Z] !MESSAGE FrameworkEvent ERROR
21:11:28 [2019-07-31T01:11:28.045Z] !STACK 0
21:11:28 [2019-07-31T01:11:28.045Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
21:11:28 [2019-07-31T01:11:28.045Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
21:11:28 [2019-07-31T01:11:28.045Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
21:11:28 [2019-07-31T01:11:28.045Z]     -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util"
21:11:28 [2019-07-31T01:11:28.045Z]        org.apache.httpcomponents.httpclient.win [36]
21:11:28 [2019-07-31T01:11:28.045Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
21:11:28 [2019-07-31T01:11:28.045Z] 
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
21:11:28 [2019-07-31T01:11:28.045Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
21:11:29 [2019-07-31T01:11:29.413Z] process 5979: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text
21:11:29 [2019-07-31T01:11:29.413Z] See the manual page for dbus-uuidgen to correct this issue.
21:11:29 [2019-07-31T01:11:29.978Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
21:11:29 [2019-07-31T01:11:29.978Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
21:11:39 [2019-07-31T01:11:39.935Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest
21:12:11 [2019-07-31T01:12:11.979Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.196 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest
21:12:11 [2019-07-31T01:12:11.979Z] verifyFirstMessage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest)  Time elapsed: 5.118 s
21:12:11 [2019-07-31T01:12:11.979Z] verifyFind(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest)  Time elapsed: 6.073 s
21:12:11 [2019-07-31T01:12:11.979Z] verifyISDGraphNodeSupporter(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest)  Time elapsed: 1.499 s
21:12:11 [2019-07-31T01:12:11.979Z] verifyCancelSearch(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest)  Time elapsed: 3.315 s
21:12:11 [2019-07-31T01:12:11.979Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest
21:12:58 [2019-07-31T01:12:58.623Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest
21:12:58 [2019-07-31T01:12:58.623Z] verifyLastPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 2.773 s
21:12:58 [2019-07-31T01:12:58.623Z] verifyPrevPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 14.725 s
21:12:58 [2019-07-31T01:12:58.623Z] verifyPageNumberChanged(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 3.198 s
21:12:58 [2019-07-31T01:12:58.623Z] verifyFirstPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 2.795 s
21:12:58 [2019-07-31T01:12:58.623Z] verifyPagesCount(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 0 s
21:12:58 [2019-07-31T01:12:58.623Z] verifyNextPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 14.719 s
21:12:58 [2019-07-31T01:12:58.623Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest
21:13:20 [2019-07-31T01:13:20.520Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.011 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest
21:13:20 [2019-07-31T01:13:20.520Z] verifyTimeRangeSamePage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.471 s
21:13:20 [2019-07-31T01:13:20.520Z] verifyTimeRangeDifferentPages(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.732 s
21:13:20 [2019-07-31T01:13:20.520Z] verifySynchToTimeEqualsLast(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.704 s
21:13:20 [2019-07-31T01:13:20.520Z] verifySynchToTimeBeforeExpStart(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.472 s
21:13:20 [2019-07-31T01:13:20.520Z] verifySynchToTimeAfterExpEnd(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.29 s
21:13:20 [2019-07-31T01:13:20.520Z] verifySynchToTimeInPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.545 s
21:13:20 [2019-07-31T01:13:20.520Z] verifySynchToTimeNonExisting(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 2.059 s
21:13:20 [2019-07-31T01:13:20.520Z] verifySynchToTimeFirst(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.708 s
21:13:20 [2019-07-31T01:13:20.520Z] verifySynchToTimeOutsidePage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.709 s
21:13:20 [2019-07-31T01:13:20.520Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest
21:13:52 [2019-07-31T01:13:52.958Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.014 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest
21:13:52 [2019-07-31T01:13:52.958Z] verifyMessageFilter(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 3.538 s
21:13:52 [2019-07-31T01:13:52.958Z] verifyRemoval(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 4.525 s
21:13:52 [2019-07-31T01:13:52.958Z] verifyFilter1of2(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 3.478 s
21:13:52 [2019-07-31T01:13:52.958Z] verifyFilter1of3(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 4.19 s
21:13:52 [2019-07-31T01:13:52.958Z] verifyFilter2of2(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 3.55 s
21:13:52 [2019-07-31T01:13:52.958Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest
21:14:01 [2019-07-31T01:14:01.055Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.957 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest
21:14:01 [2019-07-31T01:14:01.055Z] verifyFirstPageSignal(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest)  Time elapsed: 1.483 s
21:14:01 [2019-07-31T01:14:01.055Z] verifySelectionSignal(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest)  Time elapsed: 0.002 s
21:14:01 [2019-07-31T01:14:01.055Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest
21:14:27 [2019-07-31T01:14:27.574Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.414 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest
21:14:27 [2019-07-31T01:14:27.574Z] verifySetup(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 2.046 s
21:14:27 [2019-07-31T01:14:27.574Z] verifyCancel(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 15.774 s
21:14:27 [2019-07-31T01:14:27.574Z] verifyLoaderDispose(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 0.045 s
21:14:27 [2019-07-31T01:14:27.574Z] testSetViewer(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 0.087 s
21:14:27 [2019-07-31T01:14:27.574Z] verifyDispose(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 0 s
21:14:27 [2019-07-31T01:14:27.574Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest
21:14:27 [2019-07-31T01:14:27.574Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest
21:14:27 [2019-07-31T01:14:27.574Z] testCriteria(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
21:14:27 [2019-07-31T01:14:27.574Z] testAccessors(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
21:14:27 [2019-07-31T01:14:27.574Z] testLoad(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
21:14:27 [2019-07-31T01:14:27.574Z] testSave(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
21:14:27 [2019-07-31T01:14:27.574Z] testCompareTo(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0.001 s
21:14:27 [2019-07-31T01:14:27.574Z] testCriteriaCriteria(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
21:14:27 [2019-07-31T01:14:27.574Z] testMatches(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
21:14:27 [2019-07-31T01:14:27.574Z] testGetGraphNodeSummary(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0.001 s
21:14:27 [2019-07-31T01:14:27.574Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest
21:14:28 [2019-07-31T01:14:28.138Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.299 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest
21:14:28 [2019-07-31T01:14:28.138Z] testLoaderManager(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest)  Time elapsed: 1.298 s
21:14:28 [2019-07-31T01:14:28.138Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest
21:14:28 [2019-07-31T01:14:28.138Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest
21:14:28 [2019-07-31T01:14:28.138Z] testFormatTimeRelative(org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest)  Time elapsed: 0.029 s
21:14:28 [2019-07-31T01:14:28.138Z] testFormatTimeCalendar(org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest)  Time elapsed: 0 s
21:14:28 [2019-07-31T01:14:28.138Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest
21:14:28 [2019-07-31T01:14:28.138Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest
21:14:28 [2019-07-31T01:14:28.138Z] testGetBaseSecId(org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest)  Time elapsed: 0.001 s
21:14:28 [2019-07-31T01:14:28.138Z] testNewView(org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest)  Time elapsed: 0.096 s
21:14:28 [2019-07-31T01:14:28.138Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest
21:14:31 [2019-07-31T01:14:31.413Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.977 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest
21:14:31 [2019-07-31T01:14:31.413Z] testListOutputs(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest)  Time elapsed: 1.856 s
21:14:31 [2019-07-31T01:14:31.413Z] testOpenView(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest)  Time elapsed: 1.12 s
21:14:31 [2019-07-31T01:14:31.413Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest
21:14:31 [2019-07-31T01:14:31.976Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.821 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest
21:14:31 [2019-07-31T01:14:31.976Z] testOpenTrace(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest)  Time elapsed: 0.82 s
21:14:31 [2019-07-31T01:14:31.976Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest
21:14:32 [2019-07-31T01:14:32.924Z] 
21:14:32 [2019-07-31T01:14:32.924Z] !ENTRY org.eclipse.core.resources 4 372 2019-07-31 01:14:32.447
21:14:32 [2019-07-31T01:14:32.924Z] !MESSAGE Project 'SomeProject' is not open.
21:14:32 [2019-07-31T01:14:32.924Z] !STACK 0
21:14:32 [2019-07-31T01:14:32.924Z] java.lang.Exception: Project 'SomeProject' is not open.
21:14:32 [2019-07-31T01:14:32.924Z] 	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
21:14:32 [2019-07-31T01:14:32.924Z] 	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
21:14:32 [2019-07-31T01:14:32.924Z] 	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:148)
21:14:32 [2019-07-31T01:14:32.924Z] 	at org.eclipse.core.internal.resources.Resource.deleteMarkers(Resource.java:790)
21:14:32 [2019-07-31T01:14:32.924Z] 	at org.eclipse.cdt.internal.core.pdom.indexer.TodoTaskUpdater$2.runInWorkspace(TodoTaskUpdater.java:199)
21:14:32 [2019-07-31T01:14:32.924Z] 	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
21:14:32 [2019-07-31T01:14:32.924Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
21:14:33 [2019-07-31T01:14:33.181Z] 
21:14:33 [2019-07-31T01:14:33.181Z] !ENTRY org.eclipse.core.resources 2 2 2019-07-31 01:14:33.152
21:14:33 [2019-07-31T01:14:33.181Z] !MESSAGE Save operation warnings.
21:14:33 [2019-07-31T01:14:33.181Z] !SUBENTRY 1 org.eclipse.core.resources 2 234 2019-07-31 01:14:33.153
21:14:33 [2019-07-31T01:14:33.181Z] !MESSAGE The project description file (.project) for '.tracecompass-SomeProject' was missing.  This file contains important information about the project.  A new project description file has been created, but some information about the project may have been lost.
21:14:33 [2019-07-31T01:14:33.438Z] 
21:14:33 [2019-07-31T01:14:33.438Z] !ENTRY org.eclipse.cdt.core 1 0 2019-07-31 01:14:33.231
21:14:33 [2019-07-31T01:14:33.438Z] !MESSAGE Indexed 'SomeProject2' (0 sources, 0 headers) in 0.001 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%)
21:14:33 [2019-07-31T01:14:33.438Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.501 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest
21:14:33 [2019-07-31T01:14:33.438Z] testAddingTracingNature(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest)  Time elapsed: 0.994 s
21:14:33 [2019-07-31T01:14:33.438Z] testCreateTracingProject(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest)  Time elapsed: 0.072 s
21:14:33 [2019-07-31T01:14:33.438Z] testAddingTracingNatureNotAllowed(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest)  Time elapsed: 0 s
21:14:33 [2019-07-31T01:14:33.438Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest
21:14:34 [2019-07-31T01:14:34.368Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest
21:14:34 [2019-07-31T01:14:34.368Z] testListAnalysis(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest)  Time elapsed: 0.024 s
21:14:34 [2019-07-31T01:14:34.368Z] testPopulate(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest)  Time elapsed: 0.076 s
21:14:34 [2019-07-31T01:14:34.368Z] testInstantiate(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest)  Time elapsed: 0.904 s
21:14:34 [2019-07-31T01:14:34.368Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.517 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest
21:14:38 [2019-07-31T01:14:38.544Z] testExperimentTypeAnalysis(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 0.229 s
21:14:38 [2019-07-31T01:14:38.544Z] testDefaultExperimentType(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 0.659 s
21:14:38 [2019-07-31T01:14:38.544Z] testNoExperimentTypeChildren(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 0.746 s
21:14:38 [2019-07-31T01:14:38.544Z] testExperimentType(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 0.8 s
21:14:38 [2019-07-31T01:14:38.544Z] testExperimentTypeChildren(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 1.082 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest
21:14:38 [2019-07-31T01:14:38.544Z] testGet(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testReset(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testRegisterEvent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetOrCreate(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest
21:14:38 [2019-07-31T01:14:38.544Z] testGetWidth(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetAlignment(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetLabelProvider(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetTooltip(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetComparator(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetPercentageProvider(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetHeader(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest
21:14:38 [2019-07-31T01:14:38.544Z] testResetPartial(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testInitialState(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testResetTotal(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testSetValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest
21:14:38 [2019-07-31T01:14:38.544Z] testaddStatsTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetStatTree(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testContainsTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testRemoveStatTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetStatTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testRemoveAll(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest
21:14:38 [2019-07-31T01:14:38.544Z] testGetColumnData(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest)  Time elapsed: 0.002 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest
21:14:38 [2019-07-31T01:14:38.544Z] testgetName(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testResetTimeRangeValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testReset(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetPath(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testResetGlobalValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testHasChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testContainsChild(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetNbChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest
21:14:38 [2019-07-31T01:14:38.544Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testHasChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetElements(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest
21:14:38 [2019-07-31T01:14:38.544Z] testAddChildOtherParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0.009 s
21:14:38 [2019-07-31T01:14:38.544Z] testAddEventReplaceLast(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0.003 s
21:14:38 [2019-07-31T01:14:38.544Z] testAddChildAtPosition(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetTimeEventsIteratorMixedSplit(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testSortChildren(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testAddEventNulls(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testRemoveChild(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testGetTimeEventsIteratorMixed(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testSortChildrenThenAdd(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testAddChild(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testAddEvent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testRemoveChildOtherParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testaddZoomedEvent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testRemoveChildNoParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testaddZoomedEventPartialRestart(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testAddChildSameParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testaddZoomedEventDuplicate(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testaddZoomedEventReplaceLast(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testAddZoomedEventNulls(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest
21:14:38 [2019-07-31T01:14:38.544Z] clipRightTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] clipXTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] horizontalTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] tangentInsideTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] glancingTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] ousideSquareTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] insideTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] verticalTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] clipTopTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] tangentTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] tangentInsideCornerTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] clipLeftTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] clipBottomTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest
21:14:38 [2019-07-31T01:14:38.544Z] testNextPreviousIncluded(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0.006 s
21:14:38 [2019-07-31T01:14:38.544Z] testInvalidRollover(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testSmallPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testIsApplicable(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testAlternateShadingMarkerEventSource(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testFractionalPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testReference(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testRollover(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testInvalidPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0.001 s
21:14:38 [2019-07-31T01:14:38.544Z] testLineMarkerEventSource(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] testResolution(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.313 s <<< FAILURE! - in org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest
21:14:38 [2019-07-31T01:14:38.544Z] test(org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest)  Time elapsed: 0.307 s  <<< ERROR!
21:14:38 [2019-07-31T01:14:38.544Z] java.lang.ExceptionInInitializerError
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.parseColor(ConfigurableMarkerEventSource.java:164)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.getColor(ConfigurableMarkerEventSource.java:149)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.getSubMarkerList(ConfigurableMarkerEventSource.java:267)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.getSubMarkerList(ConfigurableMarkerEventSource.java:224)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.getMarkerList(ConfigurableMarkerEventSource.java:210)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.getMarkerList(ConfigurableMarkerEventSource.java:196)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest.test(ConfigurableMarkerEventSourceTest.java:232)
21:14:38 [2019-07-31T01:14:38.544Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21:14:38 [2019-07-31T01:14:38.544Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
21:14:38 [2019-07-31T01:14:38.544Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21:14:38 [2019-07-31T01:14:38.544Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
21:14:38 [2019-07-31T01:14:38.544Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21:14:38 [2019-07-31T01:14:38.544Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
21:14:38 [2019-07-31T01:14:38.544Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21:14:38 [2019-07-31T01:14:38.544Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
21:14:38 [2019-07-31T01:14:38.544Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21:14:38 [2019-07-31T01:14:38.544Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
21:14:38 [2019-07-31T01:14:38.544Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21:14:38 [2019-07-31T01:14:38.544Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
21:14:38 [2019-07-31T01:14:38.544Z] Caused by: java.lang.NullPointerException
21:14:38 [2019-07-31T01:14:38.544Z] 	at org.eclipse.tracecompass.tmf.core.dataprovider.X11ColorUtils.<clinit>(X11ColorUtils.java:35)
21:14:38 [2019-07-31T01:14:38.544Z] 	... 68 more
21:14:38 [2019-07-31T01:14:38.544Z] 
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest
21:14:38 [2019-07-31T01:14:38.544Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest
21:14:38 [2019-07-31T01:14:38.544Z] testTraceDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest)  Time elapsed: 0.093 s
21:14:38 [2019-07-31T01:14:38.544Z] testArchiveTraceDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest)  Time elapsed: 0.03 s
21:14:38 [2019-07-31T01:14:38.544Z] testMutlipleTracesDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest)  Time elapsed: 0.014 s
21:14:38 [2019-07-31T01:14:38.544Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest
21:14:40 [2019-07-31T01:14:40.438Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest
21:14:40 [2019-07-31T01:14:40.438Z] testOperationTimeRange(org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest)  Time elapsed: 1.039 s
21:14:40 [2019-07-31T01:14:40.438Z] testBasicOperation(org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest)  Time elapsed: 0.523 s
21:14:40 [2019-07-31T01:14:40.438Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest
21:14:45 [2019-07-31T01:14:45.689Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.545 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest
21:14:45 [2019-07-31T01:14:45.689Z] testTimeRangeFiltering(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest)  Time elapsed: 1.062 s
21:14:45 [2019-07-31T01:14:45.689Z] test(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest)  Time elapsed: 1.227 s
21:14:45 [2019-07-31T01:14:45.689Z] testSkipArchiveExtraction(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest)  Time elapsed: 2.096 s
21:14:45 [2019-07-31T01:14:45.689Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest
21:14:46 [2019-07-31T01:14:46.620Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.785 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest
21:14:46 [2019-07-31T01:14:46.620Z] testTraceImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest)  Time elapsed: 0.407 s
21:14:46 [2019-07-31T01:14:46.620Z] testMultipleTracesImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest)  Time elapsed: 0.612 s
21:14:46 [2019-07-31T01:14:46.620Z] testArchiveImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest)  Time elapsed: 0.747 s
21:14:46 [2019-07-31T01:14:46.620Z] Running org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest
21:14:46 [2019-07-31T01:14:46.620Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest
21:14:46 [2019-07-31T01:14:46.620Z] testHtml(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0.018 s
21:14:46 [2019-07-31T01:14:46.620Z] testTimestamp(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0.001 s
21:14:46 [2019-07-31T01:14:46.620Z] testDecimal(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0.003 s
21:14:46 [2019-07-31T01:14:46.620Z] testString(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0.001 s
21:14:46 [2019-07-31T01:14:46.620Z] testEgality(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.620Z] Running org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest
21:14:46 [2019-07-31T01:14:46.620Z] 
21:14:46 [2019-07-31T01:14:46.620Z] !ENTRY org.eclipse.cdt.core.native 4 0 2019-07-31 01:14:46.522
21:14:46 [2019-07-31T01:14:46.620Z] !MESSAGE no spawner in java.library.path
21:14:46 [2019-07-31T01:14:46.620Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest
21:14:46 [2019-07-31T01:14:46.620Z] testBasicProvider(org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest)  Time elapsed: 0.11 s
21:14:46 [2019-07-31T01:14:46.620Z] Running org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest
21:14:46 [2019-07-31T01:14:46.880Z] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest
21:14:46 [2019-07-31T01:14:46.880Z] testHistogramDataModelInt(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleTo_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleTo_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.003 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleTo_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleTo_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleTo_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleTo_5(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.002 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleTo_6(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleTo_7(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.002 s
21:14:46 [2019-07-31T01:14:46.880Z] testClear(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testHistogramDataModel(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testModelListener(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.026 s
21:14:46 [2019-07-31T01:14:46.880Z] testHistogramDataModelCopyConstructor(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.004 s
21:14:46 [2019-07-31T01:14:46.880Z] testLostEventsScaleTo_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testLostEventsScaleTo_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testLostEventsScaleTo_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testLostEventsScaleTo_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
21:14:46 [2019-07-31T01:14:46.880Z] testLostEventsScaleTo_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testCountEvent_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testCountEvent_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testCountEvent_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testCountEvent_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testCountEvent_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testCountEvent_5(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
21:14:46 [2019-07-31T01:14:46.880Z] testCountEvent_6(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleToReverse_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.052 s
21:14:46 [2019-07-31T01:14:46.880Z] testScaleToReverse_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
21:14:46 [2019-07-31T01:14:46.880Z] 
21:14:46 [2019-07-31T01:14:46.880Z] Results:
21:14:46 [2019-07-31T01:14:46.880Z] 
21:14:46 [2019-07-31T01:14:46.880Z] Errors: 
21:14:46 [2019-07-31T01:14:46.880Z]   ConfigurableMarkerEventSourceTest.test:232 �� ExceptionInInitializer
21:14:46 [2019-07-31T01:14:46.880Z] 
21:14:46 [2019-07-31T01:14:46.880Z] Tests run: 185, Failures: 0, Errors: 1, Skipped: 0
21:14:46 [2019-07-31T01:14:46.880Z] 
21:14:47 [2019-07-31T01:14:47.323Z] Resource leak: org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource@7aef5ab9 was not deregistered.
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.register(TmfSignalManager.java:84)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.<init>(ConfigurableMarkerEventSource.java:82)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest.test(ConfigurableMarkerEventSourceTest.java:132)
21:14:47 [2019-07-31T01:14:47.323Z] 	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21:14:47 [2019-07-31T01:14:47.323Z] 	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
21:14:47 [2019-07-31T01:14:47.323Z] 	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21:14:47 [2019-07-31T01:14:47.323Z] 	java.lang.reflect.Method.invoke(Method.java:498)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.junit.runners.ParentRunner.run(ParentRunner.java:363)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
21:14:47 [2019-07-31T01:14:47.323Z] 	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21:14:47 [2019-07-31T01:14:47.323Z] 	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
21:14:47 [2019-07-31T01:14:47.323Z] 	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21:14:47 [2019-07-31T01:14:47.323Z] 	java.lang.reflect.Method.invoke(Method.java:498)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
21:14:47 [2019-07-31T01:14:47.323Z] 	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21:14:47 [2019-07-31T01:14:47.323Z] 	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
21:14:47 [2019-07-31T01:14:47.323Z] 	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21:14:47 [2019-07-31T01:14:47.323Z] 	java.lang.reflect.Method.invoke(Method.java:498)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.equinox.launcher.Main.run(Main.java:1468)
21:14:47 [2019-07-31T01:14:47.323Z] 	org.eclipse.equinox.launcher.Main.main(Main.java:1441)
21:14:47 [2019-07-31T01:14:47.580Z] 
21:14:47 [2019-07-31T01:14:47.580Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 01:14:47.342
21:14:47 [2019-07-31T01:14:47.580Z] !MESSAGE The workspace will exit with unsaved changes in this session.
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] ------------------------------------------------------------------------
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Reactor Summary:
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] 
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Parent 5.0.0-SNAPSHOT ................ SUCCESS [ 45.458 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Tracetype-agnostic Analyses Parent 5.0.0-SNAPSHOT SUCCESS [  0.057 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Common Utilities Parent 5.0.0-SNAPSHOT SUCCESS [  0.067 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.common.core 4.1.0-SNAPSHOT  SUCCESS [ 13.202 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass State System Parent 5.0.0-SNAPSHOT ... SUCCESS [  0.079 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.datastore.core 1.2.0-SNAPSHOT SUCCESS [  1.934 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.segmentstore.core 2.1.1-SNAPSHOT SUCCESS [  2.179 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.statesystem.core 4.2.2-SNAPSHOT SUCCESS [  1.923 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass TMF Parent 5.0.0-SNAPSHOT ............ SUCCESS [  0.116 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Filter Parser 1.0.2-SNAPSHOT ......... SUCCESS [  0.490 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.core 5.1.0-SNAPSHOT ... SUCCESS [  7.374 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.counters.core 2.0.2-SNAPSHOT SUCCESS [  2.680 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass CTF Support Parent 5.0.0-SNAPSHOT .... SUCCESS [  0.035 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass CTF Parser Plug-in 1.0.2-SNAPSHOT .... SUCCESS [  5.763 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.ctf.core 4.0.0-SNAPSHOT ... SUCCESS [  2.235 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass CTF Core Tests Plug-in 1.0.5-SNAPSHOT  SUCCESS [01:13 min]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.statesystem.core.tests 1.0.9-SNAPSHOT SUCCESS [ 17.398 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.core.tests 1.0.9-SNAPSHOT SUCCESS [05:52 min]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core 4.2.0-SNAPSHOT SUCCESS [  3.247 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core.tests 1.0.9-SNAPSHOT SUCCESS [10:02 min]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.counters.core.tests 0.0.1-SNAPSHOT SUCCESS [ 15.059 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.ui 5.1.0-SNAPSHOT ..... SUCCESS [ 12.030 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui 0.0.5-SNAPSHOT SUCCESS [  3.931 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.graph.core 2.1.2-SNAPSHOT SUCCESS [  2.054 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.graph.core.tests 1.0.4-SNAPSHOT SUCCESS [ 15.066 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.chart.core 1.0.2-SNAPSHOT SUCCESS [  1.837 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.lami.core 1.1.0-SNAPSHOT SUCCESS [  2.664 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.lami.core.tests 1.0.1-SNAPSHOT SUCCESS [ 11.134 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui 1.0.7-SNAPSHOT SUCCESS [  3.787 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui 1.1.0-SNAPSHOT SUCCESS [  4.154 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.graph.ui 1.0.8-SNAPSHOT SUCCESS [  5.038 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.timing.core 5.0.0-SNAPSHOT SUCCESS [  1.835 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core 4.1.0-SNAPSHOT SUCCESS [  3.236 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core.tests 1.0.9-SNAPSHOT SUCCESS [02:10 min]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui 4.0.0-SNAPSHOT SUCCESS [  4.427 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui 3.0.4-SNAPSHOT SUCCESS [  4.737 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.tests 1.0.6-SNAPSHOT SUCCESS [ 27.127 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core 1.1.3-SNAPSHOT SUCCESS [  1.932 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.2-SNAPSHOT SUCCESS [ 43.581 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui 2.0.0-SNAPSHOT SUCCESS [  3.845 s]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.ui.tests 1.0.10-SNAPSHOT FAILURE [03:26 min]
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.ui.swtbot.tests 1.0.9-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.timing.core.tests 1.0.4-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests 1.0.2-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass LTTng Support Parent 5.0.0-SNAPSHOT .. SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.common.core 1.1.1-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core 3.2.2-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core 3.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests 0.0.4-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests 1.0.7-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests 1.0.10-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.chart.core.tests 1.0.1-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests 1.0.3-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests 1.0.3-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass BTF Support Parent 5.0.0-SNAPSHOT .... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.btf.core 2.2.0-SNAPSHOT ... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Documentation 5.0.0-SNAPSHOT ......... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Developer Guide 5.0.0-SNAPSHOT ....... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui 2.1.8-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf 5.0.0-SNAPSHOT ........ SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.btf.ui 1.0.2-SNAPSHOT ..... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.btf 5.0.0-SNAPSHOT ........ SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.btf.core.tests 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.common.core.tests 1.1.5-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.ctf 5.0.0-SNAPSHOT ........ SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.ctf.parser.tests 1.0.1-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.ctf 5.0.0-SNAPSHOT .... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests 1.0.8-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass User Guide 5.0.0-SNAPSHOT ............ SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass GDB Tracepoint Analysis User Guide 5.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass RCP User Guide 5.0.0-SNAPSHOT ........ SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Pcap User Guide 5.0.0-SNAPSHOT ....... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.examples 1.0.4-SNAPSHOT ... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass GDB Tracepoint Analysis Parent 5.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.gdbtrace.core 1.0.2-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui 1.1.1-SNAPSHOT  SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.gdbtrace 5.0.0-SNAPSHOT ... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.gdbtrace.core.tests 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui.tests 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.common.core.tests 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.control.core 1.2.1-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.remote.core 2.0.2-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui 1.0.5-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui 1.2.7-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.control 5.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.control.core.tests 1.1.1-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.remote.core.tests 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.tests 2.0.2-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui 2.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.kernel 5.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core.tests 1.0.9-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core.tests 2.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core 4.0.3-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui 3.0.5-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.ust 5.0.0-SNAPSHOT . SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core.tests 1.0.9-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.tests 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests 1.0.5-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests 1.0.10-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests 1.0.10-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Pcap Format Support Parent 5.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.pcap.core 1.1.0-SNAPSHOT .. SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Pcap Parser Core Tests Plug-in 1.0.2-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core 1.0.3-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui 1.1.1-SNAPSHOT  SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.pcap 5.0.0-SNAPSHOT ... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core.tests 1.0.1-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass RCP Parent 5.0.0-SNAPSHOT ............ SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass RCP Branding plug-in 5.0.0-SNAPSHOT .. SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass RCP Branding Feature 5.0.0-SNAPSHOT .. SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.rcp.ui 5.0.0-SNAPSHOT ..... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass RCP Feature 5.0.0-SNAPSHOT ........... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.rcp.incubator.ui 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.rcp.incubator 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Json trace Parent 5.0.0-SNAPSHOT ..... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.jsontrace.core 0.1.1-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.jsontrace 1.0.0-SNAPSHOT .. SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass RCP Product 5.0.0-SNAPSHOT ........... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Release Engineering Parent 5.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Target Platform 5.0.0-SNAPSHOT ....... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.integration.swtbot.tests 1.0.8-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.datastore.core.tests 1.0.1-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.segmentstore.core.tests 1.0.3-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests 1.0.8-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.tests 1.0.2-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.tests 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests 1.0.6-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.tests 1.0.0-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass All Tests 1.0.6-SNAPSHOT ............. SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.testing 5.0.0-SNAPSHOT .... SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.tmf.remote 5.0.0-SNAPSHOT . SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Trace Compass Repository 5.0.0-SNAPSHOT ............ SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] org.eclipse.tracecompass.jsontrace.core.test 1.0.1-SNAPSHOT SKIPPED
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] ------------------------------------------------------------------------
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] BUILD FAILURE
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] ------------------------------------------------------------------------
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Total time:  32:58 min
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] Finished at: 2019-07-31T01:14:47Z
21:14:48 [2019-07-31T01:14:48.144Z] [INFO] ------------------------------------------------------------------------
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.3.0:test (default-test) on project org.eclipse.tracecompass.tmf.ui.tests: There are test failures.
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] 
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] Please refer to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire-reports for the individual test results.
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] -> [Help 1]
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] 
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] 
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] 
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR] After correcting the problems, you can resume the build with the command
21:14:48 [2019-07-31T01:14:48.144Z] [ERROR]   mvn <goals> -rf :org.eclipse.tracecompass.tmf.ui.tests