See 
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs/356/display/redirect?page=changes>

Changes:

[aharui] Flex ADG used leftMargin 5


------------------------------------------
[...truncated 439.18 KB...]
    [javac]                                     ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .create("o2");
    [javac]                                     ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the 
directory of the output files")
    [javac]                                     ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .create("outdir");
    [javac]                                     ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the 
basename of the output file")
    [javac]                                     ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .create("out");
    [javac]                                     ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .withValueSeparator(',')
    [javac]                                      ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit a SWF 
file")
    [javac]                                      ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .create("swf");
    [javac]                                      ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      
.withDescription("automatically use a namespace when compiling this code")
    [javac]                                      ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .create("use");
    [javac]                                      ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29:
 warning: [overrides] Class TypedTagNode overrides equals, but neither it nor 
any superclass overrides hashCode method
    [javac] public class TypedTagNode extends MetaTagNode implements 
ITypedTagNode
    [javac]        ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32:
 warning: [overrides] Class DefaultPropertyTagNode overrides equals, but 
neither it nor any superclass overrides hashCode method
    [javac] public class DefaultPropertyTagNode extends MetaTagNode implements 
IDefaultPropertyTagNode
    [javac]        ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30:
 warning: [overrides] Class EffectTagNode overrides equals, but neither it nor 
any superclass overrides hashCode method
    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode 
implements IEffectTagNode
    [javac]              ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33:
 warning: [overrides] Class EventTagNode overrides equals, but neither it nor 
any superclass overrides hashCode method
    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode 
implements IEventTagNode
    [javac]        ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32:
 warning: [overrides] Class EventTriggerTagNode overrides equals, but neither 
it nor any superclass overrides hashCode method
    [javac] public class EventTriggerTagNode extends MetaTagNode implements 
IEventTriggerTagNode
    [javac]        ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34:
 warning: [overrides] Class InspectableTagNode overrides equals, but neither it 
nor any superclass overrides hashCode method
    [javac] public class InspectableTagNode extends MetaTagNode implements 
IInspectableTagNode
    [javac]        ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35:
 warning: [overrides] Class StyleTagNode overrides equals, but neither it nor 
any superclass overrides hashCode method
    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode 
implements IStyleTagNode
    [javac]              ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\mxml\MXMLNodeBase.java:694:
 warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac]     public void setLocation(String sourcePath, int start, int end, 
int line, int column)
    [javac]                 ^
    [javac] 
C:\jenkins\workspace\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\mxml\MXMLFileNode.java:490:
 warning: [deprecation] setLocation(String,int,int,int,int) in MXMLNodeBase has 
been deprecated
    [javac]         setLocation(sourcePath, 0, absoluteEnd, 1, 1);
    [javac]         ^
    [javac] 72 warnings
     [copy] Copying 6 files to 
C:\jenkins\workspace\royale-compiler\compiler\target\classes
     [copy] Copying 1 file to 
C:\jenkins\workspace\royale-compiler\compiler\target\classes\META-INF\services

version-info:

set.compiler.jar.uptodate:

compiler.jar:
     [copy] Copying 1 file to 
C:\jenkins\workspace\royale-compiler\compiler\target\classes\META-INF
     [copy] Copying 1 file to 
C:\jenkins\workspace\royale-compiler\compiler\target\classes\META-INF
      [jar] Building jar: 
C:\jenkins\workspace\royale-compiler\compiler\lib\compiler.jar

set.royale.asc.jar.uptodate:

royale.asc.jar:
      [jar] Building jar: 
C:\jenkins\workspace\royale-compiler\compiler\lib\compiler-asc.jar

set.royale.mxmlc.jar.uptodate:

royale.mxmlc.jar:
      [jar] Building jar: 
C:\jenkins\workspace\royale-compiler\compiler\lib\compiler-mxmlc.jar

set.royale.compc.jar.uptodate:

royale.compc.jar:
      [jar] Building jar: 
C:\jenkins\workspace\royale-compiler\compiler\lib\compiler-compc.jar

set.royale.optimizer.jar.uptodate:

royale.optimizer.jar:
      [jar] Building jar: 
C:\jenkins\workspace\royale-compiler\compiler\lib\compiler-optimizer.jar

set.royale.swfdump.jar.uptodate:

royale.swfdump.jar:
      [jar] Building jar: 
C:\jenkins\workspace\royale-compiler\compiler\lib\compiler-swfdump.jar

jar:

sdk:

main:
     [echo] compiler main completed on 12/12/2019 09:42:57 PM

javadoc:

tests:

download:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is ${ROYALE_COMPILER_HOME}
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

prepare:
     [echo] Making lib directory 
C:\jenkins\workspace\royale-compiler\compiler/lib/external

all:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

check-dependency:
     [echo] checking for 
C:\jenkins\workspace\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

check-dependency:
     [echo] checking for 
C:\jenkins\workspace\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

check-dependency:
     [echo] checking for 
C:\jenkins\workspace\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

check-dependency:
     [echo] checking for 
C:\jenkins\workspace\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

check-dependency:
     [echo] checking for 
C:\jenkins\workspace\royale-compiler\compiler/lib/external//guava.jar

download-dependency:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

check-dependency:
     [echo] checking for 
C:\jenkins\workspace\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

check-dependency:
     [echo] checking for 
C:\jenkins\workspace\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:
     [copy] Warning: 
C:\jenkins\workspace\royale-compiler\compiler\in\temp\jflex-1.6.0 does not 
exist.
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

check-dependency:
     [echo] checking for 
C:\jenkins\workspace\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:
     [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler\src\main\resources
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler
     [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler

check-dependency:
     [echo] checking for 
C:\jenkins\workspace\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:

jflex:

set.as.parser.uptodate:

as.parser:

set.metadata.parser.uptodate:

metadata.parser:

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser
     [java] Exception in thread "main" java.lang.OutOfMemoryError: (class: 
org/antlr/grammar/v3/ANTLRParser, method: actionScopeName signature: 
()Lorg/antlr/grammar/v3/ANTLRParser$actionScopeName_return;) 
     [java]     at org.antlr.tool.Grammar.parseAndBuildAST(Grammar.java:684)
     [java]     at org.antlr.Tool.getRootGrammar(Tool.java:645)
     [java]     at org.antlr.Tool.process(Tool.java:478)
     [java]     at org.antlr.Tool.main(Tool.java:98)
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs/ws/build.xml>:1929:
 The following error occurred while executing this line:
C:\jenkins\workspace\royale-compiler\build.xml:80: The following error occurred 
while executing this line:
C:\jenkins\workspace\royale-compiler\compiler\build.xml:330: The following 
error occurred while executing this line:
C:\jenkins\workspace\royale-compiler\compiler\build.xml:138: Java returned: 1

Total time: 4 minutes 34 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Reply via email to