[ImageJ-devel] Build failed in Jenkins: Synchronize-with-ImageJ1 #1391
jenkins at loci.wisc.edu
jenkins at loci.wisc.edu
Sun Mar 18 23:19:06 CDT 2012
See <http://dev.loci.wisc.edu:8080/job/Synchronize-with-ImageJ1/1391/>
------------------------------------------
[...truncated 5 lines...]
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git at code.imagej.net:imageja.git
[workspace] $ git fetch -t git at code.imagej.net:imageja.git +refs/heads/*:refs/remotes/origin/*
>From code.imagej.net:imageja
be320d9..138630c tools -> origin/tools
[workspace] $ git ls-tree HEAD
[workspace] $ git tag -l master
[workspace] $ git rev-parse origin/master
Commencing build of Revision f5d1473ff14d07215e99c8e2366a06bc82458600 (origin/master)
GitAPI created
Checking out Revision f5d1473ff14d07215e99c8e2366a06bc82458600 (origin/master)
[workspace] $ git checkout -f f5d1473ff14d07215e99c8e2366a06bc82458600
[workspace] $ git tag -a -f -m "Hudson Build #1391" hudson-Synchronize-with-ImageJ1-1391
Recording changes in branch origin/master
[workspace] $ git whatchanged --no-abbrev -M --pretty=raw f5d1473ff14d07215e99c8e2366a06bc82458600..f5d1473ff14d07215e99c8e2366a06bc82458600
[workspace] $ /bin/sh -xe /tmp/hudson4307566499848013623.sh
+ test -d tools
+ cd tools
+ git pull
>From dev.imagejdev.org:imageja
b92e27b..138630c tools -> origin/tools
Updating b92e27b..138630c
Fast-forward
sync-with-imagej.sh | 17 ++++++++++++-----
1 files changed, 12 insertions(+), 5 deletions(-)
+ sh -x tools/jenkins-job.sh
+ test -z http://dev.loci.wisc.edu:8080/
+ URL=http://imagej.nih.gov/ij
+ SRC_URL=http://imagej.nih.gov/ij/download/src
+ NOTES_URL=http://imagej.nih.gov/ij/notes.html
+ curl http://imagej.nih.gov/ij/download/src/
+ sed -n s/^.*ij\([0-9a-z]*\)-src.zip.*$/\1/p
+ tail -n 1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 7614 100 7614 0 0 131k 0 --:--:-- --:--:-- --:--:-- 265k
+ VERSION=146i
+ echo 146i
+ sed s/^./&./
+ DOTVERSION=1.46i
+ git log
+ grep ^ .[^ ]\? 1.46i,\?
+ ZIP=ij146i-src.zip
+ test -f ij146i-src.zip
+ curl http://imagej.nih.gov/ij/download/src/ij146i-src.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
71 1346k 71 961k 0 0 1182k 0 0:00:01 --:--:-- 0:00:01 1224k
100 1346k 100 1346k 0 0 1429k 0 --:--:-- --:--:-- --:--:-- 1473k
+ NOTES=.git/notes146i.txt
+ test -f .git/notes146i.txt
+ LANG=en_US.utf-8
+ export LANG
+ cat .git/notes146i.txt
+ sed -n -e s/^ [^ ] 1.46i,\? /���&/ -e /^[^ ] [^ ] 1.46i,\? /,$p
+ sed -e /^ [^ ] /,$d -e /^Version/,$d -e s/^[^ ]\( [^ ] 1.46i,\? \)/\1/
+ dirname tools/jenkins-job.sh
+ sh -x tools/commit-new-version.sh .git/ij146i-src.zip
+ BRANCHNAME=imagej
+ URL=git at git.imagej.net:imageja.git
+ git rev-parse imagej
+ test 1 = 1
+ pwd
+ zipfile=/data/devel/jenkins/jobs/Synchronize-with-ImageJ1/workspace/.git/ij146i-src.zip
+ test -t 0
+ cat
+ MESSAGE= * 1.46i 15 March 2012
+ Added the Image>Transform>Bin command, based on Nico Stuurman's
Binner plugin.
+ Added the Edit>Selection>Interpolate command. To view the
interpolated points, use this command on small selections
created on images zoomed 1200% or greater.
+ Added the Image>Transform>Image to Results and Image>Transform>
Results to Image commands.
+ Added the "Remove Tool" command to the toolbar's >> menu;
+ The Image>Stacks>Add Slice command works with hyperstacks.
+ The Fly Brain and T1 Head sample stacks open displaying the
middle slice instead of the first.
+ Added the getChannel(int, ByteProcessor) and setChannel(int,
ByteProcessor) methods to the ColorProcessor class (example).
Added the getTableAsImage() (example), createTableFromImage() (
example) and open2() methods to the the ResultsTable class.
+ Added the ImageProcessor.bin() and Roi.getInterpolatedPolygon()
methods.
+ Thanks to Michael Schmid, added a ImageProcessor.isGrayscale()
method and a is("grayscale") macro function.
+ Added JavaScript-compatible constructor and methods to the Plot
class.
+ Thanks to Jan Eglinger, fixed a bug that caused Image>
Transform>Rotate Right and Image>Transform>Rotate Left to not
work with square composite color images.
+ Thanks to Gilles Carpentier, fixed a bug that sometimes caused
Image>Stacks>Z Project to not work with 3D composite color
images.
+ Fixed a bug that caused overlays to not lost when opening TIFF
files using a URL.
+ Fixed a bug that caused an exception when the user canceled the
File>Import>Results dialog box.
+ Fixed a bug in Process>Binary>Skeletonize that caused it to
sometimes create skeletons that were more than one pixel wide.
+ Fixed a bug that caused the setf() functions to not round when
storing values in ByteProcessors and ShortProcessors.
+ Fixed a bug that caused the Sync_Windows plugin to not work
with hyperstacks.
+ Fixed bugs that caused an error message, or caused the command
to be ignored, when saving results created by some MBF plugin
using File>Save As>Results.
+ Thanks to Arttu Miettinen, fixed bugs that sometimes caused
histogram bin counts of stacks larger than 2 gigapixels to be
incorrect.
+ Thanks to Michael Cammer, fixed a bug in Image>Stacks>Reslice
that caused it to not work as expected if there was global
calibration and "Avoid interpolation" was not checked in the
dialog box.
+ dirname tools/commit-new-version.sh
+ cd tools
+ pwd
+ MAC2UNIX=/data/devel/jenkins/jobs/Synchronize-with-ImageJ1/workspace/tools/mac2unix.pl
+ git fetch git at git.imagej.net:imageja.git imagej
>From git.imagej.net:imageja
* branch imagej -> FETCH_HEAD
+ git push . +FETCH_HEAD:imagej
Everything up-to-date
+ git rev-parse imagej
+ parent=4f31ccb84643466875dba927e521b2409ba8739c
+ git cat-file commit imagej
+ ONELINE=tree 0601a6cb2a71104cafc4509ddfa9a2e4d31422aa
parent 56338092ac7260d680f090a8c87690c292f7ffd0
author Wayne Rasband <wsr at nih.gov> 1331867083 -0500
committer Jenkins <jenkins at dev.loci.wisc.edu> 1331867083 -0500
* 1.46i 15 March 2012
+ Added the Image>Transform>Bin command, based on Nico Stuurman's
Binner plugin.
+ Added the Edit>Selection>Interpolate command. To view the
interpolated points, use this command on small selections
created on images zoomed 1200% or greater.
+ Added the Image>Transform>Image to Results and Image>Transform>
Results to Image commands.
+ Added the "Remove Tool" command to the toolbar's >> menu;
+ The Image>Stacks>Add Slice command works with hyperstacks.
+ The Fly Brain and T1 Head sample stacks open displaying the
middle slice instead of the first.
+ Added the getChannel(int, ByteProcessor) and setChannel(int,
ByteProcessor) methods to the ColorProcessor class (example).
Added the getTableAsImage() (example), createTableFromImage() (
example) and open2() methods to the the ResultsTable class.
+ Added the ImageProcessor.bin() and Roi.getInterpolatedPolygon()
methods.
+ Thanks to Michael Schmid, added a ImageProcessor.isGrayscale()
method and a is("grayscale") macro function.
+ Added JavaScript-compatible constructor and methods to the Plot
class.
+ Thanks to Jan Eglinger, fixed a bug that caused Image>
Transform>Rotate Right and Image>Transform>Rotate Left to not
work with square composite color images.
+ Thanks to Gilles Carpentier, fixed a bug that sometimes caused
Image>Stacks>Z Project to not work with 3D composite color
images.
+ Fixed a bug that caused overlays to not lost when opening TIFF
files using a URL.
+ Fixed a bug that caused an exception when the user canceled the
File>Import>Results dialog box.
+ Fixed a bug in Process>Binary>Skeletonize that caused it to
sometimes create skeletons that were more than one pixel wide.
+ Fixed a bug that caused the setf() functions to not round when
storing values in ByteProcessors and ShortProcessors.
+ Fixed a bug that caused the Sync_Windows plugin to not work
with hyperstacks.
+ Fixed bugs that caused an error message, or caused the command
to be ignored, when saving results created by some MBF plugin
using File>Save As>Results.
+ Thanks to Arttu Miettinen, fixed bugs that sometimes caused
histogram bin counts of stacks larger than 2 gigapixels to be
incorrect.
+ Thanks to Michael Cammer, fixed a bug in Image>Stacks>Reslice
that caused it to not work as expected if there was global
calibration and "Avoid interpolation" was not checked in the
dialog box.
+ + echosed 1,/^$/d
tree 0601a6cb2a71104cafc4509ddfa9a2e4d31422aa
parent 56338092ac7260d680f090a8c87690c292f7ffd0
author Wayne Rasband <wsr at nih.gov> 1331867083 -0500
committer Jenkins <jenkins at dev.loci.wisc.edu> 1331867083 -0500
* 1.46i 15 March 2012
+ Added the Image>Transform>Bin command, based on Nico Stuurman's
Binner plugin.
+ Added the Edit>Selection>Interpolate command. To view the
interpolated points, use this command on small selections
created on images zoomed 1200% or greater.
+ Added the Image>Transform>Image to Results and Image>Transform>
Results to Image commands.
+ Added the "Remove Tool" command to the toolbar's >> menu;
+ The Image>Stacks>Add Slice command works with hyperstacks.
+ The Fly Brain and T1 Head sample stacks open displaying the
middle slice instead of the first.
+ Added the getChannel(int, ByteProcessor) and setChannel(int,
ByteProcessor) methods to the ColorProcessor class (example).
Added the getTableAsImage() (example), createTableFromImage() (
example) and open2() methods to the the ResultsTable class.
+ Added the ImageProcessor.bin() and Roi.getInterpolatedPolygon()
methods.
+ Thanks to Michael Schmid, added a ImageProcessor.isGrayscale()
method and a is("grayscale") macro function.
+ Added JavaScript-compatible constructor and methods to the Plot
class.
+ Thanks to Jan Eglinger, fixed a bug that caused Image>
Transform>Rotate Right and Image>Transform>Rotate Left to not
work with square composite color images.
+ Thanks to Gilles Carpentier, fixed a bug that sometimes caused
Image>Stacks>Z Project to not work with 3D composite color
images.
+ Fixed a bug that caused overlays to not lost when opening TIFF
files using a URL.
+ Fixed a bug that caused an exception when the user canceled the
File>Import>Results dialog box.
+ Fixed a bug in Process>Binary>Skeletonize that caused it to
sometimes create skeletons that were more than one pixel wide.
+ Fixed a bug that caused the setf() functions to not round when
storing values in ByteProcessors and ShortProcessors.
+ Fixed a bug that caused the Sync_Windows plugin to not work
with hyperstacks.
+ Fixed bugs that caused an error message, or caused the command
to be ignored, when saving results created by some MBF plugin
using File>Save As>Results.
+ Thanks to Arttu Miettinen, fixed bugs that sometimes caused
histogram bin counts of stacks larger than 2 gigapixels to be
incorrect.
+ Thanks to Michael Cammer, fixed a bug in Image>Stacks>Reslice
that caused it to not work as expected if there was global
calibration and "Avoid interpolation" was not checked in the
dialog box.
+ sed 2q
+ ONELINE= * 1.46i 15 March 2012
+ Added the Image>Transform>Bin command, based on Nico Stuurman's
+ echo Already have a commit starting with * 1.46i 15 March 2012
+ Added the Image>Transform>Bin command, based on Nico Stuurman's
Already have a commit starting with * 1.46i 15 March 2012
+ Added the Image>Transform>Bin command, based on Nico Stuurman's
+ exit 1
+ echo Could not commit!
Could not commit!
+ exit 1
More information about the ImageJ-devel
mailing list