Skip to content
Unstable

Console Output

[INFO] 
[INFO] --< org.eclipse.sphinx.examples:org.eclipse.sphinx.examples.tests.perf >--
[INFO] Building org.eclipse.sphinx.examples.tests.perf 0.12.0-SNAPSHOT [78/148]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] The project's OSGi version is 0.12.0.202204280428
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.5.0:plugin-source (plugin-source) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/target/org.eclipse.sphinx.examples.tests.perf-0.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/target/org.eclipse.sphinx.examples.tests.perf-0.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.5.0:source-feature (source-feature) @ org.eclipse.sphinx.examples.tests.perf ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:test (default-test) @ org.eclipse.sphinx.examples.tests.perf ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-11/11.0.13+8/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/target/work/data, -install, /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/target/work, -configuration, /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/target/surefire.properties]
Running org.eclipse.sphinx.examples.tests.perf.ExamplePerformanceJUnitTest
################### Performance report testMethod1:PerformanceStat not activated
################### Events in time failure state for testMethod1:
 Check if there is events with time failure state. : false
 The list of all the events with time failure state. :null
Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 21.484 s <<< FAILURE! - in org.eclipse.sphinx.examples.tests.perf.ExamplePerformanceJUnitTest
testMethod1(org.eclipse.sphinx.examples.tests.perf.ExamplePerformanceJUnitTest)  Time elapsed: 1.094 s
testMethod2(org.eclipse.sphinx.examples.tests.perf.ExamplePerformanceJUnitTest)  Time elapsed: 6.456 s  <<< FAILURE!
junit.framework.AssertionFailedError
	at org.eclipse.sphinx.examples.tests.perf.ExamplePerformanceJUnitTest.testMethod2(ExamplePerformanceJUnitTest.java:84)

testMethod3(org.eclipse.sphinx.examples.tests.perf.ExamplePerformanceJUnitTest)  Time elapsed: 5.427 s  <<< FAILURE!
junit.framework.AssertionFailedError
	at org.eclipse.sphinx.examples.tests.perf.ExamplePerformanceJUnitTest.testMethod3(ExamplePerformanceJUnitTest.java:117)

testAllMethods(org.eclipse.sphinx.examples.tests.perf.ExamplePerformanceJUnitTest)  Time elapsed: 8.309 s  <<< FAILURE!
junit.framework.AssertionFailedError
	at org.eclipse.sphinx.examples.tests.perf.ExamplePerformanceJUnitTest.testAllMethods(ExamplePerformanceJUnitTest.java:36)


Results:

Failures: 
  ExamplePerformanceJUnitTest.testAllMethods:36
  ExamplePerformanceJUnitTest.testMethod2:84
  ExamplePerformanceJUnitTest.testMethod3:117

Tests run: 4, Failures: 3, Errors: 0, Skipped: 0

[ERROR] There are test failures.

Please refer to /home/jenkins/agent/workspace/gerrit/examples/org.eclipse.sphinx.examples.tests.perf/target/surefire-reports for the individual test results.
[JENKINS] Recording test results