[ImageJ-builds] Build failed in Jenkins: BAR #34
jenkins at imagej.net
jenkins at imagej.net
Sun Nov 13 04:13:25 CST 2016
See <http://jenkins.imagej.net/job/BAR/34/changes>
Changes:
[tiagoalvespedrosa] Update navigation bar
[tiagoalvespedrosa] Remove external resources we won't curate
[tiagoalvespedrosa] Add nav bar
[tiagoalvespedrosa] Cleanup installation notes. While at it, improve text
[tiagoalvespedrosa] Skip directories that are now bundled inside the main jar file
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/BAR/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/tferr/Scripts # timeout=10
Fetching upstream changes from git://github.com/tferr/Scripts
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/tferr/Scripts +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e27902f10ff1f2bf79dfc5a394cbe61487f86a0d (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e27902f10ff1f2bf79dfc5a394cbe61487f86a0d
> git rev-list ea6d9caeee2ad8ccfdc4108e68f3ece6f08dbf9d # timeout=10
> git tag -a -f -m Jenkins Build #34 jenkins-BAR-34 # timeout=10
[BAR] $ /bin/sh -xe /tmp/hudson4435810798043540237.sh
+ git clean -dfx
Removing BAR/target/
[BAR] $ /bin/sh -xe /tmp/hudson5191684278874323685.sh
+ cd BAR
+ 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 BAR_.jar 1.1.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ BAR_ ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ BAR_ ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:regex-property (sanitize-version) @ BAR_ ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ BAR_ ---
[INFO] Executing: /bin/sh -c cd '/data/devel/jenkins-maven/workspace/BAR/BAR' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/BAR/BAR
[INFO] Storing buildNumber: e27902f10ff1f2bf79dfc5a394cbe61487f86a0d at timestamp: 1479032002489
[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/BAR/BAR' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/BAR/BAR
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- scijava-maven-plugin:0.5.1:set-rootdir (set-rootdir) @ BAR_ ---
[INFO] Setting rootdir: /data/devel/jenkins-maven/workspace/BAR/BAR
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ BAR_ ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 11 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ BAR_ ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /data/devel/jenkins-maven/workspace/BAR/BAR/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins-maven/workspace/BAR/BAR/src/main/java/bar/Utils.java:[34,34] package net.imagej.ui.swing.script does not exist
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.384s
[INFO] Finished at: Sun Nov 13 04:13:24 CST 2016
[INFO] Final Memory: 33M/453M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project BAR_: Compilation failure
[ERROR] /data/devel/jenkins-maven/workspace/BAR/BAR/src/main/java/bar/Utils.java:[34,34] package net.imagej.ui.swing.script does not exist
[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