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 #373

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

------------------------------------------
[...truncated 149 lines...]
[INFO] --- maven-osgi-packaging-plugin:0.9.0:build-qualifier (default-build-qualifier) @ org.eclipse.egit ---
[INFO] 
[INFO] --- maven-osgi-packaging-plugin:0.9.0:validate-version (default-validate-version) @ org.eclipse.egit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.egit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit/src/main/resources>
[INFO] 
[INFO] --- maven-osgi-compiler-plugin:0.9.0:compile (default-compile) @ org.eclipse.egit ---
[INFO] Using compile source roots from build.properties
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.egit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit/src/test/resources>
[INFO] 
[INFO] --- maven-osgi-packaging-plugin:0.9.0:package-plugin (default-package-plugin) @ org.eclipse.egit ---
[INFO] Building jar: <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit/target/org.eclipse.egit-0.9.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- tycho-p2-plugin:0.9.0:p2-metadata (default-p2-metadata) @ org.eclipse.egit ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Git Team Provider (Core) (Incubation) 0.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4:clean (default-clean) @ org.eclipse.egit.core ---
[INFO] Deleting <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.core/target>
[INFO] 
[INFO] --- maven-osgi-packaging-plugin:0.9.0:build-qualifier (default-build-qualifier) @ org.eclipse.egit.core ---
[INFO] 
[INFO] --- maven-osgi-packaging-plugin:0.9.0:validate-version (default-validate-version) @ org.eclipse.egit.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.egit.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-osgi-compiler-plugin:0.9.0:compile (default-compile) @ org.eclipse.egit.core ---
[INFO] Using compile source roots from build.properties
[INFO] Compiling 64 source files to <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.core/target/classes>

[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.egit.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.core/src/test/resources>
[INFO] 
[INFO] --- maven-osgi-packaging-plugin:0.9.0:package-plugin (default-package-plugin) @ org.eclipse.egit.core ---
[INFO] Building jar: <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.core/target/org.eclipse.egit.core-0.9.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- tycho-p2-plugin:0.9.0:p2-metadata (default-p2-metadata) @ org.eclipse.egit.core ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Git Team Provider (UI) (Incubation) 0.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4:clean (default-clean) @ org.eclipse.egit.ui ---
[INFO] Deleting <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/target>
[INFO] 
[INFO] --- maven-osgi-packaging-plugin:0.9.0:build-qualifier (default-build-qualifier) @ org.eclipse.egit.ui ---
[INFO] 
[INFO] --- maven-osgi-packaging-plugin:0.9.0:validate-version (default-validate-version) @ org.eclipse.egit.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.egit.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-osgi-compiler-plugin:0.9.0:compile (default-compile) @ org.eclipse.egit.ui ---
[INFO] Using compile source roots from build.properties
[INFO] Compiling 208 source files to <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/target/classes>
----------
1. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FileDiff.java> (at line 195)
	diffFmt.formatEdits(new OutputStream() {
	        ^^^^^^^^^^^
The method formatEdits(RawText, RawText, EditList) in the type DiffFormatter is not applicable for the arguments (new OutputStream(){}, RawText, RawText, EditList)
----------
----------
2. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GitCreatePatchWizard.java> (at line 142)
	DiffFormatter diffFmt = new DiffFormatter();
	                        ^^^^^^^^^^^^^^^^^^^
The constructor DiffFormatter() is undefined
----------
----------
3. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 299)
	DiffFormatter diffFmt = new DiffFormatter() {
			@Override
			protected void writeHunkHeader(OutputStream out, int aCur,
					int aEnd, int bCur, int bEnd) throws IOException {
				int start = d.length();
				super.writeHunkHeader(out, aCur, aEnd, bCur, bEnd);
				int end = d.length();
				styles.add(new StyleRange(start, end - start, sys_hunkHeaderColor, null));
			}
			@Override
			protected void writeAddedLine(OutputStream out, RawText b, int bCur, boolean endOfLineMissing)
					throws IOException {
				int start = d.length();
				super.writeAddedLine(out, b, bCur, endOfLineMissing);
				int end = d.length();
				styles.add(new StyleRange(start, end - start, sys_linesAddedColor, null));
			}
			@Override
			protected void writeRemovedLine(OutputStream out, RawText b, int bCur, boolean endOfLineMissing)
					throws IOException {
				int start = d.length();
				super.writeRemovedLine(out, b, bCur, endOfLineMissing);
				int end = d.length();
				styles.add(new StyleRange(start, end - start, sys_linesRemovedColor, null));
			}
		};
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor DiffFormatter() is undefined
----------
4. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 301)
	protected void writeHunkHeader(OutputStream out, int aCur,
					int aEnd, int bCur, int bEnd) throws IOException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method writeHunkHeader(OutputStream, int, int, int, int) of type new DiffFormatter(){} must override a superclass method
----------
5. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 304)
	super.writeHunkHeader(out, aCur, aEnd, bCur, bEnd);
	      ^^^^^^^^^^^^^^^
The method writeHunkHeader(int, int, int, int) in the type DiffFormatter is not applicable for the arguments (OutputStream, int, int, int, int)
----------
6. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 309)
	protected void writeAddedLine(OutputStream out, RawText b, int bCur, boolean endOfLineMissing)
					throws IOException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method writeAddedLine(OutputStream, RawText, int, boolean) of type new DiffFormatter(){} must override a superclass method
