See <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/527/>

------------------------------------------
[...truncated 676 lines...]
    [javac]                                       ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:141:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                       .create("language");
    [javac]                                       ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:146:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:147:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import 
a swc library")
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:148:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("library")
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:149:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .create("li"));
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:153:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:154:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import 
a swc as external library")
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:155:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("libraryext")
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:156:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .create("le"));
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:160:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .hasArgs()
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:161:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("optimizer 
configuration")
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:162:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .withLongOpt("O2")
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/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] 54 warnings
     [copy] Copying 4 files to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/classes>
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/classes/META-INF/services>

problem.localizer:
    [javac] Compiling 1 source file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
    [javac] 1 warning

set.messages.en.uptodate:

localization:

version-info:

set.compiler.jar.uptodate:

compiler.jar:
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/classes/META-INF>
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/classes/META-INF>
      [jar] Building jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/compiler.jar>

set.falcon.asc.jar.uptodate:

falcon.asc.jar:
      [jar] Building jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-asc.jar>

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:
      [jar] Building jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-mxmlc.jar>

set.falcon.compc.jar.uptodate:

falcon.compc.jar:
      [jar] Building jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-compc.jar>

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:
      [jar] Building jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-optimizer.jar>

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:
      [jar] Building jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-swfdump.jar>

set.falcon.flextasks.jar.uptodate:

falcon.flextasks.jar:
      [jar] Building jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-flexTasks.jar>

jar:

dist-dev:
     [copy] Copying 16 files to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/external>
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/ant/lib>
     [copy] Copying 14 files to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/bin>

sdk:

compiler.jx:

prebuild:
    [mkdir] Created dir: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build/classes>
    [mkdir] Created dir: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build/classes/META-INF>
    [mkdir] Created dir: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/google/closure-compiler>

prepare:
     [echo] Making lib directory 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib>

all:

check-dependency:

download-dependency:

echo-project-jar:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
      [get] To: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/args4j-LICENSE.txt>

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: 
http://search.maven.org/remotecontent?filepath=/args4j/args4j/2.0.28/args4j-2.0.28.jar
      [get] To: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/args4j.jar>
      [get] 
http://search.maven.org/remotecontent?filepath=/args4j/args4j/2.0.28/args4j-2.0.28.jar
 moved to https://repo1.maven.org/maven2//args4j/args4j/2.0.28/args4j-2.0.28.jar

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:

download-dependency-closure:

echo-project-jar:
    [mkdir] Created dir: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/${dest.folder}>
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
      [get] To: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/${dest.folder}/compiler-LICENSE.txt>

download-dependency-zip-closure:

check-cache:

download-zip:

get-if-not-cached:
      [get] Getting: 
https://github.com/google/closure-compiler/archive/master.zip
      [get] To: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/master.zip>
      [get] https://github.com/google/closure-compiler/archive/master.zip moved 
to https://codeload.github.com/google/closure-compiler/zip/master

check-sum:

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:171: 
The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build.xml>:88:
 The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/downloads.xml>:89:
 The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/downloads.xml>:225:
 The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/downloads.xml>:268:
 The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/downloads.xml>:295:
 The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/downloads.xml>:366:
 The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/downloads.xml>:390:
 Checksum mismatch for 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/master.zip>

Total time: 3 minutes 2 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
        at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
        at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2677)
        at hudson.remoting.UserRequest.perform(UserRequest.java:121)
        at hudson.remoting.UserRequest.perform(UserRequest.java:49)
        at hudson.remoting.Request$2.run(Request.java:324)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at hudson.remoting.Engine$1$1.run(Engine.java:63)
        at java.lang.Thread.run(Unknown Source)
        at ......remote call to flex_sdk_slave2(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
        at hudson.remoting.Channel.call(Channel.java:752)
        at hudson.FilePath.act(FilePath.java:970)
        at hudson.FilePath.act(FilePath.java:959)
        at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
        at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
        at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
        at hudson.model.Build$BuildExecution.post2(Build.java:183)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
        at hudson.model.Run.execute(Run.java:1784)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:89)
        at hudson.model.Executor.run(Executor.java:240)

Reply via email to