Skip to content

Console Output

Skipping 4,928 KB.. Full Log
multiline-string-while-modifier(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0 s
multiline-string-rescue-block(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0 s
multiline-string-do-block(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0.001 s
multiline-string-spaces(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0.001 s
dstring(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0.001 s
xstring(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0.001 s
multiline-string-until(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0.001 s
multiline-string-until-modifier(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0.001 s
multiline=string-percent(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0.001 s
string-as-return(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0.001 s
string-as-args(org.eclipse.dltk.ruby.formatter.tests.StringsTest)  Time elapsed: 0.001 s
regexp(org.eclipse.dltk.ruby.formatter.tests.RegexpTest)  Time elapsed: 0.001 s
regexp-method(org.eclipse.dltk.ruby.formatter.tests.RegexpTest)  Time elapsed: 0 s
dregexp-method(org.eclipse.dltk.ruby.formatter.tests.RegexpTest)  Time elapsed: 0.001 s
regexp-method-escaped(org.eclipse.dltk.ruby.formatter.tests.RegexpTest)  Time elapsed: 0.001 s
regexp-until-modifier(org.eclipse.dltk.ruby.formatter.tests.RegexpTest)  Time elapsed: 0.001 s
method rubydocs(org.eclipse.dltk.ruby.formatter.tests.RubyDoc1Test)  Time elapsed: 0.001 s
method rubydocs(org.eclipse.dltk.ruby.formatter.tests.RubyDoc2Test)  Time elapsed: 0.001 s
testRubyLib-NOT-FOUND(org.eclipse.dltk.ruby.formatter.tests.FormatRubyLibTest$1)  Time elapsed: 0.002 s

Results:

Tests run: 134, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.ui.tests >--------
[INFO] Building org.eclipse.dltk.ruby.ui.tests 5.11.0-SNAPSHOT        [134/153]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] Compiling 12 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/classes
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[38] 
	protected FoldingStructureComputationContext createInitialContext() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[40] 
	fCommentsFolding = commentFolding;
	^^^^^^^^^^^^^^^^
The field AbstractASTFoldingStructureProvider.fCommentsFolding is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[45] 
	protected FoldingStructureComputationContext createContext(boolean allowCollapse) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[52] 
	return new FoldingStructureComputationContext(doc, model, allowCollapse);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[52] 
	return new FoldingStructureComputationContext(doc, model, allowCollapse);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractASTFoldingStructureProvider.FoldingStructureComputationContext(IDocument, ProjectionAnnotationModel, boolean) is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[66] 
	FoldingStructureComputationContext ctx) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[67] 
	super.computeFoldingStructure(contents, ctx);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method computeFoldingStructure(String, AbstractASTFoldingStructureProvider.FoldingStructureComputationContext) from the type AbstractASTFoldingStructureProvider is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[68] 
	return ctx.getMap();
	           ^^^^^^^^
The method getMap() from the type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[72] 
	protected boolean mayCollapse(ASTNode s, FoldingStructureComputationContext ctx) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated
9 problems (9 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/org.eclipse.dltk.ruby.ui.tests-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/org.eclipse.dltk.ruby.ui.tests-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.ruby.ui.tests ---
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/java/oracle/jdk1.8.0_192_x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xms40m, -Xmx1G, -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /jobs/genie.dltk/dltk-sonar/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/work/data, -install, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/work, -configuration, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.dltk
Running org.eclipse.dltk.ruby.ui.tests.AllTests
Finished
Finished
Finished
Finished
Finished
Finished
Finished
Finished
Finished
Finished
time:51
Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 s - in org.eclipse.dltk.ruby.ui.tests.AllTests
testIndentingOfClosingSquareBraceToOpeningOne(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0.08 s
testBug186514(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0.005 s
testIndentedNewLineAfterIf(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0.002 s
testDeindentOnEnd(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0.001 s
testIndentingOfClosingParenToOpeningOne(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0.001 s
testDeindentingOfRdocBegin(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0.001 s
testIndentedNewLineAfterDef(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0.001 s
testSimpleNewLine(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0 s
testDeindentingOfRdocEnd(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0 s
testIndentingOfClosingCurlyBrace(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest)  Time elapsed: 0.001 s
testCode(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest)  Time elapsed: 0.017 s
testPercentStringAfterPuts(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest)  Time elapsed: 0.006 s
testBug179488(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest)  Time elapsed: 0.005 s
testBug180370(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest)  Time elapsed: 0.002 s
testPercentDoesNotStartString(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest)  Time elapsed: 0 s
testPercentStringAfterMethodCall(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest)  Time elapsed: 0 s
testPercentDoesStartString(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest)  Time elapsed: 0 s
testString(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest)  Time elapsed: 0.001 s
testPercentOperatorAfterVariable(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest)  Time elapsed: 0 s
testEnterOpensClass(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.004 s
testClassNotKeyword(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.002 s
testNewLineInRegularFunction(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.002 s
testNoIndentOnSubsequentExplicitContinuation(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.002 s
testNewLineInDef(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testIndentOnUnclosedParen(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testIfModifier(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.002 s
testIndentOnFirstImplicitContinuation(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testMovingEndToNewLine(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testMovingEndWithWhitespaceToNewLine(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testIfStatement(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testIndentOnFirstExplicitContinuation(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testNoIndentOnSubsequentImplicitContinuationAfterImplicitOne(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testEnterBeforeClass(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testNewLineAfterEmptyIndentedLine(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.002 s
testDeindentingEnd(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.003 s
testNoIndentOnSubsequentImplicitContinuationAfterExplicitOne(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
testIndentAfterNewLineBeforeParen(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest)  Time elapsed: 0.001 s
test177924a(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest)  Time elapsed: 0.183 s
test177924b(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest)  Time elapsed: 0.011 s
test0(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest)  Time elapsed: 0.002 s
test193174a(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest)  Time elapsed: 0.143 s
test193174b(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest)  Time elapsed: 0.068 s
test193174c(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest)  Time elapsed: 0.061 s
testMultiAccess(org.eclipse.dltk.ruby.ui.tests.search.MixinCompleteTests)  Time elapsed: 0.001 s
testMultiAccess(org.eclipse.dltk.ruby.ui.tests.search.ThreadedUIMixinTests)  Time elapsed: 0.122 s
testSingleQuotes(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest)  Time elapsed: 0.001 s
testBracketsAndSpaces(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest)  Time elapsed: 0 s
testBracketsDoubleQuotes(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest)  Time elapsed: 0 s
testManySpaces(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest)  Time elapsed: 0 s
testBracketsSingleQuotes(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest)  Time elapsed: 0 s
testNoHyperlink(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest)  Time elapsed: 0 s
testDoubleQuotes(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest)  Time elapsed: 0 s
testCommentPositioning1(org.eclipse.dltk.ruby.ui.tests.folding.RubyCommentElementTests)  Time elapsed: 0.009 s

Results:

Tests run: 53, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] -----< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.testing.tests >------
[INFO] Building org.eclipse.dltk.ruby.testing.tests 5.11.0-SNAPSHOT   [135/153]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] Compiling 2 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/org.eclipse.dltk.ruby.testing.tests-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/org.eclipse.dltk.ruby.testing.tests-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.ruby.testing.tests ---
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/java/oracle/jdk1.8.0_192_x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /jobs/genie.dltk/dltk-sonar/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/work/data, -install, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/work, -configuration, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.dltk
Running org.eclipse.dltk.ruby.testing.tests.AllTests
setUpSuite() in org.eclipse.dltk.ruby.testing.tests.RubyTestingTestUnitResolverTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.615 s - in org.eclipse.dltk.ruby.testing.tests.AllTests
testResolveMath(org.eclipse.dltk.ruby.testing.tests.RubyTestingTestUnitResolverTests)  Time elapsed: 0.154 s

Results:

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] -------------------< org.eclipse.dltk.python:python >-------------------
[INFO] Building python 5.11.0-SNAPSHOT                                [136/153]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ python ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ python ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ python ---
[INFO] 
[INFO] -------< org.eclipse.dltk.python:org.eclipse.dltk.python.debug >--------
[INFO] Building org.eclipse.dltk.python.debug 5.11.0-SNAPSHOT         [137/153]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.python.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.python.debug ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.python.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.python.debug ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.python.debug ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.python.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.python.debug ---
[INFO] Compiling 6 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.python.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.python.debug ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug/target/org.eclipse.dltk.python.debug-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.python.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.python.debug ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug/target/org.eclipse.dltk.python.debug-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.python.debug ---
[INFO] 
[INFO] --------< org.eclipse.dltk.python:org.eclipse.dltk.python.core >--------
[INFO] Building org.eclipse.dltk.python.core 5.11.0-SNAPSHOT          [138/153]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.python.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.python.core ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.python.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.python.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.python.core ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.python.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.python.core ---
[INFO] Compiling 96 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.python.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.python.core ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.core/target/org.eclipse.dltk.python.core-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.python.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.python.core ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.core/target/org.eclipse.dltk.python.core-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.python.core ---
[INFO] 
[INFO] --< org.eclipse.dltk.python:org.eclipse.dltk.python.activestatedebugger >--
[INFO] Building org.eclipse.dltk.python.activestatedebugger 5.11.0-SNAPSHOT [139/153]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.activestatedebugger/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] Compiling 7 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.activestatedebugger/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.activestatedebugger/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.activestatedebugger/target/org.eclipse.dltk.python.activestatedebugger-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.activestatedebugger/target/org.eclipse.dltk.python.activestatedebugger-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.python.activestatedebugger ---
[INFO] 
[INFO] -----< org.eclipse.dltk.python:org.eclipse.dltk.python.launching >------
[INFO] Building org.eclipse.dltk.python.launching 5.11.0-SNAPSHOT     [140/153]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.python.launching ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.python.launching ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.python.launching ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.python.launching ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.python.launching ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.python.launching ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.launching/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.python.launching ---
[INFO] Compiling 11 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.launching/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.python.launching ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.launching/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.python.launching ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.launching/target/org.eclipse.dltk.python.launching-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.python.launching ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.python.launching ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.launching/target/org.eclipse.dltk.python.launching-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.python.launching ---
[INFO] 
[INFO] ---------< org.eclipse.dltk.python:org.eclipse.dltk.python.ui >---------
[INFO] Building org.eclipse.dltk.python.ui 5.11.0-SNAPSHOT            [141/153]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.python.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.python.ui ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.python.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.python.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.python.ui ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.python.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.python.ui ---
[INFO] Compiling 50 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/target/classes
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/folding/PythonFoldingStructureProvider.java:[15] 
	import org.eclipse.dltk.ui.text.folding.AbstractASTFoldingStructureProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractASTFoldingStructureProvider is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/folding/PythonFoldingStructureProvider.java:[19] 
	AbstractASTFoldingStructureProvider {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractASTFoldingStructureProvider is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/editor/PythonOutlinePage.java:[40] 
	ArrayList actions = new ArrayList(3);
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/editor/PythonOutlinePage.java:[40] 
	ArrayList actions = new ArrayList(3);
	                        ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/editor/PythonOutlinePage.java:[55] 
	actions.add(hideVariables);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/editor/PythonOutlinePage.java:[71] 
	actions.add(hideProcedures);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/editor/PythonOutlinePage.java:[86] 
	actions.add(hideNamespaces);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/editor/PythonOutlinePage.java:[89] 
	MemberFilterAction[] fFilterActions = (MemberFilterAction[]) actions
				.toArray(new MemberFilterAction[actions.size()]);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/preferences/PythonTodoTaskPreferencePage.java:[47] 
	.getPluginPreferences()));
	 ^^^^^^^^^^^^^^^^^^^^^^
The method getPluginPreferences() from the type Plugin is deprecated
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonCodeScanner.java:[48] 
	protected List createRules() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonCodeScanner.java:[48] 
	protected List createRules() {
	          ^^^^
Type safety: The return type List for createRules() from the type PythonCodeScanner needs unchecked conversion to conform to List<IRule> from the type AbstractScriptScanner
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonCodeScanner.java:[49] 
	List/* <IRule> */rules = new ArrayList/* <IRule> */();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonCodeScanner.java:[49] 
	List/* <IRule> */rules = new ArrayList/* <IRule> */();
	                             ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonCodeScanner.java:[59] 
	rules.add(new EndOfLineRule("#", comment));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonCodeScanner.java:[61] 
	rules.add(new WhitespaceRule(new PythonWhitespaceDetector()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonCodeScanner.java:[74] 
	rules.add(wordRule);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonCodeScanner.java:[75] 
	rules.add(new WordRule(new PythonDecoratorDetector(), decorator));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonCodeScanner.java:[76] 
	rules.add(new PythonFloatNumberRule(number));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonPartitionScanner.java:[33] 
	List/*< IPredicateRule >*/ rules= new ArrayList/*<IPredicateRule>*/();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonPartitionScanner.java:[33] 
	List/*< IPredicateRule >*/ rules= new ArrayList/*<IPredicateRule>*/();
	                                      ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonPartitionScanner.java:[36] 
	rules.add(new EndOfLineRule("#", comment ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonPartitionScanner.java:[38] 
	rules.add(new MultiLineRule("\"\"\"", "\"\"\"", string, '\\'));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonPartitionScanner.java:[40] 
	rules.add(new MultiLineRule("\'\'\'", "\'\'\'", string, '\\'));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonPartitionScanner.java:[42] 
	rules.add(new MultiLineRule("\'", "\'", string, '\\'));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonPartitionScanner.java:[44] 
	rules.add(new MultiLineRule("\"", "\"", string, '\\'));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonPartitionScanner.java:[48] 
	rules.toArray(result);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/preferences/PythonSmartTypingConfigurationBlock.java:[38] 
	ArrayList overlayKeys = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/preferences/PythonSmartTypingConfigurationBlock.java:[38] 
	ArrayList overlayKeys = new ArrayList();
	                            ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/preferences/PythonSmartTypingConfigurationBlock.java:[40] 
	overlayKeys.add(new OverlayPreferenceStore.OverlayKey(
				OverlayPreferenceStore.BOOLEAN,
				PythonPreferenceConstants.EDITOR_CLOSE_STRINGS));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/preferences/PythonSmartTypingConfigurationBlock.java:[43] 
	overlayKeys.add(new OverlayPreferenceStore.OverlayKey(
				OverlayPreferenceStore.BOOLEAN,
				PythonPreferenceConstants.EDITOR_CLOSE_BRACKETS));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/preferences/PythonSmartTypingConfigurationBlock.java:[46] 
	overlayKeys.add(new OverlayPreferenceStore.OverlayKey(
				OverlayPreferenceStore.BOOLEAN,
				PythonPreferenceConstants.EDITOR_SMART_TAB));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/preferences/PythonSmartTypingConfigurationBlock.java:[49] 
	overlayKeys.add(new OverlayPreferenceStore.OverlayKey(
				OverlayPreferenceStore.BOOLEAN,
				PythonPreferenceConstants.EDITOR_SMART_PASTE));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/preferences/PythonSmartTypingConfigurationBlock.java:[55] 
	overlayKeys.toArray(keys);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonStringScanner.java:[41] 
	protected List createRules() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonStringScanner.java:[41] 
	protected List createRules() {
	          ^^^^
Type safety: The return type List for createRules() from the type PythonStringScanner needs unchecked conversion to conform to List<IRule> from the type AbstractScriptScanner
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonStringScanner.java:[42] 
	List/*<IRule>*/ rules = new ArrayList/*<IRule>*/();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonStringScanner.java:[42] 
	List/*<IRule>*/ rules = new ArrayList/*<IRule>*/();
	                            ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/text/PythonStringScanner.java:[45] 
	rules.add(new WhitespaceRule(new PythonWhitespaceDetector()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
38 problems (38 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.python.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.python.ui ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/target/org.eclipse.dltk.python.ui-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.python.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.python.ui ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.ui/target/org.eclipse.dltk.python.ui-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.python.ui ---
[INFO] 
[INFO] ------< org.eclipse.dltk.python:org.eclipse.dltk.python.debug.ui >------
[INFO] Building org.eclipse.dltk.python.debug.ui 5.11.0-SNAPSHOT      [142/153]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.python.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.python.debug.ui ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.python.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.python.debug.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.python.debug.ui ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.python.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.python.debug.ui ---
[INFO] Compiling 26 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.python.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.python.debug.ui ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug.ui/target/org.eclipse.dltk.python.debug.ui-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.python.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.python.debug.ui ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/plugins/org.eclipse.dltk.python.debug.ui/target/org.eclipse.dltk.python.debug.ui-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.python.debug.ui ---
[INFO] 
[INFO] ---------< org.eclipse.dltk.features:org.eclipse.dltk.python >----------
[INFO] Building org.eclipse.dltk.python 5.11.0-SNAPSHOT               [143/153]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.python ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.python ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.python ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.python ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.python ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.python ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.python ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.python ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/features/org.eclipse.dltk.python-feature/target/org.eclipse.dltk.python-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.python ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.python ---
[INFO] 
[INFO] --------< org.eclipse.dltk.python:org.eclipse.dltk.python.sdk >---------
[INFO] Building org.eclipse.dltk.python.sdk 5.11.0-SNAPSHOT           [144/153]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.python.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.python.sdk ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.python.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.python.sdk ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.python.sdk ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.python.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.python.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.python.sdk ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.python/features/org.eclipse.dltk.python.sdk/target/org.eclipse.dltk.python.sdk-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.python.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.python.sdk ---
[INFO] 
[INFO] ---------------------< org.eclipse.dltk.sh:parent >---------------------
[INFO] Building ShellEd 5.11.0-SNAPSHOT                               [145/153]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ parent ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] ------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.doc >-------------
[INFO] Building ShellEd Documentation Plug-in 5.11.0-SNAPSHOT         [146/153]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.doc ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.sh.doc ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.4.0:eclipse-run (build_indexes) @ org.eclipse.dltk.sh.doc ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/public/common/jdk1.8.0_x64-latest/jre]
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_x64-latest/jre/bin/java, -jar, /jobs/genie.dltk/dltk-sonar/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -install, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/eclipserun-work, -configuration, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/eclipserun-work/configuration, -consolelog, -application, org.eclipse.ant.core.antRunner, -data, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/workspace, -quiet, -buildfile, build.xml]
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.dltk
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 4 seconds
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.doc ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/org.eclipse.dltk.sh.doc-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] ------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.core >------------
[INFO] Building ShellEd Core plugin 5.11.0-SNAPSHOT                   [147/153]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.core ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.sh.core ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.core ---
[INFO] Compiling 9 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.core ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.core ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] -------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui >-------------
[INFO] Building ShellEd UI plugin 5.11.0-SNAPSHOT                     [148/153]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.ui ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.sh.ui ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.ui ---
[INFO] Compiling 64 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.ui ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.ui ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] ---------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.core.tests >---------
[INFO] Building ShellEd core test plugin 5.11.0-SNAPSHOT              [149/153]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.core.tests ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.sh.core.tests ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Compiling 2 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/java/oracle/jdk1.8.0_192_x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /jobs/genie.dltk/dltk-sonar/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/data, -install, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work, -configuration, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide]
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.dltk
Running org.eclipse.dltk.sh.core.tests.AllTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.037 s - in org.eclipse.dltk.sh.core.tests.AllTests
testParse(org.eclipse.dltk.sh.internal.core.parser.tests.ShellScriptSourceParserTest) skipped

Results:

Tests run: 1, Failures: 0, Errors: 0, Skipped: 1

[INFO] All tests passed!
[INFO] 
[INFO] ----------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui.tests >----------
[INFO] Building ShellEd UI test plugin 5.11.0-SNAPSHOT                [150/153]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Compiling 9 source files to /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-5.11.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/java/oracle/jdk1.8.0_192_x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /jobs/genie.dltk/dltk-sonar/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/data, -install, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work, -configuration, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide]
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.dltk
Running org.eclipse.dltk.sh.internal.ui.tests.AllTests
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.dltk.sh.internal.ui.tests.AllTests
testArrayIndexAssignmentMatch(org.eclipse.dltk.sh.internal.ui.text.tests.AssignmentRuleTest)  Time elapsed: 0.001 s
testNonAssignmentMatch(org.eclipse.dltk.sh.internal.ui.text.tests.AssignmentRuleTest)  Time elapsed: 0.001 s
testAssignmentMatch(org.eclipse.dltk.sh.internal.ui.text.tests.AssignmentRuleTest)  Time elapsed: 0 s
testSimpleMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0 s
testEndOfLineMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0.001 s
testEndOfFileMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0 s
testEscapedBraceMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0 s
testNestedBraceMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0 s
testDollarMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarRuleTest)  Time elapsed: 0 s
testPositionalSpecialMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarRuleTest)  Time elapsed: 0.001 s
testDollarBraceMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarRuleTest)  Time elapsed: 0 s
testEval(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0.039 s
testDollarBrace(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0 s
testDefault(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0.001 s
testDollar(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0 s
testDollarEval(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0 s
testDollarBrace(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest)  Time elapsed: 0 s
testDefault(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest)  Time elapsed: 0 s
testDollar(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest)  Time elapsed: 0 s

Results:

Tests run: 19, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh >---------------
[INFO] Building ShellEd Feature 5.11.0-SNAPSHOT                       [151/153]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.sh ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.sh ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.sh ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh-feature/target/org.eclipse.dltk.sh-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] ------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.sdk >-------------
[INFO] Building ShellEd Feature (SDK) 5.11.0-SNAPSHOT                 [152/153]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.sh.sdk ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ org.eclipse.dltk.sh.sdk ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.sh.sdk ---
[INFO] Building jar: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh.sdk/target/org.eclipse.dltk.sh.sdk-5.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --------------------< org.eclipse.dltk:update.site >--------------------
[INFO] Building update.site 5.11.0-SNAPSHOT                           [153/153]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ update.site ---
[INFO] Deleting /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.releng/build/update.site/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ update.site ---
[INFO] The project's OSGi version is 5.11.0.201905090639
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ update.site ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-test) @ update.site ---
[INFO] jacoco.argLine set to -javaagent:/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/hudson/genie.dltk/.jenkins/jobs/dltk-sonar/workspace/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ update.site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.releng/build/update.site/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ update.site ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ update.site ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ update.site ---
[INFO] Building zip: /jobs/genie.dltk/dltk-sonar/workspace/org.eclipse.dltk.releng/build/update.site/target/update.site-5.11.0-SNAPSHOT.zip
[INFO] 
[INFO] ------------------< org.eclipse.dltk:dltk.build.all >-------------------
[INFO] Building Dynamic Language Toolkit (DLTK) 5.11.0-SNAPSHOT       [154/153]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sonar-maven-plugin:3.3.0.603:sonar (default-cli) @ dltk.build.all ---
[INFO] User cache: /opt/public/hipp/homes/genie.dltk/.sonar/cache
[INFO] SonarQube version: 4.5.7
[INFO] Default locale: "en_US", source code encoding: "UTF-8"
02:47:51.273 INFO  - Load global referentials...
02:47:51.488 INFO  - Load global referentials done: 217 ms
02:47:51.738 INFO  - User cache: /opt/public/hipp/homes/genie.dltk/.sonar/cache
02:47:51.748 INFO  - Install plugins
02:47:52.234 INFO  - Install JDBC driver
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Dynamic Language Toolkit (DLTK) 5.11.0-SNAPSHOT:
[INFO] 
[INFO] Dynamic Language Toolkit (DLTK) .................... FAILURE [  5.935 s]
[INFO] all ................................................ SUCCESS [  0.025 s]
[INFO] core ............................................... SUCCESS [  0.021 s]
[INFO] org.eclipse.dltk.core.targetplatform ............... SUCCESS [  0.667 s]
[INFO] org.eclipse.dltk.annotations ....................... SUCCESS [  3.148 s]
[INFO] org.eclipse.dltk.core .............................. SUCCESS [ 11.375 s]
[INFO] org.eclipse.dltk.console ........................... SUCCESS [  0.281 s]
[INFO] org.eclipse.dltk.debug ............................. SUCCESS [  1.399 s]
[INFO] org.eclipse.dltk.launching ......................... SUCCESS [  5.344 s]
[INFO] org.eclipse.dltk.console.ui ........................ SUCCESS [  3.953 s]
[INFO] org.eclipse.dltk.core.manipulation ................. SUCCESS [  0.571 s]
[INFO] org.eclipse.dltk.ui ................................ SUCCESS [ 14.535 s]
[INFO] org.eclipse.dltk.debug.ui .......................... SUCCESS [  1.730 s]
[INFO] org.eclipse.dltk.validators.core ................... SUCCESS [  0.308 s]
[INFO] org.eclipse.dltk.validators.ui ..................... SUCCESS [  0.312 s]
[INFO] org.eclipse.dltk ................................... SUCCESS [  0.029 s]
[INFO] org.eclipse.dltk.testing ........................... SUCCESS [  0.906 s]
[INFO] org.eclipse.dltk.validators.externalchecker ........ SUCCESS [  0.723 s]
[INFO] org.eclipse.dltk.formatter ......................... SUCCESS [  0.292 s]
[INFO] org.eclipse.dltk.logconsole ........................ SUCCESS [  0.121 s]
[INFO] org.eclipse.dltk.logconsole.ui ..................... SUCCESS [  0.176 s]
[INFO] org.eclipse.dltk.core .............................. SUCCESS [  0.294 s]
[INFO] org.eclipse.dltk.core.doc.isv ...................... SUCCESS [  7.970 s]
[INFO] org.eclipse.dltk.core.sdk .......................... SUCCESS [  0.148 s]
[INFO] core.tests ......................................... SUCCESS [  0.006 s]
[INFO] org.eclipse.dltk.core.tests ........................ SUCCESS [ 14.963 s]
[INFO] org.eclipse.dltk.debug.tests ....................... SUCCESS [  6.178 s]
[INFO] org.eclipse.dltk.ui.tests .......................... SUCCESS [ 20.943 s]
[INFO] org.eclipse.dltk.validators.core.tests ............. SUCCESS [  4.493 s]
[INFO] org.eclipse.dltk.formatter.tests ................... SUCCESS [  3.451 s]
[INFO] org.eclipse.dltk.debug.ui.tests .................... SUCCESS [  7.528 s]
[INFO] org.eclipse.dltk.core.tests ........................ SUCCESS [  0.117 s]
[INFO] org.eclipse.dltk.core.index.sql .................... SUCCESS [  0.184 s]
[INFO] org.eclipse.dltk.core.index.sql.h2 ................. SUCCESS [  0.165 s]
[INFO] org.eclipse.dltk.core.index ........................ SUCCESS [  0.026 s]
[INFO] org.eclipse.dltk.core.index ........................ SUCCESS [  0.088 s]
[INFO] org.eclipse.dltk.core.index.sdk .................... SUCCESS [  0.085 s]
[INFO] org.eclipse.dltk.core.index.lucene ................. SUCCESS [  0.248 s]
[INFO] org.eclipse.dltk.core.index.lucene ................. SUCCESS [  0.079 s]
[INFO] org.eclipse.dltk.core.index.lucene.sdk ............. SUCCESS [  0.079 s]
[INFO] org.eclipse.dltk.core.tools.ui ..................... SUCCESS [  0.229 s]
[INFO] rse ................................................ SUCCESS [  0.005 s]
[INFO] org.eclipse.dltk.ssh.core .......................... SUCCESS [  0.152 s]
[INFO] org.eclipse.dltk.rse.core .......................... SUCCESS [  0.319 s]
[INFO] org.eclipse.dltk.rse.ui ............................ SUCCESS [  0.258 s]
[INFO] org.eclipse.dltk.rse ............................... SUCCESS [  0.083 s]
[INFO] org.eclipse.dltk.rse.sdk ........................... SUCCESS [  0.038 s]
[INFO] org.eclipse.dltk.rse ............................... SUCCESS [  0.022 s]
[INFO] mylyn .............................................. SUCCESS [  0.006 s]
[INFO] org.eclipse.dltk.mylyn ............................. SUCCESS [  0.683 s]
[INFO] org.eclipse.dltk.mylyn ............................. SUCCESS [  0.090 s]
[INFO] org.eclipse.dltk.mylyn.sdk ......................... SUCCESS [  0.039 s]
[INFO] javascript ......................................... SUCCESS [  0.004 s]
[INFO] org.eclipse.dltk.javascript.parser ................. SUCCESS [  0.821 s]
[INFO] org.eclipse.dltk.javascript.core ................... SUCCESS [  1.266 s]
[INFO] org.eclipse.dltk.javascript.core.manipulation ...... SUCCESS [  0.759 s]
[INFO] org.eclipse.dltk.javascript.debug .................. SUCCESS [  0.300 s]
[INFO] org.eclipse.dltk.javascript.launching .............. SUCCESS [  1.292 s]
[INFO] org.eclipse.dltk.javascript.ui ..................... SUCCESS [  0.821 s]
[INFO] org.eclipse.dltk.javascript.debug.ui ............... SUCCESS [  0.405 s]
[INFO] org.eclipse.dltk.javascript.jdt.integration ........ SUCCESS [  0.101 s]
[INFO] org.eclipse.dltk.javascript.rhino .................. SUCCESS [  0.838 s]
[INFO] org.eclipse.dltk.javascript.rhino.dbgp ............. SUCCESS [  0.202 s]
[INFO] org.eclipse.dltk.javascript.jsjdtdebugger .......... SUCCESS [  0.336 s]
[INFO] org.eclipse.dltk.javascript.formatter .............. SUCCESS [  0.361 s]
[INFO] org.eclipse.dltk.javascript ........................ SUCCESS [  0.123 s]
[INFO] org.eclipse.dltk.javascript.sdk .................... SUCCESS [  0.064 s]
[INFO] org.eclipse.dltk.javascript.jdt.integration.ui ..... SUCCESS [  0.236 s]
[INFO] javascript.tests ................................... SUCCESS [  0.004 s]
[INFO] org.eclipse.dltk.javascript.parser.tests ........... SUCCESS [  6.888 s]
[INFO] org.eclipse.dltk.javascript.core.tests ............. SUCCESS [ 10.959 s]
[INFO] org.eclipse.dltk.javascript.formatter.tests ........ SUCCESS [  6.357 s]
[INFO] org.eclipse.dltk.javascript.ui.tests ............... SUCCESS [ 14.486 s]
[INFO] tcl-all ............................................ SUCCESS [  0.006 s]
[INFO] tcl ................................................ SUCCESS [  0.004 s]
[INFO] org.eclipse.dltk.tcl.parser ........................ SUCCESS [  0.677 s]
[INFO] org.eclipse.dltk.tcl.core .......................... SUCCESS [  0.960 s]
[INFO] org.eclipse.dltk.tcl.debug ......................... SUCCESS [  0.231 s]
[INFO] org.eclipse.dltk.tcl.launching ..................... SUCCESS [  0.273 s]
[INFO] org.eclipse.dltk.tcl.ui ............................ SUCCESS [  0.951 s]
[INFO] org.eclipse.dltk.tcl.validators .................... SUCCESS [  0.202 s]
[INFO] org.eclipse.dltk.tcl.activestatedebugger ........... SUCCESS [  0.434 s]
[INFO] org.eclipse.dltk.tcl.debug.ui ...................... SUCCESS [  0.516 s]
[INFO] org.eclipse.dltk.tcl.tclchecker .................... SUCCESS [  0.798 s]
[INFO] org.eclipse.dltk.tcl ............................... SUCCESS [  0.032 s]
[INFO] org.eclipse.dltk.tcl.testing ....................... SUCCESS [  0.365 s]
[INFO] org.eclipse.dltk.tcl.testing.tcltest ............... SUCCESS [  0.223 s]
[INFO] org.eclipse.dltk.tcl.doc.user ...................... SUCCESS [  8.848 s]
[INFO] org.eclipse.dltk.tcl.tcllib ........................ SUCCESS [  0.034 s]
[INFO] org.eclipse.dltk.tcl.formatter ..................... SUCCESS [  0.355 s]
[INFO] org.eclipse.dltk.tcl ............................... SUCCESS [  0.167 s]
[INFO] org.eclipse.dltk.tcl.sdk ........................... SUCCESS [  0.066 s]
[INFO] itcl ............................................... SUCCESS [  0.004 s]
[INFO] org.eclipse.dltk.itcl.core ......................... SUCCESS [  0.295 s]
[INFO] xotcl .............................................. SUCCESS [  0.004 s]
[INFO] org.eclipse.dltk.xotcl.core ........................ SUCCESS [  0.285 s]
[INFO] org.eclipse.dltk.tcl.core.indexer .................. SUCCESS [  0.123 s]
[INFO] tcl.tests .......................................... SUCCESS [  0.004 s]
[INFO] org.eclipse.dltk.tcl.tests ......................... SUCCESS [  5.475 s]
[INFO] org.eclipse.dltk.tcl.parser.tests .................. SUCCESS [  6.412 s]
[INFO] org.eclipse.dltk.tcl.core.tests .................... SUCCESS [ 10.935 s]
[INFO] org.eclipse.dltk.tcl.formatter.tests ............... SUCCESS [ 10.144 s]
[INFO] org.eclipse.dltk.tcl.validators.tests .............. SUCCESS [  5.685 s]
[INFO] org.eclipse.dltk.tcl.ui.tests ...................... SUCCESS [  9.558 s]
[INFO] org.eclipse.dltk.tcl.activestatedebugger.tests ..... SUCCESS [  4.869 s]
[INFO] org.eclipse.dltk.itcl.ui ........................... SUCCESS [  0.216 s]
[INFO] org.eclipse.dltk.itcl .............................. SUCCESS [  0.023 s]
[INFO] org.eclipse.dltk.itcl .............................. SUCCESS [  0.116 s]
[INFO] org.eclipse.dltk.itcl.sdk .......................... SUCCESS [  0.039 s]
[INFO] org.eclipse.dltk.itcl.core.tests ................... SUCCESS [  5.602 s]
[INFO] org.eclipse.dltk.xotcl.ui .......................... SUCCESS [  0.206 s]
[INFO] org.eclipse.dltk.xotcl.testing.xounit .............. SUCCESS [  0.215 s]
[INFO] org.eclipse.dltk.xotcl ............................. SUCCESS [  0.027 s]
[INFO] org.eclipse.dltk.xotcl ............................. SUCCESS [  0.130 s]
[INFO] org.eclipse.dltk.xotcl.sdk ......................... SUCCESS [  0.052 s]
[INFO] org.eclipse.dltk.xotcl.core.tests .................. SUCCESS [  9.834 s]
[INFO] ruby ............................................... SUCCESS [  0.008 s]
[INFO] org.eclipse.dltk.ruby.abstractdebugger ............. SUCCESS [  0.110 s]
[INFO] org.eclipse.dltk.ruby.debug ........................ SUCCESS [  0.120 s]
[INFO] org.eclipse.dltk.ruby.core ......................... SUCCESS [  0.907 s]
[INFO] org.eclipse.dltk.ruby.launching .................... SUCCESS [  0.163 s]
[INFO] org.eclipse.dltk.ruby.activestatedebugger .......... SUCCESS [  0.269 s]
[INFO] org.eclipse.dltk.ruby.basicdebugger ................ SUCCESS [  0.294 s]
[INFO] org.eclipse.dltk.ruby.ui ........................... SUCCESS [  0.607 s]
[INFO] org.eclipse.dltk.ruby.debug.ui ..................... SUCCESS [  0.337 s]
[INFO] org.eclipse.dltk.ruby.fastdebugger ................. SUCCESS [  0.254 s]
[INFO] org.eclipse.dltk.ruby .............................. SUCCESS [  0.023 s]
[INFO] org.eclipse.dltk.ruby.formatter .................... SUCCESS [  2.172 s]
[INFO] org.eclipse.dltk.ruby.testing ...................... SUCCESS [  0.372 s]
[INFO] org.eclipse.dltk.ruby .............................. SUCCESS [  0.140 s]
[INFO] org.eclipse.dltk.ruby.sdk .......................... SUCCESS [  0.062 s]
[INFO] org.eclipse.dltk.ruby.core.tests ................... SUCCESS [ 15.173 s]
[INFO] org.eclipse.dltk.ruby.formatter.tests .............. SUCCESS [  9.356 s]
[INFO] org.eclipse.dltk.ruby.ui.tests ..................... SUCCESS [  8.718 s]
[INFO] org.eclipse.dltk.ruby.testing.tests ................ SUCCESS [  5.778 s]
[INFO] python ............................................. SUCCESS [  0.005 s]
[INFO] org.eclipse.dltk.python.debug ...................... SUCCESS [  0.095 s]
[INFO] org.eclipse.dltk.python.core ....................... SUCCESS [  0.345 s]
[INFO] org.eclipse.dltk.python.activestatedebugger ........ SUCCESS [  0.223 s]
[INFO] org.eclipse.dltk.python.launching .................. SUCCESS [  0.166 s]
[INFO] org.eclipse.dltk.python.ui ......................... SUCCESS [  0.378 s]
[INFO] org.eclipse.dltk.python.debug.ui ................... SUCCESS [  0.269 s]
[INFO] org.eclipse.dltk.python ............................ SUCCESS [  0.089 s]
[INFO] org.eclipse.dltk.python.sdk ........................ SUCCESS [  0.048 s]
[INFO] ShellEd ............................................ SUCCESS [  0.004 s]
[INFO] ShellEd Documentation Plug-in ...................... SUCCESS [  6.359 s]
[INFO] ShellEd Core plugin ................................ SUCCESS [  0.112 s]
[INFO] ShellEd UI plugin .................................. SUCCESS [  0.413 s]
[INFO] ShellEd core test plugin ........................... SUCCESS [  3.333 s]
[INFO] ShellEd UI test plugin ............................. SUCCESS [  7.153 s]
[INFO] ShellEd Feature .................................... SUCCESS [  0.053 s]
[INFO] ShellEd Feature (SDK) .............................. SUCCESS [  0.035 s]
[INFO] update.site ........................................ SUCCESS [  7.531 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:53 min
[INFO] Finished at: 2019-05-09T02:47:52-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar (default-cli) on project dltk.build.all: Unable to determine database dialect to use within sonar with dialect null jdbc url $SONAR_JDBC_URL -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
Recording test results
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  1 second
Finished: FAILURE