[jbosstools-builds] [Failure] jbosstools-nightly-3.2 #260

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri May 28 15:38:27 EDT 2010


Public: 
https://hudson.jboss.org/hudson//job/jbosstools-nightly-3.2/260
https://hudson.jboss.org/hudson//job/jbosstools-nightly-3.2/260/testReport
https://hudson.jboss.org/hudson//job/jbosstools-nightly-3.2/260/changes
https://hudson.jboss.org/hudson//job/jbosstools-nightly-3.2/260/console

Internal:
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2/260/
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2/260//testReport
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2/260//changes
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2/260//console

--------------------------------------------------

Failed Tests:

No tests ran.

--------------------------------------------------

Changes:

[dgolovin] https://jira.jboss.org/browse/JBDS-1202 problems running tests
fixed:
- manifest errors
- project import errors

this tests should be moved to jsf component to work under tycho

[nickboldt] initial commit of product build using tycho (incomplete; fails to find jbt examples plugin)

[dazarov] https://jira.jboss.org/browse/JBIDE-6386

[rob.stryker at jboss.com] JBIDE-6320 - test case added

[smukhina] nomsg

[nickboldt] switch to 5.0.1



--------------------------------------------------

Console log:

[...truncated 61261 lines...]
     [java]     [javac] ----------
     [java]     [javac] 123. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/CDICoreValidator.java (at line 376)
     [java]     [javac] 	String specializingBeanName = specializingBean instanceof IBeanMethod?specializingBeanClassName + "." + ((IBeanMethod)specializingBean).getSourceMember().getElementName() + "()":specializingBeanClassName;
     [java]     [javac] 	                                                                                                                                                                             ^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 124. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/CDICoreValidator.java (at line 916)
     [java]     [javac] 	if ("value".equals(pair.getMemberName())) {
     [java]     [javac] 	    ^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 125. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/CDICoreValidator.java (at line 1312)
     [java]     [javac] 	if (resource == null || !resource.getName().toLowerCase().endsWith(".java")) {
     [java]     [javac] 	                                                                   ^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 125 problems (125 warnings)
     [java] 
     [java] checkCompilationResults:
     [java]      [copy] Copying 3 files to /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.core/@dot
     [java] 
     [java] properties:
     [java] 
     [java] init:
     [java] 
     [java] build.jars:
     [java] 
     [java] properties:
     [java] 
     [java] init:
     [java] 
     [java] build.jars:
     [java] 
     [java] properties:
     [java] 
     [java] init:
     [java] 
     [java] @dot:
     [java]     [mkdir] Created dir: /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext/@dot
     [java] 
     [java] properties:
     [java] 
     [java] init:
     [java] 
     [java] @dot:
     [java]     [mkdir] Created dir: /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.xml/@dot
     [java]     [javac] Compiling 8 source files to /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext/@dot
     [java]     [javac] Compiling 7 source files to /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.xml/@dot
     [java]     [javac] ----------
     [java]     [javac] 1. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.xml/src/org/jboss/tools/cdi/xml/beans/model/CDIBeansEntityRecognizer.java (at line 26)
     [java]     [javac] 	if("beans.xml".equals(context.getFileName()) && body.indexOf("<beans") >= 0) {
     [java]     [javac] 	   ^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 2. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.xml/src/org/jboss/tools/cdi/xml/beans/model/CDIBeansEntityRecognizer.java (at line 26)
     [java]     [javac] 	if("beans.xml".equals(context.getFileName()) && body.indexOf("<beans") >= 0) {
     [java]     [javac] 	                                                             ^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 3. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.xml/src/org/jboss/tools/cdi/xml/beans/model/CDIBeansEntityRecognizer.java (at line 38)
     [java]     [javac] 	return s.indexOf("\"" + BEANS_NAMESPACE + "\"") > 0; //$NON-NLS-1$
     [java]     [javac] 	                                          ^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 3 problems (3 warnings)
     [java] 
     [java] checkCompilationResults:
     [java]      [copy] Copying 6 files to /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.xml/@dot
     [java]     [javac] ----------
     [java]     [javac] 1. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext/src/org/jboss/tools/cdi/text/ext/hyperlink/DisposerHyperlink.java (at line 63)
     [java]     [javac] 	String text = CDIExtensionsMessages.CDI_PRODUCER_DISPOSER_HYPERLINK_OPEN_BOUND_DISPOSER+" ";
     [java]     [javac] 	                                                                                        ^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 2. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext/src/org/jboss/tools/cdi/text/ext/hyperlink/InjectedPointHyperlink.java (at line 66)
     [java]     [javac] 	String text = CDIExtensionsMessages.CDI_INJECTED_POINT_HYPERLINK_OPEN_BEAN+" ";
     [java]     [javac] 	                                                                           ^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 3. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext/src/org/jboss/tools/cdi/text/ext/hyperlink/ProducerHyperlink.java (at line 26)
     [java]     [javac] 	String text = CDIExtensionsMessages.CDI_PRODUCER_DISPOSER_HYPERLINK_OPEN_BOUND_PRODUCER+" ";
     [java]     [javac] 	                                                                                        ^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 3 problems (3 warnings)
     [java] 
     [java] checkCompilationResults:
     [java]      [copy] Copying 1 file to /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext/@dot
     [java] 
     [java] properties:
     [java] 
     [java] init:
     [java] 
     [java] build.jars:
     [java] 
     [java] properties:
     [java] 
     [java] init:
     [java] 
     [java] build.jars:
     [java] 
     [java] properties:
     [java] 
     [java] init:
     [java] 
     [java] @dot:
     [java]     [mkdir] Created dir: /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.xml.ui/@dot
     [java] 
     [java] properties:
     [java] 
     [java] init:
     [java] 
     [java] @dot:
     [java]     [mkdir] Created dir: /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/@dot
     [java]     [javac] Compiling 4 source files to /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.xml.ui/@dot
     [java]     [javac] Compiling 18 source files to /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/@dot
     [java] 
     [java] checkCompilationResults:
     [java]      [copy] Copying 2 files to /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.xml.ui/@dot
     [java]     [javac] ----------
     [java]     [javac] 1. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIUIPlugin.java (at line 22)
     [java]     [javac] 	public static final String PLUGIN_ID = "org.jboss.tools.cdi.ui";
     [java]     [javac] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 2. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDIConfigurationBlock.java (at line 28)
     [java]     [javac] 	private static final String SETTINGS_SECTION_NAME = "CDIValidatorConfigurationBlock";
     [java]     [javac] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 3. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDISettingsPreferencePage.java (at line 34)
     [java]     [javac] 	public static final String ID = "org.jboss.tools.cdi.ui.propertyPages.CDISettingsPreferencePage";
     [java]     [javac] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 4. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/refactoring/CDIRefactorContributionFactory.java (at line 50)
     [java]     [javac] 	super("","");
     [java]     [javac] 	      ^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 5. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/refactoring/CDIRefactorContributionFactory.java (at line 50)
     [java]     [javac] 	super("","");
     [java]     [javac] 	         ^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 6. WARNING in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/refactoring/RenameNamedBeanWizard.java (at line 68)
     [java]     [javac] 	super("");
     [java]     [javac] 	      ^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 7. ERROR in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/search/InjectionPointQueryParticipant.java (at line 83)
     [java]     [javac] 	IInjectionPoint injectionPoint = CDIUtil.findInjectionPoint(beans, element);
     [java]     [javac] 	                                         ^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method findInjectionPoint(Set<IBean>, IJavaElement, int) in the type CDIUtil is not applicable for the arguments (Set<IBean>, IJavaElement)
     [java]     [javac] ----------
     [java]     [javac] 7 problems (1 error, 6 warnings)
     [java]     [javac] Compilation failed. Compiler errors are available in /qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/@dot.log
     [java] Java Result: 13

BUILD FAILED
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/buildNightly.xml:18: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/build.xml:68: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/build.xml:27: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/build.xml:39: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:106: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:120: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/builder-wrap.xml:336: [exec] Result: 127
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xpcom.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xpcom.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.carbon.macosx.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.carbon.macosx.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.cocoa.macosx.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.cocoa.macosx.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.gtk.linux.x86.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.gtk.linux.x86.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.gtk.linux.x86_64.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.gtk.linux.x86_64.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.win32.win32.x86.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.win32.win32.x86.

BUILD FAILED
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:493: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:495: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:429: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/builder-wrap.xml:68: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/builder-wrap.xml:199: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:36: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:105: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/org.jboss.ide.eclipse.releng/builders/customTargets.xml:13: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:114: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:124: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/compile.org.jboss.tools.cdi.feature.xml:13: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/build.xml:377: The following error occurred while executing this line:
/qa/hudson_ws/workspace/jbosstools-nightly-3.2/jbds-build/eclipse/plugins/org.jboss.tools.cdi.ui/build.xml:338: Compile failed; see the compiler error output for details.

Total time: 4 minutes 25 seconds

Total time: 4 minutes 41 seconds
Terminating xvnc.
[jbosstools-nightly-3.2] $ vncserver -kill :11
Killing Xvnc process ID 28904
Recording test results
Description not found.
Recording Emma reports jbds-build/coverage.xml
Recording plot data
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/archives/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/as/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/hibernate-tools/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jbpm-convert/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jmx/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/bpel/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/common/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/struts/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jsf/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jst/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/seam/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/drools-ide/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/vpe/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/esb/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/freemarker/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/birt/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/smooks/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/archives/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/as/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/hibernate-tools/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jbpm-convert/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jmx/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/bpel/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/common/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/struts/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jsf/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jst/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/seam/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/drools-ide/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/vpe/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/esb/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/freemarker/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/birt/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/smooks/classes.properties
Email was triggered for: Failure
There are 1 triggered emails.
Sending email for trigger: Failure


--------------------------------------------------



More information about the jbosstools-builds mailing list