Skip to content
Success

Console Output

[INFO] 
[INFO] --< org.eclipse.sphinx.tests:org.eclipse.sphinx.tests.jdt.integration >--
[INFO] Building org.eclipse.sphinx.tests.jdt.integration 0.12.0-SNAPSHOT [101/148]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] The project's OSGi version is 0.12.0.202204251301
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/target/org.eclipse.sphinx.tests.jdt.integration-0.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/target/org.eclipse.sphinx.tests.jdt.integration-0.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ org.eclipse.sphinx.tests.jdt.integration ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/target/work/data, -install, /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/target/work, -configuration, /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/gerrit/tests/org.eclipse.sphinx.tests.jdt.integration/target/surefire.properties]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.sphinx.tests.jdt.integration.loaders.ProjectClassLoaderTest
java.nio.file.NoSuchFileException: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/release
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.Files.newByteChannel(Files.java:361)
	at java.nio.file.Files.newByteChannel(Files.java:407)
	at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
	at java.nio.file.Files.newInputStream(Files.java:152)
	at java.nio.file.Files.newBufferedReader(Files.java:2784)
	at java.nio.file.Files.lines(Files.java:3744)
	at java.nio.file.Files.lines(Files.java:3785)
	at org.eclipse.jdt.internal.launching.StandardVMType.readReleaseVersion(StandardVMType.java:832)
	at org.eclipse.jdt.internal.launching.StandardVMType.getLibraryInfo(StandardVMType.java:214)
	at org.eclipse.jdt.internal.launching.StandardVMType.getVMVersion(StandardVMType.java:256)
	at org.eclipse.jdt.internal.launching.Standard11xVMType.canDetectDefaultSystemLibraries(Standard11xVMType.java:98)
	at org.eclipse.jdt.internal.launching.StandardVMType.getJavaHomeLocation(StandardVMType.java:315)
	at org.eclipse.jdt.internal.launching.StandardVMType.detectInstallLocation(StandardVMType.java:269)
	at org.eclipse.jdt.launching.JavaRuntime.detectEclipseRuntime(JavaRuntime.java:2075)
	at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3042)
	at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:543)
	at org.eclipse.jdt.internal.launching.JREPreferenceModifyListener.preApply(JREPreferenceModifyListener.java:129)
	at org.eclipse.core.internal.preferences.PreferencesService$4.run(PreferencesService.java:450)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.core.internal.preferences.PreferencesService.firePreApplyEvent(PreferencesService.java:453)
	at org.eclipse.core.internal.preferences.PreferencesService.applyPreferences(PreferencesService.java:121)
	at org.eclipse.core.internal.resources.ProjectPreferences.read(ProjectPreferences.java:205)
	at org.eclipse.core.internal.resources.ProjectPreferences.updatePreferences(ProjectPreferences.java:273)
	at org.eclipse.core.internal.resources.File.updateMetadataFiles(File.java:387)
	at org.eclipse.core.internal.resources.File.internalSetContents(File.java:304)
	at org.eclipse.core.internal.resources.File.create(File.java:150)
	at org.eclipse.core.internal.resources.File.create(File.java:181)
	at org.eclipse.sphinx.testutils.integration.AbstractIntegrationTestCase.importExternalResourceToWorkspace(AbstractIntegrationTestCase.java:1640)
	at org.eclipse.sphinx.testutils.integration.AbstractIntegrationTestCase.importExternalResourceToWorkspace(AbstractIntegrationTestCase.java:1624)
	at org.eclipse.sphinx.testutils.integration.AbstractIntegrationTestCase.importExternalResourceToWorkspace(AbstractIntegrationTestCase.java:1624)
	at org.eclipse.sphinx.testutils.integration.AbstractIntegrationTestCase$3.run(AbstractIntegrationTestCase.java:595)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267)
	at org.eclipse.sphinx.testutils.integration.AbstractIntegrationTestCase.synchronizedImportMissingReferenceProjectsIntoWorkspace(AbstractIntegrationTestCase.java:605)
	at org.eclipse.sphinx.testutils.integration.AbstractIntegrationTestCase.setUp(AbstractIntegrationTestCase.java:250)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.928 sec - in org.eclipse.sphinx.tests.jdt.integration.loaders.ProjectClassLoaderTest
testClassLoaderHierarchy(org.eclipse.sphinx.tests.jdt.integration.loaders.ProjectClassLoaderTest)  Time elapsed: 3.21 sec
testProjectClassLoader(org.eclipse.sphinx.tests.jdt.integration.loaders.ProjectClassLoaderTest)  Time elapsed: 0.559 sec
testDelegatingCompositeBundleClassLoader(org.eclipse.sphinx.tests.jdt.integration.loaders.ProjectClassLoaderTest)  Time elapsed: 0.527 sec

Results :

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

[INFO] All tests passed!
[JENKINS] Recording test results