----------
7. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 312)
	super.writeAddedLine(out, b, bCur, endOfLineMissing);
	      ^^^^^^^^^^^^^^
The method writeAddedLine(RawText, int) in the type DiffFormatter is not applicable for the arguments (OutputStream, RawText, int, boolean)
----------
8. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 317)
	protected void writeRemovedLine(OutputStream out, RawText b, int bCur, boolean endOfLineMissing)
					throws IOException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method writeRemovedLine(OutputStream, RawText, int, boolean) of type new DiffFormatter(){} must override a superclass method
----------
9. ERROR in <https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 320)
	super.writeRemovedLine(out, b, bCur, endOfLineMissing);
	      ^^^^^^^^^^^^^^^^
The method writeRemovedLine(RawText, int) in the type DiffFormatter is not applicable for the arguments (OutputStream, RawText, int, boolean)
----------
9 problems (9 errors)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] EGit Parent (Incubation) .......................... SUCCESS [0.194s]
[INFO] Eclipse Git (Incubation) .......................... SUCCESS [4.905s]
[INFO] Git Team Provider (Core) (Incubation) ............. SUCCESS [9.421s]
[INFO] Git Team Provider (UI) (Incubation) ............... FAILURE [10.344s]
[INFO] Git Team Provider (Documentation) (Incubation) .... SKIPPED
[INFO] Eclipse Git Feature (Incubation) .................. SKIPPED
[INFO] Eclipse Git Plugin Update Site (Incubation) ....... SKIPPED
[INFO] Test Plug-in (Incubation) ......................... SKIPPED
[INFO] EGit UI Test Plug-in (Incubation) ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 56.023s
[INFO] Finished at: Fri Jul 16 15:30:00 EDT 2010
[INFO] Final Memory: 46M/155M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.9.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/history/FileDiff.java> (at line 195):[-1,-1] 
	diffFmt.formatEdits(new OutputStream() {
	        ^^^^^^^^^^^
The method formatEdits(RawText, RawText, EditList) in the type DiffFormatter is not applicable for the arguments (new OutputStream(){}, RawText, RawText, EditList)

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/GitCreatePatchWizard.java> (at line 142):[-1,-1] 
	DiffFormatter diffFmt = new DiffFormatter();
	                        ^^^^^^^^^^^^^^^^^^^
The constructor DiffFormatter() is undefined

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 299):[-1,-1] 
	DiffFormatter diffFmt = new DiffFormatter() {
			@Override
			protected void writeHunkHeader(OutputStream out, int aCur,
					int aEnd, int bCur, int bEnd) throws IOException {
				int start = d.length();
				super.writeHunkHeader(out, aCur, aEnd, bCur, bEnd);
				int end = d.length();
				styles.add(new StyleRange(start, end - start, sys_hunkHeaderColor, null));
			}
			@Override
			protected void writeAddedLine(OutputStream out, RawText b, int bCur, boolean endOfLineMissing)
					throws IOException {
				int start = d.length();
				super.writeAddedLine(out, b, bCur, endOfLineMissing);
				int end = d.length();
				styles.add(new StyleRange(start, end - start, sys_linesAddedColor, null));
			}
			@Override
			protected void writeRemovedLine(OutputStream out, RawText b, int bCur, boolean endOfLineMissing)
					throws IOException {
				int start = d.length();
				super.writeRemovedLine(out, b, bCur, endOfLineMissing);
				int end = d.length();
				styles.add(new StyleRange(start, end - start, sys_linesRemovedColor, null));
			}
		};
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor DiffFormatter() is undefined

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 301):[-1,-1] 
	protected void writeHunkHeader(OutputStream out, int aCur,
					int aEnd, int bCur, int bEnd) throws IOException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method writeHunkHeader(OutputStream, int, int, int, int) of type new DiffFormatter(){} must override a superclass method

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 304):[-1,-1] 
	super.writeHunkHeader(out, aCur, aEnd, bCur, bEnd);
	      ^^^^^^^^^^^^^^^
The method writeHunkHeader(int, int, int, int) in the type DiffFormatter is not applicable for the arguments (OutputStream, int, int, int, int)

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 309):[-1,-1] 
	protected void writeAddedLine(OutputStream out, RawText b, int bCur, boolean endOfLineMissing)
					throws IOException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method writeAddedLine(OutputStream, RawText, int, boolean) of type new DiffFormatter(){} must override a superclass method

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 312):[-1,-1] 
	super.writeAddedLine(out, b, bCur, endOfLineMissing);
	      ^^^^^^^^^^^^^^
The method writeAddedLine(RawText, int) in the type DiffFormatter is not applicable for the arguments (OutputStream, RawText, int, boolean)

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 317):[-1,-1] 
	protected void writeRemovedLine(OutputStream out, RawText b, int bCur, boolean endOfLineMissing)
					throws IOException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method writeRemovedLine(OutputStream, RawText, int, boolean) of type new DiffFormatter(){} must override a superclass method

<https://build.eclipse.org/hudson/job/egit/ws/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitMessageViewer.java> (at line 320):[-1,-1] 
	super.writeRemovedLine(out, b, bCur, endOfLineMissing);
	      ^^^^^^^^^^^^^^^^
The method writeRemovedLine(RawText, int) in the type DiffFormatter is not applicable for the arguments (OutputStream, RawText, int, boolean)
-> [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.
FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing.
Archiving artifacts



Back to the top