[ImageJ-builds] Build failed in Jenkins: ui-behaviour #1
jenkins at imagej.net
jenkins at imagej.net
Wed Jan 20 04:45:12 CST 2016
See <http://jenkins.imagej.net/job/ui-behaviour/1/>
------------------------------------------
Started by user Tobias Pietzsch
Building remotely on maven in workspace <http://jenkins.imagej.net/job/ui-behaviour/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/scijava/ui-behaviour
> git init <http://jenkins.imagej.net/job/ui-behaviour/ws/> # timeout=10
Fetching upstream changes from git://github.com/scijava/ui-behaviour
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/scijava/ui-behaviour +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/scijava/ui-behaviour # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/scijava/ui-behaviour # timeout=10
Fetching upstream changes from git://github.com/scijava/ui-behaviour
> git -c core.askpass=true fetch --tags --progress git://github.com/scijava/ui-behaviour +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 20abe06ce2a06d1a609bb4772a526532b7fec433 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 20abe06ce2a06d1a609bb4772a526532b7fec433
First time build. Skipping changelog.
> git tag -a -f -m Jenkins Build #1 jenkins-ui-behaviour-1 # timeout=10
[ui-behaviour] $ /bin/sh -xe /tmp/hudson5538517714464689055.sh
+ git clean -dfx
[ui-behaviour] $ /bin/sh -xe /tmp/hudson319699743280366205.sh
+ mvn -U -Pdeploy-to-imagej clean deploy
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Configurable Keys 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://maven.imagej.net/content/groups/public/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom
4/14 KB
8/14 KB
12/14 KB
14/14 KB
Downloaded: http://maven.imagej.net/content/groups/public/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom (14 KB at 40.6 KB/sec)
Downloading: http://maven.imagej.net/content/groups/public/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar
4/252 KB
8/252 KB
12/252 KB
16/252 KB
20/252 KB
24/252 KB
28/252 KB
32/252 KB
36/252 KB
40/252 KB
44/252 KB
48/252 KB
52/252 KB
56/252 KB
60/252 KB
64/252 KB
68/252 KB
72/252 KB
76/252 KB
80/252 KB
84/252 KB
88/252 KB
92/252 KB
96/252 KB
100/252 KB
104/252 KB
108/252 KB
112/252 KB
116/252 KB
120/252 KB
124/252 KB
128/252 KB
132/252 KB
136/252 KB
140/252 KB
144/252 KB
148/252 KB
152/252 KB
156/252 KB
160/252 KB
164/252 KB
168/252 KB
172/252 KB
176/252 KB
180/252 KB
184/252 KB
188/252 KB
192/252 KB
196/252 KB
200/252 KB
204/252 KB
208/252 KB
212/252 KB
216/252 KB
220/252 KB
224/252 KB
228/252 KB
232/252 KB
236/252 KB
240/252 KB
244/252 KB
248/252 KB
252/252 KB
Downloaded: http://maven.imagej.net/content/groups/public/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar (252 KB at 2996.3 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ui-behaviour ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ ui-behaviour ---
[INFO] Adding ignorable dependency: null:jcodings:null
[INFO] Adding ignore: org/jcodings/*
[INFO] Adding ignorable dependency: null:jnr-constants:null
[INFO] Adding ignore: com/kenai/constantine/*
[INFO] Adding ignore: jnr/constants/*
[INFO] Adding ignorable dependency: null:jnr-ffi:null
[INFO] Adding ignore: jnr/ffi/*
[INFO] Adding ignorable dependency: null:joda-time:null
[INFO] Adding ignore: *
[INFO] Adding ignorable dependency: null:slf4j-log4j12:null
[INFO] Adding ignore: org/slf4j/impl/*
[INFO] Adding ignorable dependency: batik:batik:null
[INFO] Adding ignore: *
[INFO] Adding ignorable dependency: jama:jama:null
[INFO] Adding ignore: Jama/*
[INFO] Adding ignorable dependency: com.sun:tools:null
[INFO] Adding ignore: *
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:regex-property (sanitize-version) @ ui-behaviour ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ ui-behaviour ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/ui-behaviour && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ui-behaviour
[INFO] Storing buildNumber: 20abe06ce2a06d1a609bb4772a526532b7fec433 at timestamp: 1453286710992
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/ui-behaviour && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ui-behaviour
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ui-behaviour ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins-maven/workspace/ui-behaviour/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ui-behaviour ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /data/devel/jenkins-maven/workspace/ui-behaviour/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ui-behaviour ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins-maven/workspace/ui-behaviour/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ui-behaviour ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /data/devel/jenkins-maven/workspace/ui-behaviour/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins-maven/workspace/ui-behaviour/src/test/java/org/scijava/ui/behaviour/io/json/JSonInteractiveTest.java:[13,8] class JsonInteractiveTest is public, should be declared in a file named JsonInteractiveTest.java
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.374s
[INFO] Finished at: Wed Jan 20 04:45:12 CST 2016
[INFO] Final Memory: 19M/343M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project ui-behaviour: Compilation failure
[ERROR] /data/devel/jenkins-maven/workspace/ui-behaviour/src/test/java/org/scijava/ui/behaviour/io/json/JSonInteractiveTest.java:[13,8] class JsonInteractiveTest is public, should be declared in a file named JsonInteractiveTest.java
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the ImageJ-builds
mailing list