[ImageJ-builds] Build failed in Jenkins: IterativeDeconv-Git-SVN-Mirror #273
jenkins at imagej.net
jenkins at imagej.net
Tue Aug 20 08:45:01 CDT 2013
See <http://jenkins.imagej.net/job/IterativeDeconv-Git-SVN-Mirror/273/>
------------------------------------------
Started by user curtis
Building remotely on server.microscopy
Copied 1 artifact from "SciJava-common" build number 338
[IterativeDeconv-Git-SVN-Mirror] $ /bin/sh -xe /tmp/hudson107083908833438310.sh
+ sh -x bin/git-svn-synchronizer.sh http://svn.code.sf.net/p/iterativedeconv/code/ fiji.sc:/srv/git/iterativedeconv/.git
+ force=
+ reset=
+ test 2 -gt 0
+ break
+ test 2 -lt 2
+ set -e
+ SVN_URL=http://svn.code.sf.net/p/iterativedeconv/code/
+ shift
+ test -d .git
+ git init
Initialized empty Git repository in <http://jenkins.imagej.net/job/IterativeDeconv-Git-SVN-Mirror/ws/.git/>
+ git config core.bare true
+ test -z
+ git remote add -f tmp fiji.sc:/srv/git/iterativedeconv/.git
Updating tmp
>From fiji.sc:/srv/git/iterativedeconv/
* [new branch] svn/git-svn -> tmp/svn/git-svn
+ git for-each-ref --format %(refname)+ refs/remotes/tmp/svn/
read ref
+ git push . refs/remotes/tmp/svn/git-svn:refs/remotes/git-svn
To .
* [new branch] tmp/svn/git-svn -> git-svn
+ read ref
+ git remote rm tmp
+ test -d .git/svn
+ git svn init -s http://svn.code.sf.net/p/iterativedeconv/code/
+ git svn fetch
+ git rev-parse refs/remotes/trunk
fatal: ambiguous argument 'refs/remotes/trunk': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
refs/remotes/trunk
+ git svn init http://svn.code.sf.net/p/iterativedeconv/code/
Using existing [svn-remote "svn"]
+ git svn fetch
Rebuilding .git/svn/refs/remotes/git-svn/.rev_map.1d76879a-1871-4656-b8f0-ef00bcd114e6 ...
Done rebuilding .git/svn/refs/remotes/git-svn/.rev_map.1d76879a-1871-4656-b8f0-ef00bcd114e6
Rebuilding .git/svn/refs/remotes/git-svn/.rev_map.1d76879a-1871-4656-b8f0-ef00bcd114e6 ...
Done rebuilding .git/svn/refs/remotes/git-svn/.rev_map.1d76879a-1871-4656-b8f0-ef00bcd114e6
Rebuilding .git/svn/refs/remotes/git-svn/.rev_map.1d76879a-1871-4656-b8f0-ef00bcd114e6 ...
Done rebuilding .git/svn/refs/remotes/git-svn/.rev_map.1d76879a-1871-4656-b8f0-ef00bcd114e6
Rebuilding .git/svn/refs/remotes/git-svn/.rev_map.1d76879a-1871-4656-b8f0-ef00bcd114e6 ...
Done rebuilding .git/svn/refs/remotes/git-svn/.rev_map.1d76879a-1871-4656-b8f0-ef00bcd114e6
D ParallelIterativeDeconvolution/.classpath
D ParallelIterativeDeconvolution/.project
D ParallelIterativeDeconvolution/macros/ParallelIterativeDeconvolution2D.txt
D ParallelIterativeDeconvolution/macros/ParallelIterativeDeconvolution3D.txt
D ParallelIterativeDeconvolution/macros/
D ParallelIterativeDeconvolution/changelog.txt
D ParallelIterativeDeconvolution/licenses/parallel_iterative_deconvolution.LICENSE.txt
D ParallelIterativeDeconvolution/licenses/parallelcolt.LICENSE.txt
D ParallelIterativeDeconvolution/licenses/
D ParallelIterativeDeconvolution/plugins.config
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/Enums.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/AbstractDoubleIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/AbstractDoubleIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/AbstractFloatIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/AbstractFloatIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/Benchmark2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/Benchmark3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/DoubleCommon2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/DoubleCommon3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/FloatCommon2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/FloatCommon3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/IterativeDeconvolver.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/IterativeEnums.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/ParallelIterativeDeconvolution2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/ParallelIterativeDeconvolution3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/TestsIterative.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/cgls/CGLSDoubleIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/cgls/CGLSDoubleIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/cgls/CGLSFloatIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/cgls/CGLSFloatIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/cgls/CGLSOptions.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/cgls/package.html
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/hybr/HyBRDoubleIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/hybr/HyBRDoubleIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/hybr/HyBRFloatIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/hybr/HyBRFloatIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/hybr/HyBROptions.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/hybr/package.html
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/mrnsd/MRNSDDoubleIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/mrnsd/MRNSDDoubleIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/mrnsd/MRNSDFloatIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/mrnsd/MRNSDFloatIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/mrnsd/MRNSDOptions.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/mrnsd/package.html
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/package.html
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/preconditioner/DoublePreconditioner2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/preconditioner/DoublePreconditioner3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/preconditioner/FFTDoublePreconditioner2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/preconditioner/FFTDoublePreconditioner3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/preconditioner/FFTFloatPreconditioner2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/preconditioner/FFTFloatPreconditioner3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/preconditioner/FloatPreconditioner2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/preconditioner/FloatPreconditioner3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/preconditioner/package.html
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/psf/DoublePSF2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/psf/DoublePSF3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/psf/DoublePSFMatrix2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/psf/DoublePSFMatrix3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/psf/FloatPSF2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/psf/FloatPSF3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/psf/FloatPSFMatrix2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/psf/FloatPSFMatrix3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/psf/package.html
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/wpl/WPLDoubleIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/wpl/WPLDoubleIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/wpl/WPLFloatIterativeDeconvolver2D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/wpl/WPLFloatIterativeDeconvolver3D.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/wpl/WPLOptions.java
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/iterative/wpl/package.html
D ParallelIterativeDeconvolution/src/edu/emory/mathcs/restoretools/package.html
D ParallelIterativeDeconvolution/src/
D ParallelIterativeDeconvolution/build.xml
W: -empty_dir: ParallelIterativeDeconvolution/.classpath
W: -empty_dir: ParallelIterativeDeconvolution/.project
W: -empty_dir: ParallelIterativeDeconvolution/build.xml
W: -empty_dir: ParallelIterativeDeconvolution/changelog.txt
W: -empty_dir: ParallelIterativeDeconvolution/licenses
W: -empty_dir: ParallelIterativeDeconvolution/macros
W: -empty_dir: ParallelIterativeDeconvolution/plugins.config
W: -empty_dir: ParallelIterativeDeconvolution/src
Last fetched revision of refs/remotes/git-svn was r4, but we are about to fetch: r1!
Build step 'Execute shell' marked build as failure
Build step 'Groovy Postbuild' marked build as failure
More information about the ImageJ-builds
mailing list