[ImageJ-builds] Build failed in Jenkins: ImageJ #4679

jenkins at imagej.net jenkins at imagej.net
Mon Jun 24 17:23:43 CDT 2013


See <http://jenkins.imagej.net/job/ImageJ/4679/changes>

Changes:

[Jenkins] Bump to pom-scijava 1.51

------------------------------------------
[...truncated 768 lines...]
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxEntropyThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxEntropyThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MaxEntropyThresholdMethod
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/PercentileThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/PercentileThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.PercentileThresholdMethod
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/LiThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/LiThresholdMethod.java:[56,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.LiThresholdMethod
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxLikelihoodThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxLikelihoodThresholdMethod.java:[60,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MaxLikelihoodThresholdMethod
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/HuangThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/HuangThresholdMethod.java:[58,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.HuangThresholdMethod
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ShanbhagThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ShanbhagThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.ShanbhagThresholdMethod
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/OtsuThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/OtsuThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.OtsuThresholdMethod
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[131,2] cannot find symbol
symbol  : class Real1dBinMapper
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[132,7] cannot find symbol
symbol  : class Real1dBinMapper
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[133,2] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[133,33] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[143,31] inconvertible types
found   : <nulltype>
required: long
[ERROR] /data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[152,31] inconvertible types
found   : <nulltype>
required: long
[INFO] 82 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[39,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[40,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/IsoDataThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ThresholdMethod.java:[39,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/IsoDataThresholdMethod.java:[57,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.IsoDataThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ThresholdMethod.java:[59,19] cannot find symbol
symbol  : class Histogram1d
location: interface imagej.data.threshold.ThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/RenyiEntropyThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/RenyiEntropyThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.RenyiEntropyThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MeanThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MeanThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MeanThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/TriangleThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/TriangleThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.TriangleThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/DefaultThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/DefaultThresholdMethod.java:[57,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.DefaultThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MinimumThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MinimumThresholdMethod.java:[57,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MinimumThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/YenThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/YenThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.YenThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MomentsThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MomentsThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MomentsThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/IntermodesThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/IntermodesThresholdMethod.java:[57,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.IntermodesThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MinErrorThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MinErrorThresholdMethod.java:[58,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MinErrorThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxEntropyThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxEntropyThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MaxEntropyThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/PercentileThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/PercentileThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.PercentileThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/LiThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/LiThresholdMethod.java:[56,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.LiThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxLikelihoodThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxLikelihoodThresholdMethod.java:[60,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MaxLikelihoodThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/HuangThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/HuangThresholdMethod.java:[58,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.HuangThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ShanbhagThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ShanbhagThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.ShanbhagThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/OtsuThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/OtsuThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.OtsuThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[39,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[40,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/IsoDataThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ThresholdMethod.java:[39,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/IsoDataThresholdMethod.java:[57,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.IsoDataThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ThresholdMethod.java:[59,19] cannot find symbol
symbol  : class Histogram1d
location: interface imagej.data.threshold.ThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/RenyiEntropyThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/RenyiEntropyThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.RenyiEntropyThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MeanThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MeanThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MeanThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/TriangleThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/TriangleThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.TriangleThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/DefaultThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/DefaultThresholdMethod.java:[57,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.DefaultThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MinimumThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MinimumThresholdMethod.java:[57,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MinimumThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/YenThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/YenThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.YenThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MomentsThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MomentsThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MomentsThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/IntermodesThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/IntermodesThresholdMethod.java:[57,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.IntermodesThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MinErrorThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MinErrorThresholdMethod.java:[58,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MinErrorThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxEntropyThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxEntropyThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MaxEntropyThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/PercentileThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/PercentileThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.PercentileThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/LiThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/LiThresholdMethod.java:[56,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.LiThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxLikelihoodThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/MaxLikelihoodThresholdMethod.java:[60,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MaxLikelihoodThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/HuangThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/HuangThresholdMethod.java:[58,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.HuangThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ShanbhagThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/ShanbhagThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.ShanbhagThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/OtsuThresholdMethod.java:[38,38] package net.imglib2.algorithm.histogram does not exist
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/threshold/OtsuThresholdMethod.java:[55,26] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.OtsuThresholdMethod
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[131,2] cannot find symbol
symbol  : class Real1dBinMapper
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[132,7] cannot find symbol
symbol  : class Real1dBinMapper
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[133,2] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[133,33] cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[143,31] inconvertible types
found   : <nulltype>
required: long
/data/devel/jenkins/jobs/ImageJ/workspace/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:[152,31] inconvertible types
found   : <nulltype>
required: long

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20 seconds
[INFO] Finished at: Mon Jun 24 17:23:43 CDT 2013
[INFO] Final Memory: 84M/1474M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Build step 'Groovy Postbuild' marked build as failure
Recording test results
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-imagej.command.CommandServiceTest.xml
Performance: Parsing JUnit report file TEST-imagej.display.DisplayTest.xml
Performance: Parsing JUnit report file TEST-imagej.menu.ShadowMenuTest.xml
Performance: Parsing JUnit report file TEST-imagej.script.JavascriptTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.ColorRGBTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.PrefsTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.UnitUtilsTest.xml
Performance: File TEST-imagej.command.CommandServiceTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.display.DisplayTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.menu.ShadowMenuTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.script.JavascriptTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.ColorRGBTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.PrefsTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.UnitUtilsTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Failed to send e-mail to Jenkins because no e-mail address is known, and no default e-mail domain is configured



More information about the ImageJ-builds mailing list