[ImageJ-builds] Build failed in Jenkins: Fiji-daily #785

jenkins at imagej.net jenkins at imagej.net
Tue Jun 25 00:01:15 CDT 2013


See <http://jenkins.imagej.net/job/Fiji-daily/785/changes>

Changes:

[Jenkins] Bump to pom-scijava 1.49

[Jenkins] Bump to pom-scijava 1.50

[Jenkins] Bump to pom-scijava 1.51

------------------------------------------
[...truncated 845 lines...]
Note: imagej.data.operator.OpSubtract indexed under org.scijava.plugin.Plugin
Note: imagej.data.operator.OpMax indexed under org.scijava.plugin.Plugin
Note: imagej.data.operator.OpAdd indexed under org.scijava.plugin.Plugin
Note: imagej.data.operator.OpMultiply indexed under org.scijava.plugin.Plugin
Note: imagej.data.operator.DefaultCalculatorService indexed under org.scijava.plugin.Plugin
Note: imagej.data.operator.OpAverage indexed under org.scijava.plugin.Plugin
Note: imagej.data.operator.OpOr indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.DefaultImageDisplayService indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.SelectWindow indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.DefaultOverlayService indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.DefaultWindowService indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.DummyScreenCaptureService indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.DefaultInputService indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.DefaultDatasetView indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.DefaultOverlayView indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.DefaultImageDisplay indexed under org.scijava.plugin.Plugin
Note: imagej.data.display.ActiveImagePreprocessor indexed under org.scijava.plugin.Plugin
Note: imagej.data.animation.DefaultAnimationService indexed under org.scijava.plugin.Plugin
Note: imagej.data.lut.DefaultLUTService indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.DefaultThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.MaxEntropyThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.MomentsThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.MaxLikelihoodThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.TriangleThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.MinimumThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.DefaultThresholdService indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.HuangThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.IsoDataThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.OtsuThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.PercentileThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.LiThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.YenThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.MinErrorThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.ShanbhagThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.MeanThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.IntermodesThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.threshold.RenyiEntropyThresholdMethod indexed under org.scijava.plugin.Plugin
Note: imagej.data.options.OptionsOverlay indexed under org.scijava.plugin.Plugin
Note: imagej.data.options.OptionsChannels indexed under org.scijava.plugin.Plugin
Note: imagej.data.measure.DefaultMeasurementService indexed under org.scijava.plugin.Plugin
Note: imagej.data.measure.DefaultStatisticsService indexed under org.scijava.plugin.Plugin
Note: imagej.data.sampler.DefaultSamplerService indexed under org.scijava.plugin.Plugin
Note: imagej.data.table.DefaultTableDisplay indexed under org.scijava.plugin.Plugin
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:39: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:40: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Real1dBinMapper;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/DefaultThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/ThresholdMethod.java:39: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/DefaultThresholdMethod.java:57: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.DefaultThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/ThresholdMethod.java:59: cannot find symbol
symbol  : class Histogram1d
location: interface imagej.data.threshold.ThresholdMethod
	long getThreshold(Histogram1d<?> histogram);
	                  ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MaxEntropyThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MaxEntropyThresholdMethod.java:55: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MaxEntropyThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MomentsThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MomentsThresholdMethod.java:55: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MomentsThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MaxLikelihoodThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MaxLikelihoodThresholdMethod.java:60: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MaxLikelihoodThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/TriangleThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/TriangleThresholdMethod.java:55: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.TriangleThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MinimumThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MinimumThresholdMethod.java:57: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MinimumThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/HuangThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/HuangThresholdMethod.java:58: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.HuangThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/IsoDataThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/IsoDataThresholdMethod.java:57: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.IsoDataThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/OtsuThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/OtsuThresholdMethod.java:55: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.OtsuThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/PercentileThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/PercentileThresholdMethod.java:55: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.PercentileThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/LiThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/LiThresholdMethod.java:56: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.LiThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/YenThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/YenThresholdMethod.java:55: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.YenThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MinErrorThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MinErrorThresholdMethod.java:58: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MinErrorThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/ShanbhagThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/ShanbhagThresholdMethod.java:55: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.ShanbhagThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MeanThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/MeanThresholdMethod.java:55: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.MeanThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/IntermodesThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/IntermodesThresholdMethod.java:57: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.IntermodesThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/RenyiEntropyThresholdMethod.java:38: package net.imglib2.algorithm.histogram does not exist
import net.imglib2.algorithm.histogram.Histogram1d;
                                      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/threshold/RenyiEntropyThresholdMethod.java:55: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.threshold.RenyiEntropyThresholdMethod
	public long getThreshold(Histogram1d<?> hist) {
	                         ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:131: cannot find symbol
symbol  : class Real1dBinMapper
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
		Real1dBinMapper<T> mapper =
		^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:132: cannot find symbol
symbol  : class Real1dBinMapper
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
			new Real1dBinMapper<T>(range.getMin(), range.getMax(), 1000, false);
			    ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:133: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
		Histogram1d<T> histogram = new Histogram1d<T>(mapper);
		^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:133: cannot find symbol
symbol  : class Histogram1d
location: class imagej.data.autoscale.ConfidenceIntervalAutoscaleMethod<T>
		Histogram1d<T> histogram = new Histogram1d<T>(mapper);
		                               ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:143: operator + cannot be applied to long,<any>.frequency
			soFar += histogram.frequency(bottom++);
			      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:143: inconvertible types
found   : <nulltype>
required: long
			soFar += histogram.frequency(bottom++);
			                            ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:152: operator + cannot be applied to long,<any>.frequency
			soFar += histogram.frequency(top--);
			      ^
/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/autoscale/ConfidenceIntervalAutoscaleMethod.java:152: inconvertible types
found   : <nulltype>
required: long
			soFar += histogram.frequency(top--);
			                            ^
Note: /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/imagej2/core/data/src/main/java/imagej/data/overlay/CompositeOverlay.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
46 errors
Exception in thread "main" imagej.build.minimaven.JavaCompiler$CompileError: Compile error: 1
	at imagej.build.minimaven.JavaCompiler.call(JavaCompiler.java:83)
	at imagej.build.minimaven.MavenProject.build(MavenProject.java:444)
	at imagej.build.minimaven.MavenProject.build(MavenProject.java:375)
	at imagej.build.minimaven.MavenProject.build(MavenProject.java:398)
	at imagej.build.minimaven.MavenProject.build(MavenProject.java:375)
	at imagej.build.minimaven.MavenProject.build(MavenProject.java:398)
	at imagej.build.minimaven.MavenProject.build(MavenProject.java:375)
	at imagej.build.minimaven.MavenProject.build(MavenProject.java:398)
	at imagej.build.minimaven.MavenProject.buildAndInstall(MavenProject.java:332)
	at imagej.build.minimaven.MavenProject.buildAndInstall(MavenProject.java:327)
	at imagej.build.minimaven.MavenProject.buildAndInstall(MavenProject.java:327)
	at imagej.build.minimaven.MavenProject.buildAndInstall(MavenProject.java:289)
	at imagej.build.MiniMaven.main(MiniMaven.java:144)
Build step 'Execute shell' marked build as failure
Archiving artifacts
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