[ImageJ-builds] Build failed in Jenkins: ImageJ-ImgLib-code-snippets #504
jenkins at imagej.net
jenkins at imagej.net
Fri Feb 14 16:06:39 CST 2014
See <http://jenkins.imagej.net/job/ImageJ-ImgLib-code-snippets/504/>
------------------------------------------
Started by user Johannes Schindelin
Building on master in workspace <http://jenkins.imagej.net/job/ImageJ-ImgLib-code-snippets/ws/>
Copied 1 artifact from "SciJava-scripts" build number 16
[workspace] $ /bin/sh -xe /tmp/hudson7480288058179981509.sh
+ DEBUG=1 /usr/bin/perl 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/imglib/imglib/master/src/main/java/Example1a.java
NO CODE SNIPPET FOUND
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example1b.java
Checking code snippet at line 410
LINE 3 DOES NOT MATCH:
import io.scif.img.ImgIOException;
import io.scif.config.SCIFIOConfig;
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example1c.java
Checking code snippet at line 482
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example1d.java
Checking code snippet at line 532
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example2a.java
Checking code snippet at line 606
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example2b.java
Checking code snippet at line 688
LINE 30 DOES NOT MATCH:
Img< FloatType > img = new ImgOpener().openImg( "DrosophilaWing.tif",
Img< FloatType > img = (Img< FloatType >) new ImgOpener().openImg( "DrosophilaWing.tif",
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example2c.java
Checking code snippet at line 808
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example3a1.java
Checking code snippet at line 931
LINE 25 DOES NOT MATCH:
Img< T > img = new ImgOpener().openImg( "DrosophilaWing.tif" );
Img< T > img = (Img< T >) new ImgOpener().openImg( "DrosophilaWing.tif" );
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example3a2.java
Checking code snippet at line 1017
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example3a3.java
Checking code snippet at line 1104
LINE 24 DOES NOT MATCH:
Img< T > img = new ImgOpener().openImg( "DrosophilaWing.tif" );
Img< T > img = (Img< T >) new ImgOpener().openImg( "DrosophilaWing.tif" );
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example3b.java
Checking code snippet at line 1195
LINE 21 DOES NOT MATCH:
final Img< T > img = new ImgOpener().openImg( "DrosophilaWing.tif" );
final Img< T > img = (Img< T >) new ImgOpener().openImg( "DrosophilaWing.tif" );
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example4a.java
Checking code snippet at line 1269
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example4b.java
Checking code snippet at line 1423
LINE 33 DOES NOT MATCH:
Img< T > img = new ImgOpener().openImg( "DrosophilaWing.tif" );
Img< T > img = (Img< T >) new ImgOpener().openImg( "DrosophilaWing.tif" );
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example5.java
Checking code snippet at line 1558
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example6a1.java
Checking code snippet at line 1666
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example6a2.java
Checking code snippet at line 1714
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example6a3.java
Checking code snippet at line 1778
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example6a4.java
Checking code snippet at line 1845
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example6b.java
NO CODE SNIPPET FOUND
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example6c.java
NO CODE SNIPPET FOUND
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example7.java
Checking code snippet at line 2185
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example8a.java
Checking code snippet at line 2335
CODE SNIPPET MATCHES
Downloading https://raw.github.com/imglib/imglib-tutorials/master/src/main/java/Example8b.java
Checking code snippet at line 2459
CODE SNIPPET MATCHES
Found 6 non-matching code snippets.
Build step 'Execute shell' marked build as failure
More information about the ImageJ-builds
mailing list