[ImageJ-builds] Build failed in Jenkins: SpectralDeconv-Git-SVN-Mirror #1

jenkins at imagej.net jenkins at imagej.net
Wed Nov 28 16:02:05 CST 2012


See <http://jenkins.imagej.net/job/SpectralDeconv-Git-SVN-Mirror/1/>

------------------------------------------
Started by user dscho
Building remotely on server.microscopy
Copied 1 artifact from "SciJava-common" build number 19
[SpectralDeconv-Git-SVN-Mirror] $ /bin/sh -xe /tmp/hudson2804521743598378843.sh
+ sh -x bin/git-svn-synchronizer.sh http://spectraldeconv.svn.sourceforge.net/svnroot/spectraldeconv fiji.sc:/srv/git/spectraldeconv/.git
+ force=
+ reset=
+ test 2 -gt 0
+ break
+ test 2 -lt 2
+ set -e
+ SVN_URL=http://spectraldeconv.svn.sourceforge.net/svnroot/spectraldeconv
+ shift
+ test -d .git
+ git init
Initialized empty Git repository in <http://jenkins.imagej.net/job/SpectralDeconv-Git-SVN-Mirror/ws/.git/>
+ git config core.bare true
+ test -z 
+ git remote add -f tmp fiji.sc:/srv/git/spectraldeconv/.git
Updating tmp
>From fiji.sc:/srv/git/spectraldeconv/
 * [new branch]      master     -> tmp/master
 * [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://spectraldeconv.svn.sourceforge.net/svnroot/spectraldeconv
+ 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
refs/remotes/trunk
+ git svn init http://spectraldeconv.svn.sourceforge.net/svnroot/spectraldeconv
Using existing [svn-remote "svn"]
+ git svn fetch
Rebuilding .git/svn/refs/remotes/git-svn/.rev_map.aaff9079-7fab-494d-bae9-a53d918c268b ...
Done rebuilding .git/svn/refs/remotes/git-svn/.rev_map.aaff9079-7fab-494d-bae9-a53d918c268b
Rebuilding .git/svn/refs/remotes/git-svn/.rev_map.aaff9079-7fab-494d-bae9-a53d918c268b ...
Done rebuilding .git/svn/refs/remotes/git-svn/.rev_map.aaff9079-7fab-494d-bae9-a53d918c268b
Rebuilding .git/svn/refs/remotes/git-svn/.rev_map.aaff9079-7fab-494d-bae9-a53d918c268b ...
Done rebuilding .git/svn/refs/remotes/git-svn/.rev_map.aaff9079-7fab-494d-bae9-a53d918c268b
Rebuilding .git/svn/refs/remotes/git-svn/.rev_map.aaff9079-7fab-494d-bae9-a53d918c268b ...
Done rebuilding .git/svn/refs/remotes/git-svn/.rev_map.aaff9079-7fab-494d-bae9-a53d918c268b
	D	ParallelSpectralDeconvolution/.classpath
	D	ParallelSpectralDeconvolution/.project
	D	ParallelSpectralDeconvolution/macros/ParallelSpectralDeconvolution2D.txt
	D	ParallelSpectralDeconvolution/macros/ParallelSpectralDeconvolution3D.txt
	D	ParallelSpectralDeconvolution/macros/
	D	ParallelSpectralDeconvolution/changelog.txt
	D	ParallelSpectralDeconvolution/licenses/parallel_spectral_deconvolution.LICENSE.txt
	D	ParallelSpectralDeconvolution/licenses/parallelcolt.LICENSE.txt
	D	ParallelSpectralDeconvolution/licenses/
	D	ParallelSpectralDeconvolution/plugins.config
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/Enums.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/package.html
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/AbstractDoubleSpectralDeconvolver2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/AbstractDoubleSpectralDeconvolver3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/AbstractFloatSpectralDeconvolver2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/AbstractFloatSpectralDeconvolver3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/Benchmark2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/Benchmark3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/DoubleCommon2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/DoubleCommon3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/DoubleSpectralDeconvolver.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/FloatCommon2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/FloatCommon3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/FloatSpectralDeconvolver.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/ParallelSpectralDeconvolution2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/ParallelSpectralDeconvolution3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/SpectralEnums.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/gtik/DoublePeriodicGeneralizedTikhonov2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/gtik/DoublePeriodicGeneralizedTikhonov3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/gtik/DoubleReflexiveGeneralizedTikhonov2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/gtik/DoubleReflexiveGeneralizedTikhonov3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/gtik/FloatPeriodicGeneralizedTikhonov2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/gtik/FloatPeriodicGeneralizedTikhonov3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/gtik/FloatReflexiveGeneralizedTikhonov2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/gtik/FloatReflexiveGeneralizedTikhonov3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/gtik/package.html
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/package.html
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tik/DoublePeriodicTikhonov2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tik/DoublePeriodicTikhonov3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tik/DoubleReflexiveTikhonov2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tik/DoubleReflexiveTikhonov3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tik/FloatPeriodicTikhonov2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tik/FloatPeriodicTikhonov3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tik/FloatReflexiveTikhonov2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tik/FloatReflexiveTikhonov3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tik/package.html
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tsvd/DoublePeriodicTruncatedSVD2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tsvd/DoublePeriodicTruncatedSVD3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tsvd/DoubleReflexiveTruncatedSVD2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tsvd/DoubleReflexiveTruncatedSVD3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tsvd/FloatPeriodicTruncatedSVD2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tsvd/FloatPeriodicTruncatedSVD3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tsvd/FloatReflexiveTruncatedSVD2D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tsvd/FloatReflexiveTruncatedSVD3D.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/spectral/tsvd/package.html
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/utils/DoubleBoundedRangeModel.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/utils/DoubleSlider.java
	D	ParallelSpectralDeconvolution/src/edu/emory/mathcs/restoretools/utils/package.html
	D	ParallelSpectralDeconvolution/src/
	D	ParallelSpectralDeconvolution/build.xml
W: -empty_dir: ParallelSpectralDeconvolution/.classpath
W: -empty_dir: ParallelSpectralDeconvolution/.project
W: -empty_dir: ParallelSpectralDeconvolution/build.xml
W: -empty_dir: ParallelSpectralDeconvolution/changelog.txt
W: -empty_dir: ParallelSpectralDeconvolution/licenses
W: -empty_dir: ParallelSpectralDeconvolution/macros
W: -empty_dir: ParallelSpectralDeconvolution/plugins.config
W: -empty_dir: ParallelSpectralDeconvolution/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