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.crop:jt-crop >----------------- [INFO] Building jt-crop 1.0-SNAPSHOT [16/37] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jt-crop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jt-crop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/target/classes [WARNING] /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/src/main/java/it/geosolutions/jaiext/crop/CropSpi.java: /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/src/main/java/it/geosolutions/jaiext/crop/CropSpi.java uses or overrides a deprecated API. [WARNING] /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/src/main/java/it/geosolutions/jaiext/crop/CropSpi.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/src/main/java/it/geosolutions/jaiext/crop/CropOpImage.java: /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/src/main/java/it/geosolutions/jaiext/crop/CropOpImage.java uses unchecked or unsafe operations. [WARNING] /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/src/main/java/it/geosolutions/jaiext/crop/CropOpImage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jt-crop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jt-crop --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jt-crop --- [INFO] Surefire report directory: /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/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.crop.CropImageTest 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.(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.crop.CropImageTest.assertImageEquals(CropImageTest.java:244) at it.geosolutions.jaiext.crop.CropImageTest.testCropImagePB(CropImageTest.java:85) 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) ... 59 more Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 sec - in it.geosolutions.jaiext.crop.CropImageTest Running it.geosolutions.jaiext.crop.ComparisonTest Byte Mean value for New CropDescriptor : 0.5334829999999999 msec. Maximum value for New CropDescriptor : 0.5334829999999999 msec. Minimum value for New CropDescriptor : 0.5334829999999999 msec. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in it.geosolutions.jaiext.crop.ComparisonTest Results : Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jt-crop --- [INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/target/jt-crop-1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ jt-crop --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ jt-crop >>> [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-crop <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ jt-crop --- [INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/target/jt-crop-1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jt-crop --- [INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/target/jt-crop-1.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/it/geosolutions/jaiext/crop/jt-crop/1.0-SNAPSHOT/jt-crop-1.0-SNAPSHOT.jar [INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/pom.xml to /opt/public/hipp/homes/genie.jts/.m2/repository/it/geosolutions/jaiext/crop/jt-crop/1.0-SNAPSHOT/jt-crop-1.0-SNAPSHOT.pom [INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/target/jt-crop-1.0-SNAPSHOT-tests.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/it/geosolutions/jaiext/crop/jt-crop/1.0-SNAPSHOT/jt-crop-1.0-SNAPSHOT-tests.jar [INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jai-ext/workspace/jt-crop/target/jt-crop-1.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/it/geosolutions/jaiext/crop/jt-crop/1.0-SNAPSHOT/jt-crop-1.0-SNAPSHOT-sources.jar