[ImageJ-builds] Build failed in Jenkins: Validate-javadoc #202
jenkins at imagej.net
jenkins at imagej.net
Sun Sep 6 23:42:22 CDT 2015
See <http://jenkins.imagej.net/job/Validate-javadoc/202/changes>
Changes:
[Curtis Rueden] Add Micro-Manager and Alida to the tests
------------------------------------------
Started by upstream project "ImageJ-javadoc" build number 91
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 9c21cfde2e154d63a0610d6521625cae972e0292 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9c21cfde2e154d63a0610d6521625cae972e0292
> git rev-list f387760bf7c9c7a7e46ba8cd72179f6eb197bd9b # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson3022683202246856379.sh
+ cram tests
!
--- proxies.t
+++ proxies.t.err
@@ -53,7 +53,7 @@
$ curl -Is http://javadoc.imagej.net/JFreeChart/index.html | head -n 1
HTTP/1.1 200 OK
$ curl -Is http://javadoc.imagej.net/JGraphT/index.html | head -n 1
- HTTP/1.1 200 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
@@ -138,14 +138,14 @@
Test the ImageJ "catch-all" redirects:
$ curl -Is http://javadoc.imagej.net/ImageJ1000 | head -n 1
- HTTP/1.1 301 Moved Permanently
+ HTTP/1.1 404 Not Found
$ curl -Is http://javadoc.imagej.net/ImageJ1000 | sed -n '4p'
- Location: http://javadoc.imagej.net/ImageJ/
+ X-Content-Type-Options: nosniff
$ curl -Is http://javadoc.imagej.net/ImageJ2000 | head -n 1
- HTTP/1.1 301 Moved Permanently
+ HTTP/1.1 404 Not Found
$ curl -Is http://javadoc.imagej.net/ImageJ2000 | sed -n '4p'
- Location: http://javadoc.imagej.net/ImageJ/
+ X-Content-Type-Options: nosniff
$ curl -Is http://javadoc.imagej.net/ImageJ3000 | head -n 1
- HTTP/1.1 301 Moved Permanently
+ HTTP/1.1 404 Not Found
$ curl -Is http://javadoc.imagej.net/ImageJ3000 | sed -n '4p'
- Location: http://javadoc.imagej.net/ImageJ/
+ X-Content-Type-Options: nosniff
# Ran 1 tests, 0 skipped, 1 failed.
Build step 'Execute shell' marked build as failure
More information about the ImageJ-builds
mailing list