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

Changes:


------------------------------------------
[...truncated 139.96 KB...]
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:171: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let rv = 0;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:172: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:188: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:204: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:232: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const res = [];
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:233: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let i = 0;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:234: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:248: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const res = [];
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:249: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let i = 0;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:250: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:271: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const isArrayLike = goog.isArrayLike(var_args);
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:272: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const keys = isArrayLike ?
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:277: 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] Nov 19, 2019 8:41:58 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:307: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:329: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:351: 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] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:363: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:376: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const i in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:390: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let rv;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:480: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const val = f();
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:495: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const k in a) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:500: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const k in b) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:520: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const res = {};
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:521: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:545: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const type = goog.typeOf(obj);
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:550: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const clone = type == 'array' ? [] : {};
    [junit]     ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:551: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     for (const key in obj) {
    [junit]          ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:570: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const transposed = {};
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:571: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   for (const key in obj) {
    [junit]        ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:608: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let key;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:609: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let source;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:610: 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] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:622: 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] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:642: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const argLength = arguments.length;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:651: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const rv = {};
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:652: 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] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:668: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const argLength = arguments.length;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:673: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const rv = {};
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:674: 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] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:694: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let result = obj;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 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: const declaration.
    [junit]   const visitedSet = {};
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:742: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let proto = obj;
    [junit]   ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:746: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const names = Object.getOwnPropertyNames(proto);
    [junit]     ^
    [junit] 
    [junit] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/object/object.js:747: 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] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/reflect/reflect.js:129: 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] Nov 19, 2019 8:41:59 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/string/internal.js:45: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const l = str.length - suffix.length;ERROR: command execution 
failed.
Recording test results
ERROR: agent1 is offline; cannot locate Java 8 (201)
Agent went offline during the build
ERROR: Connection was broken: java.io.EOFException
        at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source)
        at java.io.ObjectInputStream$BlockDataInputStream.readShort(Unknown 
Source)
        at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
        at java.io.ObjectInputStream.<init>(Unknown Source)
        at 
hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
        at hudson.remoting.Command.readFrom(Command.java:140)
        at hudson.remoting.Command.readFrom(Command.java:126)
        at 
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)

Build step 'Publish JUnit test result report' marked build as failure
ERROR: agent1 is offline; cannot locate Java 8 (201)

Reply via email to