Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Build failed in Hudson: cbi-pdt-2.2-helios #470

See <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/changes>

Changes:

[jpospycha] use org.eclipse.test as dependency instead of compiling it

[jpospycha] use org.eclipse.test as dependency instead of compiling it

------------------------------------------
[...truncated 55119 lines...]
build.jars:

properties:

init:

@dot:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/@dot>
    [javac] Compiling 13 source files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/@dot>

properties:

init:

@dot:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.ui.tests/@dot>
    [javac] Compiling 4 source files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.ui.tests/@dot>
    [javac] ----------
    [javac] 1. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/formatter/FormatterTestsWrapper.java> (at line 34)
    [javac] 	import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
    [javac] ----------
    [javac] 2. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/formatter/FormatterTestsWrapper.java> (at line 114)
    [javac] 	IStructuredModel modelForEdit = StructuredModelManager
    [javac] 	^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
    [javac] ----------
    [javac] 3. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/formatter/FormatterTestsWrapper.java> (at line 114)
    [javac] 	IStructuredModel modelForEdit = StructuredModelManager
    [javac] 				.getModelManager().getModelForEdit(testFile);
    [javac] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getModelForEdit(IFile) from the type IModelManager is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
    [javac] ----------
    [javac] 4. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/formatter/FormatterTestsWrapper.java> (at line 117)
    [javac] 	final IDocument document = modelForEdit.getStructuredDocument();
    [javac] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
    [javac] ----------
    [javac] 5. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/formatter/FormatterTestsWrapper.java> (at line 132)
    [javac] 	modelForEdit.save();
    [javac] 	^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method save() from the type IStructuredModel is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
    [javac] ----------
    [javac] 6. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/formatter/FormatterTestsWrapper.java> (at line 135)
    [javac] 	modelForEdit.releaseFromEdit();
    [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
    [javac] ----------
    [javac] ----------
    [javac] 7. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/selection/SelectionEngineTestsWrapper.java> (at line 30)
    [javac] 	import org.eclipse.dltk.internal.core.SourceRange;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type SourceRange is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.dltk.core_2.0.1.v20100806-1245.jar>
    [javac] ----------
    [javac] 8. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/selection/SelectionEngineTestsWrapper.java> (at line 132)
    [javac] 	protected SourceRange createFile(String data) throws Exception {
    [javac] 	          ^^^^^^^^^^^
    [javac] Discouraged access: The type SourceRange is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.dltk.core_2.0.1.v20100806-1245.jar>
    [javac] ----------
    [javac] 9. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/selection/SelectionEngineTestsWrapper.java> (at line 154)
    [javac] 	return new SourceRange(left, right - left);
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The constructor SourceRange(int, int) is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.dltk.core_2.0.1.v20100806-1245.jar>
    [javac] ----------
    [javac] 10. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/selection/SelectionEngineTestsWrapper.java> (at line 154)
    [javac] 	return new SourceRange(left, right - left);
    [javac] 	           ^^^^^^^^^^^
    [javac] Discouraged access: The type SourceRange is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.dltk.core_2.0.1.v20100806-1245.jar>
    [javac] ----------
    [javac] 11. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/selection/SelectionEngineTestsWrapper.java> (at line 158)
    [javac] 	SourceRange range = createFile(data);
    [javac] 	^^^^^^^^^^^
    [javac] Discouraged access: The type SourceRange is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.dltk.core_2.0.1.v20100806-1245.jar>
    [javac] ----------
    [javac] 12. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/selection/SelectionEngineTestsWrapper.java> (at line 160)
    [javac] 	IModelElement[] elements = sourceModule.codeSelect(range.getOffset(),
    [javac] 	                                                   ^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getOffset() from the type SourceRange is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.dltk.core_2.0.1.v20100806-1245.jar>
    [javac] ----------
    [javac] 13. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.php.core.performance.tests/src/org/eclipse/php/core/tests/performance/selection/SelectionEngineTestsWrapper.java> (at line 161)
    [javac] 	range.getLength());
    [javac] 	^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getLength() from the type SourceRange is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/plugins/org.eclipse.dltk.core_2.0.1.v20100806-1245.jar>
    [javac] ----------
    [javac] 13 problems (13 warnings)

checkCompilationResults:

checkCompilationResults:

postProcess:

assemble:

preAssemble:

allElements:

allElementsDelegator:

init:

assembleElement:

main:

defaultAssemble:

main:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp>

gather.bin.parts:

properties:

init:

gather.bin.parts:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.php.core.tests_2.2.0.v201009240502>
     [copy] Copying 125 files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.php.core.tests_2.2.0.v201009240502>
     [copy] Copying 1210 files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.php.core.tests_2.2.0.v201009240502>

apitools.generation:

customAssembly:

properties:

init:

gather.bin.parts:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.php.ui.tests_2.2.0.v201009240502>
     [copy] Copying 10 files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.php.ui.tests_2.2.0.v201009240502>
     [copy] Copying 30 files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.php.ui.tests_2.2.0.v201009240502>

apitools.generation:

customAssembly:

properties:

init:

gather.bin.parts:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.php.core.performance.tests_2.2.0.v201009240502>
     [copy] Copying 52 files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.php.core.performance.tests_2.2.0.v201009240502>
     [copy] Copying 122 files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.php.core.performance.tests_2.2.0.v201009240502>

apitools.generation:

customAssembly:

init:

gather.bin.parts:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/features/org.eclipse.php.test_2.2.1.v201009240502-7D7AA79oB5855WBH5K5B>

children:
     [copy] Copying 5 files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/features/org.eclipse.php.test_2.2.1.v201009240502-7D7AA79oB5855WBH5K5B>

rootFiles:

rootFiles*_*_*:

customAssembly:

customAssembly:

jar.processing:

customAssembly:

generate.p2.metadata:

assemble.archive:

customAssembly:
      [zip] Building zip: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/N201009240502/pdt-junit-tests-N201009240502.zip>

cleanup.assembly:
   [delete] Deleting directory <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp>

generate.p2.metadata:

postAssemble:

package:

prePackage:

allElements:

allElementsDelegator:

init:

packageElement:

main:

defaultAssemble:

main:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp>

gather.bin.parts:
     [copy] Copying 8 files to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.test_3.3.0>
     [copy] Copying 1 file to <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins>

customAssembly:

jar.processing:

customAssembly:

generate.p2.metadata:

assemble.archive:

customAssembly:

BUILD FAILED
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:378: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:419: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:1725: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/build.xml>:199: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:38: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:129: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/builder/tests/customTargets.xml>:25: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/builder/tests/allElements.xml>:29: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:192: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/package.org.eclipse.php.test.all.xml>:23: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/package.org.eclipse.php.test.all.xml>:15: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/builder/tests/allElements.xml>:45: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/package.org.eclipse.php.test.xml>:99: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/package.org.eclipse.php.test.xml>:125: <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/470/artifact/build/N201009240502/eclipse/tmp/eclipse/plugins/org.eclipse.ant.optional.junit_3.2.200> not found.

Total time: 2 minutes 59 seconds
[start] [05:05:58] start.sh finished.

++ rm -f <https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/.cvspass>
+++ date '+%Y/%m/%d %H:%M'
++ echo '[2010/09/24 05:05] Hudson job  build #470 (2010-09-24_05-00-41) done.'
[2010/09/24 05:05] Hudson job  build #470 (2010-09-24_05-00-41) done.
Terminating xvnc.
Archiving artifacts
Recording test results
No test report files were found. Configuration error?



Back to the top