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

Changes:


------------------------------------------
[...truncated 172.49 KB...]
    [junit] SEVERE: goog/functions/functions.js:306: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]     for (let i = 0; i < length; i++) {
    [junit]          ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:327: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const self = /** @type {*} */ (this);
    [junit]     ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:354: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const temp = function() {};
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:359: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const obj = new temp();
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:394: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let called = false;
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:395: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let value;
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:427: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let inner = f;
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:431: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]       const tmp = inner;
    [junit]       ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:461: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let timeout = 0;
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:465: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const args = arguments;
    [junit]     ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:493: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let timeout = 0;
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:494: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let shouldFire = false;
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:495: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let args = [];
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:497: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const handleTimeout = function() {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:506: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const fire = function() {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:544: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: let declaration.
    [junit]   let timeout = 0;
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:546: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const handleTimeout = function() {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/functions/functions.js:565: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: arrow function.
    [junit] goog.functions.isFunction = (val) => {
    [junit]                             ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safehtml.js:78: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: class.
    [junit] goog.html.SafeHtml = class {
    [junit]                      ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safehtml.js:84: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   constructor(value, dir, token) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safehtml.js:950: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const policy = 
goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse();
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safehtml.js:951: ERROR - This language feature is 
only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]   const trustedHtml = policy ? policy.createHTML(html) : html;
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:16: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit] const Const = goog.require('goog.string.Const');
    [junit] ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:17: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit] const TypedString = goog.require('goog.string.TypedString');
    [junit] ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:18: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit] const trustedtypes = goog.require('goog.html.trustedtypes');
    [junit] ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:19: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit] const {fail} = goog.require('goog.asserts');
    [junit] ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:19: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: object destructuring.
    [junit] const {fail} = goog.require('goog.asserts');
    [junit]       ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:26: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit] const CONSTRUCTOR_TOKEN_PRIVATE = {};
    [junit] ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:68: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: class.
    [junit] class SafeScript {
    [junit] ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:73: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   constructor(value, token) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:97: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   static fromConstant(script) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:98: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const scriptString = Const.unwrap(script);
    [junit]     ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:128: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   static fromConstantAndArgs(code, var_args) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:129: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const args = [];
    [junit]     ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:130: 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] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:143: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   static fromJson(val) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:169: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   getTypedStringValue() {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:183: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   static unwrap(safeScript) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:193: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   static unwrapTrustedScript(safeScript) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:221: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   static stringify_(val) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:222: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const json = JSON.stringify(val);
    [junit]     ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:233: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   static createSafeScriptSecurityPrivateDoNotAccessOrElse(script) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:234: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const policy = trustedtypes.getPolicyPrivateDoNotAccessOrElse();
    [junit]     ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safescript.js:235: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: const declaration.
    [junit]     const trustedScript = policy ? policy.createScript(script) : 
script;
    [junit]     ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safestyle.js:109: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: class.
    [junit] goog.html.SafeStyle = class {
    [junit]                       ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safestyle.js:114: ERROR - This language feature 
is only supported for ECMASCRIPT6 mode or better: member declaration.
    [junit]   constructor(value, token) {
    [junit]   ^
    [junit] 
    [junit] Sep 19, 2020 10:06:03 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: goog/html/safestylesheet.js:16: ERROR - This language 
feature is only supported for ECMASCRIPT6 mode or better: const declaration.
ERROR: command execution failed.
Recording test results
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