Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Build failed in Hudson: ptp-nightly #446

See <https://hudson.eclipse.org/hudson/job/ptp-nightly/446/changes>

Changes:

[Greg Watson] Move monitors to its own extension point.

[Greg Watson] Mark deprecated APIs

------------------------------------------
[...truncated 4032 lines...]
Unreachable catch block for IOException. This exception is never thrown from the try statement body
----------
3. ERROR in <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 657)
	} catch (final UnmergedPathException e) {
	               ^^^^^^^^^^^^^^^^^^^^^
Unreachable catch block for UnmergedPathException. This exception is never thrown from the try statement body
----------
4. ERROR in <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 676)
	Status status = statusCommand.call();
	                ^^^^^^^^^^^^^^^^^^^^
Unhandled exception type GitAPIException
----------
5. ERROR in <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 775)
	if (git.branchList().call().size()>0) { //check whether master was already created
	    ^^^^^^^^^^^^^^^^^^^^^^^
Unhandled exception type GitAPIException
----------
6. ERROR in <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 1002)
	addCommand.call();
	^^^^^^^^^^^^^^^^^
Unhandled exception type GitAPIException
----------
7. ERROR in <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 1014)
	checkoutCommand.call();
	^^^^^^^^^^^^^^^^^^^^^^
Unhandled exception type GitAPIException
----------
7 problems (7 errors)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] PTP Parent ........................................ SUCCESS [0.638s]
[INFO] org.eclipse.ptp.utils.core ........................ SUCCESS [2.870s]
[INFO] org.eclipse.ptp.proxy.protocol .................... SUCCESS [2.177s]
[INFO] org.eclipse.ptp.services.core ..................... SUCCESS [1.084s]
[INFO] org.eclipse.ptp.core .............................. SUCCESS [1.985s]
[INFO] org.eclipse.ptp.remote.core ....................... SUCCESS [0.986s]
[INFO] org.eclipse.ptp.ems.core .......................... SUCCESS [0.870s]
[INFO] org.eclipse.ptp.remote.ui ......................... SUCCESS [1.099s]
[INFO] org.eclipse.ptp.ems.ui ............................ SUCCESS [0.946s]
[INFO] org.eclipse.ptp.services.ui ....................... SUCCESS [1.196s]
[INFO] org.eclipse.ptp.debug.core ........................ SUCCESS [3.127s]
[INFO] org.eclipse.ptp.utils.ui .......................... SUCCESS [0.891s]
[INFO] org.eclipse.ptp.ui ................................ SUCCESS [1.783s]
[INFO] org.eclipse.ptp.debug.ui .......................... SUCCESS [1.825s]
[INFO] org.eclipse.ptp.launch ............................ SUCCESS [1.396s]
[INFO] org.eclipse.ptp.proxy ............................. SUCCESS [0.915s]
[INFO] org.eclipse.ptp.utils.file.core ................... SUCCESS [2.192s]
[INFO] org.eclipse.ptp.remotetools.utils ................. SUCCESS [1.016s]
[INFO] org.eclipse.ptp.remotetools.core .................. SUCCESS [3.524s]
[INFO] org.eclipse.ptp.utils.extensionpoints.core ........ SUCCESS [2.250s]
[INFO] org.eclipse.ptp.remotetools.environment.core ...... SUCCESS [1.290s]
[INFO] org.eclipse.ptp.remotetools.preferences ........... SUCCESS [0.668s]
[INFO] org.eclipse.ptp.remote.remotetools.core ........... SUCCESS [2.206s]
[INFO] org.eclipse.ptp.remotetools.environment.generichost  SUCCESS [0.717s]
[INFO] org.eclipse.ptp.remote.remotetools.ui ............. SUCCESS [1.391s]
[INFO] org.eclipse.ptp.remote.rse.core ................... SUCCESS [3.089s]
[INFO] org.eclipse.ptp.remote.rse.ui ..................... SUCCESS [2.416s]
[INFO] org.eclipse.ptp.utils ............................. SUCCESS [1.970s]
[INFO] org.eclipse.ptp.doc.user .......................... SUCCESS [1.080s]
[INFO] org.eclipse.ptp.doc.isv ........................... SUCCESS [2.369s]
[INFO] org.eclipse.ptp.debug.sdm ......................... SUCCESS [2.167s]
[INFO] org.eclipse.ptp.rm.core ........................... SUCCESS [1.829s]
[INFO] org.eclipse.ptp.debug.sdm.core .................... SUCCESS [14.255s]
[INFO] org.eclipse.ptp.rm.ui ............................. SUCCESS [5.138s]
[INFO] org.eclipse.ptp.debug.sdm.ui ...................... SUCCESS [1.031s]
[INFO] org.eclipse.ptp.debug.sdm.x10 ..................... SUCCESS [0.844s]
[INFO] org.eclipse.ptp.rdt.core .......................... SUCCESS [3.872s]
[INFO] org.eclipse.ptp.rdt.xlc ........................... SUCCESS [3.069s]
[INFO] org.eclipse.ptp.rdt.editor ........................ SUCCESS [2.263s]
[INFO] org.eclipse.ptp.rdt.ui ............................ SUCCESS [2.048s]
[INFO] org.eclipse.ptp.rdt.managedbuilder.xlc.ui ......... SUCCESS [0.996s]
[INFO] org.eclipse.ptp.rdt.make.ui ....................... SUCCESS [0.777s]
[INFO] org.eclipse.ptp.rdt.core.remotejars ............... SUCCESS [54.127s]
[INFO] org.eclipse.ptp.rdt.core.stubs .................... SUCCESS [0.690s]
[INFO] org.eclipse.ptp.rdt.doc.user ...................... SUCCESS [0.942s]
[INFO] org.eclipse.ptp.rdt.managedbuilder.gnu.ui ......... SUCCESS [1.294s]
[INFO] org.eclipse.ptp.rdt.managedbuilder.xlupc.ui ....... SUCCESS [3.537s]
[INFO] org.eclipse.ptp.rdt.server.dstore ................. SUCCESS [3.104s]
[INFO] org.eclipse.ptp.rdt.sync.core ..................... SUCCESS [7.993s]
[INFO] org.eclipse.ptp.rdt.sync.git.core ................. FAILURE [0.466s]
[INFO] org.eclipse.ptp.rdt.sync.ui ....................... SKIPPED
[INFO] org.eclipse.ptp.rdt.sync.git.ui ................... SKIPPED
[INFO] org.eclipse.ptp.rdt.sync.ui.fortran ............... SKIPPED
[INFO] org.eclipse.ptp ................................... SKIPPED
[INFO] org.eclipse.ptp.aix.ppc ........................... SKIPPED
[INFO] org.eclipse.ptp.rm.generic.core ................... SKIPPED
[INFO] org.eclipse.ptp.rm.lml.core ....................... SKIPPED
[INFO] org.eclipse.ptp.rm.lml.da ......................... SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb.core ...................... SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb.control.core .............. SKIPPED
[INFO] org.eclipse.ptp.rm.lml.da.server .................. SKIPPED
[INFO] org.eclipse.ptp.rm.lml.monitor.core ............... SKIPPED
[INFO] org.eclipse.ptp.rm.proxy.core ..................... SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb.ui ........................ SKIPPED
[INFO] org.eclipse.ptp.rm.generic.ui ..................... SKIPPED
[INFO] org.eclipse.ptp.rm.lml.ui ......................... SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb.control.ui ................ SKIPPED
[INFO] org.eclipse.ptp.rm.launch ......................... SKIPPED
[INFO] org.eclipse.ptp.cdt.compilers.core ................ SKIPPED
[INFO] org.eclipse.ptp.core .............................. SKIPPED
[INFO] org.eclipse.ptp.etfw.doc.user ..................... SKIPPED
[INFO] org.eclipse.ptp.etfw.feedback ..................... SKIPPED
[INFO] org.eclipse.ptp.etfw.toolopts ..................... SKIPPED
[INFO] org.eclipse.ptp.etfw .............................. SKIPPED
[INFO] org.eclipse.ptp.etfw.parallel ..................... SKIPPED
[INFO] org.eclipse.ptp.etfw .............................. SKIPPED
[INFO] org.eclipse.ptp.etfw.ppw .......................... SKIPPED
[INFO] org.eclipse.ptp.etfw.ppw .......................... SKIPPED
[INFO] org.eclipse.ptp.etfw.tau.papiselect ............... SKIPPED
[INFO] org.eclipse.ptp.etfw.tau.selinst .................. SKIPPED
[INFO] org.eclipse.ptp.etfw.tau.perfdmf .................. SKIPPED
[INFO] org.eclipse.ptp.etfw.tau .......................... SKIPPED
[INFO] org.eclipse.ptp.etfw.tau .......................... SKIPPED
[INFO] org.eclipse.ptp.etfw.tau.selinstfort .............. SKIPPED
[INFO] org.eclipse.ptp.etfw.tau.fortran .................. SKIPPED
[INFO] org.eclipse.ptp.macosx.ppc ........................ SKIPPED
[INFO] org.eclipse.ptp.linux.x86 ......................... SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.pe.proxy ................... SKIPPED
[INFO] org.eclipse.ptp.linux.ppc ......................... SKIPPED
[INFO] org.eclipse.ptp.rm.slurm.proxy .................... SKIPPED
[INFO] org.eclipse.ptp.macosx.x86 ........................ SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.ll.proxy ................... SKIPPED
[INFO] org.eclipse.ptp.linux.x86_64 ...................... SKIPPED
[INFO] org.eclipse.ptp.external .......................... SKIPPED
[INFO] org.eclipse.ptp.pldt.mpi.analysis.cdt ............. SKIPPED
[INFO] org.eclipse.ptp.pldt.common ....................... SKIPPED
[INFO] org.eclipse.ptp.pldt.mpi.analysis ................. SKIPPED
[INFO] org.eclipse.ptp.pldt.openmp.analysis .............. SKIPPED
[INFO] org.eclipse.ptp.rdt.sync.fortran .................. SKIPPED
[INFO] org.eclipse.ptp.pldt.openmp.ui.pv ................. SKIPPED
[INFO] org.eclipse.ptp.pldt.openacc ...................... SKIPPED
[INFO] org.eclipse.ptp.pldt.openacc.fortran .............. SKIPPED
[INFO] org.eclipse.ptp.pldt.doc.user ..................... SKIPPED
[INFO] org.eclipse.ptp.pldt.openmp.core .................. SKIPPED
[INFO] org.eclipse.ptp.pldt.openmp.fortran ............... SKIPPED
[INFO] org.eclipse.ptp.pldt.mpi.core ..................... SKIPPED
[INFO] org.eclipse.ptp.pldt.mpi.fortran .................. SKIPPED
[INFO] org.eclipse.ptp.pldt.wizards ...................... SKIPPED
[INFO] org.eclipse.ptp.pldt.openshmem .................... SKIPPED
[INFO] org.eclipse.ptp.pldt .............................. SKIPPED
[INFO] org.eclipse.ptp.pldt.fortran ...................... SKIPPED
[INFO] org.eclipse.ptp.fortran ........................... SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.ll.core .................... SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.ll.help .................... SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.ll.ui ...................... SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.ll ......................... SKIPPED
[INFO] org.eclipse.ptp.remotetools.environment.launcher .. SKIPPED
[INFO] org.eclipse.ptp.rm.mpi.mpich2.core ................ SKIPPED
[INFO] org.eclipse.ptp.rm.mpi.mpich2.ui .................. SKIPPED
[INFO] org.eclipse.ptp.remote.remotetools ................ SKIPPED
[INFO] org.eclipse.ptp.rm.slurm.core ..................... SKIPPED
[INFO] org.eclipse.ptp.rm.slurm.help ..................... SKIPPED
[INFO] org.eclipse.ptp.rm.slurm.ui ....................... SKIPPED
[INFO] org.eclipse.ptp.rm.slurm .......................... SKIPPED
[INFO] org.eclipse.ptp.debug.sdm ......................... SKIPPED
[INFO] org.eclipse.ptp.rm.lml_jaxb ....................... SKIPPED
[INFO] org.eclipse.ptp.rm.lml_jaxb ....................... SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb.configs ................... SKIPPED
[INFO] org.eclipse.ptp.remote ............................ SKIPPED
[INFO] org.eclipse.ptp.rm.lml.monitor.ui ................. SKIPPED
[INFO] org.eclipse.ptp.rdt.sync .......................... SKIPPED
[INFO] org.eclipse.ptp.rm.mpich2 ......................... SKIPPED
[INFO] org.eclipse.ptp.rm.mpi.openmpi.core ............... SKIPPED
[INFO] org.eclipse.ptp.rm.mpi.openmpi.ui ................. SKIPPED
[INFO] org.eclipse.ptp.rm.openmpi ........................ SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb.doc.isv ................... SKIPPED
[INFO] org.eclipse.ptp.services .......................... SKIPPED
[INFO] org.eclipse.ptp.rm.lml ............................ SKIPPED
[INFO] org.eclipse.ptp.remotetools.environment.ui ........ SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb.doc.user .................. SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.pe.help .................... SKIPPED
[INFO] org.eclipse.ptp.remotetools ....................... SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.pe.core .................... SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.pe.ui ...................... SKIPPED
[INFO] org.eclipse.ptp.rm.ibm.pe ......................... SKIPPED
[INFO] org.eclipse.ptp.rdt.remotetools ................... SKIPPED
[INFO] org.eclipse.ptp.utils ............................. SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb ........................... SKIPPED
[INFO] org.eclipse.ptp ................................... SKIPPED
[INFO] org.eclipse.ptp.gem.help .......................... SKIPPED
[INFO] org.eclipse.ptp.gem ............................... SKIPPED
[INFO] org.eclipse.ptp.gem ............................... SKIPPED
[INFO] org.eclipse.ptp.pldt.upc .......................... SKIPPED
[INFO] org.eclipse.ptp.pldt.upc .......................... SKIPPED
[INFO] org.eclipse.ptp.remote.rse ........................ SKIPPED
[INFO] org.eclipse.ptp.rdt ............................... SKIPPED
[INFO] org.eclipse.ptp.rdt.editor ........................ SKIPPED
[INFO] org.eclipse.ptp.rdt.remotejars .................... SKIPPED
[INFO] org.eclipse.ptp.rdt.xlc ........................... SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb.contrib ................... SKIPPED
[INFO] org.eclipse.ptp.rm.jaxb.contrib ................... SKIPPED
[INFO] org.eclipse.ptp.sci ............................... SKIPPED
[INFO] org.eclipse.ptp.sci ............................... SKIPPED
[INFO] org.eclipse.ptp.sdk ............................... SKIPPED
[INFO] org.eclipse.ptp.repo .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:24.469s
[INFO] Finished at: Wed May 30 19:14:07 EDT 2012
[INFO] Final Memory: 164M/467M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.13.0:compile (default-compile) on project org.eclipse.ptp.rdt.sync.git.core: Compilation failure: Compilation failure:
[ERROR] <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 497):[-1,-1]
[ERROR] status = statusCommand.call();
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] Unhandled exception type GitAPIException
[ERROR] 
[ERROR] <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 505):[-1,-1]
[ERROR] } catch (IOException e) {
[ERROR] ^^^^^^^^^^^
[ERROR] Unreachable catch block for IOException. This exception is never thrown from the try statement body
[ERROR] 
[ERROR] <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 657):[-1,-1]
[ERROR] } catch (final UnmergedPathException e) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] Unreachable catch block for UnmergedPathException. This exception is never thrown from the try statement body
[ERROR] 
[ERROR] <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 676):[-1,-1]
[ERROR] Status status = statusCommand.call();
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] Unhandled exception type GitAPIException
[ERROR] 
[ERROR] <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 775):[-1,-1]
[ERROR] if (git.branchList().call().size()>0) { //check whether master was already created
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Unhandled exception type GitAPIException
[ERROR] 
[ERROR] <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 1002):[-1,-1]
[ERROR] addCommand.call();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] Unhandled exception type GitAPIException
[ERROR] 
[ERROR] <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/rdt/org.eclipse.ptp.rdt.sync.git.core/src/org/eclipse/ptp/rdt/sync/git/core/GitRemoteSyncConnection.java> (at line 1014):[-1,-1]
[ERROR] checkoutCommand.call();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Unhandled exception type GitAPIException
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.ptp.rdt.sync.git.core
Archiving artifacts



Back to the top