You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by ap...@gmail.com on 2018/11/22 03:14:13 UTC

Build failed in Jenkins: royale-compiler #577

See <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/577/display/redirect?page=changes>

Changes:

[aharui] output qualified name in error message

------------------------------------------
[...truncated 369.92 KB...]
    [javac]     	((RoyaleJSProject)project).config = config;
    [javac]     	 ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleFile.java>:45: warning: [cast] redundant cast to RoyaleJSProject
    [javac]     	((RoyaleJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyalePackage.java>:50: warning: [cast] redundant cast to RoyaleJSProject
    [javac]     	((RoyaleJSProject)project).config = config;
    [javac]     	 ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleProject.java>:173: warning: [cast] redundant cast to RoyaleJSProject
    [javac] 			((RoyaleJSProject)project).config.setCompilerAllowSubclassOverrides(null, true);
    [javac] 			 ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleProject.java>:177: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((RoyaleJSProject)project).config, (RoyaleJSProject)project));
    [javac]                                                       ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleProject.java>:177: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((RoyaleJSProject)project).config, (RoyaleJSProject)project));
    [javac]                                                                                         ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleProject.java>:196: warning: [cast] redundant cast to RoyaleJSProject
    [javac] 			((RoyaleJSProject)project).config.setCompilerAllowSubclassOverrides(null, true);
    [javac] 			 ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleProject.java>:200: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((RoyaleJSProject)project).config, (RoyaleJSProject)project));
    [javac]                                                       ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleProject.java>:200: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((RoyaleJSProject)project).config, (RoyaleJSProject)project));
    [javac]                                                                                         ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleProject.java>:353: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         ((RoyaleJSProject)project).unitTestExterns = externs;
    [javac]          ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/TestMXMLAttributes.java>:49: warning: [cast] redundant cast to IMXMLInstanceNode
    [javac]         assertThat(((IMXMLInstanceNode) node).getID(), is("myBtn"));
    [javac]                     ^
    [javac] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java>:50: warning: [cast] redundant cast to RoyaleJSProject
    [javac]     	((RoyaleJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] 14 warnings

unit.tests:
    [mkdir] Created dir: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/junit-results>
    [mkdir] Created dir: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/junit-temp>
    [junit] looking for <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/env.properties>
    [junit] environment property - FLEX_HOME = null
    [junit] environment property - PLAYERGLOBAL_HOME = null
    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1
    [junit] environment property - TLF_HOME = null
    [junit] environment property - AIR_HOME = null
    [junit] environment property - FLASHPLAYER_DEBUGGER = null
    [junit] environment property - ASJS_HOME = c:\jenkins\workspace\royale-asjs_jsonly
    [junit] environment property - GOOG_HOME = null
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestAccessorMembers
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.375 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestClass
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestComments
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestExpressions
    [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.603 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestFieldMembers
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestMethodMembers
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestParenthesis
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestStatements
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDClassA
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDClassB
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDEmitter
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDInterfaceI
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDInterfaceIOther
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDInterfaceISub
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDPackage
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogAccessorMembers
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogClass
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogEmitter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogExpressions
    [junit] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.083 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogFieldMembers
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogFile
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.223 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogMethodMembers
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogProject
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogStatements
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.847 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestDefaultInitializers
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestDynamicAccessUnknownMembers
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleAccessorMembers
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleAccessors
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleEmitter
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleExpressions
    [junit] Tests run: 191, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.835 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleFieldMembers
    [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.665 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleGlobalClasses
    [junit] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.923 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleGlobalFunctions
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.398 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleJSX
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.06 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleMethodMembers
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyalePackage
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.24 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleProject
    [junit] target\test-classes\royale\projects\bad_overrides\Test.as(31:29)
    [junit] interface method someFunction in interface IA is implemented with an incompatible signature in class Test
    [junit] target\test-classes\royale\projects\bad_overrides\Test.as(36:26)
    [junit] interface method someOtherFunction in interface IA is implemented with an incompatible signature in class Test
    [junit] target\test-classes\royale\projects\bad_overrides\Test.as(31:29)
    [junit] Incompatible override.
    [junit] target\test-classes\royale\projects\bad_overrides\Test.as(36:26)
    [junit] Incompatible override.
    [junit] 
    [junit] target\test-classes\royale\projects\package_conflicts_ambiguous_definition\mypackage\TestClass.as(29:20)
    [junit] Ambiguous reference to Event
    [junit] target\test-classes\royale\projects\package_conflicts_ambiguous_definition\mypackage\TestClass.as(30:41)
    [junit] Ambiguous reference to Event
    [junit] 
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.313 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleStatements
    [junit] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.05 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.sourcemaps.TestSourceMapExpressions
    [junit] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.668 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.sourcemaps.TestSourceMapFieldMembers
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.145 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.sourcemaps.TestSourceMapGlobalClasses
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.sourcemaps.TestSourceMapStatements
    [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.102 sec
    [junit] Running org.apache.royale.compiler.internal.test.TestBase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx512m

integration.tests:
    [mkdir] Created dir: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/results>
Unable to obtain resource from <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler/lib/compiler.jar>: java.util.zip.ZipException: error in opening zip file
java.util.zip.ZipException: error in opening zip file
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:225)
	at java.util.zip.ZipFile.<init>(ZipFile.java:155)
	at java.util.jar.JarFile.<init>(JarFile.java:166)
	at java.util.jar.JarFile.<init>(JarFile.java:130)
	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1028)
	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:152)
	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:113)
	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:969)
	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:937)
	at org.apache.tools.ant.AntClassLoader.getResources(AntClassLoader.java:1554)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1406)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1280)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:1128)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.oneJunitThread(JUnitTask.java:950)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.runTestsInThreads(JUnitTask.java:963)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:872)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1376)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
	at org.apache.tools.ant.Main.runBuild(Main.java:857)
	at org.apache.tools.ant.Main.startAnt(Main.java:236)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:113)
    [junit] Running org.apache.royale.compiler.internal.codegen.mxml.TestMXMLApplication
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx512m

BUILD FAILED
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/build.xml>:104: The following error occurred while executing this line:
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/build.xml>:171: The following error occurred while executing this line:
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/src/test/build.xml>:135: Tests failed

Total time: 4 minutes 6 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx512m
Build step 'Invoke Ant' marked build as failure
Recording test results

Jenkins build is back to normal : royale-compiler #578

Posted by ap...@gmail.com.
See <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/578/display/redirect>