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] -------------------< org.jaitools:jt-vectorbinarize >-------------------
[INFO] Building VectorBinarize operator 1.5-SNAPSHOT                    [14/15]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jt-vectorbinarize ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jt-vectorbinarize ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ jt-vectorbinarize ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/hudson/genie.jts/.jenkins/jobs/Jaitools/workspace/operator/vectorbinarize/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jt-vectorbinarize ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jt-vectorbinarize ---
[INFO] Surefire report directory: /home/hudson/genie.jts/.jenkins/jobs/Jaitools/workspace/operator/vectorbinarize/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts -DforkCount=1
Running org.jaitools.media.jai.vectorbinarize.VectorBinarizeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 sec
Running org.jaitools.media.jai.vectorbinarize.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 javax.media.jai.ThreadSafeOperationRegistry.invokeFactory(ThreadSafeOperationRegistry.java:473)
	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 javax.media.jai.ThreadSafeOperationRegistry.getPropertySource(ThreadSafeOperationRegistry.java:587)
	at javax.media.jai.OperationRegistry.getPropertySource(OperationRegistry.java:1994)
	at javax.media.jai.ThreadSafeOperationRegistry.getPropertySource(ThreadSafeOperationRegistry.java:600)
	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 org.jaitools.media.jai.vectorbinarize.ROIGeometryTest.assertImagesEqual(ROIGeometryTest.java:492)
	at org.jaitools.media.jai.vectorbinarize.ROIGeometryTest.assertROIEquivalent(ROIGeometryTest.java:449)
	at org.jaitools.media.jai.vectorbinarize.ROIGeometryTest.testCheckerBoard(ROIGeometryTest.java:109)
	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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
	at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	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.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
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)
	... 67 more
Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.962 sec

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jt-vectorbinarize ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jt-vectorbinarize ---
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jaitools/workspace/operator/vectorbinarize/target/jt-vectorbinarize-1.5-SNAPSHOT.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/jaitools/jt-vectorbinarize/1.5-SNAPSHOT/jt-vectorbinarize-1.5-SNAPSHOT.jar
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Jaitools/workspace/operator/vectorbinarize/pom.xml to /opt/public/hipp/homes/genie.jts/.m2/repository/org/jaitools/jt-vectorbinarize/1.5-SNAPSHOT/jt-vectorbinarize-1.5-SNAPSHOT.pom
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] Reactor Summary for JAITools 1.5-SNAPSHOT:
[INFO] 
[INFO] JAITools ........................................... SUCCESS [  0.806 s]
[INFO] Support and utility classes ........................ SUCCESS [ 13.113 s]
[INFO] JAITools - image operators ......................... SUCCESS [  0.120 s]
[INFO] AttributeOpImage ................................... SUCCESS [  0.854 s]
[INFO] Contour operator ................................... SUCCESS [  3.005 s]
[INFO] Generate image operator ............................ SUCCESS [  1.039 s]
[INFO] KernelStats operator ............................... SUCCESS [  2.059 s]
[INFO] MaskedConvolve operator ............................ SUCCESS [  3.510 s]
[INFO] Regionalize operator ............................... SUCCESS [  2.772 s]
[INFO] RangeLookup operator ............................... SUCCESS [  2.568 s]
[INFO] Vectorize operator ................................. SUCCESS [  2.962 s]
[INFO] ZonalStats operator ................................ SUCCESS [  2.997 s]
[INFO] Demo programs ...................................... SUCCESS [  1.241 s]
[INFO] VectorBinarize operator ............................ SUCCESS [  4.779 s]
[INFO] ClassifiedStats operator ........................... SUCCESS [  3.023 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:05 min
[INFO] Finished at: 2021-02-25T15:24:37-05:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data