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/07 05:18:13 UTC

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

See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler-integration-tests/811/display/redirect>

Changes:


------------------------------------------
[...truncated 126.28 KB...]
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:196: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:224: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const res = [];
    [junit]   ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:225: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let i = 0;
    [junit]   ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:226: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:240: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const res = [];
    [junit]   ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:241: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let i = 0;
    [junit]   ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:242: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:263: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const isArrayLike = goog.isArrayLike(var_args);
    [junit]   ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:264: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const keys = isArrayLike ?
    [junit]   ^
    [junit] 
    [junit] Apr 07, 2020 5:18:10 AM com.google.javascript.jscomp.LoggerErrorManager println
    [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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:10 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 07, 2020 5:18:11 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 07, 2020 5:18:11 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 07, 2020 5:18:11 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 07, 2020 5:18:11 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 07, 2020 5:18:11 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 07, 2020 5:18:11 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);
ERROR: command execution failed.
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for royale-compiler-integration-tests #811
ERROR: agent1 is offline; cannot locate Java 8 (201)

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

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