[ImageJ-devel] Build failed in Jenkins: ImgLib #667

Curtis Rueden ctrueden at wisc.edu
Tue Apr 3 15:08:57 CDT 2012


Hi everyone,

[INFO] Compilation failure
> AnisotropicDiffusion3DExample.java:[51,32] invalid inferred types for T;
> inferred type does not conform to declared bound(s)
> inferred: java.lang.Object
> bound(s):
> java.lang.Object,net.imglib2.type.numeric.RealType<java.lang.Object>,net.imglib2.type.NativeType<java.lang.Object>
>

I have no idea how to fix this error message, though I have seen it a few
times before in ImageJ2. The problem comes up when a method has a T
parameter that cannot be resolved from the method arguments, but instead
must be passed forward some other way. In the case of ImageJ2, it comes up
a lot with the ImgOpener.openImg(String) method that has a T parameter in
the return type.

Here is an example of an ugly hack I recently did to avoid this issue:
    http://trac.imagej.net/changeset/5224

But that is really bad, since I really do not want the IOService to have a
type parameter at all.

Does anyone more intimately familiar with generics know how to deal with
this situation in a better way?

Regards,
Curtis


On Tue, Apr 3, 2012 at 2:03 PM, <jenkins at imagej.net> wrote:

> See <http://jenkins.imagej.net/job/ImgLib/667/changes>
>
> Changes:
>
> [Jean-Yves Tinevez] Fix compilation error in Jenkis for the anisotropic
> diffusion example
>
> ------------------------------------------
> [...truncated 1867 lines...]
> 72/161K
> 76/161K
> 80/161K
> 84/161K
> 88/161K
> 92/161K
> 96/161K
> 100/161K
> 104/161K
> 108/161K
> 112/161K
> 116/161K
> 120/161K
> 124/161K
> 128/161K
> 132/161K
> 136/161K
> 140/161K
> 144/161K
> 148/161K
> 152/161K
> 156/161K
> 160/161K
> 161/161K
> 161K uploaded  (imglib2-scripting-2.0-20120403.190159-275.jar)
> [INFO] Retrieving previous metadata from imagej.snapshots
> [INFO] Uploading repository metadata for: 'snapshot
> net.imglib2:imglib2-scripting:2.0-SNAPSHOT'
> Apr 3, 2012 2:03:27 PM
> org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
> INFO: basic authentication scheme selected
> [INFO] Retrieving previous metadata from imagej.snapshots
> [INFO] Uploading repository metadata for: 'artifact
> net.imglib2:imglib2-scripting'
> Apr 3, 2012 2:03:27 PM
> org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
> INFO: basic authentication scheme selected
> [INFO] Uploading project information for imglib2-scripting
> 2.0-20120403.190159-275
> Apr 3, 2012 2:03:27 PM
> org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
> INFO: basic authentication scheme selected
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building ImgLib2 Tests
> [INFO]    task-segment: [clean, deploy]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting
> /data/devel/jenkins/jobs/ImgLib/workspace/imglib2/tests/target
> [debug] execute contextualize
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /data/devel/jenkins/jobs/ImgLib/workspace/imglib2/tests/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [debug] execute contextualize
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /data/devel/jenkins/jobs/ImgLib/workspace/imglib2/tests/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 23 source files to
> /data/devel/jenkins/jobs/ImgLib/workspace/imglib2/tests/target/test-classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] AnisotropicDiffusion3DExample.java:[51,32] invalid inferred types
> for T; inferred type does not conform to declared bound(s)
> inferred: java.lang.Object
> bound(s):
> java.lang.Object,net.imglib2.type.numeric.RealType<java.lang.Object>,net.imglib2.type.NativeType<java.lang.Object>
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> AnisotropicDiffusion3DExample.java:[51,32] invalid inferred types for T;
> inferred type does not conform to declared bound(s)
> inferred: java.lang.Object
> bound(s):
> java.lang.Object,net.imglib2.type.numeric.RealType<java.lang.Object>,net.imglib2.type.NativeType<java.lang.Object>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 33 seconds
> [INFO] Finished at: Tue Apr 03 14:03:28 CDT 2012
> [INFO] Final Memory: 173M/950M
> [INFO]
> ------------------------------------------------------------------------
> Archiving artifacts
> Performance: No threshold configured for making the test unstable
> Performance: No threshold configured for making the test failure
> Performance: Recording JUnit reports '**/TEST-*.xml'
> Performance: Parsing JUnit report file TEST-HistogramTest.xml
> Performance: Parsing JUnit report file
> TEST-tests.labeling.AllConnectedComponentsTest.xml
> Performance: Parsing JUnit report file
> TEST-tests.labeling.WatershedTest.xml
> Performance: Parsing JUnit report file TEST-tests.BasicTest.xml
> Performance: Parsing JUnit report file
> TEST-tests.TestSortedGrayLevelIterator.xml
> Performance: Parsing JUnit report file TEST-tests.labeling.LabelingTest.xml
> Performance: Parsing JUnit report file TEST-SquareTest.xml
> Performance: Parsing JUnit report file
> TEST-imglib.ops.Rev2FunctionalIdeasTest.xml
> Performance: Parsing JUnit report file TEST-script.imglib.test.TestPlot.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.algorithm.kdtree.VolumetricSearchTest.xml
> Performance: Parsing JUnit report file
> TEST-tests.labeling.AllConnectedComponentsTest.xml
> Performance: Parsing JUnit report file
> TEST-tests.labeling.WatershedTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.algorithm.region.BresenhamLineTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.algorithm.region.localneighborhood.DomainCursorTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.IterableIntervalSubsetTest.xml
> Performance: Parsing JUnit report file TEST-net.imglib2.PointTest.xml
> Performance: Parsing JUnit report file TEST-net.imglib2.RealPointTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.TestAbstractRealLocalizable.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.collection.RealPointSampleListTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.img.cell.CellContainerFactoryTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.img.cell.CellContainerTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.img.cell.CellCursorTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.img.cell.CellTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.img.cell.CopyTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.img.list.CopyTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.img.planar.CopyTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.img.transform.ImgTranslationAdapterTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.nearestneighbor.KDTreeTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.nearestneighbor.NearestNeighborSearchOnIterableRealIntervalTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.outofbounds.OutOfBoundsMirrorDoubleBoundaryTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.outofbounds.OutOfBoundsMirrorSingleBoundaryTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.outofbounds.OutOfBoundsPeriodicTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.position.transform.FloorOffsetTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.roi.BinaryMaskRegionOfInterestTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.roi.CompositeRegionOfInterestTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.roi.EllipseRegionOfInterestTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.roi.PolygonRegionOfInterestTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.roi.RectangleRegionOfInterestTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.sampler.special.TestConstantRandomAccessible.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.sampler.special.TestConstantRealRandomAccessible.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.util.ImgUtilTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.util.KthElementTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.util.PartitionTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.view.RandomAccessTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.view.RandomAccessibleIntervalCursorTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.view.SequentializeTransformTest.xml
> Performance: Parsing JUnit report file TEST-tests.BasicTest.xml
> Performance: Parsing JUnit report file
> TEST-tests.labeling.LabelingOutOfBoundsTest.xml
> Performance: Parsing JUnit report file TEST-tests.labeling.LabelingTest.xml
> Performance: Parsing JUnit report file
> TEST-tests.roi.TestAbstractRegionOfInterest.xml
> Performance: Parsing JUnit report file TEST-net.imglib2.img.ImgTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.io.img.virtual.VirtualImgTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example10Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example11Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example12Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example1Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example2Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example3Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example4Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example5Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example6Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example7Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example8Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.example.Example9Test.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.bool.BinaryAndNotTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.bool.BinaryXorTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.complex.ComplexAddTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.complex.ComplexAvgTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.complex.ComplexCopyLeftTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.complex.ComplexCopyRightTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.complex.ComplexDifferenceTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.complex.ComplexDivideTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.complex.ComplexMultiplyTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.complex.ComplexPowerTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.binary.complex.ComplexSubtractTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.unary.complex.ComplexExpTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.unary.complex.ComplexIntegerPowerTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.unary.complex.ComplexLogTest.xml
> Performance: Parsing JUnit report file
> TEST-net.imglib2.ops.operation.unary.complex.ComplexReciprocalTest.xml
> Performance: Parsing JUnit report file
> TEST-script.imglib.test.TestExtend.xml
> Performance: Parsing JUnit report file
> TEST-script.imglib.test.TestIntegralImage.xml
> Performance: Parsing JUnit report file
> TEST-script.imglib.test.TestIntegralImagePerformance.xml
> Performance: Parsing JUnit report file
> TEST-script.imglib.test.TestReduce.xml
> Performance: Parsing JUnit report file
> TEST-script.imglib.test.TestTransformations.xml
> Performance: File TEST-HistogramTest.xml reported 0.0% of errors
> [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.labeling.AllConnectedComponentsTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.labeling.WatershedTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.BasicTest.xml reported 0.0% of errors
> [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.TestSortedGrayLevelIterator.xml reported 0.0%
> of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.labeling.LabelingTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-SquareTest.xml reported 0.0% of errors [SUCCESS].
> Build status is: FAILURE
> Performance: File TEST-imglib.ops.Rev2FunctionalIdeasTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-script.imglib.test.TestPlot.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.algorithm.kdtree.VolumetricSearchTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.labeling.AllConnectedComponentsTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.labeling.WatershedTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.algorithm.region.BresenhamLineTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.algorithm.region.localneighborhood.DomainCursorTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.IterableIntervalSubsetTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.PointTest.xml reported 0.0% of errors
> [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.RealPointTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.TestAbstractRealLocalizable.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.collection.RealPointSampleListTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.img.cell.CellContainerFactoryTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.img.cell.CellContainerTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.img.cell.CellCursorTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.img.cell.CellTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.img.cell.CopyTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.img.list.CopyTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.img.planar.CopyTest.xml reported 0.0%
> of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.img.transform.ImgTranslationAdapterTest.xml reported 0.0%
> of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.nearestneighbor.KDTreeTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.nearestneighbor.NearestNeighborSearchOnIterableRealIntervalTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.outofbounds.OutOfBoundsMirrorDoubleBoundaryTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.outofbounds.OutOfBoundsMirrorSingleBoundaryTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.outofbounds.OutOfBoundsPeriodicTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.position.transform.FloorOffsetTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.roi.BinaryMaskRegionOfInterestTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.roi.CompositeRegionOfInterestTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.roi.EllipseRegionOfInterestTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.roi.PolygonRegionOfInterestTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.roi.RectangleRegionOfInterestTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.sampler.special.TestConstantRandomAccessible.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.sampler.special.TestConstantRealRandomAccessible.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.util.ImgUtilTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.util.KthElementTest.xml reported 0.0%
> of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.util.PartitionTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.view.RandomAccessTest.xml reported 0.0%
> of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.view.RandomAccessibleIntervalCursorTest.xml reported 0.0%
> of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.view.SequentializeTransformTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.BasicTest.xml reported 0.0% of errors
> [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.labeling.LabelingOutOfBoundsTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.labeling.LabelingTest.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-tests.roi.TestAbstractRegionOfInterest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.img.ImgTest.xml reported 0.0% of errors
> [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.io.img.virtual.VirtualImgTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example10Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example11Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example12Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example1Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example2Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example3Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example4Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example5Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example6Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example7Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example8Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-net.imglib2.ops.example.Example9Test.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.bool.BinaryAndNotTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.bool.BinaryXorTest.xml reported 0.0%
> of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.complex.ComplexAddTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.complex.ComplexAvgTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.complex.ComplexCopyLeftTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.complex.ComplexCopyRightTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.complex.ComplexDifferenceTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.complex.ComplexDivideTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.complex.ComplexMultiplyTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.complex.ComplexPowerTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.binary.complex.ComplexSubtractTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.unary.complex.ComplexExpTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.unary.complex.ComplexIntegerPowerTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.unary.complex.ComplexLogTest.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File
> TEST-net.imglib2.ops.operation.unary.complex.ComplexReciprocalTest.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-script.imglib.test.TestExtend.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-script.imglib.test.TestIntegralImage.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-script.imglib.test.TestIntegralImagePerformance.xml
> reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-script.imglib.test.TestReduce.xml reported 0.0% of
> errors [SUCCESS]. Build status is: FAILURE
> Performance: File TEST-script.imglib.test.TestTransformations.xml reported
> 0.0% of errors [SUCCESS]. Build status is: FAILURE
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20120403/6f16bd07/attachment-0001.html>


More information about the ImageJ-devel mailing list