[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[egit-build] Build failed in Hudson: egit #245
|
See <https://build.eclipse.org/hudson/job/egit/245/changes>
Changes:
[Mathias Kinzler] Git Repositories View: allow tag check-out
[Code Review] Merge "Git Repositories View: allow tag check-out"
------------------------------------------
[...truncated 3593 lines...]
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/GitLightweightDecorator.java> (at line 559):[-1,-1]
final RepositoryMapping mapping = RepositoryMapping
^^^^^^^^^^^^^^^^^
RepositoryMapping 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/GitLightweightDecorator.java> (at line 559):[-1,-1]
final RepositoryMapping mapping = RepositoryMapping
^^^^^^^^^^^^^^^^^
RepositoryMapping cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/GitLightweightDecorator.java> (at line 629):[-1,-1]
final Set<RepositoryMapping> ms = new HashSet<RepositoryMapping>();
^^^^^^^^^^^^^^^^^
RepositoryMapping 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/GitLightweightDecorator.java> (at line 629):[-1,-1]
final Set<RepositoryMapping> ms = new HashSet<RepositoryMapping>();
^^^^^^^^^^^^^^^^^
RepositoryMapping 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/GitLightweightDecorator.java> (at line 632):[-1,-1]
final RepositoryMapping mapping = RepositoryMapping.getMapping(p);
^^^^^^^^^^^^^^^^^
RepositoryMapping 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/GitLightweightDecorator.java> (at line 632):[-1,-1]
final RepositoryMapping mapping = RepositoryMapping.getMapping(p);
^^^^^^^^^^^^^^^^^
RepositoryMapping cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/GitLightweightDecorator.java> (at line 636):[-1,-1]
for (final RepositoryMapping m : ms) {
^^^^^^^^^^^^^^^^^
RepositoryMapping 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/GitLightweightDecorator.java> (at line 669):[-1,-1]
public void repositoryChanged(RepositoryMapping mapping) {
^^^^^^^^^^^^^^^^^
RepositoryMapping 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/GitLightweightDecorator.java> (at line 724):[-1,-1]
exceptions.handleException(e);
^^^^^^^^^^
ExceptionCollector cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 20):[-1,-1]
import org.eclipse.egit.core.op.PushOperation;
^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.egit.core.op cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 21):[-1,-1]
import org.eclipse.egit.core.op.PushOperationResult;
^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.egit.core.op cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 22):[-1,-1]
import org.eclipse.egit.core.op.PushOperationSpecification;
^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.egit.core.op cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 65):[-1,-1]
private PushOperationResult confirmedResult;
^^^^^^^^^^^^^^^^^^^
PushOperationResult cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 120):[-1,-1]
return confirmedResult != null;
^^^^^^^^^^^^^^^
PushOperationResult cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 123):[-1,-1]
PushOperationResult getConfirmedResult() {
^^^^^^^^^^^^^^^^^^^
PushOperationResult cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 124):[-1,-1]
return confirmedResult;
^^^^^^^^^^^^^^^
PushOperationResult cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 143):[-1,-1]
setPageComplete(confirmedResult != null);
^^^^^^^^^^^^^^^
PushOperationResult cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 149):[-1,-1]
resultPanel.setData(local, null);
^^^^^^^
The method setData(Repository, PushOperationResult) from the type PushResultTable refers to the missing type PushOperationResult
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 150):[-1,-1]
confirmedResult = null;
^^^^^^^^^^^^^^^
PushOperationResult cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 172):[-1,-1]
final PushOperation operation;
^^^^^^^^^^^^^
PushOperation cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 184):[-1,-1]
final PushOperationSpecification spec = new PushOperationSpecification();
^^^^^^^^^^^^^^^^^^^^^^^^^^
PushOperationSpecification cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 184):[-1,-1]
final PushOperationSpecification spec = new PushOperationSpecification();
^^^^^^^^^^^^^^^^^^^^^^^^^^
PushOperationSpecification cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 188):[-1,-1]
operation = new PushOperation(local, spec, true,
^^^^^^^^^^^^^
PushOperation cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 213):[-1,-1]
final PushOperationResult result = operation.getOperationResult();
^^^^^^^^^^^^^^^^^^^
PushOperationResult cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/ConfirmationPage.java> (at line 217):[-1,-1]
confirmedResult = result;
^^^^^^^^^^^^^^^
PushOperationResult cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/CreateBranchPage.java> (at line 18):[-1,-1]
import org.eclipse.egit.core.op.BranchOperation;
^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.egit.core.op cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/CreateBranchPage.java> (at line 267):[-1,-1]
new BranchOperation(myRepository, getBranchName()).execute(monitor);
^^^^^^^^^^^^^^^
BranchOperation cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/SourceBranchPage.java> (at line 24):[-1,-1]
import org.eclipse.egit.core.op.ListRemoteOperation;
^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.egit.core.op cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/SourceBranchPage.java> (at line 246):[-1,-1]
final ListRemoteOperation listRemoteOp;
^^^^^^^^^^^^^^^^^^^
ListRemoteOperation cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/SourceBranchPage.java> (at line 250):[-1,-1]
listRemoteOp = new ListRemoteOperation(db, uri);
^^^^^^^^^^^^^^^^^^^
ListRemoteOperation cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 18):[-1,-1]
import org.eclipse.egit.core.op.ResetOperation.ResetType;
^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.egit.core.op cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 82):[-1,-1]
private ResetType resetType = ResetType.MIXED;
^^^^^^^^^
ResetType cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 82):[-1,-1]
private ResetType resetType = ResetType.MIXED;
^^^^^^^^^
ResetType cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 242):[-1,-1]
resetType = ResetType.SOFT;
^^^^^^^^^
ResetType cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 242):[-1,-1]
resetType = ResetType.SOFT;
^^^^^^^^^
ResetType cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 251):[-1,-1]
resetType = ResetType.MIXED;
^^^^^^^^^
ResetType cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 251):[-1,-1]
resetType = ResetType.MIXED;
^^^^^^^^^
ResetType cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 259):[-1,-1]
resetType = ResetType.HARD;
^^^^^^^^^
ResetType cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 259):[-1,-1]
resetType = ResetType.HARD;
^^^^^^^^^
ResetType cannot be resolved
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 274):[-1,-1]
public ResetType getResetType() {
^^^^^^^^^
ResetType cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 275):[-1,-1]
return resetType;
^^^^^^^^^
ResetType cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 282):[-1,-1]
if (resetType == ResetType.HARD) {
^^^^^^^^^
ResetType cannot be resolved to a type
<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/BranchSelectionDialog.java> (at line 282):[-1,-1]
if (resetType == ResetType.HARD) {
^^^^^^^^^
ResetType cannot be resolved
-> [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
Taking screenshot.
[workspace] $ import -window root -display :20 screenshot.jpg
FATAL: Cannot run program "import" (in directory "<https://build.eclipse.org/hudson/job/egit/ws/")>: java.io.IOException: error=13, Permission denied
java.io.IOException: Cannot run program "import" (in directory "<https://build.eclipse.org/hudson/job/egit/ws/")>: java.io.IOException: error=13, Permission denied
at java.lang.Throwable.<init>(Throwable.java:80)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:450)
at hudson.Proc$LocalProc.<init>(Proc.java:149)
at hudson.Proc$LocalProc.<init>(Proc.java:121)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:633)
at hudson.Launcher$ProcStarter.start(Launcher.java:268)
at hudson.Launcher$ProcStarter.join(Launcher.java:275)
at hudson.plugins.xvnc.Xvnc$1.tearDown(Xvnc.java:101)
at hudson.model.Build$RunnerImpl.doRun(Build.java:139)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
at hudson.model.Run.run(Run.java:1244)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:122)
Caused by: java.io.IOException: java.io.IOException: error=13, Permission denied
at java.lang.Throwable.<init>(Throwable.java:67)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:112)
at java.lang.ProcessImpl.start(ProcessImpl.java:101)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:464)
... 12 more