[ImageJ-builds] Build failed in Jenkins: Validate-javadoc #188

jenkins at imagej.net jenkins at imagej.net
Mon Aug 3 14:57:46 CDT 2015


See <http://jenkins.imagej.net/job/Validate-javadoc/188/changes>

Changes:

[Curtis Rueden] Fix the test suite return codes

------------------------------------------
Started by upstream project "ImageJ-javadoc" build number 87
originally caused by:
 Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/Validate-javadoc/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/imagej/imagej-javadoc # timeout=10
Fetching upstream changes from git://github.com/imagej/imagej-javadoc
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/imagej/imagej-javadoc +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6852321fa3c09798752b9c73b2039ddc15bbcf66 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6852321fa3c09798752b9c73b2039ddc15bbcf66
 > git rev-list 23d9e30710bf4e9fc86eeb4f4de540265d38a4a1 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson7974042089978956032.sh
+ cram tests
!
--- proxies.t
+++ proxies.t.err
@@ -25,7 +25,7 @@
   $ curl -Is http://javadoc.imagej.net/MiToBo/index.html | head -n 1
   HTTP/1.1 200 OK
   $ curl -Is http://javadoc.imagej.net/Eclipse/ | head -n 1
-  HTTP/1.1 302 OK
+  HTTP/1.1 302 Found
   $ curl -Is http://javadoc.imagej.net/NetBeans/index.html | head -n 1
   HTTP/1.1 200 OK
   $ curl -Is http://javadoc.imagej.net/LOCI/index.html | head -n 1
@@ -41,13 +41,13 @@
   $ curl -Is http://javadoc.imagej.net/JHotDraw/index.html | head -n 1
   HTTP/1.1 200 OK
   $ curl -Is http://javadoc.imagej.net/Apache-Commons-Lang/index.html | head -n 1
-  HTTP/1.1 302 OK
+  HTTP/1.1 200 OK
   $ curl -Is http://javadoc.imagej.net/Apache-Commons-Math/index.html | head -n 1
-  HTTP/1.1 302 OK
+  HTTP/1.1 200 OK
   $ curl -Is http://javadoc.imagej.net/JFreeChart/index.html | head -n 1
-  HTTP/1.1 302 OK
+  HTTP/1.1 200 OK
   $ curl -Is http://javadoc.imagej.net/JGraphT/index.html | head -n 1
-  HTTP/1.1 302 OK
+  HTTP/1.1 302 Found
   $ curl -Is http://javadoc.imagej.net/Java6/index.html | head -n 1
   HTTP/1.1 200 OK
   $ curl -Is http://javadoc.imagej.net/Java7/index.html | head -n 1
@@ -55,7 +55,7 @@
   $ curl -Is http://javadoc.imagej.net/Java8/index.html | head -n 1
   HTTP/1.1 200 OK
   $ curl -Is http://javadoc.imagej.net/Java3D/index.html | head -n 1
-  HTTP/1.1 200 OK
+  HTTP/1.1 404 Not Found
 
 Check a couple of secondary aliases:
 
@@ -67,7 +67,7 @@
 Check that URLs work without trailing slashes:
 
   $ curl -Is http://javadoc.imagej.net/ImageJ | head -n 1
-  HTTP/1.1 301 Moved Permanently
+  HTTP/1.1 302 Found
   $ curl -Is http://javadoc.imagej.net/ImgLib2 | head -n 1
   HTTP/1.1 301 Moved Permanently
   $ curl -Is http://javadoc.imagej.net/SCIFIO | head -n 1
@@ -91,7 +91,7 @@
   $ curl -Is http://javadoc.imagej.net/MiToBo | head -n 1
   HTTP/1.1 301 Moved Permanently
   $ curl -Is http://javadoc.imagej.net/Eclipse | head -n 1
-  HTTP/1.1 301 Moved Permanently
+  HTTP/1.1 302 Found
   $ curl -Is http://javadoc.imagej.net/NetBeans | head -n 1
   HTTP/1.1 301 Moved Permanently
   $ curl -Is http://javadoc.imagej.net/LOCI | head -n 1

# Ran 1 tests, 0 skipped, 1 failed.
Build step 'Execute shell' marked build as failure



More information about the ImageJ-builds mailing list