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/26 09:13:55 UTC

Build failed in Jenkins: royale-compiler #585

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

Changes:

[aharui] handle more complex XML assignments

[aharui] handle nested .. (descendant) operators

------------------------------------------
[...truncated 198.97 KB...]

main:
     [copy] Copying 1 file to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/classes/META-INF>
     [copy] Copying 1 file to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/classes/META-INF>
     [echo] Building C:/Program Files (x86)/Jenkins/workspace/royale-compiler/compiler-jx/lib/jsc.jar
      [jar] Building jar: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/lib/jsc.jar>
     [echo] Building C:/Program Files (x86)/Jenkins/workspace/royale-compiler/compiler-jx/lib/mxmlc.jar
      [jar] Building jar: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/lib/mxmlc.jar>
     [echo] Building C:/Program Files (x86)/Jenkins/workspace/royale-compiler/compiler-jx/lib/compc.jar
      [jar] Building jar: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/lib/compc.jar>
     [echo] Building C:/Program Files (x86)/Jenkins/workspace/royale-compiler/compiler-jx/lib/asdoc.jar
      [jar] Building jar: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/lib/asdoc.jar>

compiler.jx.tests:

test:

download:

prepare:

junit-jar-check:

junit-jar:

main:

compile.unit.tests:
   [delete] Deleting directory <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/test-classes>
    [mkdir] Created dir: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/test-classes>
     [copy] Copying 159 files to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/test-classes>
    [javac] Compiling 73 source files to <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/test-classes>
    [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/TestRoyaleAccessors.java>:39: 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/TestRoyaleClass.java>:41: 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/TestRoyaleExpressions.java>:62: 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/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:
   [delete] Deleting directory <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/junit-temp>
    [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.477 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestClass
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestComments
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestExpressions
    [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.546 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestFieldMembers
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestMethodMembers
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.606 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestParenthesis
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestStatements
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.267 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.003 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.202 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.049 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.029 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.069 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.361 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.42 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.787 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.35 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogExpressions
    [junit] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.857 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.667 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.372 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.219 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.252 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.824 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.22 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.927 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.26 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.164 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogStatements
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.776 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.57 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.111 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.56 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.59 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.598 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleExpressions
    [junit] Tests run: 191, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 12.145 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.789 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleGlobalClasses
    [junit] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.353 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.232 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleGlobalFunctions
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.056 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.392 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleJSX
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.598 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.454 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.334 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: 0.85 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleStatements
    [junit] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.392 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.824 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.198 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.417 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.271 sec
    [junit] Running org.apache.royale.compiler.internal.test.TestBase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 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>
    [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.mxml.TestMXMLApplication
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.654 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.mxml.TestMXMLAttributes
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.mxml.TestMXMLNodes
    [junit] Unexpected exception 'java.lang.NullPointerException'.
    [junit] Unexpected exception 'java.lang.NullPointerException'.
    [junit] Unexpected exception 'java.lang.NullPointerException'.
    [junit] Unexpected exception 'java.lang.NullPointerException'.
    [junit] Tests run: 11, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.952 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 4 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx512m
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did leafNodes run? 
For example, <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-jx/target/junit-results/TEST-org.apache.royale.compiler.internal.codegen.as.TestAccessorMembers.xml> is 48 yr old


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

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