[ImageJ-builds] Build failed in Jenkins: Fiji_Archipelago #6
jenkins at imagej.net
jenkins at imagej.net
Wed Jul 23 12:51:29 CDT 2014
See <http://jenkins.imagej.net/job/Fiji_Archipelago/6/changes>
Changes:
[Larry Lindsey] CLM: Support network clusterization of the FixMontage plugin
[Larry Lindsey] Fiji_Archipelago: Remove unused PMAcknowledgingSender class
[Larry Lindsey] Archipelago: Reorganizing how ClusterNodes are handled. Does not compile.
[Larry Lindsey] DummyNodeShell: a dummy shell to associate to volunteer nodes
[Larry Lindsey] Archipelago: Minor progress
[Larry Lindsey] Fiji_Archipelago: removed NodeManager from code, centralized actual management of nodes in NodeCoordinator
[Larry Lindsey] Fiji Archipelago: Remove unused NodeManager class
[Larry Lindsey] Fiji Archipelago: fixes in ui
[Larry Lindsey] Fiji Archipelago: Move scheduling out of Cluster and into its own class
[Larry Lindsey] Cluster: compiles and runs, but experiences deadlocks and doesn't quite schedule jobs on nodes
[Larry Lindsey] Fiji Archipelago: Bugs fixed, things work. Sometimes runnings jobs returns incorrectly
[Larry Lindsey] Fiji Archipelago: minor changes to assist debugging
[Larry Lindsey] Fiji Archipelago: volunteer nodes work again
[Larry Lindsey] Fixed NPE when closing just after starting, less unnecessary verbosity, better handling of auth errors
------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/Fiji_Archipelago/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/fiji/Fiji_Archipelago
Checking out Revision c78014f9665f34795cd271edb1ffe705a55f7278 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson4149321572636349084.sh
+ git clean -dfx
Removing target/
[workspace] $ /bin/sh -xe /tmp/hudson604496992453641122.sh
+ mvn -DupdateReleaseInfo=true -Pdeploy-to-imagej deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building plugins/Fiji_Archipelago.jar 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- scijava-maven-plugin:0.1.1:set-rootdir (set-rootdir) @ Fiji_Archipelago ---
[INFO] Setting rootdir: /data/devel/jenkins/jobs/Fiji_Archipelago/workspace
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ Fiji_Archipelago ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/Fiji_Archipelago/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/Fiji_Archipelago/workspace
[INFO] Storing buildNumber: c78014f9665f34795cd271edb1ffe705a55f7278 at timestamp: 1406137888255
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/Fiji_Archipelago/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/Fiji_Archipelago/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Fiji_Archipelago ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ Fiji_Archipelago ---
[INFO] Compiling 64 source files to /data/devel/jenkins/jobs/Fiji_Archipelago/workspace/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/Fiji_Archipelago/workspace/src/main/java/edu/utexas/clm/archipelago/network/shell/SSHNodeShell.java:[6,43] cannot find symbol
symbol : class AuthenticationException
location: package edu.utexas.clm.archipelago.exception
[ERROR] /data/devel/jenkins/jobs/Fiji_Archipelago/workspace/src/main/java/edu/utexas/clm/archipelago/network/shell/SSHNodeShell.java:[47,22] cannot find symbol
symbol : class AuthenticationException
location: class edu.utexas.clm.archipelago.network.shell.SSHNodeShell
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.849s
[INFO] Finished at: Wed Jul 23 12:51:29 CDT 2014
[INFO] Final Memory: 18M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project Fiji_Archipelago: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/Fiji_Archipelago/workspace/src/main/java/edu/utexas/clm/archipelago/network/shell/SSHNodeShell.java:[6,43] cannot find symbol
[ERROR] symbol : class AuthenticationException
[ERROR] location: package edu.utexas.clm.archipelago.exception
[ERROR] /data/devel/jenkins/jobs/Fiji_Archipelago/workspace/src/main/java/edu/utexas/clm/archipelago/network/shell/SSHNodeShell.java:[47,22] cannot find symbol
[ERROR] symbol : class AuthenticationException
[ERROR] location: class edu.utexas.clm.archipelago.network.shell.SSHNodeShell
[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