Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-build] Build failed in Hudson: egit #56

See <https://build.eclipse.org/hudson/job/egit/56/changes>

Changes:

[Stefan Lay]     Show the diff to previous version in history view
    
    The content is filtered by the same filter as the list of files in the
    CommitFileDiffViewer (the table on the lower right of the view).
    
    The diff is only shown for the case of one parent, i.e. merge commits
    are still omitted.
    
    Bug: 293329
    Change-Id: I6af106314729bf123257ee13d2dad5c76f50eb04
    Signed-off-by: Stefan Lay <stefan.lay@xxxxxxx>

[Matthias Sohn]     Merge branch 'cq-diff'

------------------------------------------
[...truncated 172 lines...]
	/*******************************************************************************
	^
The type org.eclipse.jgit.errors.TransportException cannot be resolved. It is indirectly referenced from required .class files
----------
3. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 34)
	import org.eclipse.jgit.errors.NotSupportedException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.errors.NotSupportedException cannot be resolved
----------
4. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 35)
	import org.eclipse.jgit.errors.TransportException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.errors.TransportException cannot be resolved
----------
5. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 92)
	transport = Transport.open(localDb, repoSelection.getConfig());
	                      ^^^^
The method open(Repository, RemoteConfig) from the type Transport refers to the missing type NotSupportedException
----------
6. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 94)
	transport = Transport.open(localDb, repoSelection.getURI());
	                      ^^^^
The method open(Repository, URIish) from the type Transport refers to the missing type NotSupportedException
----------
7. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 95)
	} catch (final NotSupportedException e) {
	               ^^^^^^^^^^^^^^^^^^^^^
NotSupportedException cannot be resolved to a type
----------
8. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 166)
	result = transport.fetch(new EclipseGitProgressTransformer(
	                   ^^^^^
The method fetch(ProgressMonitor, Collection<RefSpec>) from the type Transport refers to the missing type NotSupportedException
----------
9. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 168)
	} catch (final NotSupportedException e) {
	               ^^^^^^^^^^^^^^^^^^^^^
NotSupportedException cannot be resolved to a type
----------
10. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 171)
	} catch (final TransportException e) {
	               ^^^^^^^^^^^^^^^^^^
TransportException cannot be resolved to a type
----------
----------
11. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 1)
	/*******************************************************************************
	^
The type org.eclipse.jgit.dircache.DirCache cannot be resolved. It is indirectly referenced from required .class files
----------
12. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 33)
	import org.eclipse.jgit.dircache.DirCache;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.dircache.DirCache cannot be resolved
----------
13. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 34)
	import org.eclipse.jgit.dircache.DirCacheEntry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.dircache.DirCacheEntry cannot be resolved
----------
14. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 35)
	import org.eclipse.jgit.dircache.DirCacheIterator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.dircache.DirCacheIterator cannot be resolved
----------
15. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 148)
	final DirCacheIterator indexIterator = treeWalk.getTree(T_INDEX,
	      ^^^^^^^^^^^^^^^^
DirCacheIterator cannot be resolved to a type
----------
16. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 148)
	final DirCacheIterator indexIterator = treeWalk.getTree(T_INDEX,
	                                                ^^^^^^^
Bound mismatch: The generic method getTree(int, Class<T>) of type TreeWalk is not applicable for the arguments (int, Class<DirCacheIterator>). The inferred type DirCacheIterator is not a valid substitute for the bounded parameter <T extends AbstractTreeIterator>
----------
17. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 149)
	DirCacheIterator.class);
	^^^^^^^^^^^^^^^^
DirCacheIterator cannot be resolved to a type
----------
18. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 150)
	final DirCacheEntry indexEntry = indexIterator != null ? indexIterator
	      ^^^^^^^^^^^^^
DirCacheEntry cannot be resolved to a type
----------
19. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 330)
	treeWalk.addTree(new DirCacheIterator(DirCache.read(repository)));
	         ^^^^^^^
The method addTree(ObjectId) in the type TreeWalk is not applicable for the arguments (DirCacheIterator)
----------
20. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 330)
	treeWalk.addTree(new DirCacheIterator(DirCache.read(repository)));
	                     ^^^^^^^^^^^^^^^^
DirCacheIterator cannot be resolved to a type
----------
21. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 330)
	treeWalk.addTree(new DirCacheIterator(DirCache.read(repository)));
	                                      ^^^^^^^^
DirCache cannot be resolved
----------
22. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 348)
	private static boolean timestampMatches(DirCacheEntry indexEntry,
	                                        ^^^^^^^^^^^^^
DirCacheEntry cannot be resolved to a type
----------
22 problems (22 errors)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] EGit Parent (Incubation) .......................... SUCCESS [0.700s]
[INFO] Eclipse Git (Incubation) .......................... SUCCESS [4.162s]
[INFO] Git Team Provider (Core) (Incubation) ............. SUCCESS [7.118s]
[INFO] Git Team Provider (UI) (Incubation) ............... FAILURE [4.579s]
[INFO] Eclipse Git Feature (Incubation) .................. SKIPPED
[INFO] Eclipse Git Plugin Update Site (Incubation) ....... SKIPPED
[INFO] Test Plug-in (Incubation) ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.817s
[INFO] Finished at: Tue Feb 02 21:12:58 EST 2010
[INFO] Final Memory: 46M/163M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.6.0:compile (default-compile) on project org.eclipse.egit.ui: Compilation failure: Compilation failure: 
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 1):[-1,-1] 
	/*******************************************************************************
	^
The type org.eclipse.jgit.errors.NotSupportedException cannot be resolved. It is indirectly referenced from required .class files

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 1):[-1,-1] 
	/*******************************************************************************
	^
The type org.eclipse.jgit.errors.TransportException cannot be resolved. It is indirectly referenced from required .class files

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 34):[-1,-1] 
	import org.eclipse.jgit.errors.NotSupportedException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.errors.NotSupportedException cannot be resolved

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 35):[-1,-1] 
	import org.eclipse.jgit.errors.TransportException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.errors.TransportException cannot be resolved

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 92):[-1,-1] 
	transport = Transport.open(localDb, repoSelection.getConfig());
	                      ^^^^
The method open(Repository, RemoteConfig) from the type Transport refers to the missing type NotSupportedException

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 94):[-1,-1] 
	transport = Transport.open(localDb, repoSelection.getURI());
	                      ^^^^
The method open(Repository, URIish) from the type Transport refers to the missing type NotSupportedException

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 95):[-1,-1] 
	} catch (final NotSupportedException e) {
	               ^^^^^^^^^^^^^^^^^^^^^
NotSupportedException cannot be resolved to a type

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 166):[-1,-1] 
	result = transport.fetch(new EclipseGitProgressTransformer(
	                   ^^^^^
The method fetch(ProgressMonitor, Collection<RefSpec>) from the type Transport refers to the missing type NotSupportedException

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 168):[-1,-1] 
	} catch (final NotSupportedException e) {
	               ^^^^^^^^^^^^^^^^^^^^^
NotSupportedException cannot be resolved to a type

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchWizard.java> (at line 171):[-1,-1] 
	} catch (final TransportException e) {
	               ^^^^^^^^^^^^^^^^^^
TransportException cannot be resolved to a type

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 1):[-1,-1] 
	/*******************************************************************************
	^
The type org.eclipse.jgit.dircache.DirCache cannot be resolved. It is indirectly referenced from required .class files

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 33):[-1,-1] 
	import org.eclipse.jgit.dircache.DirCache;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.dircache.DirCache cannot be resolved

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 34):[-1,-1] 
	import org.eclipse.jgit.dircache.DirCacheEntry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.dircache.DirCacheEntry cannot be resolved

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 35):[-1,-1] 
	import org.eclipse.jgit.dircache.DirCacheIterator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jgit.dircache.DirCacheIterator cannot be resolved

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 148):[-1,-1] 
	final DirCacheIterator indexIterator = treeWalk.getTree(T_INDEX,
	      ^^^^^^^^^^^^^^^^
DirCacheIterator cannot be resolved to a type

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 148):[-1,-1] 
	final DirCacheIterator indexIterator = treeWalk.getTree(T_INDEX,
	                                                ^^^^^^^
Bound mismatch: The generic method getTree(int, Class<T>) of type TreeWalk is not applicable for the arguments (int, Class<DirCacheIterator>). The inferred type DirCacheIterator is not a valid substitute for the bounded parameter <T extends AbstractTreeIterator>

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 149):[-1,-1] 
	DirCacheIterator.class);
	^^^^^^^^^^^^^^^^
DirCacheIterator cannot be resolved to a type

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 150):[-1,-1] 
	final DirCacheEntry indexEntry = indexIterator != null ? indexIterator
	      ^^^^^^^^^^^^^
DirCacheEntry cannot be resolved to a type

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 330):[-1,-1] 
	treeWalk.addTree(new DirCacheIterator(DirCache.read(repository)));
	         ^^^^^^^
The method addTree(ObjectId) in the type TreeWalk is not applicable for the arguments (DirCacheIterator)

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 330):[-1,-1] 
	treeWalk.addTree(new DirCacheIterator(DirCache.read(repository)));
	                     ^^^^^^^^^^^^^^^^
DirCacheIterator cannot be resolved to a type

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 330):[-1,-1] 
	treeWalk.addTree(new DirCacheIterator(DirCache.read(repository)));
	                                      ^^^^^^^^
DirCache cannot be resolved

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceAdapter.java> (at line 348):[-1,-1] 
	private static boolean timestampMatches(DirCacheEntry indexEntry,
	                                        ^^^^^^^^^^^^^
DirCacheEntry cannot be resolved to a type
-> [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.egit.ui
Terminating xvnc.
[workspace] $ /usr/X11/bin/vncserver -kill :24
Killing Xvnc process ID 8578
Archiving artifacts
Failed to send e-mail to Stefan Lay because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to Matthias Sohn because no e-mail address is known, and no default e-mail domain is configured



Back to the top