[ImageJ-builds] Build failed in Jenkins: ImageJ-ImgLib-code-snippets #409
jenkins at imagej.net
jenkins at imagej.net
Sun Nov 17 00:16:17 CST 2013
See <http://jenkins.imagej.net/job/ImageJ-ImgLib-code-snippets/409/>
------------------------------------------
Started by timer
Building on master
Checkout:workspace / <http://jenkins.imagej.net/job/ImageJ-ImgLib-code-snippets/ws/> - hudson.remoting.LocalChannel at 2924d60
Using strategy: Default
Last Built Revision: Revision 3333aff58932565ee67b91cbfc466025de2d8088 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from http://github.com/scijava/scijava-common.git
Commencing build of Revision 3333aff58932565ee67b91cbfc466025de2d8088 (origin/master)
Checking out Revision 3333aff58932565ee67b91cbfc466025de2d8088 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson7201499314518529332.sh
+ DEBUG=1 bin/verify-code-snippets.pl http://developer.imagej.net/extensibility http://fiji.sc/ImgLib2_Examples
Downloading http://developer.imagej.net/extensibility
Downloading http://fiji.sc/ImgLib2_Examples
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example1a.java
Checking code snippet at line 341
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example1b.java
Checking code snippet at line 401
LINE 12 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example1c.java
Checking code snippet at line 466
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example1d.java
Checking code snippet at line 516
LINE 7 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example2a.java
Checking code snippet at line 591
LINE 7 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example2b.java
Checking code snippet at line 674
LINE 10 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example2c.java
Checking code snippet at line 792
LINE 11 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example3a1.java
Checking code snippet at line 912
LINE 10 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example3a2.java
Checking code snippet at line 1004
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example3a3.java
Checking code snippet at line 1096
LINE 8 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example3b.java
NO CODE SNIPPET FOUND
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example4a.java
Checking code snippet at line 1304
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example4b.java
Checking code snippet at line 1458
LINE 15 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example5.java
Checking code snippet at line 1593
LINE 9 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example6a1.java
Checking code snippet at line 1702
LINE 7 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example6a2.java
Checking code snippet at line 1751
LINE 9 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example6a3.java
Checking code snippet at line 1816
LINE 11 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example6a4.java
Checking code snippet at line 1884
LINE 9 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example6b.java
NO CODE SNIPPET FOUND
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example6c.java
NO CODE SNIPPET FOUND
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example7.java
Checking code snippet at line 2191
LINE 15 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example8a.java
Checking code snippet at line 2341
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imagej/imglib/master/examples/src/main/java/Example8b.java
Checking code snippet at line 2465
LINE 22 DOES NOT MATCH:
import net.imglib2.io.ImgIOException;
import io.scif.img.ImgIOException;
Found 15 non-matching code snippets.
Build step 'Execute shell' marked build as failure
More information about the ImageJ-builds
mailing list