See <http://localhost:8080/job/flex-sdk_mustella-air/167/>
------------------------------------------
[...truncated 646 lines...]
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
determine-svn-revision-from-file:
determine-svn-revision-set:
batik-all-flex-jar:
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/batik/batik-1.7>
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/batik/batik-1.7/docs>
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/batik/batik-1.7/lib>
[echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik
1.7
[echo] Implementation-Version: 1.7+r608262 Build 0
[echo] Build-Id: 20130927-163849-ACT (ApacheFlex [Windows Vista 6.1 x86,
Java 1.6.0-b105])
[jar] Building jar:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/lib/batik-all-flex.jar>
velocity:
[echo] This target should be run with Java 1.4.2_14. It doesn't work with
Java 1.5.
[echo] Note that velocity builds with several 'enum' is a keyword warnings.
velocity-jars-check:
velocity-jars:
env:
[echo] java.home = C:\Program Files (x86)\Java\jdk1.6.0\jre
[echo] user.home = C:\Users\ApacheFlex
[echo] java.class.path = C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-launcher.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-antlr.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-apache-bcel.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-apache-bsf.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-apache-log4j.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-apache-oro.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-apache-regexp.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-apache-resolver.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-apache-xalan2.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-commons-logging.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-commons-net.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-jai.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-javamail.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-jdepend.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-jmf.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-jsch.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-junit.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-junit4.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-launcher.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-netrexx.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-swing.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant-testutil.jar;C:\Program Files
(x86)\apache-ant-1.9.1\lib\ant.jar;C:\Program Files
(x86)\Java\jdk1.6.0\lib\tools.jar
[echo]
prepare:
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin>
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes>
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src>
[copy] Copying 197 files to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src>
compile:
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/build/build.xml>:212:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 196 source files to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes>
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/runtime/parser/Parser.java>:3238:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] for (java.util.Enumeration enum = jj_expentries.elements();
enum.hasMoreElements();) {
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/runtime/parser/Parser.java>:3238:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] for (java.util.Enumeration enum = jj_expentries.elements();
enum.hasMoreElements();) {
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/runtime/parser/Parser.java>:3239:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] int[] oldentry = (int[])(enum.nextElement());
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/texen/Generator.java>:454:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] Enumeration enum = objs.keys();
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/texen/Generator.java>:455:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] while (enum.hasMoreElements())
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/texen/Generator.java>:457:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] String key = enum.nextElement().toString();
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/texen/Generator.java>:482:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] Enumeration enum = props.propertyNames();
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/texen/Generator.java>:484:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] while (enum.hasMoreElements())
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/texen/Generator.java>:486:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] String nm = (String)enum.nextElement();
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/util/EnumerationIterator.java>:33:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] private Enumeration enum = null;
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/util/EnumerationIterator.java>:41:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] public EnumerationIterator( Enumeration enum)
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/util/EnumerationIterator.java>:43:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] this.enum = enum;
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/util/EnumerationIterator.java>:43:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] this.enum = enum;
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/util/EnumerationIterator.java>:53:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] return enum.nextElement();
[javac] ^
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/src/org/apache/flex/forks/velocity/util/EnumerationIterator.java>:63:
warning: as of release 5, 'enum' is a keyword, and may not be used as an
identifier
[javac] (use -source 5 or higher to use 'enum' as a keyword)
[javac] return enum.hasMoreElements();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 15 warnings
compile-copy:
[copy] Copying 2 files to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes/org/apache/flex/forks/velocity/runtime/defaults>
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes/org/apache/flex/forks/velocity/texen/defaults>
collections-support:
[unzip] Expanding:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/build/lib/commons-collections.jar>
into
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes>
jar-dep-flex:
[unzip] Expanding:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/build/lib/logkit-1.0.1.jar>
into
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes>
[unzip] Expanding:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/build/lib/oro.jar>
into
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes>
[delete] Deleting directory
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes/meta-inf>
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes/META-INF>
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes/META-INF>
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes/META-INF>
[jar] Building jar:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/lib/velocity-dep-1.4-flex.jar>
[delete] Deleting directory
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/thirdparty/velocity/bin/classes/META-INF>
thirdparty:
asc:
clean:
run-depend:
[echo] Removing class files that changed and dependent class files.
classes:
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/asc/lib>
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/asc/build/java/build.xml>:157:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 249 source files to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/asc/build/java/classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar:
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/asc/build/java/classes/META-INF>
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/asc/build/java/classes/META-INF>
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/asc/build/java/classes/META-INF>
[jar] Building jar:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/asc/lib/asc.jar>
[jar] Building MANIFEST-only jar:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/asc/lib/abcdump.jar>
[jar] Building MANIFEST-only jar:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/asc/lib/ash.jar>
main:
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/lib>
swfutils:
clean:
prepare:
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/swfutils/classes>
run-depend:
[echo] Removing class files that changed and dependent class files.
compile:
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/swfutils/build.xml>:47:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 203 source files to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/swfutils/classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar:
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/swfutils/classes/META-INF>
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/swfutils/classes/META-INF>
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/swfutils/classes/META-INF>
[echo] Building lib/swfutils.jar
[jar] Building jar:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/lib/swfutils.jar>
[echo] Building lib/swfdump.jar
[jar] Building jar:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/lib/swfdump.jar>
dev:
main:
fxgutils:
clean:
prepare:
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/fxgutils/classes>
run-depend:
[echo] Removing class files that changed and dependent class files.
compile:
[echo] basedir
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/fxgutils>
module.dir <http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/fxgutils>
[javac]
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/fxgutils/build.xml>:48:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 144 source files to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/fxgutils/classes>
[copy] Copying 17 files to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/fxgutils/classes>
jar:
[mkdir] Created dir:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/fxgutils/classes/META-INF>
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/fxgutils/classes/META-INF>
[copy] Copying 1 file to
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/fxgutils/classes/META-INF>
[echo] Building lib/fxgutils.jar
[jar] Building jar:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/lib/fxgutils.jar>
dev:
main:
compiler:
clean:
javacc:
BUILD FAILED
<http://localhost:8080/job/flex-sdk_mustella-air/ws/build.xml>:399: The
following error occurred while executing this line:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/build.xml>:139: The
following error occurred while executing this line:
<http://localhost:8080/job/flex-sdk_mustella-air/ws/modules/compiler/build.xml>:118:
Java returned: -1073741502
Total time: 1 minute 47 seconds
Build step 'Invoke Ant' marked build as failure
FATAL: Remote call on WindowsSlave failed
java.io.IOException: Remote call on WindowsSlave failed
at hudson.remoting.Channel.call(Channel.java:681)
at hudson.Launcher$RemoteLauncher.kill(Launcher.java:877)
at
hudson.plugins.cygpath.CygpathLauncherDecorator$1.kill(CygpathLauncherDecorator.java:76)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:609)
at hudson.model.Run.execute(Run.java:1576)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:241)
Caused by: java.lang.OutOfMemoryError: Java heap space
at org.jvnet.winp.Native.getCmdLineAndEnvVars(Native Method)
at org.jvnet.winp.WinProcess.parseCmdLineAndEnvVars(WinProcess.java:114)
at
org.jvnet.winp.WinProcess.getEnvironmentVariables(WinProcess.java:109)
at
hudson.util.ProcessTree$Windows$1.getEnvironmentVariables(ProcessTree.java:434)
at
hudson.util.ProcessTree$OSProcess.hasMatchingEnvVars(ProcessTree.java:267)
at hudson.util.ProcessTree$Windows.killAll(ProcessTree.java:460)
at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:889)
at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:880)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at hudson.remoting.Engine$1$1.run(Engine.java:58)
at java.lang.Thread.run(Thread.java:619)