From alerts-return-7890-apmail-harmony-alerts-archive=harmony.apache.org@harmony.apache.org Sun Sep 19 08:37:52 2010 Return-Path: Delivered-To: apmail-harmony-alerts-archive@minotaur.apache.org Received: (qmail 78205 invoked from network); 19 Sep 2010 08:37:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Sep 2010 08:37:52 -0000 Received: (qmail 75263 invoked by uid 500); 19 Sep 2010 08:37:52 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 75176 invoked by uid 500); 19 Sep 2010 08:37:50 -0000 Mailing-List: contact alerts-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list alerts@harmony.apache.org Received: (qmail 75162 invoked by uid 99); 19 Sep 2010 08:37:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Sep 2010 08:37:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Sep 2010 08:37:47 +0000 Received: from aegis (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 408ABC0180; Sun, 19 Sep 2010 08:37:27 +0000 (UTC) Date: Sun, 19 Sep 2010 08:37:26 +0000 (UTC) From: Apache Hudson Server To: tellison@apache.org, alerts@harmony.apache.org, firepure@gmail.com Message-ID: <894533053.181284885447248.JavaMail.hudson@aegis> Subject: Build failed in Hudson: Harmony-1.6-head-linux-x86_64 #303 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See Changes: [lvjing] As discussed in the mailing-list, add new x-tools module to harmony6 branch ------------------------------------------ [...truncated 3803 lines...] [copy] Copying 25 files to [copy] Copying 1 file to -build-no-check: -svn-info: -compile-java: [echo] Compiling suncompat classes -class-patternset: -build-jar: [hy.jar.bin] Building jar: [hy.jar.src] Building jar: -compile-tests: [echo] Compiling suncompat tests [mkdir] Created dir: -test-jar: [mkdir] Created dir: [copy] Copying 1 file to [hy.jar.bin] Building jar: [mkdir] Created dir: -build-no-check: -svn-info: -compile-java: [echo] Compiling swing classes -class-patternset: -build-jar: [hy.jar.bin] Building jar: [hy.jar.src] Building jar: -compile-tests: [echo] Compiling swing tests [mkdir] Created dir: [hy.javac] Compiling 601 source files to [hy.javac] Since fork is false, ignoring memoryMaximumSize setting -test-jar: [mkdir] Created dir: [copy] Copying 1 file to [hy.jar.bin] Building jar: [mkdir] Created dir: [copy] Copying 8 files to [copy] Copying 15 files to -build-no-check: -svn-info: -compile-java: [echo] Compiling text classes -class-patternset: -build-jar: [hy.jar.bin] Building jar: [hy.jar.src] Building jar: -compile-tests: [echo] Compiling text tests [mkdir] Created dir: [hy.javac] Compiling 35 source files to [hy.javac] Since fork is false, ignoring memoryMaximumSize setting -test-jar: [mkdir] Created dir: [copy] Copying 1 file to [hy.jar.bin] Building jar: [mkdir] Created dir: [copy] Copying 8 files to [copy] Copying 7 files to -build-no-check: -svn-info: -compile-java: [echo] Compiling x-net classes -class-patternset: -build-jar: [hy.jar.bin] Building jar: [hy.jar.src] Building jar: -compile-tests: [echo] Compiling x-net test support files [mkdir] Created dir: [hy.javac] Compiling 5 source files to [hy.javac] Since fork is false, ignoring memoryMaximumSize setting [echo] Compiling x-net api tests [mkdir] Created dir: [hy.javac] Compiling 29 source files to [hy.javac] Since fork is false, ignoring memoryMaximumSize setting [echo] Compiling x-net impl injected tests [mkdir] Created dir: [hy.javac] Compiling 29 source files to [hy.javac] Since fork is false, ignoring memoryMaximumSize setting [echo] Compiling x-net impl tests [mkdir] Created dir: [hy.javac] Compiling 7 source files to [hy.javac] Since fork is false, ignoring memoryMaximumSize setting -test-jar: [mkdir] Created dir: [copy] Copying 1 file to [hy.jar.bin] Building jar: [hy.jar.bin] Building jar: [hy.jar.bin] Building jar: [hy.jar.bin] Building jar: [mkdir] Created dir: [copy] Copying 20 files to -build-no-check: -svn-info: -compile-java: [echo] Compiling x-tools classes [hy.javac] Compiling 16 source files to [hy.javac] Since fork is false, ignoring memoryMaximumSize setting [hy.javac] ---------- [hy.javac] 1. ERROR in (at line 20) [hy.javac] import javax.lang.model.element.Modifier; [hy.javac] ^^^^^^^^^^ [hy.javac] The import javax.lang cannot be resolved [hy.javac] ---------- [hy.javac] 2. ERROR in (at line 21) [hy.javac] import javax.lang.model.element.NestingKind; [hy.javac] ^^^^^^^^^^ [hy.javac] The import javax.lang cannot be resolved [hy.javac] ---------- [hy.javac] 3. ERROR in (at line 30) [hy.javac] public Modifier getAccessLevel() { [hy.javac] ^^^^^^^^ [hy.javac] Modifier cannot be resolved to a type [hy.javac] ---------- [hy.javac] 4. ERROR in (at line 31) [hy.javac] return ((JavaFileObject) fileObject).getAccessLevel(); [hy.javac] ^^^^^^^^^^^^^^ [hy.javac] The method getAccessLevel() from the type JavaFileObject refers to the missing type Modifier [hy.javac] ---------- [hy.javac] 5. ERROR in (at line 38) [hy.javac] public NestingKind getNestingKind() { [hy.javac] ^^^^^^^^^^^ [hy.javac] NestingKind cannot be resolved to a type [hy.javac] ---------- [hy.javac] 6. ERROR in (at line 39) [hy.javac] return ((JavaFileObject) fileObject).getNestingKind(); [hy.javac] ^^^^^^^^^^^^^^ [hy.javac] The method getNestingKind() from the type JavaFileObject refers to the missing type NestingKind [hy.javac] ---------- [hy.javac] ---------- [hy.javac] 7. ERROR in (at line 25) [hy.javac] import javax.annotation.processing.Processor; [hy.javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [hy.javac] The import javax.annotation.processing cannot be resolved [hy.javac] ---------- [hy.javac] 8. ERROR in (at line 34) [hy.javac] void setProcessors(Iterable processors); [hy.javac] ^^^^^^^^^ [hy.javac] Processor cannot be resolved to a type [hy.javac] ---------- [hy.javac] ---------- [hy.javac] 9. ERROR in (at line 22) [hy.javac] import javax.lang.model.element.Modifier; [hy.javac] ^^^^^^^^^^ [hy.javac] The import javax.lang cannot be resolved [hy.javac] ---------- [hy.javac] 10. ERROR in (at line 23) [hy.javac] import javax.lang.model.element.NestingKind; [hy.javac] ^^^^^^^^^^ [hy.javac] The import javax.lang cannot be resolved [hy.javac] ---------- [hy.javac] 11. ERROR in (at line 31) [hy.javac] Modifier getAccessLevel(); [hy.javac] ^^^^^^^^ [hy.javac] Modifier cannot be resolved to a type [hy.javac] ---------- [hy.javac] 12. ERROR in (at line 35) [hy.javac] NestingKind getNestingKind(); [hy.javac] ^^^^^^^^^^^ [hy.javac] NestingKind cannot be resolved to a type [hy.javac] ---------- [hy.javac] ---------- [hy.javac] 13. ERROR in (at line 11) [hy.javac] import javax.lang.model.element.Modifier; [hy.javac] ^^^^^^^^^^ [hy.javac] The import javax.lang cannot be resolved [hy.javac] ---------- [hy.javac] 14. ERROR in (at line 12) [hy.javac] import javax.lang.model.element.NestingKind; [hy.javac] ^^^^^^^^^^ [hy.javac] The import javax.lang cannot be resolved [hy.javac] ---------- [hy.javac] 15. ERROR in (at line 33) [hy.javac] public Modifier getAccessLevel() { [hy.javac] ^^^^^^^^ [hy.javac] Modifier cannot be resolved to a type [hy.javac] ---------- [hy.javac] 16. ERROR in (at line 55) [hy.javac] public NestingKind getNestingKind() { [hy.javac] ^^^^^^^^^^^ [hy.javac] NestingKind cannot be resolved to a type [hy.javac] ---------- [hy.javac] ---------- [hy.javac] 17. ERROR in (at line 23) [hy.javac] import javax.lang.model.SourceVersion; [hy.javac] ^^^^^^^^^^ [hy.javac] The import javax.lang cannot be resolved [hy.javac] ---------- [hy.javac] 18. ERROR in (at line 26) [hy.javac] Set getSourceVersions(); [hy.javac] ^^^^^^^^^^^^^ [hy.javac] SourceVersion cannot be resolved to a type [hy.javac] ---------- [hy.javac] ---------- [hy.javac] 19. ERROR in (at line 20) [hy.javac] import org.eclipse.jdt.internal.compiler.tool.*; [hy.javac] ^^^^^^^^^^^ [hy.javac] The import org.eclipse cannot be resolved [hy.javac] ---------- [hy.javac] 20. ERROR in (at line 24) [hy.javac] return new EclipseCompiler(); [hy.javac] ^^^^^^^^^^^^^^^ [hy.javac] EclipseCompiler cannot be resolved to a type [hy.javac] ---------- [hy.javac] 20 problems (20 errors) BUILD FAILED :468: The following error occurred while executing this line: :181: The following error occurred while executing this line: :562: The following error occurred while executing this line: :574: The following error occurred while executing this line: :64: The following error occurred while executing this line: :765: Compile failed; see the compiler error output for details. Total time: 2 minutes 54 seconds Recording fingerprints Archiving artifacts Recording test results