Skip to content

Console Output

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 0 seconds
[INFO] 
[INFO] -----------< it.geosolutions.jaiext.vectorbin:jt-vectorbin >------------
[INFO] Building jt-vectorbin 1.0-SNAPSHOT                                [6/37]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from opengeo: http://repo.opengeo.org/org/locationtech/jts/jts-example/1.15.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from osgeo: http://download.osgeo.org/webdav/geotools/org/locationtech/jts/jts-example/1.15.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/locationtech/jts/jts-example/1.15.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from geosolutions: http://maven.geo-solutions.it/org/locationtech/jts/jts-example/1.15.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.locationtech.jts:jts-example:1.15.0-SNAPSHOT/maven-metadata.xml from/to opengeo (http://repo.opengeo.org): Transfer failed for http://repo.opengeo.org/org/locationtech/jts/jts-example/1.15.0-SNAPSHOT/maven-metadata.xml
[WARNING] Failure to transfer org.locationtech.jts:jts-example:1.15.0-SNAPSHOT/maven-metadata.xml from http://repo.opengeo.org was cached in the local repository, resolution will not be reattempted until the update interval of opengeo has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.jts:jts-example:1.15.0-SNAPSHOT/maven-metadata.xml from/to opengeo (http://repo.opengeo.org): Transfer failed for http://repo.opengeo.org/org/locationtech/jts/jts-example/1.15.0-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jt-vectorbin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jt-vectorbin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/target/classes
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/src/main/java/it/geosolutions/jaiext/vectorbin/ROIGeometry.java: Some input files use or override a deprecated API.
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/src/main/java/it/geosolutions/jaiext/vectorbin/ROIGeometry.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/src/main/java/it/geosolutions/jaiext/vectorbin/ROIGeometry.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/src/main/java/it/geosolutions/jaiext/vectorbin/ROIGeometry.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jt-vectorbin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jt-vectorbin ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jt-vectorbin ---
[INFO] Surefire report directory: /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts -DforkCount=1
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Running it.geosolutions.jaiext.vectorbin.VectorBinarizeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 sec - in it.geosolutions.jaiext.vectorbin.VectorBinarizeTest
Running it.geosolutions.jaiext.vectorbin.ROIGeometryTest
Error: Could not find mediaLib accelerator wrapper classes. Continuing in pure Java mode.
Occurs in: com.sun.media.jai.mlib.MediaLibAccessor
java.lang.NoClassDefFoundError: com/sun/medialib/mlib/Image
	at com.sun.media.jai.mlib.MediaLibAccessor$1.run(MediaLibAccessor.java:248)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.media.jai.mlib.MediaLibAccessor.setUseMlib(MediaLibAccessor.java:245)
	at com.sun.media.jai.mlib.MediaLibAccessor.useMlib(MediaLibAccessor.java:177)
	at com.sun.media.jai.mlib.MediaLibAccessor.isMediaLibCompatible(MediaLibAccessor.java:357)
	at com.sun.media.jai.mlib.MediaLibAccessor.isMediaLibCompatible(MediaLibAccessor.java:315)
	at com.sun.media.jai.mlib.MlibSubtractRIF.create(MlibSubtractRIF.java:47)
	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 javax.media.jai.FactoryCache.invoke(FactoryCache.java:122)
	at javax.media.jai.OperationRegistry.invokeFactory(OperationRegistry.java:1674)
	at it.geosolutions.jaiext.ConcurrentOperationRegistry.invokeFactory(ConcurrentOperationRegistry.java:576)
	at javax.media.jai.registry.RIFRegistry.create(RIFRegistry.java:332)
	at javax.media.jai.RenderedOp.createInstance(RenderedOp.java:819)
	at javax.media.jai.RenderedOp.createRendering(RenderedOp.java:867)
	at javax.media.jai.RenderedOp.getRendering(RenderedOp.java:888)
	at javax.media.jai.RenderedOp$1.getPropertyNames(RenderedOp.java:1791)
	at javax.media.jai.PropertyEnvironment.mapDefaults(PropertyEnvironment.java:270)
	at javax.media.jai.PropertyEnvironment.getPropertyNames(PropertyEnvironment.java:125)
	at javax.media.jai.WritablePropertySourceImpl.addProperties(WritablePropertySourceImpl.java:298)
	at javax.media.jai.RenderedOp.createPropertySource(RenderedOp.java:1817)
	at javax.media.jai.RenderedOp.getPropertyNames(RenderedOp.java:1851)
	at javax.media.jai.PropertyEnvironment.hashNames(PropertyEnvironment.java:309)
	at javax.media.jai.PropertyEnvironment.<init>(PropertyEnvironment.java:115)
	at javax.media.jai.DescriptorCache.getPropertySource(DescriptorCache.java:1190)
	at javax.media.jai.OperationRegistry.getPropertySource(OperationRegistry.java:1955)
	at it.geosolutions.jaiext.ConcurrentOperationRegistry.getPropertySource(ConcurrentOperationRegistry.java:662)
	at javax.media.jai.OperationRegistry.getPropertySource(OperationRegistry.java:1994)
	at it.geosolutions.jaiext.ConcurrentOperationRegistry.getPropertySource(ConcurrentOperationRegistry.java:673)
	at javax.media.jai.OperationNodeSupport.getPropertySource(OperationNodeSupport.java:616)
	at javax.media.jai.RenderedOp.createPropertySource(RenderedOp.java:1814)
	at javax.media.jai.RenderedOp.getProperty(RenderedOp.java:1968)
	at it.geosolutions.jaiext.vectorbin.ROIGeometryTest.assertImagesEqual(ROIGeometryTest.java:976)
	at it.geosolutions.jaiext.vectorbin.ROIGeometryTest.assertROIEquivalent(ROIGeometryTest.java:933)
	at it.geosolutions.jaiext.vectorbin.ROIGeometryTest.testCheckerBoard(ROIGeometryTest.java:274)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	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 org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.ClassNotFoundException: com.sun.medialib.mlib.Image
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 60 more
Tests run: 46, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.142 sec - in it.geosolutions.jaiext.vectorbin.ROIGeometryTest

Results :

Tests run: 47, Failures: 0, Errors: 0, Skipped: 2

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jt-vectorbin ---
[INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/target/jt-vectorbin-1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ jt-vectorbin ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ jt-vectorbin >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ jt-vectorbin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ jt-vectorbin ---
[INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/target/jt-vectorbin-1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jt-vectorbin ---
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/target/jt-vectorbin-1.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/it/geosolutions/jaiext/vectorbin/jt-vectorbin/1.0-SNAPSHOT/jt-vectorbin-1.0-SNAPSHOT.jar
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/pom.xml to /opt/public/hipp/homes/genie.jts/.m2/repository/it/geosolutions/jaiext/vectorbin/jt-vectorbin/1.0-SNAPSHOT/jt-vectorbin-1.0-SNAPSHOT.pom
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/target/jt-vectorbin-1.0-SNAPSHOT-tests.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/it/geosolutions/jaiext/vectorbin/jt-vectorbin/1.0-SNAPSHOT/jt-vectorbin-1.0-SNAPSHOT-tests.jar
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-vectorbin/target/jt-vectorbin-1.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/it/geosolutions/jaiext/vectorbin/jt-vectorbin/1.0-SNAPSHOT/jt-vectorbin-1.0-SNAPSHOT-sources.jar