I don't know if it's relevant, but I replied on a separate build fail
thread. If it is failing at the XMLJS test, then I wonder if the compiler
build being used has the latest compiler-jx code.
The most recent XML tests require that to pass and the failure message is
what I was seeing before that fix.

On Sun, Apr 26, 2020 at 5:28 AM Alex Harui <[email protected]> wrote:

> I disabled SSH and rebooted.  Now we are seeing errors parsing test
> results.  I'm even getting it locally.  Anyone have time to look?
>
> -Alex
>
> On 4/19/20, 9:50 PM, "Alex Harui" <[email protected]> wrote:
>
>     Hmm.  We enabled SSH.  I wonder if that changed security on sockets
> somehow.  Is RoyaleUnit using a known socket port number?
>
>     Or maybe it is time to reboot the server.
>
>     -Alex
>
>     On 4/19/20, 12:03 AM, "Greg Dove" <[email protected]> wrote:
>
>         Did RoyaleUnits use of sockets change  How were tests running in
> the past
>         months?
>
>         AFAIK nothing changed in terms of how the tests are run by
> RoyaleUnit -
>         they launch the browser (chrome) and use websocket connection back
> to
>         royaleunit for js - same as they have been doing for many months
> now since
>         Josh set it up. I did make a change not so long ago to launch
> release
>         builds instead of debug builds, but I don't understand why that
> would
>         suddenly cause anything to stop working after it had been working
> without
>         issue for 2 weeks. Everything seemed to be working ok until CI
> build #1090,
>         and they also worked as normal for me locally this morning with up
> to date
>         code for a full build as well. Maybe something else changed on the
> server?
>
>
>
>         On Sun, Apr 19, 2020 at 5:13 PM Alex Harui
> <[email protected]> wrote:
>
>         > Did RoyaleUnits use of sockets change  How were tests running in
> the past
>         > months?
>         >
>         > -Alex
>         >
>         > On 4/18/20, 1:57 PM, "Greg Dove" <[email protected]> wrote:
>         >
>         >     I am not sure what the actual issue on the server here is.
> It is saying
>         >     there is a socket timeout issue from the browser launch.
>         >     But this does provide an opportunity for a quick example of
> the
>         > information
>         >     I shared recently about the changes to tests for JS, and it
> might be
>         >     helpful for you to see that with a 'live' example.
>         >
>         >     For the part of the output:
>         >
>         >     [royaleunit] Executing 'C:\Program Files
>         >     (x86)\Google\Chrome\Application\chrome.exe' with arguments:
>         >     [royaleunit] '<
>         >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fjs%2Fprojects%2FBasicJS%2Fsrc%2Ftest%2Froyale%2Ftarget%2Fbin%2Fjs-release%2Findex.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556553434&amp;sdata=dI%2F90Y47GmIg7zsCppmdEslN2BI%2F3NwG3lSkaZcpsoY%3D&amp;reserved=0
>         >     '>
>         >
>         >     If you simply launch that link in a browser you will see the
> normal
>         > launch
>         >     of the royaleunit BasicJS tests (it is a blank white page -
> not
>         >     particularly interesting in itself). If you look in the dev
> tools
>         >     console for that page, you can see that it also did not find
> a socket
>         >     server to connect to to report back the test results (which
> is
>         > definitely
>         >     expected when you launch it like this, because there is of
> course none
>         >     available).
>         >     But you also will also see this in the console:
>         >     For javascript you can run this locally with console output
> for
>         > debugging
>         >     purposes, using "?local" appended to the url.
>         >     It may not work for all browsers with file:// protocol
> (works with
>         > Chrome),
>         >     in which case you need a local http server
>         >
>         >     So if you append
>         >     ?local
>         >     to the url by simply typing that at the end of the original
> url in the
>         >     browser and reload, you will see the following in the
> console:
>         >
>         >     [JS] flexUnitTests::DataGridColumnTest.testLabelProperty .
>         >     [JS] Time: 0.038
>         >     [JS] OK (1 test)
>         >
>         >     ...which means the tests themselves are not the problem
> here. There
>         > was no
>         >     suggestion that they were...this was just to illustrate how
> you can
>         > toggle
>         >     between CI style tests and console output of test results.
>         >     The build error may indicate some issue with the chrome
> launch itself
>         > I am
>         >     guessing (not sure).
>         >     Aside: The css is not being served as the correct MIME type,
> so you
>         > may see
>         >     console errors for that as well, but I think that has always
> been the
>         > case
>         >     on the CI server (not sure).
>         >
>         >
>         >
>         >     On Sun, Apr 19, 2020 at 8:19 AM <[email protected]>
> wrote:
>         >
>         >     > See <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2F1097%2Fdisplay%2Fredirect%3Fpage%3Dchanges&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556563425&amp;sdata=kcjFGOYYQgBSRyGvUiJVTbSmsYKpAlyYbh%2Bm5q8MzWk%3D&amp;reserved=0
>         >     > >
>         >     >
>         >     > Changes:
>         >     >
>         >     > [carlosrovira] markdown-example: highlight as3 and mxml
>         >     >
>         >     >
>         >     > ------------------------------------------
>         >     > [...truncated 1.34 MB...]
>         >     >     [mxmlc] Loading configuration: <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fsrc%2Ftest%2Froyale%2FFlexUnitRoyaleApplication-config.xml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556563425&amp;sdata=zxcHYMimMV3EPGgKGcAjpEPfCtfQbXEc2BSoB1CA3Tg%3D&amp;reserved=0
>         >     > >
>         >     >     [mxmlc]
>         >     >     [mxmlc] 94132 bytes written to <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fsrc%2Ftest%2Froyale%2FFlexUnitRoyaleApplication.swf&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556563425&amp;sdata=RJiqBJB8KjNX59rzXJumixE9%2BmvUndaW6%2F%2Bwdkrrx0I%3D&amp;reserved=0
>         > >
>         >     > in 2.737 seconds
>         >     >     [mxmlc] 3.6389412 seconds
>         >     >     [mxmlc] Picked up JAVA_TOOL_OPTIONS:
> -Dfile.encoding=UTF-8
>         > -Xms384m
>         >     > -Xmx2g
>         >     >
>         >     > test:
>         >     >     [mkdir] Created dir: <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fsrc%2Ftest%2Froyale%2Fout&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556563425&amp;sdata=a6JqoIP4MFdhBa4bohbnvZUIWWeC1oy7p%2FCQewbbAPo%3D&amp;reserved=0
>         >     > >
>         >     > [royaleunit] Validating task attributes ...
>         >     > [royaleunit] Generating default values ...
>         >     > [royaleunit] Using the following settings for the test run:
>         >     > [royaleunit]    ROYALE_HOME: [<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556563425&amp;sdata=KzM0eJQ8RqsLjmygfzaT7tmspQvFOIrz0QyqE8cMzSc%3D&amp;reserved=0
>         >     > ]>
>         >     > [royaleunit]    haltonfailure: [true]
>         >     > [royaleunit]    headless: [false]
>         >     > [royaleunit]    display: [99]
>         >     > [royaleunit]    localTrusted: [true]
>         >     > [royaleunit]    player: [flash]
>         >     > [royaleunit]    port: [1024]
>         >     > [royaleunit]    swf: [<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fsrc%2Ftest%2Froyale%2FFlexUnitRoyaleApplication.swf&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556563425&amp;sdata=RJiqBJB8KjNX59rzXJumixE9%2BmvUndaW6%2F%2Bwdkrrx0I%3D&amp;reserved=0
>         >     > ]>
>         >     > [royaleunit]    timeout: [90000ms]
>         >     > [royaleunit]    toDir: [<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fsrc%2Ftest%2Froyale%2Fout&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556563425&amp;sdata=a6JqoIP4MFdhBa4bohbnvZUIWWeC1oy7p%2FCQewbbAPo%3D&amp;reserved=0
>         >     > ]>
>         >     > [royaleunit] Setting up server process ...
>         >     > [royaleunit] Starting server ...
>         >     > [royaleunit] Opening server socket on port [1024].
>         >     > [royaleunit] Waiting for client connection ...
>         >     > [royaleunit] Entry [<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fsrc%2Ftest%2Froyale&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556563425&amp;sdata=p5JuMTS9rFjXgLHHXPcFTMDnTq92Xqqx6IK2gL%2Bbi2E%3D&amp;reserved=0
>         > ]>
>         >     > already available in local trust file at
>         >     > [C:\Users\ApacheRoyaleCI\AppData\Roaming\Macromedia\Flash
>         >     > Player\#Security\FlashPlayerTrust\royaleUnit.cfg].
>         >     > [royaleunit] Executing 'rundll32' with arguments:
>         >     > [royaleunit] 'url.dll,FileProtocolHandler'
>         >     > [royaleunit] '<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fsrc%2Ftest%2Froyale%2FFlexUnitRoyaleApplication.swf&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556573423&amp;sdata=6lC%2BQeDAhmiseFRoWVwI0QqPXR4s65zyfwe%2BNS9w1JU%3D&amp;reserved=0
>         >     > '>
>         >     > [royaleunit]
>         >     > [royaleunit] The ' characters around the executable and
> arguments are
>         >     > [royaleunit] not part of the command.
>         >     > [royaleunit]
>         >     > [royaleunit] Client connected.
>         >     > [royaleunit] Setting inbound buffer size to [262144] bytes.
>         >     > [royaleunit] Receiving data ...
>         >     > [royaleunit] Sending acknowledgement to player to start
> sending test
>         > data
>         >     > ...
>         >     > [royaleunit]
>         >     > [royaleunit]
>         >     > [royaleunit] Stopping server ...
>         >     > [royaleunit] End of test data reached, sending
> acknowledgement to
>         > player
>         >     > ...
>         >     > [royaleunit] Closing client connection ...
>         >     > [royaleunit] Closing server on port [1024] ...
>         >     > [royaleunit] Analyzing reports ...
>         >     > [royaleunit]
>         >     > [royaleunit] Suite: flexUnitTests.DataGridColumnTest
>         >     > [royaleunit] Tests run: 1, Failures: 0, Errors: 0,
> Skipped: 0, Time
>         >     > elapsed: 0.123 sec
>         >     > [royaleunit]
>         >     > [royaleunit] Results :
>         >     > [royaleunit]
>         >     > [royaleunit] Tests run: 1, Failures: 0, Errors: 0,
> Skipped: 0, Time
>         >     > elapsed: 0.123 sec
>         >     > [royaleunit]
>         >     > [junitreport] Processing <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fsrc%2Ftest%2Froyale%2Fout%2FTESTS-TestSuites.xml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556573423&amp;sdata=amPIL8%2FwBINTw%2FwHAnsXO46PJKZ6gzApZnF6w%2FqK%2FpU%3D&amp;reserved=0
>         > >
>         >     > to C:\Users\ApacheRoyaleCI\AppData\Local\Temp\null352998441
>         >     > [junitreport] Loading stylesheet
>         >     >
>         >
> jar:file:/C:/apache/apache-ant-1.9.9/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
>         >     > [junitreport] Transform time: 899ms
>         >     > [junitreport] Deleting:
>         >     > C:\Users\ApacheRoyaleCI\AppData\Local\Temp\null352998441
>         >     >
>         >     > main:
>         >     >      [echo] swc-date is 04/18/20 20:15 +0000
>         >     >
>         >     > test-js:
>         >     >      [echo] swc-date is 04/18/20 20:16 +0000
>         >     >    [delete] Deleting: <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fjs%2Fprojects%2FBasicJS%2FBasicJS.swc.properties&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556573423&amp;sdata=ekCGAaPNaEg40mi7IpB24GBjE7HbctcJV8eqH6ttbeo%3D&amp;reserved=0
>         >     > >
>         >     >
>         >     > check-for-tests:
>         >     >
>         >     > check-compiler-home:
>         >     >
>         >     > check-transpiler-home:
>         >     >
>         >     > check-compiler:
>         >     >
>         >     > test:
>         >     >
>         >     > clean:
>         >     >
>         >     > compile:
>         >     >      [echo] Cross-compiling tests
>         >     >      [echo] ROYALE_HOME: <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556573423&amp;sdata=OY%2FKC0oRWWk%2F6aPAwKyHHL%2Fuf9Vd1de6za%2BLGvUxUZA%3D&amp;reserved=0
>         >     > >
>         >     >      [echo] ROYALE_SWF_COMPILER_HOME: <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556573423&amp;sdata=OY%2FKC0oRWWk%2F6aPAwKyHHL%2Fuf9Vd1de6za%2BLGvUxUZA%3D&amp;reserved=0
>         >     > >
>         >     >      [echo] playerglobal.version: 11.7
>         >     > Trying to override old definition of task compc
>         >     > Trying to override old definition of task mxmlc
>         >     >     [mxmlc] MXMLJSC
>         >     >     [mxmlc] -compiler.targets=JSRoyale
>         >     >     [mxmlc] -js-output=target
>         >     >     [mxmlc] +playerglobal.version=11.7
>         >     >     [mxmlc] +env.PLAYERGLOBAL_HOME=C:\adobe\flash
>         >     >     [mxmlc] +royalelib=<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556573423&amp;sdata=MY01qGF1QFsQeJgVWta1FE0mKFsOL90HIWyc8cbz1Ls%3D&amp;reserved=0
>         >     > >
>         >     >     [mxmlc] --
>         >     >     [mxmlc] <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fsrc%2Ftest%2Froyale%2FFlexUnitRoyaleApplication.mxml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556573423&amp;sdata=1sAy50SC2VqYs2sd%2F4r8XIt2p9O%2F2Rw0QyIxK%2FzGkPw%3D&amp;reserved=0
>         >     > >
>         >     >     [mxmlc] Apr 18, 2020 8:17:16 PM
>         >     > com.google.javascript.jscomp.LoggerErrorManager
> printSummary
>         >     >     [mxmlc] INFO: 0 error(s), 0 warning(s), 97.9% typed
>         >     >     [mxmlc] The project 'FlexUnitRoyaleApplication' has
> been
>         > successfully
>         >     > compiled and optimized.
>         >     >     [mxmlc] 56.6173691 seconds
>         >     >     [mxmlc] Picked up JAVA_TOOL_OPTIONS:
> -Dfile.encoding=UTF-8
>         > -Xms384m
>         >     > -Xmx2g
>         >     >
>         >     > check-royaleunit-browser:
>         >     >
>         >     > test:
>         >     >     [mkdir] Created dir: <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fjs%2Fprojects%2FBasicJS%2Fsrc%2Ftest%2Froyale%2Fout&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556573423&amp;sdata=xes%2Bb7bZY3Pk%2FjCFVBs43I%2B%2FmO%2BPoOzeDhi3qevnvnQ%3D&amp;reserved=0
>         >     > >
>         >     > [royaleunit] Validating task attributes ...
>         >     > [royaleunit] Generating default values ...
>         >     > [royaleunit] Using the following settings for the test run:
>         >     > [royaleunit]    ROYALE_HOME: [<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556583417&amp;sdata=WnW%2FE4JQyQvJf4EdKuzGtx%2Bw50UjlAdZO6Kh%2Fps3Rmw%3D&amp;reserved=0
>         >     > ]>
>         >     > [royaleunit]    haltonfailure: [false]
>         >     > [royaleunit]    headless: [false]
>         >     > [royaleunit]    display: [99]
>         >     > [royaleunit]    localTrusted: [true]
>         >     > [royaleunit]    player: [html]
>         >     > [royaleunit]    command: [C:\Program Files
>         >     > (x86)\Google\Chrome\Application\chrome.exe]
>         >     > [royaleunit]    port: [1024]
>         >     > [royaleunit]    swf: [<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fjs%2Fprojects%2FBasicJS%2Fsrc%2Ftest%2Froyale%2Ftarget%2Fbin%2Fjs-release%2Findex.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556583417&amp;sdata=wFgTPIi8op7mgC96%2BW7JOA8Ut7LHVWrlqYiu5lSZUWg%3D&amp;reserved=0
>         >     > ]>
>         >     > [royaleunit]    timeout: [90000ms]
>         >     > [royaleunit]    toDir: [<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fjs%2Fprojects%2FBasicJS%2Fsrc%2Ftest%2Froyale%2Fout&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556583417&amp;sdata=Meu0Ss%2B6J035hwOdlfhxXUPvlA9t1e4m9OiRX%2BTGpRE%3D&amp;reserved=0
>         >     > ]>
>         >     > [royaleunit] Setting up server process ...
>         >     > [royaleunit] SLF4J: Failed to load class
>         >     > "org.slf4j.impl.StaticLoggerBinder".
>         >     > [royaleunit] SLF4J: Defaulting to no-operation (NOP) logger
>         > implementation
>         >     > [royaleunit] SLF4J: See
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.slf4j.org%2Fcodes.html%23StaticLoggerBinder&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556583417&amp;sdata=s5yL6NZV0N7zhjjy%2Bl9C%2BsNQF3gR1vL7ToB%2FNA9yeVc%3D&amp;reserved=0
>         >     > for further details.
>         >     > [royaleunit] Entry [<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fjs%2Fprojects%2FBasicJS%2Fsrc%2Ftest%2Froyale%2Ftarget%2Fbin%2Fjs-release&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556583417&amp;sdata=PCpotk1hRRxroMk67kBZL0Av%2F5WgxWydEEq7rOkvBBY%3D&amp;reserved=0
>         > ]>
>         >     > already available in local trust file at
>         >     > [C:\Users\ApacheRoyaleCI\AppData\Roaming\Macromedia\Flash
>         >     > Player\#Security\FlashPlayerTrust\royaleUnit.cfg].
>         >     > [royaleunit] Executing 'C:\Program Files
>         >     > (x86)\Google\Chrome\Application\chrome.exe' with arguments:
>         >     > [royaleunit] '<
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fjs%2Fprojects%2FBasicJS%2Fsrc%2Ftest%2Froyale%2Ftarget%2Fbin%2Fjs-release%2Findex.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556583417&amp;sdata=wFgTPIi8op7mgC96%2BW7JOA8Ut7LHVWrlqYiu5lSZUWg%3D&amp;reserved=0
>         >     > '>
>         >     > [royaleunit]
>         >     > [royaleunit] The ' characters around the executable and
> arguments are
>         >     > [royaleunit] not part of the command.
>         >     > [royaleunit]
>         >     > [royaleunit] Starting server ...
>         >     > [royaleunit] Waiting for client connection ...
>         >     > [royaleunit]
>         >     > [royaleunit] Stopping server ...
>         >     >
>         >     > BUILD FAILED
>         >     > <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556583417&amp;sdata=EkofFqsfIuX8HuxfXzotIZpQ3lYVh2Uwn0fMqkwYgRQ%3D&amp;reserved=0
>         > >:667:
>         >     > The following error occurred while executing this line:
>         >     > <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556583417&amp;sdata=er2%2BRQsHBUpf6l5NtmUnsaPMsqV1T4aRjfP3%2Bcgv4j4%3D&amp;reserved=0
>         > >:118:
>         >     > The following error occurred while executing this line:
>         >     > <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556583417&amp;sdata=er2%2BRQsHBUpf6l5NtmUnsaPMsqV1T4aRjfP3%2Bcgv4j4%3D&amp;reserved=0
>         > >:383:
>         >     > The following error occurred while executing this line:
>         >     > <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556593413&amp;sdata=GvJ3l5JIdXT6PkQmCBfo5hbDYWUune5YBYzWiq4SDRQ%3D&amp;reserved=0
>         > >:69:
>         >     > The following error occurred while executing this line:
>         >     > <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fprojects%2FBasic%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556593413&amp;sdata=GvJ3l5JIdXT6PkQmCBfo5hbDYWUune5YBYzWiq4SDRQ%3D&amp;reserved=0
>         > >:73:
>         >     > The following error occurred while executing this line:
>         >     > <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fjs%2Fprojects%2FBasicJS%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556593413&amp;sdata=8wQfoDaR5lUgGGTooCd9ekOPQasVtZf3KmLaBaI3Aqw%3D&amp;reserved=0
>         > >:54:
>         >     > The following error occurred while executing this line:
>         >     > <
>         >     >
>         >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2Fws%2Fframeworks%2Fjs%2Fprojects%2FBasicJS%2Fsrc%2Ftest%2Froyale%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7Cb3e2b8f3130b41fd131d08d7e4e66812%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637229550556593413&amp;sdata=AfSXeFpGupTM4yTHYIaSXeMQNpPSqY5ZsMYBNUQ0bkc%3D&amp;reserved=0
>         > >:211:
>         >     > java.util.concurrent.ExecutionException: Socket timeout
> waiting for
>         >     > royaleunit report
>         >     >         at
>         > java.util.concurrent.FutureTask.report(FutureTask.java:122)
>         >     >         at
> java.util.concurrent.FutureTask.get(FutureTask.java:192)
>         >     >         at
>         > org.apache.royale.test.ant.tasks.TestRun.run(TestRun.java:77)
>         >     >         at
>         >     >
>         >
> org.apache.royale.test.ant.tasks.RoyaleUnitTask.execute(RoyaleUnitTask.java:192)
>         >     >         at
>         >     >
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
>         >     >         at
> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         > Source)
>         >     >         at
>         >     >
>         >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         >     >         at java.lang.reflect.Method.invoke(Method.java:498)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>         >     >         at org.apache.tools.ant.Task.perform(Task.java:348)
>         >     >         at
> org.apache.tools.ant.Target.execute(Target.java:435)
>         >     >         at
> org.apache.tools.ant.Target.performTasks(Target.java:456)
>         >     >         at
>         >     >
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
>         >     >         at
>         > org.apache.tools.ant.Project.executeTargets(Project.java:1260)
>         >     >         at
> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
>         >     >         at
>         >     >
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
>         >     >         at
> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         > Source)
>         >     >         at
>         >     >
>         >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         >     >         at java.lang.reflect.Method.invoke(Method.java:498)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>         >     >         at org.apache.tools.ant.Task.perform(Task.java:348)
>         >     >         at
> org.apache.tools.ant.Target.execute(Target.java:435)
>         >     >         at
> org.apache.tools.ant.Target.performTasks(Target.java:456)
>         >     >         at
>         >     >
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
>         >     >         at
>         > org.apache.tools.ant.Project.executeTargets(Project.java:1260)
>         >     >         at
> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
>         >     >         at
>         >     >
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
>         >     >         at
> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         > Source)
>         >     >         at
>         >     >
>         >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         >     >         at java.lang.reflect.Method.invoke(Method.java:498)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>         >     >         at org.apache.tools.ant.Task.perform(Task.java:348)
>         >     >         at
> org.apache.tools.ant.Target.execute(Target.java:435)
>         >     >         at
> org.apache.tools.ant.Target.performTasks(Target.java:456)
>         >     >         at
>         >     >
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
>         >     >         at
>         > org.apache.tools.ant.Project.executeTargets(Project.java:1260)
>         >     >         at
> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
>         >     >         at
>         >     >
> org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
>         >     >         at
>         >     >
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
>         >     >         at
> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         > Source)
>         >     >         at
>         >     >
>         >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         >     >         at java.lang.reflect.Method.invoke(Method.java:498)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>         >     >         at org.apache.tools.ant.Task.perform(Task.java:348)
>         >     >         at
> org.apache.tools.ant.Target.execute(Target.java:435)
>         >     >         at
> org.apache.tools.ant.Target.performTasks(Target.java:456)
>         >     >         at
>         >     >
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
>         >     >         at
>         > org.apache.tools.ant.Project.executeTargets(Project.java:1260)
>         >     >         at
> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
>         >     >         at
>         >     >
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
>         >     >         at
> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         > Source)
>         >     >         at
>         >     >
>         >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         >     >         at java.lang.reflect.Method.invoke(Method.java:498)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>         >     >         at org.apache.tools.ant.Task.perform(Task.java:348)
>         >     >         at
> org.apache.tools.ant.Target.execute(Target.java:435)
>         >     >         at
> org.apache.tools.ant.Target.performTasks(Target.java:456)
>         >     >         at
>         >     >
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
>         >     >         at
>         > org.apache.tools.ant.Project.executeTargets(Project.java:1260)
>         >     >         at
> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
>         >     >         at
>         >     >
> org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
>         >     >         at
>         >     >
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
>         >     >         at
> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         > Source)
>         >     >         at
>         >     >
>         >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         >     >         at java.lang.reflect.Method.invoke(Method.java:498)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>         >     >         at org.apache.tools.ant.Task.perform(Task.java:348)
>         >     >         at
> org.apache.tools.ant.Target.execute(Target.java:435)
>         >     >         at
> org.apache.tools.ant.Target.performTasks(Target.java:456)
>         >     >         at
>         >     >
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
>         >     >         at
>         > org.apache.tools.ant.Project.executeTargets(Project.java:1260)
>         >     >         at
> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
>         >     >         at
>         >     >
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
>         >     >         at
> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         > Source)
>         >     >         at
>         >     >
>         >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         >     >         at java.lang.reflect.Method.invoke(Method.java:498)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>         >     >         at org.apache.tools.ant.Task.perform(Task.java:348)
>         >     >         at
> org.apache.tools.ant.Target.execute(Target.java:435)
>         >     >         at
> org.apache.tools.ant.Target.performTasks(Target.java:456)
>         >     >         at
>         >     >
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
>         >     >         at
>         > org.apache.tools.ant.Project.executeTarget(Project.java:1376)
>         >     >         at
>         >     >
>         >
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>         >     >         at
>         > org.apache.tools.ant.Project.executeTargets(Project.java:1260)
>         >     >         at
> org.apache.tools.ant.Main.runBuild(Main.java:857)
>         >     >         at
> org.apache.tools.ant.Main.startAnt(Main.java:236)
>         >     >         at
>         > org.apache.tools.ant.launch.Launcher.run(Launcher.java:287)
>         >     >         at
>         > org.apache.tools.ant.launch.Launcher.main(Launcher.java:113)
>         >     > Caused by: Socket timeout waiting for royaleunit report
>         >     >         at
>         >     >
>         >
> org.apache.royale.test.ant.RoyaleUnitSocketThread.parseInboundMessages(RoyaleUnitSocketThread.java:108)
>         >     >         at
>         >     >
>         >
> org.apache.royale.test.ant.RoyaleUnitSocketThread.call(RoyaleUnitSocketThread.java:66)
>         >     >         at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         >     >         at
>         >     >
>         >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         >     >         at
>         >     >
>         >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         >     >         at java.lang.Thread.run(Thread.java:748)
>         >     > Caused by: Socket timeout waiting for royaleunit report
>         >     >         at
>         >     >
>         >
> org.apache.royale.test.ant.RoyaleUnitWebSocketServer$1.run(RoyaleUnitWebSocketServer.java:119)
>         >     >         at java.util.TimerThread.mainLoop(Timer.java:555)
>         >     >         at java.util.TimerThread.run(Timer.java:505)
>         >     >
>         >     > Total time: 16 minutes 47 seconds
>         >     > Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> -Xms384m -Xmx2g
>         >     > Build step 'Invoke Ant' marked build as failure
>         >     > Skipped archiving because build is not successful
>         >     >
>         >
>         >
>         >
>
>
>
>
>

Reply via email to