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 2020/04/02 10:24:34 UTC

Build failed in Jenkins: royale-compiler-integration-tests #788

See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/788/display/redirect?page=changes>

Changes:

[greg.dove] fix for the original tweak I did here, adding more support for line

[greg.dove] fix for const or var as main definition instead of a class. Treat their

[aharui] initial attempt at approval script

[greg.dove] Fix for the fix.

[greg.dove] Needs more investigation. A binding definition inside a <fx:Boolean

[greg.dove] Fix for an issue with complex static initializers. Fixes access to vars

[greg.dove] Additions to XML and XML list to support more e4X conformance. Aligned


------------------------------------------
[...truncated 131.46 KB...]
    [junit] SEVERE: goog/object/object.js:269: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = isArrayLike ? 0 : 1; i < keys.length; i++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:299: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:321: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:343: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const key = goog.object.findKey(obj, f, opt_this);
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:355: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:368: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const i in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:382: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let rv;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:472: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const val = f();
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:487: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const k in a) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:492: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const k in b) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:512: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const res = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:513: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:537: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const type = goog.typeOf(obj);
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:542: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const clone = type == 'array' ? [] : {};
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:543: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     for (const key in obj) {
    [junit]          ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:562: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const transposed = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:563: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:600: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let key;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:601: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let source;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:602: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = 1; i < arguments.length; i++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:614: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     for (let j = 0; j < goog.object.PROTOTYPE_FIELDS_.length; j++) {
    [junit]          ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:634: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const argLength = arguments.length;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:643: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const rv = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:644: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = 0; i < argLength; i += 2) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:660: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const argLength = arguments.length;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:665: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const rv = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:666: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = 0; i < argLength; i++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:686: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let result = obj;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:731: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const visitedSet = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:734: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let proto = obj;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:738: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const names = Object.getOwnPropertyNames(proto);
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:739: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     for (let i = 0; i < names.length; i++) {
    [junit]          ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/reflect/reflect.js:121: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const storedKey = opt_keyFn ? opt_keyFn(key) : key;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:37: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const l = str.length - suffix.length;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:131: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const test1 = String(str1).toLowerCase();
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:132: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const test2 = String(str2).toLowerCase();
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:313: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let order = 0;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:316: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const v1Subs = goog.string.internal.trim(String(version1)).split('.');
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:317: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const v2Subs = goog.string.internal.trim(String(version2)).split('.');
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:318: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const subCount = Math.max(v1Subs.length, v2Subs.length);
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:321: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let subIdx = 0; order == 0 && subIdx < subCount; subIdx++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:322: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     let v1Sub = v1Subs[subIdx] || '';
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:323: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     let v2Sub = v2Subs[subIdx] || '';
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:329: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v1Comp = /(\d*)(\D*)(.*)/.exec(v1Sub) || ['', '', '', ''];
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:330: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v2Comp = /(\d*)(\D*)(.*)/.exec(v2Sub) || ['', '', '', ''];
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:338: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v1CompNum = v1Comp[1].length == 0 ? 0 : parseInt(v1Comp[1], 10);
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:339: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v2CompNum = v2Comp[1].length == 0 ? 0 : parseInt(v2Comp[1], 10);
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 10:24:30 AM com.google.javascript.jscomp.LoggerErrorManager printSummary
    [junit] WARNING: 117 error(s), 0 warning(s)
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.774 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.mxml.royale.TestRoyaleMXMLScript
    [junit] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.284 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/ws/build.xml>:785: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/ws/compiler-jx/src/test/build.xml>:126: Tests failed

Total time: 59 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Recording test results

Jenkins build is back to normal : royale-compiler-integration-tests #791

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/791/display/redirect?page=changes>


Build failed in Jenkins: royale-compiler-integration-tests #790

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/790/display/redirect>

Changes:


------------------------------------------
[...truncated 129.88 KB...]
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:321: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:343: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const key = goog.object.findKey(obj, f, opt_this);
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:355: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:368: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const i in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:382: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let rv;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:472: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const val = f();
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:487: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const k in a) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:492: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const k in b) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:512: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const res = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:513: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:537: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const type = goog.typeOf(obj);
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:542: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const clone = type == 'array' ? [] : {};
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:543: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     for (const key in obj) {
    [junit]          ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:562: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const transposed = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:563: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:600: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let key;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:601: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let source;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:602: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = 1; i < arguments.length; i++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:614: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     for (let j = 0; j < goog.object.PROTOTYPE_FIELDS_.length; j++) {
    [junit]          ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:634: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const argLength = arguments.length;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:643: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const rv = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:644: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = 0; i < argLength; i += 2) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:660: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const argLength = arguments.length;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:665: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const rv = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:666: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = 0; i < argLength; i++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:686: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let result = obj;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:731: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const visitedSet = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:734: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let proto = obj;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:738: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const names = Object.getOwnPropertyNames(proto);
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:739: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     for (let i = 0; i < names.length; i++) {
    [junit]          ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/reflect/reflect.js:121: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const storedKey = opt_keyFn ? opt_keyFn(key) : key;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:37: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const l = str.length - suffix.length;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:131: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const test1 = String(str1).toLowerCase();
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:132: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const test2 = String(str2).toLowerCase();
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:313: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let order = 0;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:316: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const v1Subs = goog.string.internal.trim(String(version1)).split('.');
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:317: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const v2Subs = goog.string.internal.trim(String(version2)).split('.');
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:318: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const subCount = Math.max(v1Subs.length, v2Subs.length);
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:321: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let subIdx = 0; order == 0 && subIdx < subCount; subIdx++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:322: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     let v1Sub = v1Subs[subIdx] || '';
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:323: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     let v2Sub = v2Subs[subIdx] || '';
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:329: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v1Comp = /(\d*)(\D*)(.*)/.exec(v1Sub) || ['', '', '', ''];
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:330: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v2Comp = /(\d*)(\D*)(.*)/.exec(v2Sub) || ['', '', '', ''];
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:338: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v1CompNum = v1Comp[1].length == 0 ? 0 : parseInt(v1Comp[1], 10);
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:339: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v2CompNum = v2Comp[1].length == 0 ? 0 : parseInt(v2Comp[1], 10);
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 3:06:24 PM com.google.javascript.jscomp.LoggerErrorManager printSummary
    [junit] WARNING: 117 error(s), 0 warning(s)
    [junit] 
    [junit] 53354 bytes written to C:\jenkins\workspace\royale-compiler-integration-tests\compiler-jx\target\junit-temp\bin-debug\RoyaleTest_again_Flash.swf in 1.965 seconds
    [junit] <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/ws/compiler-jx/target/test-classes/royale/files/RoyaleTest_again_Flash.mxml(25)>: col: 59 Error: Access of possibly undefined property scrollRect.
    [junit] 
    [junit] 				   initialize="MyModel(model).labelText='Hello World'; scrollRect = null"
    [junit] 				                                                      ^
    [junit] 
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.473 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.mxml.royale.TestRoyaleMXMLScript
    [junit] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.495 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/ws/build.xml>:785: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/ws/compiler-jx/src/test/build.xml>:126: Tests failed

Total time: 59 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Recording test results

Build failed in Jenkins: royale-compiler-integration-tests #789

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/789/display/redirect>

Changes:


------------------------------------------
[...truncated 131.53 KB...]
    [junit] SEVERE: goog/object/object.js:269: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = isArrayLike ? 0 : 1; i < keys.length; i++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:299: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:321: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:343: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const key = goog.object.findKey(obj, f, opt_this);
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:355: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:368: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const i in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:382: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let rv;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:472: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const val = f();
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:487: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const k in a) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:492: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const k in b) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:512: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const res = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:513: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:537: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const type = goog.typeOf(obj);
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:542: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const clone = type == 'array' ? [] : {};
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:543: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     for (const key in obj) {
    [junit]          ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:562: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const transposed = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:563: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:600: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let key;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:601: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let source;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:602: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = 1; i < arguments.length; i++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:614: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     for (let j = 0; j < goog.object.PROTOTYPE_FIELDS_.length; j++) {
    [junit]          ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:634: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const argLength = arguments.length;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:643: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const rv = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:644: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = 0; i < argLength; i += 2) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:660: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const argLength = arguments.length;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:665: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const rv = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:666: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let i = 0; i < argLength; i++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:686: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let result = obj;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:731: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const visitedSet = {};
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:734: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let proto = obj;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:738: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const names = Object.getOwnPropertyNames(proto);
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:739: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     for (let i = 0; i < names.length; i++) {
    [junit]          ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/reflect/reflect.js:121: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const storedKey = opt_keyFn ? opt_keyFn(key) : key;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:37: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const l = str.length - suffix.length;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:131: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const test1 = String(str1).toLowerCase();
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:132: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const test2 = String(str2).toLowerCase();
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:313: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let order = 0;
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:316: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const v1Subs = goog.string.internal.trim(String(version1)).split('.');
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:317: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const v2Subs = goog.string.internal.trim(String(version2)).split('.');
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:318: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const subCount = Math.max(v1Subs.length, v2Subs.length);
    [junit]   ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:321: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   for (let subIdx = 0; order == 0 && subIdx < subCount; subIdx++) {
    [junit]        ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:322: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     let v1Sub = v1Subs[subIdx] || '';
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:323: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     let v2Sub = v2Subs[subIdx] || '';
    [junit]     ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:329: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v1Comp = /(\d*)(\D*)(.*)/.exec(v1Sub) || ['', '', '', ''];
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:330: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v2Comp = /(\d*)(\D*)(.*)/.exec(v2Sub) || ['', '', '', ''];
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:338: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v1CompNum = v1Comp[1].length == 0 ? 0 : parseInt(v1Comp[1], 10);
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:339: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const v2CompNum = v2Comp[1].length == 0 ? 0 : parseInt(v2Comp[1], 10);
    [junit]       ^
    [junit] 
    [junit] Apr 02, 2020 12:45:18 PM com.google.javascript.jscomp.LoggerErrorManager printSummary
    [junit] WARNING: 117 error(s), 0 warning(s)
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.447 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.mxml.royale.TestRoyaleMXMLScript
    [junit] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.079 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/ws/build.xml>:785: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/ws/compiler-jx/src/test/build.xml>:126: Tests failed

Total time: 1 minute 7 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Recording test results