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 2018/02/12 12:12:18 UTC

Build failed in Jenkins: royale-typedefs #139

See <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/139/display/redirect>

------------------------------------------
Started by upstream project "royale-compiler" build number 89
originally caused by:
 Started by timer
Building in workspace <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/>
 > git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git.exe config remote.origin.url https://github.com/apache/royale-typedefs.git # timeout=10
Fetching upstream changes from https://github.com/apache/royale-typedefs.git
 > git.exe --version # timeout=10
 > git.exe fetch --tags --progress https://github.com/apache/royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
 > git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
 > git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" # timeout=10
Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 (refs/remotes/origin/develop)
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
Commit message: "Added overflowX and overflowY"
 > git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 # timeout=10
[royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat main && exit %%ERRORLEVEL%%"
Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/build.xml>

main:

download:
     [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/..>
    [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar into <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/target/temp/externs>
    [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/target/downloads>
      [get] Getting: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js
      [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/target/downloads/svg.js>

double-check-file:
     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

preprocess:
     [exec] error: corrupt patch at line 64

BUILD FAILED
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred while executing this line:
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128

Total time: 2 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
Build step 'Invoke Ant' marked build as failure

Jenkins build is back to normal : royale-typedefs #140

Posted by ap...@gmail.com.
See <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/140/display/redirect?page=changes>


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Gabe Harbs <ha...@gmail.com>.
I changed the extern files directly and changed the download locations.

I have one question though:

There are a whole group of externs under https://github.com/royale-extras/closure-compiler/tree/royale/externs <https://github.com/royale-extras/closure-compiler/tree/royale/externs>.

These have been downloaded as part of the closure-compiler and unzipped into the downloads folder. There’s a few ways we can handle this.

1. One is to use svn checkout https://github.com/royale-extras/closure-compiler/branches/royale/externs to download the full folder structure from Github. I think both ant and maven support calling svn. The only issue I see with this is that svn needs to be installed.
2. We can check out the entire git repo and copy the externs from that.
3. We can loop through the files and download each on explicitly. (This is how it’s being done for the node.js externs.)

I’m leaning towards option #1 considering it’s over 70 files.

Thoughts?

Harbs


> On Feb 13, 2018, at 11:48 AM, Gabe Harbs <ha...@gmail.com> wrote:
> 
> I created royale-extras and cloned closure-compiler there.[1]
> 
> I believe closure-compiler has all the typedefs we are currently using. The version of svg.js that’s hosted there[2] seems to be vastly improved over the version we’re currently downloading.[3] It looks to me that all the patching we are doing on sag.js is not necessary with the newer version.
> 
> es3.js and es6.js have patches as well I’m unclear on whether those changes need to be applied. I think yes.
> 
> Harbs
> 
> [1]https://github.com/royale-extras/closure-compiler/ <https://github.com/royale-extras/closure-compiler/>
> [2]https://github.com/royale-extras/closure-compiler/blob/master/contrib/externs/svg.js <https://github.com/royale-extras/closure-compiler/blob/master/contrib/externs/svg.js>
> [3]https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js <https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js>
> 
>> On Feb 13, 2018, at 8:26 AM, Gabe Harbs <harbs.lists@gmail.com <ma...@gmail.com>> wrote:
>> 
>> We could make a non-Apache organization for Royale-related stuff which is not strictly part of our repos. Kind of like what I did for flex-extras[1]
>> 
>> [1]https://github.com/flex-extras <https://github.com/flex-extras>
>> 
>>> On Feb 13, 2018, at 8:06 AM, Alex Harui <aharui@adobe.com.INVALID <ma...@adobe.com.INVALID>> wrote:
>>> 
>>> Where would the fork live?
>>> 
>>> You might also have to verify that all of the things we patch are
>>> available on GH or Git.
>>> 
>>> Seems like a good possibility,
>>> -Alex
>>> 
>>> On 2/12/18, 1:46 PM, "Gabe Harbs" <harbs.lists@gmail.com <ma...@gmail.com>> wrote:
>>> 
>>>> We could fork the Google externs on Github and update those. If we pull
>>>> from the forked repo, we would be able to quickly make changes that we
>>>> need and make PRs back to Google. That would also make it easy to pull in
>>>> changes that are made to Google’s repo.
>>>> 
>>>> Harbs
>>>> 
>>>>> On Feb 12, 2018, at 10:00 PM, Alex Harui <aharui@adobe.com.INVALID <ma...@adobe.com.INVALID>>
>>>>> wrote:
>>>>> 
>>>>> For js.patch, see the js/build.xml in royale-typedefs and the make_patch
>>>>> target.
>>>>> 
>>>>> Lately, I've been thinking about finding some other way of dealing with
>>>>> this.  We used patches so we didn't have to host 3rd-party files in our
>>>>> source tree.  I think we may now have 3rd-party files elsewhere in our
>>>>> source tree so we could just put patched versions in our source tree and
>>>>> update LICENSE and headers appropriately.  There is an issue with
>>>>> staying
>>>>> synced up with the master 3rd-party file.  And, we could make
>>>>> pull-requests on the 3rd-party file in some cases.
>>>>> 
>>>>> Thoughts?
>>>>> -Alex 
>>>>> 
>>>>> On 2/12/18, 11:23 AM, "Gabe Harbs" <harbs.lists@gmail.com <ma...@gmail.com>
>>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>> wrote:
>>>>> 
>>>>>> Where is that and how do I add to the patches?
>>>>>> 
>>>>>>> On Feb 12, 2018, at 7:31 PM, Alex Harui <aharui@adobe.com.INVALID <ma...@adobe.com.INVALID>>
>>>>>>> wrote:
>>>>>>> 
>>>>>>> Patch files are auto-generated by the Ant script, verified by a build,
>>>>>>> then committed to the src/main/patch/js.patch so that the Maven build
>>>>>>> can
>>>>>>> use it.  If we choose to try to manually maintain the patch files, we
>>>>>>> should comment out the auto-generation in the Ant build, otherwise as
>>>>>>> soon
>>>>>>> as someone uses it, it will blow away manual changes.  And if you had
>>>>>>> auto-generated the patch file, it probably wouldn't have had
>>>>>>> formatting
>>>>>>> issues.
>>>>>>> 
>>>>>>> HTH,
>>>>>>> -Alex
>>>>>>> 
>>>>>>> On 2/12/18, 8:26 AM, "Yishay Weiss" <yishayjobs@hotmail.com <ma...@hotmail.com>
>>>>>>> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com>>>>
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> Add, see my later mail.
>>>>>>>> 
>>>>>>>> From: Gabe Harbs<mailto:harbs.lists@gmail.com <ma...@gmail.com>
>>>>>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>>
>>>>>>>> Sent: Monday, February 12, 2018 6:23 PM
>>>>>>>> To: dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>><mailto:dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>>>
>>>>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>>>>> 
>>>>>>>> What was it? Did you add a space, or remove a space?
>>>>>>>>> On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yishayjobs@hotmail.com <ma...@hotmail.com>
>>>>>>>>> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com>>>
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>> I fixed it for my machine. Hopefully Jenkins will be happy too.
>>>>>>>>> 
>>>>>>>>> From: Gabe Harbs<mailto:harbs.lists@gmail.com <ma...@gmail.com>
>>>>>>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>>
>>>>>>>>> Sent: Monday, February 12, 2018 5:18 PM
>>>>>>>>> To: dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>><mailto:dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>>>
>>>>>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>>>>>> 
>>>>>>>>> Does anyone understand the patch file syntax enough to guess what’s
>>>>>>>>> wrong?
>>>>>>>>> 
>>>>>>>>>> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yishayjobs@hotmail.com <ma...@hotmail.com>
>>>>>>>>>> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com>>>
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>> I  have the same result with ant on my machine. It’s probably a
>>>>>>>>>> windows/mac thing.
>>>>>>>>>> 
>>>>>>>>>> From: Piotr Zarzycki<mailto:piotrzarzycki21@gmail.com <ma...@gmail.com>
>>>>>>>>>> <mailto:piotrzarzycki21@gmail.com <ma...@gmail.com>>>
>>>>>>>>>> Sent: Monday, February 12, 2018 3:13 PM
>>>>>>>>>> To: dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>><mailto:dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>>>
>>>>>>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>>>>>>> 
>>>>>>>>>> Locally I have same result. I tried couple of things but nothing
>>>>>>>>>> help.
>>>>>>>>>> I
>>>>>>>>>> see that it is being applied by following command:
>>>>>>>>>> 
>>>>>>>>>> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe,
>>>>>>>>>> apply,
>>>>>>>>>> --ignore-whitespace, --whitespace=nowarn,
>>>>>>>>>> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
>>>>>>>>>> error: corrupt patch at line 64
>>>>>>>>>> 
>>>>>>>>>> Thanks, Piotr
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <harbs.lists@gmail.com <ma...@gmail.com>
>>>>>>>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>>:
>>>>>>>>>> 
>>>>>>>>>>> Thanks.
>>>>>>>>>>> 
>>>>>>>>>>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki
>>>>>>>>>>>> <piotrzarzycki21@gmail.com <ma...@gmail.com> <mailto:piotrzarzycki21@gmail.com <ma...@gmail.com>>>
>>>>>>>>>>> wrote:
>>>>>>>>>>>> 
>>>>>>>>>>>> Let me build typedefs locally by Maven will see.
>>>>>>>>>>>> 
>>>>>>>>>>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <harbs.lists@gmail.com <ma...@gmail.com>
>>>>>>>>>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>>:
>>>>>>>>>>>> 
>>>>>>>>>>>>> I have no idea why this failed. The patch applied on my machine
>>>>>>>>>>>>> and
>>>>>>>>>>>>> line
>>>>>>>>>>>>> 64 is an empty line.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Maybe it’s a Windows line ending problem?
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Thoughts?
>>>>>>>>>>>>> Harbs
>>>>>>>>>>>>> 
>>>>>>>>>>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com <ma...@gmail.com>
>>>>>>>>>>>>>> <mailto:apacheroyaleci@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> See 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa>
>>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>>> dobe.com <http://dobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>>> 4j
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %4
>>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>>> c1
>>>>>>>>>>>>>> 78
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>>> qk
>>>>>>>>>>>>>> fK
>>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> ------------------------------------------
>>>>>>>>>>>>>> Started by upstream project "royale-compiler" build number 89
>>>>>>>>>>>>>> originally caused by:
>>>>>>>>>>>>>> Started by timer
>>>>>>>>>>>>>> Building in workspace <http://apacheroyaleci <http://apacheroyaleci/>
>>>>>>>>>>>>>> <http://apacheroyaleci/ <http://apacheroyaleci/>>
>>>>>>>>>>>>>> <http://apacheroyaleci/ <http://apacheroyaleci/> <http://apacheroyaleci/ <http://apacheroyaleci/>>>.
>>>>>>>>>>> westus2.cloudapp.azure.com <http://westus2.cloudapp.azure.com/>
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe>
>>>>>>>>>>> stus2.cloudapp.azure.com <http://stus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc04
>>>>>>>>>>> 3661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C
>>>>>>>>>>> 0%7C0%7C636540688274917674&sdata=mgva%2BTiDUqx1YNh%2BCejdtHBYSKjabw
>>>>>>>>>>> XQgIORABQGxYg%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe>
>>>>>>>>>>> st 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe>
>>>>>>>>>>> st>
>>>>>>>>>>> us2.cloudapp.azure.com <http://us2.cloudapp.azure.com/>
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fus <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fus>
>>>>>>>>>>> 2.cloudapp.azure.com <http://2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661
>>>>>>>>>>> cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>>>>> 0%7C636540688274917674&sdata=%2F8ZDeFGlUeSJCDf2vuK6Et8fgCnXaLiiC4lQ
>>>>>>>>>>> SkQ3tb0%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40>
>>>>>>>>>>> adobe.com <http://adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d
>>>>>>>>>>> 2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>> 88274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&re
>>>>>>>>>>> served=0>%7Ce3df818
>>>>>>>>>>> 
>>>>>>>>>>> e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>>>>> 0%
>>>>>>>>>>> 
>>>>>>>>>>> 7C636540602229299157&sdata=KwM7MFAG1LveJ3MDLf4F8%2FRb%2FNhFhrtyjQ18
>>>>>>>>>>> hu
>>>>>>>>>>> bIbv0%3D&reserved=0>:
>>>>>>>>>>>>> 8080/job/royale-typedefs/ws/>
>>>>>>>>>>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>>>>>>>>>>> Fetching changes from the remote Git repository
>>>>>>>>>>>>>>> git.exe config remote.origin.url
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>>> %2F>
>>>>>>>>>>>>>>> gi 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>>> %2 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>>> %2>
>>>>>>>>>>>>>>> Fgi>
>>>>>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2Fthub.com <http://2fthub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>>> 7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>>>> 7MKuO7BHM%3D&reserved=0>
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2Fthub.com <http://2fthub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>>> 7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>>>> 7MKuO7BHM%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>>>> 65
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ
>>>>>>>>>>>>>>> 4L
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>>>>> C6
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjS
>>>>>>>>>>>>>>> n0
>>>>>>>>>>>>>>> TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0
>>>>>>>>>>>>>>> %7
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4
>>>>>>>>>>>>>>> xR
>>>>>>>>>>>>>>> IW
>>>>>>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>>>>>>> royale-typedefs.git # timeout=10
>>>>>>>>>>>>>> Fetching upstream changes from
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2>
>>>>>>>>>>>>>> Fg 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>> 2Fg>
>>>>>>>>>>>>>> it 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>> git>
>>>>>>>>>>>>>> hub.com <http://hub.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fhub.com <http://fhub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>>> 6540688274917674&sdata=sDS0xHIrOzYOPc%2FJyaey2c6tesVet6a8BcPXrEW
>>>>>>>>>>>>>> WR60%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fh 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fh>
>>>>>>>>>>>>>> ub.com <http://ub.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fub.com <http://fub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4
>>>>>>>>>>>>>> d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>>>>>>>>>>>>> 540688274917674&sdata=2fM46NSZbXgIlg4c0wPeIuJ8cnuuKd2h2uijYfez%2
>>>>>>>>>>>>>> FW4%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>>> yzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540
>>>>>>>>>>>>>> 60
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 2229299157&sdata=6xU1Xz64Ruv8DUqPl4xbwc2ELioBsKSQpkrnLQHYBL0%3D&
>>>>>>>>>>>>>> re
>>>>>>>>>>>>>> served=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>>> yzJxf4%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> F4 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> F4>
>>>>>>>>>>>>>> 0adobe.com <http://0adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> F0adobe.com <http://f0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>>>> C636540688274917674&sdata=DdXjJi2yx0VSCRV4zBvwDJ5KUJ0o%2BCVXtjCq
>>>>>>>>>>>>>> GFSmjP0%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>>> yzJxf4%3D&reserved=0>%7Ce3df818e6ace49cb
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> d34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>>> 65
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 40602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TL
>>>>>>>>>>>>>> HI
>>>>>>>>>>>>>> %3D&reserved=0>%7Ca91f37b4a59c
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C
>>>>>>>>>>>>>> 63
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 6540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIW
>>>>>>>>>>>>>> lM
>>>>>>>>>>>>>> Mi
>>>>>>>>>>>>>> 8Q%3D&reserved=0
>>>>>>>>>>>>> royale-typedefs.git
>>>>>>>>>>>>>>> git.exe --version # timeout=10
>>>>>>>>>>>>>>> git.exe fetch --tags --progress
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>>> %2F>
>>>>>>>>>>>>>>> gi 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>>> %2 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>>> %2>
>>>>>>>>>>>>>>> Fgi>
>>>>>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2Fthub.com <http://2fthub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>>> 7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>>>> 7MKuO7BHM%3D&reserved=0>
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2Fthub.com <http://2fthub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>>> 7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>>>> 7MKuO7BHM%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>>>> 65
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ
>>>>>>>>>>>>>>> 4L
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>>>>> C6
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjS
>>>>>>>>>>>>>>> n0
>>>>>>>>>>>>>>> TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>>> C0
>>>>>>>>>>>>>>> %7
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4
>>>>>>>>>>>>>>> xR
>>>>>>>>>>>>>>> IW
>>>>>>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>>>>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>>>>>>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" #
>>>>>>>>>>>>>>> timeout=10
>>>>>>>>>>>>>>> git.exe rev-parse
>>>>>>>>>>>>>>> "refs/remotes/origin/origin/develop^{commit}"
>>>>>>>>>>>>>>> #
>>>>>>>>>>>>> timeout=10
>>>>>>>>>>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>>>>>>> (refs/remotes/origin/develop)
>>>>>>>>>>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>>>>>>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>>>>>>>> Commit message: "Added overflowX and overflowY"
>>>>>>>>>>>>>>> git.exe rev-list --no-walk
>>>>>>>>>>>>>>> b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>>>>>>>>>>> timeout=10
>>>>>>>>>>>>>> [royale-typedefs] $ cmd.exe /C
>>>>>>>>>>>>>> "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>>>>>>>>>>> main && exit %%ERRORLEVEL%%"
>>>>>>>>>>>>>> Buildfile:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa>
>>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>>> dobe.com <http://dobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>>> 4j
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %4
>>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>>> c1
>>>>>>>>>>>>>> 78
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>>> qk
>>>>>>>>>>>>>> fK
>>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> main:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> download:
>>>>>>>>>>>>>> [echo] 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa>
>>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>>> dobe.com <http://dobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>>> 4j
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %4
>>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>>> c1
>>>>>>>>>>>>>> 78
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>>> qk
>>>>>>>>>>>>>> fK
>>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>>>>>>>>>> [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.
>>>>>>>>>>>>> ja
>>>>>>>>>>>>> r
>>>>>>>>>>> into
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> ap 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> ap>
>>>>>>>>>>>>> ac 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> ap 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> ap>
>>>>>>>>>>>>> ac>
>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40
>>>>>>>>>>>>> adobe.com <http://adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794
>>>>>>>>>>>>> aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQFYLw
>>>>>>>>>>>>> kfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> he 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> he>
>>>>>>>>>>>>> royaleci.westus2.cloudapp.azure.com <http://royaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> royaleci.westus2.cloudapp.azure.com <http://royaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40ad
>>>>>>>>>>>>> obe.com <http://obe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794ae
>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540688274917674&sdata=OdHNUpTrgj3XlYw7N
>>>>>>>>>>>>> XRBh0uVGmUpye4ywrt6RGbiWCU%3D&reserved=0>%2F&data=02%7C01%7Caharu
>>>>>>>>>>>>> i%40adob
>>>>>>>>>>>>> e.com <http://e.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> e.com <http://e.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>>>> 88274917674&sdata=uOQ9A01YtNp%2BQK%2F8gcs4BuwXxjldYo723XtdQ2A17mc
>>>>>>>>>>>>> %3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34
>>>>>>>>>>>>> 438794aed2c1
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 78decee1%7C0%7C0%7C636540602229299157&sdata=fKQYdU5reFqDWJEQQNyQe
>>>>>>>>>>>>> cy
>>>>>>>>>>>>> 
>>>>>>>>>>>>> hW8LF%2FKrrMvwtaqHg68g%3D&reserved=0>&data=02%7C01%7Caharui%40ado
>>>>>>>>>>>>> be
>>>>>>>>>>>>> .c
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> om%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c17
>>>>>>>>>>>>> 8d
>>>>>>>>>>>>> ec
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>>>>>>> iJ
>>>>>>>>>>>>> Jp
>>>>>>>>>>>>> sRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>>>>>>>>>> [unzip] Expanding:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa>
>>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>>> dobe.com <http://dobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>>> 4j
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %4
>>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>>> c1
>>>>>>>>>>>>>> 78
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>>> qk
>>>>>>>>>>>>>> fK
>>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0
>>>>>>>>>>> :
>>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip>
>>>>>>>>>>>>> into <
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>>>>> pa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> apa>
>>>>>>>>>>>>> ch 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> ap 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> ap>
>>>>>>>>>>>>> ach>
>>>>>>>>>>>>> eroyaleci.westus2.cloudapp.azure.com <http://eroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> eroyaleci.westus2.cloudapp.azure.com <http://eroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>>>>> dobe.com <http://dobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794a
>>>>>>>>>>>>> ed2c178decee1%7C0%7C0%7C636540688274917674&sdata=f8yGylp6zJWaYzAp
>>>>>>>>>>>>> Xm6H6Ijh3tsJZ5pMGeOULKvmuYA%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> er 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> er>
>>>>>>>>>>>>> oyaleci.westus2.cloudapp.azure.com <http://oyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> oyaleci.westus2.cloudapp.azure.com <http://oyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40ado
>>>>>>>>>>>>> be.com <http://be.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed
>>>>>>>>>>>>> 2c178decee1%7C0%7C0%7C636540688274917674&sdata=BS1BlR5kG2NJNlBukk
>>>>>>>>>>>>> IBLvYozqKz2i%2F2D4D8dU16nOU%3D&reserved=0>%2F&data=02%7C01%7Cahar
>>>>>>>>>>>>> ui%40adobe
>>>>>>>>>>>>> 
>>>>>>>>>>>>> .com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c
>>>>>>>>>>>>> 17
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 8decee1%7C0%7C0%7C636540602229299157&sdata=EYtH4atqZgf8iQ5ujTDSvh
>>>>>>>>>>>>> wj
>>>>>>>>>>>>> 
>>>>>>>>>>>>> xVJRuVP0aPjAdUaAdp4%3D&reserved=0>&data=02%7C01%7Caharui%40adobe.
>>>>>>>>>>>>> co 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> 40adobe.co <http://40adobe.co/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>> 6540688274917674&sdata=hexEOeN4uPWc7Ml%2F9m2iHCQaqniZ%2F5x3e1kOX0
>>>>>>>>>>>>> WNQV0%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> 40 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> 40>
>>>>>>>>>>>>> adobe.co <http://adobe.co/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> adobe.co <http://adobe.co/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4
>>>>>>>>>>>>> d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>>> 40688274917674&sdata=KVTIdhvy%2FWYgq2SO7ay0DgJIVcl1ogwsGSXx%2BuDu
>>>>>>>>>>>>> VdI%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964f
>>>>>>>>>>>>> fe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>> 36540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJx
>>>>>>>>>>>>> f4%3D&reserved=0>%7Ce3df818e6ace49cbd34
>>>>>>>>>>>>> 
>>>>>>>>>>>>> e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540
>>>>>>>>>>>>> 60
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 2229299157&sdata=5ZHUiGQREjdd%2B9jXM0sJZDLG4PmZ1ufxJnCkDh7G4nM%3D
>>>>>>>>>>>>> &r
>>>>>>>>>>>>> eserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> m%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>>>>>>> de
>>>>>>>>>>>>> ce
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> e1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKi
>>>>>>>>>>>>> JJ
>>>>>>>>>>>>> ps
>>>>>>>>>>>>> RUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>>>>>>>>>> [get] Getting:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2>
>>>>>>>>>>>>>> Fs 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>> 2Fs>
>>>>>>>>>>>>>> to 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>> sto>
>>>>>>>>>>>>>> rage.googleapis.com <http://rage.googleapis.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Frage.googleapis.com <http://frage.googleapis.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043
>>>>>>>>>>>>>> 661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%
>>>>>>>>>>>>>> 7C0%7C0%7C636540688274917674&sdata=sOrLb2LgQSWVfiiHpDmv79YzfxWX9
>>>>>>>>>>>>>> 09R4%2FlZOPXcI24%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fr 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fr>
>>>>>>>>>>>>>> age.googleapis.com <http://age.googleapis.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fage.googleapis.com <http://fage.googleapis.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc0436
>>>>>>>>>>>>>> 61cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7
>>>>>>>>>>>>>> C0%7C0%7C636540688274917674&sdata=OkYrnTtOKT7ryIg3Uismky8HuEVLP7
>>>>>>>>>>>>>> Xfa8YdOBKJOxU%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.co <http://40adobe.co/>
>>>>>>>>>>>>>> m 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>>> yzJxf4%3D&reserved=0>%7Ce3df818e
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>>>>>>>>>>> 7C
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 0%7C636540602229299157&sdata=M9tpl%2F8aL1dq4%2BN0l%2FivvU%2BQrcf
>>>>>>>>>>>>>> %2
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> FVzWFARHA%2BS8eZ5U%3D&reserved=0>%2Fgoogle-code-archive-&data=02
>>>>>>>>>>>>>> %7
>>>>>>>>>>>>>> C01%7Caharui%40a
>>>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>>> uSHEY2o%3D&reserved=0> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fd 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fd>
>>>>>>>>>>>>>> obe.com <http://obe.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fobe.com <http://fobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>>> 6540688274917674&sdata=CH%2Fm8Nu%2BA%2BoCHLMKEjEj0W8ErD%2F5jhE4a
>>>>>>>>>>>>>> 9mtMnkUHnY%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>>> yzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd34
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654
>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 02229299157&sdata=brp1tJuQSy20vs4RzEhysG%2FNIKdELuLuz60kth53RrM%
>>>>>>>>>>>>>> 3D
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> &reserved=0>%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b3443
>>>>>>>>>>>>>> 87
>>>>>>>>>>>>>> 94aed2
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> c178decee1%7C0%7C0%7C636540496276826984&sdata=UQHF9sVSrJYkUX17kA
>>>>>>>>>>>>>> 1f
>>>>>>>>>>>>>> a7
>>>>>>>>>>>>>> La9%2FMb%2B%2BZ86vsty5QlwRY%3D&reserved=0
>>>>>>>>>>>>> downloads/v2/code.google.com/closureidl/svg.js <http://code.google.com/closureidl/svg.js> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> code.google.com <http://code.google.com/>%2Fclosureidl%2Fsvg.js&data=02%7C01%7Caharui%40ado
>>>>>>>>>>>>> be.com <http://be.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed
>>>>>>>>>>>>> 2c178decee1%7C0%7C0%7C636540688274917674&sdata=DpgzayQ3yOBab%2BHG
>>>>>>>>>>>>> X8m%2BwdrNoW37gP%2Fv1fT6kUVo2YQ%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> co 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> co>
>>>>>>>>>>>>> de.google.com <http://de.google.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>>> de.google.com <http://de.google.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>>> C636540688274917674&sdata=VefIQ4eaiHj6pHccfRSF%2Bn9%2FdI1Sxc3p87A
>>>>>>>>>>>>> KVVG8YmQ%3D&reserved=0>%2Fclosureidl%2Fsvg.js&data=02%7C01%7Cahar
>>>>>>>>>>>>> ui%40adobe.c
>>>>>>>>>>>>> 
>>>>>>>>>>>>> om%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c17
>>>>>>>>>>>>> 8d
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ecee1%7C0%7C0%7C636540602229299157&sdata=TsEOdpTqV0unNb2JxlV994Qp
>>>>>>>>>>>>> q2
>>>>>>>>>>>>> q9q%2FsDjJNw5sOnYNg%3D&reserved=0>
>>>>>>>>>>>>>> [get] To:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa>
>>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>>> 4j
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %4
>>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>>> c1
>>>>>>>>>>>>>> 78
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>>> qk
>>>>>>>>>>>>>> fK
>>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> double-check-file:
>>>>>>>>>>>>>> [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>>>>>>>>>> [echo] Need file: ${still_no_file}
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> get-from-cache-if-needed:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> fail-if-not-found:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> preprocess:
>>>>>>>>>>>>>> [exec] error: corrupt patch at line 64
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> BUILD FAILED
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa>
>>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>>> 4j
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %4
>>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>>> c1
>>>>>>>>>>>>>> 78
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>>> qk
>>>>>>>>>>>>>> fK
>>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error
>>>>>>>>>>>>> occurred
>>>>>>>>>>>>> while executing this line:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>>> pa>
>>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>>> 4j
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>>> %4
>>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>>> c1
>>>>>>>>>>>>>> 78
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>>> qk
>>>>>>>>>>>>>> fK
>>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 
>>>>>>>>>>>>> 128
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Total time: 2 seconds
>>>>>>>>>>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>>>>>>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> --
>>>>>>>>>>>> 
>>>>>>>>>>>> Piotr Zarzycki
>>>>>>>>>>>> 
>>>>>>>>>>>> Patreon: 
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>>> ww 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>>> ww>
>>>>>>>>>>>> w 
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>>> ww 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>>> ww>
>>>>>>>>>>>> w>.
>>>>>>>>>>>> patreon.com <http://patreon.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>>> atreon.com <http://atreon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>> 40688274917674&sdata=Nlojrso%2BvCMYHePhptD3%2BO4LcIN%2FxKJOfeGcuxq
>>>>>>>>>>>> RkpQ%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>>> at 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>>> at>
>>>>>>>>>>>> reon.com <http://reon.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr>
>>>>>>>>>>>> eon.com <http://eon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2
>>>>>>>>>>>> 208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>>> 88274917674&sdata=ja%2FCMdkWg08rKxvq8WLVxdK1nTD3ROoQOZACL%2B9GTek%
>>>>>>>>>>>> 3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>>> D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>>> 
>>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>>>> 22
>>>>>>>>>>>> 
>>>>>>>>>>>> 29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3
>>>>>>>>>>>> D&
>>>>>>>>>>>> reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>>> D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0a 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0a>
>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd>
>>>>>>>>>>>> obe.com <http://obe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2
>>>>>>>>>>>> 208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>>> 88274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7TuSHEY2o%
>>>>>>>>>>>> 3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>>> D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>>> 
>>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>>>> 22
>>>>>>>>>>>> 
>>>>>>>>>>>> 29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&re
>>>>>>>>>>>> se
>>>>>>>>>>>> rved=0>%7Ca91f37
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>>>>>>>>> 7C
>>>>>>>>>>>> 0%
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> 7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27
>>>>>>>>>>>> EB
>>>>>>>>>>>> gl
>>>>>>>>>>>> TU%3D&reserved=0
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>>> ww 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>>> ww>
>>>>>>>>>>>> w 
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>>> ww 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>>> ww>
>>>>>>>>>>>> w>.
>>>>>>>>>>>> patreon.com <http://patreon.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>>> atreon.com <http://atreon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>> 40688274917674&sdata=Nlojrso%2BvCMYHePhptD3%2BO4LcIN%2FxKJOfeGcuxq
>>>>>>>>>>>> RkpQ%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>>> at 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>>> at>
>>>>>>>>>>>> reon.com <http://reon.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr>
>>>>>>>>>>>> eon.com <http://eon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2
>>>>>>>>>>>> 208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>>> 88274917674&sdata=ja%2FCMdkWg08rKxvq8WLVxdK1nTD3ROoQOZACL%2B9GTek%
>>>>>>>>>>>> 3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>>> D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>>> 
>>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>>>> 22
>>>>>>>>>>>> 
>>>>>>>>>>>> 29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3
>>>>>>>>>>>> D&
>>>>>>>>>>>> reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>>> D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0a 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0a>
>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd>
>>>>>>>>>>>> obe.com <http://obe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2
>>>>>>>>>>>> 208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>>> 88274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7TuSHEY2o%
>>>>>>>>>>>> 3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>>> D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>>> 
>>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>>>> 22
>>>>>>>>>>>> 
>>>>>>>>>>>> 29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&re
>>>>>>>>>>>> se
>>>>>>>>>>>> rved=0>%7Ca91f37
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>>>>>>>>> 7C
>>>>>>>>>>>> 0%
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> 7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27
>>>>>>>>>>>> EB
>>>>>>>>>>>> gl
>>>>>>>>>>>> TU%3D&reserved=0>*
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> --
>>>>>>>>>> 
>>>>>>>>>> Piotr Zarzycki
>>>>>>>>>> 
>>>>>>>>>> Patreon: 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>>> w 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>>> w>.
>>>>>>>>>> pa 
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>>> w 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>>> w>.
>>>>>>>>>> pa>
>>>>>>>>>> treon.com <http://treon.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>>> on.com <http://on.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208
>>>>>>>>>> d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274
>>>>>>>>>> 917674&sdata=n%2FDEHdCCeIx6TwmJqHrT4KOUze%2BHZASuJFtGqa2vusE%3D&rese
>>>>>>>>>> rved=0> 
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>>> on 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>>> on>
>>>>>>>>>> .com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>>> ed=0>%7Ce3df818e6ace49cbd34e08d572
>>>>>>>>>> 
>>>>>>>>>> 4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>>>>>> 57
>>>>>>>>>> 
>>>>>>>>>> &sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%
>>>>>>>>>> 2F
>>>>>>>>>> piotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>>> ed=0>
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> do 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> do>
>>>>>>>>>> be.com <http://be.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe>.
>>>>>>>>>> com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d57
>>>>>>>>>> 2622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274917
>>>>>>>>>> 674&sdata=uV3bqgGdDJmH9YU6TlTmXVNXC1iAboxdMOyk1vHmXNc%3D&reserved=0>
>>>>>>>>>> %2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>>> ed=0>%7Ce3df818e6ace49cbd34e08d5
>>>>>>>>>> 
>>>>>>>>>> 724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060222929
>>>>>>>>>> 91
>>>>>>>>>> 
>>>>>>>>>> 57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0
>>>>>>>>>>> %
>>>>>>>>>> 7Ca91f37b4a5
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>>>>>>> 63
>>>>>>>>>> 65
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3
>>>>>>>>>> D&
>>>>>>>>>> re
>>>>>>>>>> served=0
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>>> w 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>>> w>.
>>>>>>>>>> pa 
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>>> w 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>>> w>.
>>>>>>>>>> pa>
>>>>>>>>>> treon.com <http://treon.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>>> on.com <http://on.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208
>>>>>>>>>> d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274
>>>>>>>>>> 917674&sdata=n%2FDEHdCCeIx6TwmJqHrT4KOUze%2BHZASuJFtGqa2vusE%3D&rese
>>>>>>>>>> rved=0> 
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>>> on 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>>> on>
>>>>>>>>>> .com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>>> ed=0>%7Ce3df818e6ace49cbd34e08d572
>>>>>>>>>> 
>>>>>>>>>> 4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>>>>>> 57
>>>>>>>>>> 
>>>>>>>>>> &sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%
>>>>>>>>>> 2F
>>>>>>>>>> piotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>>> ed=0>
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> do 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> do>
>>>>>>>>>> be.com <http://be.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe>.
>>>>>>>>>> com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d57
>>>>>>>>>> 2622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274917
>>>>>>>>>> 674&sdata=uV3bqgGdDJmH9YU6TlTmXVNXC1iAboxdMOyk1vHmXNc%3D&reserved=0>
>>>>>>>>>> %2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>>> ed=0>%7Ce3df818e6ace49cbd34e08d5
>>>>>>>>>> 
>>>>>>>>>> 724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060222929
>>>>>>>>>> 91
>>>>>>>>>> 
>>>>>>>>>> 57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0
>>>>>>>>>>> %
>>>>>>>>>> 7Ca91f37b4a5
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>>>>>>> 63
>>>>>>>>>> 65
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3
>>>>>>>>>> D&
>>>>>>>>>> re
>>>>>>>>>> served=0>*
>> 
> 


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Gabe Harbs <ha...@gmail.com>.
I created royale-extras and cloned closure-compiler there.[1]

I believe closure-compiler has all the typedefs we are currently using. The version of svg.js that’s hosted there[2] seems to be vastly improved over the version we’re currently downloading.[3] It looks to me that all the patching we are doing on sag.js is not necessary with the newer version.

es3.js and es6.js have patches as well I’m unclear on whether those changes need to be applied. I think yes.

Harbs

[1]https://github.com/royale-extras/closure-compiler/ <https://github.com/royale-extras/closure-compiler/>
[2]https://github.com/royale-extras/closure-compiler/blob/master/contrib/externs/svg.js <https://github.com/royale-extras/closure-compiler/blob/master/contrib/externs/svg.js>
[3]https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js <https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js>

> On Feb 13, 2018, at 8:26 AM, Gabe Harbs <ha...@gmail.com> wrote:
> 
> We could make a non-Apache organization for Royale-related stuff which is not strictly part of our repos. Kind of like what I did for flex-extras[1]
> 
> [1]https://github.com/flex-extras <https://github.com/flex-extras>
> 
>> On Feb 13, 2018, at 8:06 AM, Alex Harui <aharui@adobe.com.INVALID <ma...@adobe.com.INVALID>> wrote:
>> 
>> Where would the fork live?
>> 
>> You might also have to verify that all of the things we patch are
>> available on GH or Git.
>> 
>> Seems like a good possibility,
>> -Alex
>> 
>> On 2/12/18, 1:46 PM, "Gabe Harbs" <harbs.lists@gmail.com <ma...@gmail.com>> wrote:
>> 
>>> We could fork the Google externs on Github and update those. If we pull
>>> from the forked repo, we would be able to quickly make changes that we
>>> need and make PRs back to Google. That would also make it easy to pull in
>>> changes that are made to Google’s repo.
>>> 
>>> Harbs
>>> 
>>>> On Feb 12, 2018, at 10:00 PM, Alex Harui <aharui@adobe.com.INVALID <ma...@adobe.com.INVALID>>
>>>> wrote:
>>>> 
>>>> For js.patch, see the js/build.xml in royale-typedefs and the make_patch
>>>> target.
>>>> 
>>>> Lately, I've been thinking about finding some other way of dealing with
>>>> this.  We used patches so we didn't have to host 3rd-party files in our
>>>> source tree.  I think we may now have 3rd-party files elsewhere in our
>>>> source tree so we could just put patched versions in our source tree and
>>>> update LICENSE and headers appropriately.  There is an issue with
>>>> staying
>>>> synced up with the master 3rd-party file.  And, we could make
>>>> pull-requests on the 3rd-party file in some cases.
>>>> 
>>>> Thoughts?
>>>> -Alex 
>>>> 
>>>> On 2/12/18, 11:23 AM, "Gabe Harbs" <harbs.lists@gmail.com <ma...@gmail.com>
>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>> wrote:
>>>> 
>>>>> Where is that and how do I add to the patches?
>>>>> 
>>>>>> On Feb 12, 2018, at 7:31 PM, Alex Harui <aharui@adobe.com.INVALID <ma...@adobe.com.INVALID>>
>>>>>> wrote:
>>>>>> 
>>>>>> Patch files are auto-generated by the Ant script, verified by a build,
>>>>>> then committed to the src/main/patch/js.patch so that the Maven build
>>>>>> can
>>>>>> use it.  If we choose to try to manually maintain the patch files, we
>>>>>> should comment out the auto-generation in the Ant build, otherwise as
>>>>>> soon
>>>>>> as someone uses it, it will blow away manual changes.  And if you had
>>>>>> auto-generated the patch file, it probably wouldn't have had
>>>>>> formatting
>>>>>> issues.
>>>>>> 
>>>>>> HTH,
>>>>>> -Alex
>>>>>> 
>>>>>> On 2/12/18, 8:26 AM, "Yishay Weiss" <yishayjobs@hotmail.com <ma...@hotmail.com>
>>>>>> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com>>>>
>>>>>> wrote:
>>>>>> 
>>>>>>> Add, see my later mail.
>>>>>>> 
>>>>>>> From: Gabe Harbs<mailto:harbs.lists@gmail.com <ma...@gmail.com>
>>>>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>>
>>>>>>> Sent: Monday, February 12, 2018 6:23 PM
>>>>>>> To: dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>><mailto:dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>>>
>>>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>>>> 
>>>>>>> What was it? Did you add a space, or remove a space?
>>>>>>>> On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yishayjobs@hotmail.com <ma...@hotmail.com>
>>>>>>>> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com>>>
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>> I fixed it for my machine. Hopefully Jenkins will be happy too.
>>>>>>>> 
>>>>>>>> From: Gabe Harbs<mailto:harbs.lists@gmail.com <ma...@gmail.com>
>>>>>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>>
>>>>>>>> Sent: Monday, February 12, 2018 5:18 PM
>>>>>>>> To: dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>><mailto:dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>>>
>>>>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>>>>> 
>>>>>>>> Does anyone understand the patch file syntax enough to guess what’s
>>>>>>>> wrong?
>>>>>>>> 
>>>>>>>>> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yishayjobs@hotmail.com <ma...@hotmail.com>
>>>>>>>>> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com>>>
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>> I  have the same result with ant on my machine. It’s probably a
>>>>>>>>> windows/mac thing.
>>>>>>>>> 
>>>>>>>>> From: Piotr Zarzycki<mailto:piotrzarzycki21@gmail.com <ma...@gmail.com>
>>>>>>>>> <mailto:piotrzarzycki21@gmail.com <ma...@gmail.com>>>
>>>>>>>>> Sent: Monday, February 12, 2018 3:13 PM
>>>>>>>>> To: dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>><mailto:dev@royale.apache.org <ma...@royale.apache.org>
>>>>>>>>> <mailto:dev@royale.apache.org <ma...@royale.apache.org>>>
>>>>>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>>>>>> 
>>>>>>>>> Locally I have same result. I tried couple of things but nothing
>>>>>>>>> help.
>>>>>>>>> I
>>>>>>>>> see that it is being applied by following command:
>>>>>>>>> 
>>>>>>>>> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe,
>>>>>>>>> apply,
>>>>>>>>> --ignore-whitespace, --whitespace=nowarn,
>>>>>>>>> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
>>>>>>>>> error: corrupt patch at line 64
>>>>>>>>> 
>>>>>>>>> Thanks, Piotr
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <harbs.lists@gmail.com <ma...@gmail.com>
>>>>>>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>>:
>>>>>>>>> 
>>>>>>>>>> Thanks.
>>>>>>>>>> 
>>>>>>>>>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki
>>>>>>>>>>> <piotrzarzycki21@gmail.com <ma...@gmail.com> <mailto:piotrzarzycki21@gmail.com <ma...@gmail.com>>>
>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Let me build typedefs locally by Maven will see.
>>>>>>>>>>> 
>>>>>>>>>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <harbs.lists@gmail.com <ma...@gmail.com>
>>>>>>>>>>> <mailto:harbs.lists@gmail.com <ma...@gmail.com>>>:
>>>>>>>>>>> 
>>>>>>>>>>>> I have no idea why this failed. The patch applied on my machine
>>>>>>>>>>>> and
>>>>>>>>>>>> line
>>>>>>>>>>>> 64 is an empty line.
>>>>>>>>>>>> 
>>>>>>>>>>>> Maybe it’s a Windows line ending problem?
>>>>>>>>>>>> 
>>>>>>>>>>>> Thoughts?
>>>>>>>>>>>> Harbs
>>>>>>>>>>>> 
>>>>>>>>>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com <ma...@gmail.com>
>>>>>>>>>>>>> <mailto:apacheroyaleci@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> See 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa>
>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>> dobe.com <http://dobe.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>> 
>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>> 4j
>>>>>>>>>>>>> 
>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>> %4
>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>> c1
>>>>>>>>>>>>> 78
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>> qk
>>>>>>>>>>>>> fK
>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ------------------------------------------
>>>>>>>>>>>>> Started by upstream project "royale-compiler" build number 89
>>>>>>>>>>>>> originally caused by:
>>>>>>>>>>>>> Started by timer
>>>>>>>>>>>>> Building in workspace <http://apacheroyaleci <http://apacheroyaleci/>
>>>>>>>>>>>>> <http://apacheroyaleci/ <http://apacheroyaleci/>>
>>>>>>>>>>>>> <http://apacheroyaleci/ <http://apacheroyaleci/> <http://apacheroyaleci/ <http://apacheroyaleci/>>>.
>>>>>>>>>> westus2.cloudapp.azure.com <http://westus2.cloudapp.azure.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe>
>>>>>>>>>> stus2.cloudapp.azure.com <http://stus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc04
>>>>>>>>>> 3661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C
>>>>>>>>>> 0%7C0%7C636540688274917674&sdata=mgva%2BTiDUqx1YNh%2BCejdtHBYSKjabw
>>>>>>>>>> XQgIORABQGxYg%3D&reserved=0>
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe>
>>>>>>>>>> st 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe>
>>>>>>>>>> st>
>>>>>>>>>> us2.cloudapp.azure.com <http://us2.cloudapp.azure.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fus <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fus>
>>>>>>>>>> 2.cloudapp.azure.com <http://2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661
>>>>>>>>>> cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>>>> 0%7C636540688274917674&sdata=%2F8ZDeFGlUeSJCDf2vuK6Et8fgCnXaLiiC4lQ
>>>>>>>>>> SkQ3tb0%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40>
>>>>>>>>>> adobe.com <http://adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d
>>>>>>>>>> 2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>> 88274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&re
>>>>>>>>>> served=0>%7Ce3df818
>>>>>>>>>> 
>>>>>>>>>> e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>>>> 0%
>>>>>>>>>> 
>>>>>>>>>> 7C636540602229299157&sdata=KwM7MFAG1LveJ3MDLf4F8%2FRb%2FNhFhrtyjQ18
>>>>>>>>>> hu
>>>>>>>>>> bIbv0%3D&reserved=0>:
>>>>>>>>>>>> 8080/job/royale-typedefs/ws/>
>>>>>>>>>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>>>>>>>>>> Fetching changes from the remote Git repository
>>>>>>>>>>>>>> git.exe config remote.origin.url
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>> %2F>
>>>>>>>>>>>>>> gi 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>> %2 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>> %2>
>>>>>>>>>>>>>> Fgi>
>>>>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2Fthub.com <http://2fthub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>>> 7MKuO7BHM%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2Fthub.com <http://2fthub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>>> 7MKuO7BHM%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>>> 65
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ
>>>>>>>>>>>>>> 4L
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>>>> C6
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjS
>>>>>>>>>>>>>> n0
>>>>>>>>>>>>>> TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0
>>>>>>>>>>>>>> %7
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4
>>>>>>>>>>>>>> xR
>>>>>>>>>>>>>> IW
>>>>>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>>>>>> royale-typedefs.git # timeout=10
>>>>>>>>>>>>> Fetching upstream changes from
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2>
>>>>>>>>>>>>> Fg 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>> 2Fg>
>>>>>>>>>>>>> it 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>> git>
>>>>>>>>>>>>> hub.com <http://hub.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fhub.com <http://fhub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>> 6540688274917674&sdata=sDS0xHIrOzYOPc%2FJyaey2c6tesVet6a8BcPXrEW
>>>>>>>>>>>>> WR60%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fh 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fh>
>>>>>>>>>>>>> ub.com <http://ub.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fub.com <http://fub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4
>>>>>>>>>>>>> d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>>>>>>>>>>>> 540688274917674&sdata=2fM46NSZbXgIlg4c0wPeIuJ8cnuuKd2h2uijYfez%2
>>>>>>>>>>>>> FW4%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>> yzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540
>>>>>>>>>>>>> 60
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 2229299157&sdata=6xU1Xz64Ruv8DUqPl4xbwc2ELioBsKSQpkrnLQHYBL0%3D&
>>>>>>>>>>>>> re
>>>>>>>>>>>>> served=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>> yzJxf4%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> F4 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> F4>
>>>>>>>>>>>>> 0adobe.com <http://0adobe.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> F0adobe.com <http://f0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>>> C636540688274917674&sdata=DdXjJi2yx0VSCRV4zBvwDJ5KUJ0o%2BCVXtjCq
>>>>>>>>>>>>> GFSmjP0%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>> yzJxf4%3D&reserved=0>%7Ce3df818e6ace49cb
>>>>>>>>>>>>> 
>>>>>>>>>>>>> d34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>> 65
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 40602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TL
>>>>>>>>>>>>> HI
>>>>>>>>>>>>> %3D&reserved=0>%7Ca91f37b4a59c
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>> 7C
>>>>>>>>>>>>> 63
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 6540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIW
>>>>>>>>>>>>> lM
>>>>>>>>>>>>> Mi
>>>>>>>>>>>>> 8Q%3D&reserved=0
>>>>>>>>>>>> royale-typedefs.git
>>>>>>>>>>>>>> git.exe --version # timeout=10
>>>>>>>>>>>>>> git.exe fetch --tags --progress
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>> %2F>
>>>>>>>>>>>>>> gi 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>> %2 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F>
>>>>>>>>>>>>>> %2>
>>>>>>>>>>>>>> Fgi>
>>>>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2Fthub.com <http://2fthub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>>> 7MKuO7BHM%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2Fthub.com <http://2fthub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964
>>>>>>>>>>>>>> ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>>> 7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>>> 7MKuO7BHM%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>>> 65
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ
>>>>>>>>>>>>>> 4L
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%>
>>>>>>>>>>>>>> 2F40adobe.com <http://2f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4
>>>>>>>>>>>>>> 964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>>> FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>>>> C6
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjS
>>>>>>>>>>>>>> n0
>>>>>>>>>>>>>> TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>>> C0
>>>>>>>>>>>>>> %7
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4
>>>>>>>>>>>>>> xR
>>>>>>>>>>>>>> IW
>>>>>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>>>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>>>>>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" #
>>>>>>>>>>>>>> timeout=10
>>>>>>>>>>>>>> git.exe rev-parse
>>>>>>>>>>>>>> "refs/remotes/origin/origin/develop^{commit}"
>>>>>>>>>>>>>> #
>>>>>>>>>>>> timeout=10
>>>>>>>>>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>>>>>> (refs/remotes/origin/develop)
>>>>>>>>>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>>>>>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>>>>>>> Commit message: "Added overflowX and overflowY"
>>>>>>>>>>>>>> git.exe rev-list --no-walk
>>>>>>>>>>>>>> b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>>>>>>>>>> timeout=10
>>>>>>>>>>>>> [royale-typedefs] $ cmd.exe /C
>>>>>>>>>>>>> "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>>>>>>>>>> main && exit %%ERRORLEVEL%%"
>>>>>>>>>>>>> Buildfile:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa>
>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>> dobe.com <http://dobe.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>> 
>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>> 4j
>>>>>>>>>>>>> 
>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>> %4
>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>> c1
>>>>>>>>>>>>> 78
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>> qk
>>>>>>>>>>>>> fK
>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> main:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> download:
>>>>>>>>>>>>> [echo] 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa>
>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>> dobe.com <http://dobe.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>> 
>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>> 4j
>>>>>>>>>>>>> 
>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>> %4
>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>> c1
>>>>>>>>>>>>> 78
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>> qk
>>>>>>>>>>>>> fK
>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>>>>>>>>> [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.
>>>>>>>>>>>> ja
>>>>>>>>>>>> r
>>>>>>>>>> into
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> ap 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> ap>
>>>>>>>>>>>> ac 
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> ap 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> ap>
>>>>>>>>>>>> ac>
>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40
>>>>>>>>>>>> adobe.com <http://adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794
>>>>>>>>>>>> aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQFYLw
>>>>>>>>>>>> kfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> he 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> he>
>>>>>>>>>>>> royaleci.westus2.cloudapp.azure.com <http://royaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> royaleci.westus2.cloudapp.azure.com <http://royaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40ad
>>>>>>>>>>>> obe.com <http://obe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794ae
>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540688274917674&sdata=OdHNUpTrgj3XlYw7N
>>>>>>>>>>>> XRBh0uVGmUpye4ywrt6RGbiWCU%3D&reserved=0>%2F&data=02%7C01%7Caharu
>>>>>>>>>>>> i%40adob
>>>>>>>>>>>> e.com <http://e.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> e.com <http://e.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>>> 88274917674&sdata=uOQ9A01YtNp%2BQK%2F8gcs4BuwXxjldYo723XtdQ2A17mc
>>>>>>>>>>>> %3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34
>>>>>>>>>>>> 438794aed2c1
>>>>>>>>>>>> 
>>>>>>>>>>>> 78decee1%7C0%7C0%7C636540602229299157&sdata=fKQYdU5reFqDWJEQQNyQe
>>>>>>>>>>>> cy
>>>>>>>>>>>> 
>>>>>>>>>>>> hW8LF%2FKrrMvwtaqHg68g%3D&reserved=0>&data=02%7C01%7Caharui%40ado
>>>>>>>>>>>> be
>>>>>>>>>>>> .c
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> om%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c17
>>>>>>>>>>>> 8d
>>>>>>>>>>>> ec
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> ee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>>>>>> iJ
>>>>>>>>>>>> Jp
>>>>>>>>>>>> sRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>>>>>>>>> [unzip] Expanding:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa>
>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>> dobe.com <http://dobe.com/>
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>> 
>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>> 4j
>>>>>>>>>>>>> 
>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>> %4
>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>> c1
>>>>>>>>>>>>> 78
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>> qk
>>>>>>>>>>>>> fK
>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0
>>>>>>>>>> :
>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip>
>>>>>>>>>>>> into <
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>>>> pa 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> apa>
>>>>>>>>>>>> ch 
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> ap 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> ap>
>>>>>>>>>>>> ach>
>>>>>>>>>>>> eroyaleci.westus2.cloudapp.azure.com <http://eroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> eroyaleci.westus2.cloudapp.azure.com <http://eroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>>>> dobe.com <http://dobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794a
>>>>>>>>>>>> ed2c178decee1%7C0%7C0%7C636540688274917674&sdata=f8yGylp6zJWaYzAp
>>>>>>>>>>>> Xm6H6Ijh3tsJZ5pMGeOULKvmuYA%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> er 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> er>
>>>>>>>>>>>> oyaleci.westus2.cloudapp.azure.com <http://oyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> oyaleci.westus2.cloudapp.azure.com <http://oyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40ado
>>>>>>>>>>>> be.com <http://be.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed
>>>>>>>>>>>> 2c178decee1%7C0%7C0%7C636540688274917674&sdata=BS1BlR5kG2NJNlBukk
>>>>>>>>>>>> IBLvYozqKz2i%2F2D4D8dU16nOU%3D&reserved=0>%2F&data=02%7C01%7Cahar
>>>>>>>>>>>> ui%40adobe
>>>>>>>>>>>> 
>>>>>>>>>>>> .com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c
>>>>>>>>>>>> 17
>>>>>>>>>>>> 
>>>>>>>>>>>> 8decee1%7C0%7C0%7C636540602229299157&sdata=EYtH4atqZgf8iQ5ujTDSvh
>>>>>>>>>>>> wj
>>>>>>>>>>>> 
>>>>>>>>>>>> xVJRuVP0aPjAdUaAdp4%3D&reserved=0>&data=02%7C01%7Caharui%40adobe.
>>>>>>>>>>>> co 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> 40adobe.co <http://40adobe.co/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>> 6540688274917674&sdata=hexEOeN4uPWc7Ml%2F9m2iHCQaqniZ%2F5x3e1kOX0
>>>>>>>>>>>> WNQV0%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> 40 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> 40>
>>>>>>>>>>>> adobe.co <http://adobe.co/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> adobe.co <http://adobe.co/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4
>>>>>>>>>>>> d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>>> 40688274917674&sdata=KVTIdhvy%2FWYgq2SO7ay0DgJIVcl1ogwsGSXx%2BuDu
>>>>>>>>>>>> VdI%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964f
>>>>>>>>>>>> fe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>> 36540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJx
>>>>>>>>>>>> f4%3D&reserved=0>%7Ce3df818e6ace49cbd34
>>>>>>>>>>>> 
>>>>>>>>>>>> e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540
>>>>>>>>>>>> 60
>>>>>>>>>>>> 
>>>>>>>>>>>> 2229299157&sdata=5ZHUiGQREjdd%2B9jXM0sJZDLG4PmZ1ufxJnCkDh7G4nM%3D
>>>>>>>>>>>> &r
>>>>>>>>>>>> eserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> m%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>>>>>> de
>>>>>>>>>>>> ce
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> e1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKi
>>>>>>>>>>>> JJ
>>>>>>>>>>>> ps
>>>>>>>>>>>> RUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>>>>>>>>> [get] Getting:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2>
>>>>>>>>>>>>> Fs 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>> 2Fs>
>>>>>>>>>>>>> to 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>> 2F 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F% <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%>
>>>>>>>>>>>>> 2F>
>>>>>>>>>>>>> sto>
>>>>>>>>>>>>> rage.googleapis.com <http://rage.googleapis.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Frage.googleapis.com <http://frage.googleapis.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043
>>>>>>>>>>>>> 661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%
>>>>>>>>>>>>> 7C0%7C0%7C636540688274917674&sdata=sOrLb2LgQSWVfiiHpDmv79YzfxWX9
>>>>>>>>>>>>> 09R4%2FlZOPXcI24%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fr 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fr>
>>>>>>>>>>>>> age.googleapis.com <http://age.googleapis.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fage.googleapis.com <http://fage.googleapis.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc0436
>>>>>>>>>>>>> 61cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7
>>>>>>>>>>>>> C0%7C0%7C636540688274917674&sdata=OkYrnTtOKT7ryIg3Uismky8HuEVLP7
>>>>>>>>>>>>> Xfa8YdOBKJOxU%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.co <http://40adobe.co/>
>>>>>>>>>>>>> m 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>> yzJxf4%3D&reserved=0>%7Ce3df818e
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>>>>>>>>>> 7C
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 0%7C636540602229299157&sdata=M9tpl%2F8aL1dq4%2BN0l%2FivvU%2BQrcf
>>>>>>>>>>>>> %2
>>>>>>>>>>>>> 
>>>>>>>>>>>>> FVzWFARHA%2BS8eZ5U%3D&reserved=0>%2Fgoogle-code-archive-&data=02
>>>>>>>>>>>>> %7
>>>>>>>>>>>>> C01%7Caharui%40a
>>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>> uSHEY2o%3D&reserved=0> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fd 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fd>
>>>>>>>>>>>>> obe.com <http://obe.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fobe.com <http://fobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>> 6540688274917674&sdata=CH%2Fm8Nu%2BA%2BoCHLMKEjEj0W8ErD%2F5jhE4a
>>>>>>>>>>>>> 9mtMnkUHnY%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> F40adobe.com <http://f40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>> 7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>>> yzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd34
>>>>>>>>>>>>> 
>>>>>>>>>>>>> e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654
>>>>>>>>>>>>> 06
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 02229299157&sdata=brp1tJuQSy20vs4RzEhysG%2FNIKdELuLuz60kth53RrM%
>>>>>>>>>>>>> 3D
>>>>>>>>>>>>> 
>>>>>>>>>>>>> &reserved=0>%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b3443
>>>>>>>>>>>>> 87
>>>>>>>>>>>>> 94aed2
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> c178decee1%7C0%7C0%7C636540496276826984&sdata=UQHF9sVSrJYkUX17kA
>>>>>>>>>>>>> 1f
>>>>>>>>>>>>> a7
>>>>>>>>>>>>> La9%2FMb%2B%2BZ86vsty5QlwRY%3D&reserved=0
>>>>>>>>>>>> downloads/v2/code.google.com/closureidl/svg.js <http://code.google.com/closureidl/svg.js> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> code.google.com <http://code.google.com/>%2Fclosureidl%2Fsvg.js&data=02%7C01%7Caharui%40ado
>>>>>>>>>>>> be.com <http://be.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed
>>>>>>>>>>>> 2c178decee1%7C0%7C0%7C636540688274917674&sdata=DpgzayQ3yOBab%2BHG
>>>>>>>>>>>> X8m%2BwdrNoW37gP%2Fv1fT6kUVo2YQ%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> co 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> co>
>>>>>>>>>>>> de.google.com <http://de.google.com/> 
>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>>> de.google.com <http://de.google.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb496
>>>>>>>>>>>> 4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>> C636540688274917674&sdata=VefIQ4eaiHj6pHccfRSF%2Bn9%2FdI1Sxc3p87A
>>>>>>>>>>>> KVVG8YmQ%3D&reserved=0>%2Fclosureidl%2Fsvg.js&data=02%7C01%7Cahar
>>>>>>>>>>>> ui%40adobe.c
>>>>>>>>>>>> 
>>>>>>>>>>>> om%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c17
>>>>>>>>>>>> 8d
>>>>>>>>>>>> 
>>>>>>>>>>>> ecee1%7C0%7C0%7C636540602229299157&sdata=TsEOdpTqV0unNb2JxlV994Qp
>>>>>>>>>>>> q2
>>>>>>>>>>>> q9q%2FsDjJNw5sOnYNg%3D&reserved=0>
>>>>>>>>>>>>> [get] To:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa>
>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>> 
>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>> 4j
>>>>>>>>>>>>> 
>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>> %4
>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>> c1
>>>>>>>>>>>>> 78
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>> qk
>>>>>>>>>>>>> fK
>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> double-check-file:
>>>>>>>>>>>>> [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>>>>>>>>> [echo] Need file: ${still_no_file}
>>>>>>>>>>>>> 
>>>>>>>>>>>>> get-from-cache-if-needed:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> fail-if-not-found:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> preprocess:
>>>>>>>>>>>>> [exec] error: corrupt patch at line 64
>>>>>>>>>>>>> 
>>>>>>>>>>>>> BUILD FAILED
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa>
>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>> 
>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>> 4j
>>>>>>>>>>>>> 
>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>> %4
>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>> c1
>>>>>>>>>>>>> 78
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>> qk
>>>>>>>>>>>>> fK
>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error
>>>>>>>>>>>> occurred
>>>>>>>>>>>> while executing this line:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fa>
>>>>>>>>>>>>> pa>
>>>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fcheroyaleci.westus2.cloudapp.azure.com <http://fcheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui
>>>>>>>>>>>>> %40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>>> 8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>>> 2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fc>
>>>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fheroyaleci.westus2.cloudapp.azure.com <http://fheroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>>> 794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>>> FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>>> 7Caharui%40a
>>>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2>
>>>>>>>>>>>>> Fdobe.com <http://fdobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ff
>>>>>>>>>>>>> e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>>> 36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>>> uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>>> 1b5a7b34438794ae
>>>>>>>>>>>>> 
>>>>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>>> 4j
>>>>>>>>>>>>> 
>>>>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>>> %4
>>>>>>>>>>>>> 0adobe
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>>> c1
>>>>>>>>>>>>> 78
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>>> qk
>>>>>>>>>>>>> fK
>>>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 
>>>>>>>>>>>> 128
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Total time: 2 seconds
>>>>>>>>>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>>>>>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> --
>>>>>>>>>>> 
>>>>>>>>>>> Piotr Zarzycki
>>>>>>>>>>> 
>>>>>>>>>>> Patreon: 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> ww 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> ww>
>>>>>>>>>>> w 
>>>>>>>>>>> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> ww 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> ww>
>>>>>>>>>>> w>.
>>>>>>>>>>> patreon.com <http://patreon.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>> atreon.com <http://atreon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40688274917674&sdata=Nlojrso%2BvCMYHePhptD3%2BO4LcIN%2FxKJOfeGcuxq
>>>>>>>>>>> RkpQ%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>> at 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>> at>
>>>>>>>>>>> reon.com <http://reon.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr>
>>>>>>>>>>> eon.com <http://eon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2
>>>>>>>>>>> 208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>> 88274917674&sdata=ja%2FCMdkWg08rKxvq8WLVxdK1nTD3ROoQOZACL%2B9GTek%
>>>>>>>>>>> 3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>> D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>> 
>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>>> 22
>>>>>>>>>>> 
>>>>>>>>>>> 29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3
>>>>>>>>>>> D&
>>>>>>>>>>> reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>> D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0a 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0a>
>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd>
>>>>>>>>>>> obe.com <http://obe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2
>>>>>>>>>>> 208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>> 88274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7TuSHEY2o%
>>>>>>>>>>> 3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>> D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>> 
>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>>> 22
>>>>>>>>>>> 
>>>>>>>>>>> 29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&re
>>>>>>>>>>> se
>>>>>>>>>>> rved=0>%7Ca91f37
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>>>>>>>> 7C
>>>>>>>>>>> 0%
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27
>>>>>>>>>>> EB
>>>>>>>>>>> gl
>>>>>>>>>>> TU%3D&reserved=0
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> ww 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> ww>
>>>>>>>>>>> w 
>>>>>>>>>>> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> ww 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> ww>
>>>>>>>>>>> w>.
>>>>>>>>>>> patreon.com <http://patreon.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>> atreon.com <http://atreon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40688274917674&sdata=Nlojrso%2BvCMYHePhptD3%2BO4LcIN%2FxKJOfeGcuxq
>>>>>>>>>>> RkpQ%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>> at 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp>
>>>>>>>>>>> at>
>>>>>>>>>>> reon.com <http://reon.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr>
>>>>>>>>>>> eon.com <http://eon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2
>>>>>>>>>>> 208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>> 88274917674&sdata=ja%2FCMdkWg08rKxvq8WLVxdK1nTD3ROoQOZACL%2B9GTek%
>>>>>>>>>>> 3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>> D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>> 
>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>>> 22
>>>>>>>>>>> 
>>>>>>>>>>> 29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3
>>>>>>>>>>> D&
>>>>>>>>>>> reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>> D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0a 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0a>
>>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd>
>>>>>>>>>>> obe.com <http://obe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2
>>>>>>>>>>> 208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>> 88274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7TuSHEY2o%
>>>>>>>>>>> 3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe
>>>>>>>>>>> 4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>>> D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>> 
>>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>>> 22
>>>>>>>>>>> 
>>>>>>>>>>> 29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&re
>>>>>>>>>>> se
>>>>>>>>>>> rved=0>%7Ca91f37
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>>>>>>>> 7C
>>>>>>>>>>> 0%
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27
>>>>>>>>>>> EB
>>>>>>>>>>> gl
>>>>>>>>>>> TU%3D&reserved=0>*
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> --
>>>>>>>>> 
>>>>>>>>> Piotr Zarzycki
>>>>>>>>> 
>>>>>>>>> Patreon: 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>> w 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>> w>.
>>>>>>>>> pa 
>>>>>>>>> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>> w 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>> w>.
>>>>>>>>> pa>
>>>>>>>>> treon.com <http://treon.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>> on.com <http://on.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208
>>>>>>>>> d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274
>>>>>>>>> 917674&sdata=n%2FDEHdCCeIx6TwmJqHrT4KOUze%2BHZASuJFtGqa2vusE%3D&rese
>>>>>>>>> rved=0> 
>>>>>>>>> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>> on 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>> on>
>>>>>>>>> .com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>> ed=0>%7Ce3df818e6ace49cbd34e08d572
>>>>>>>>> 
>>>>>>>>> 4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>>>>> 57
>>>>>>>>> 
>>>>>>>>> &sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%
>>>>>>>>> 2F
>>>>>>>>> piotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>> ed=0>
>>>>>>>>> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> do 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> do>
>>>>>>>>> be.com <http://be.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe>.
>>>>>>>>> com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d57
>>>>>>>>> 2622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274917
>>>>>>>>> 674&sdata=uV3bqgGdDJmH9YU6TlTmXVNXC1iAboxdMOyk1vHmXNc%3D&reserved=0>
>>>>>>>>> %2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>> ed=0>%7Ce3df818e6ace49cbd34e08d5
>>>>>>>>> 
>>>>>>>>> 724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060222929
>>>>>>>>> 91
>>>>>>>>> 
>>>>>>>>> 57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0
>>>>>>>>>> %
>>>>>>>>> 7Ca91f37b4a5
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>>>>>> 63
>>>>>>>>> 65
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3
>>>>>>>>> D&
>>>>>>>>> re
>>>>>>>>> served=0
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>> w 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>> w>.
>>>>>>>>> pa 
>>>>>>>>> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>> w 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>>> w>.
>>>>>>>>> pa>
>>>>>>>>> treon.com <http://treon.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>> on.com <http://on.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208
>>>>>>>>> d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274
>>>>>>>>> 917674&sdata=n%2FDEHdCCeIx6TwmJqHrT4KOUze%2BHZASuJFtGqa2vusE%3D&rese
>>>>>>>>> rved=0> 
>>>>>>>>> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>> on 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre>
>>>>>>>>> on>
>>>>>>>>> .com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>> ed=0>%7Ce3df818e6ace49cbd34e08d572
>>>>>>>>> 
>>>>>>>>> 4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>>>>> 57
>>>>>>>>> 
>>>>>>>>> &sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%
>>>>>>>>> 2F
>>>>>>>>> piotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>> ed=0>
>>>>>>>>> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> do 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> do>
>>>>>>>>> be.com <http://be.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe>.
>>>>>>>>> com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d2208d57
>>>>>>>>> 2622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274917
>>>>>>>>> 674&sdata=uV3bqgGdDJmH9YU6TlTmXVNXC1iAboxdMOyk1vHmXNc%3D&reserved=0>
>>>>>>>>> %2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Cc043661cb4964ffe4d22
>>>>>>>>> 08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>>> 74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>>> ed=0>%7Ce3df818e6ace49cbd34e08d5
>>>>>>>>> 
>>>>>>>>> 724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060222929
>>>>>>>>> 91
>>>>>>>>> 
>>>>>>>>> 57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0
>>>>>>>>>> %
>>>>>>>>> 7Ca91f37b4a5
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>>>>>> 63
>>>>>>>>> 65
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3
>>>>>>>>> D&
>>>>>>>>> re
>>>>>>>>> served=0>*
> 


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Where would the fork live?

You might also have to verify that all of the things we patch are
available on GH or Git.

Seems like a good possibility,
-Alex

On 2/12/18, 1:46 PM, "Gabe Harbs" <ha...@gmail.com> wrote:

>We could fork the Google externs on Github and update those. If we pull
>from the forked repo, we would be able to quickly make changes that we
>need and make PRs back to Google. That would also make it easy to pull in
>changes that are made to Google’s repo.
>
>Harbs
>
>> On Feb 12, 2018, at 10:00 PM, Alex Harui <ah...@adobe.com.INVALID>
>>wrote:
>> 
>> For js.patch, see the js/build.xml in royale-typedefs and the make_patch
>> target.
>> 
>> Lately, I've been thinking about finding some other way of dealing with
>> this.  We used patches so we didn't have to host 3rd-party files in our
>> source tree.  I think we may now have 3rd-party files elsewhere in our
>> source tree so we could just put patched versions in our source tree and
>> update LICENSE and headers appropriately.  There is an issue with
>>staying
>> synced up with the master 3rd-party file.  And, we could make
>> pull-requests on the 3rd-party file in some cases.
>> 
>> Thoughts?
>> -Alex 
>> 
>> On 2/12/18, 11:23 AM, "Gabe Harbs" <harbs.lists@gmail.com
>><ma...@gmail.com>> wrote:
>> 
>>> Where is that and how do I add to the patches?
>>> 
>>>> On Feb 12, 2018, at 7:31 PM, Alex Harui <ah...@adobe.com.INVALID>
>>>> wrote:
>>>> 
>>>> Patch files are auto-generated by the Ant script, verified by a build,
>>>> then committed to the src/main/patch/js.patch so that the Maven build
>>>> can
>>>> use it.  If we choose to try to manually maintain the patch files, we
>>>> should comment out the auto-generation in the Ant build, otherwise as
>>>> soon
>>>> as someone uses it, it will blow away manual changes.  And if you had
>>>> auto-generated the patch file, it probably wouldn't have had
>>>>formatting
>>>> issues.
>>>> 
>>>> HTH,
>>>> -Alex
>>>> 
>>>> On 2/12/18, 8:26 AM, "Yishay Weiss" <yishayjobs@hotmail.com
>>>> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com>>>
>>>>wrote:
>>>> 
>>>>> Add, see my later mail.
>>>>> 
>>>>> From: Gabe Harbs<mailto:harbs.lists@gmail.com
>>>>><ma...@gmail.com>>
>>>>> Sent: Monday, February 12, 2018 6:23 PM
>>>>> To: dev@royale.apache.org
>>>>><ma...@royale.apache.org><mailto:dev@royale.apache.org
>>>>><ma...@royale.apache.org>>
>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>> 
>>>>> What was it? Did you add a space, or remove a space?
>>>>>> On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yishayjobs@hotmail.com
>>>>>><ma...@hotmail.com>>
>>>>>> wrote:
>>>>>> 
>>>>>> I fixed it for my machine. Hopefully Jenkins will be happy too.
>>>>>> 
>>>>>> From: Gabe Harbs<mailto:harbs.lists@gmail.com
>>>>>><ma...@gmail.com>>
>>>>>> Sent: Monday, February 12, 2018 5:18 PM
>>>>>> To: dev@royale.apache.org
>>>>>><ma...@royale.apache.org><mailto:dev@royale.apache.org
>>>>>><ma...@royale.apache.org>>
>>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>>> 
>>>>>> Does anyone understand the patch file syntax enough to guess what’s
>>>>>> wrong?
>>>>>> 
>>>>>>> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yishayjobs@hotmail.com
>>>>>>><ma...@hotmail.com>>
>>>>>>> wrote:
>>>>>>> 
>>>>>>> I  have the same result with ant on my machine. It’s probably a
>>>>>>> windows/mac thing.
>>>>>>> 
>>>>>>> From: Piotr Zarzycki<mailto:piotrzarzycki21@gmail.com
>>>>>>><ma...@gmail.com>>
>>>>>>> Sent: Monday, February 12, 2018 3:13 PM
>>>>>>> To: dev@royale.apache.org
>>>>>>><ma...@royale.apache.org><mailto:dev@royale.apache.org
>>>>>>><ma...@royale.apache.org>>
>>>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>>>> 
>>>>>>> Locally I have same result. I tried couple of things but nothing
>>>>>>> help.
>>>>>>> I
>>>>>>> see that it is being applied by following command:
>>>>>>> 
>>>>>>> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe,
>>>>>>> apply,
>>>>>>> --ignore-whitespace, --whitespace=nowarn,
>>>>>>> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
>>>>>>> error: corrupt patch at line 64
>>>>>>> 
>>>>>>> Thanks, Piotr
>>>>>>> 
>>>>>>> 
>>>>>>> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <harbs.lists@gmail.com
>>>>>>><ma...@gmail.com>>:
>>>>>>> 
>>>>>>>> Thanks.
>>>>>>>> 
>>>>>>>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki
>>>>>>>>> <piotrzarzycki21@gmail.com <ma...@gmail.com>>
>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>> Let me build typedefs locally by Maven will see.
>>>>>>>>> 
>>>>>>>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <harbs.lists@gmail.com
>>>>>>>>><ma...@gmail.com>>:
>>>>>>>>> 
>>>>>>>>>> I have no idea why this failed. The patch applied on my machine
>>>>>>>>>> and
>>>>>>>>>> line
>>>>>>>>>> 64 is an empty line.
>>>>>>>>>> 
>>>>>>>>>> Maybe it’s a Windows line ending problem?
>>>>>>>>>> 
>>>>>>>>>> Thoughts?
>>>>>>>>>> Harbs
>>>>>>>>>> 
>>>>>>>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com
>>>>>>>>>>><ma...@gmail.com> wrote:
>>>>>>>>>>> 
>>>>>>>>>>> See 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa>
>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fcheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui
>>>>>>>>>>>%40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc>
>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>7Caharui%40a
>>>>>>>>>>> dobe.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fdobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ff
>>>>>>>>>>>e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>1b5a7b34438794ae
>>>>>>>>>>> 
>>>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>4j
>>>>>>>>>>> 
>>>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>%4
>>>>>>>>>>> 0adobe
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>c1
>>>>>>>>>>> 78
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>qk
>>>>>>>>>>> fK
>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>>>>>>> 
>>>>>>>>>>> ------------------------------------------
>>>>>>>>>>> Started by upstream project "royale-compiler" build number 89
>>>>>>>>>>> originally caused by:
>>>>>>>>>>> Started by timer
>>>>>>>>>>> Building in workspace <http://apacheroyaleci
>>>>>>>>>>><http://apacheroyaleci/>
>>>>>>>>>>> <http://apacheroyaleci/ <http://apacheroyaleci/>>.
>>>>>>>> westus2.cloudapp.azure.com
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe
>>>>>>>>stus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc04
>>>>>>>>3661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C
>>>>>>>>0%7C0%7C636540688274917674&sdata=mgva%2BTiDUqx1YNh%2BCejdtHBYSKjabw
>>>>>>>>XQgIORABQGxYg%3D&reserved=0>
>>>>>>>> 
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe
>>>>>>>>st 
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwe
>>>>>>>>st>
>>>>>>>> us2.cloudapp.azure.com
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fus
>>>>>>>>2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661
>>>>>>>>cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>>0%7C636540688274917674&sdata=%2F8ZDeFGlUeSJCDf2vuK6Et8fgCnXaLiiC4lQ
>>>>>>>>SkQ3tb0%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40
>>>>>>>>adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d
>>>>>>>>2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>88274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&re
>>>>>>>>served=0>%7Ce3df818
>>>>>>>> 
>>>>>>>>e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>>0%
>>>>>>>> 
>>>>>>>>7C636540602229299157&sdata=KwM7MFAG1LveJ3MDLf4F8%2FRb%2FNhFhrtyjQ18
>>>>>>>>hu
>>>>>>>> bIbv0%3D&reserved=0>:
>>>>>>>>>> 8080/job/royale-typedefs/ws/>
>>>>>>>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>>>>>>>> Fetching changes from the remote Git repository
>>>>>>>>>>>> git.exe config remote.origin.url
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%
>>>>>>>>>>>>2F 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F
>>>>>>>>>>>>%2F>
>>>>>>>>>>>> gi 
>>>>>>>>>>>> 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F
>>>>>>>>>>>>%2 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F
>>>>>>>>>>>>%2>
>>>>>>>>>>>> Fgi>
>>>>>>>>>>>> thub.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2Fthub.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964
>>>>>>>>>>>>ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>7MKuO7BHM%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F>
>>>>>>>>>>>> thub.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2Fthub.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964
>>>>>>>>>>>>ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>7MKuO7BHM%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4
>>>>>>>>>>>>964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd
>>>>>>>>>>>> 
>>>>>>>>>>>>34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>65
>>>>>>>>>>>> 
>>>>>>>>>>>>40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ
>>>>>>>>>>>>4L
>>>>>>>>>>>> 
>>>>>>>>>>>>8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4
>>>>>>>>>>>>964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>FFOeyzJxf4%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F>
>>>>>>>>>>>> 40adobe.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4
>>>>>>>>>>>>964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>FFOeyzJxf4%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4
>>>>>>>>>>>>964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49
>>>>>>>>>>>> 
>>>>>>>>>>>>cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>>C6
>>>>>>>>>>>> 
>>>>>>>>>>>>36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjS
>>>>>>>>>>>>n0
>>>>>>>>>>>> TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0
>>>>>>>>>>>> %7
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>>C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4
>>>>>>>>>>>>xR
>>>>>>>>>>>> IW
>>>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>>>> royale-typedefs.git # timeout=10
>>>>>>>>>>> Fetching upstream changes from
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2
>>>>>>>>>>>Fg 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%
>>>>>>>>>>>2Fg>
>>>>>>>>>>> it 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%
>>>>>>>>>>>2F 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%
>>>>>>>>>>>2F>
>>>>>>>>>>> git>
>>>>>>>>>>> hub.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fhub.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>6540688274917674&sdata=sDS0xHIrOzYOPc%2FJyaey2c6tesVet6a8BcPXrEW
>>>>>>>>>>>WR60%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fh 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fh>
>>>>>>>>>>> ub.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fub.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4
>>>>>>>>>>>d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>>>>>>>>>>540688274917674&sdata=2fM46NSZbXgIlg4c0wPeIuJ8cnuuKd2h2uijYfez%2
>>>>>>>>>>>FW4%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb496
>>>>>>>>>>>4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>yzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>>>> 
>>>>>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540
>>>>>>>>>>>60
>>>>>>>>>>> 
>>>>>>>>>>>2229299157&sdata=6xU1Xz64Ruv8DUqPl4xbwc2ELioBsKSQpkrnLQHYBL0%3D&
>>>>>>>>>>>re
>>>>>>>>>>> served=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb496
>>>>>>>>>>>4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>yzJxf4%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>F4 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>F4>
>>>>>>>>>>> 0adobe.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>F0adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964
>>>>>>>>>>>ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>C636540688274917674&sdata=DdXjJi2yx0VSCRV4zBvwDJ5KUJ0o%2BCVXtjCq
>>>>>>>>>>>GFSmjP0%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb496
>>>>>>>>>>>4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>yzJxf4%3D&reserved=0>%7Ce3df818e6ace49cb
>>>>>>>>>>> 
>>>>>>>>>>>d34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>65
>>>>>>>>>>> 
>>>>>>>>>>>40602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TL
>>>>>>>>>>>HI
>>>>>>>>>>> %3D&reserved=0>%7Ca91f37b4a59c
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>7C
>>>>>>>>>>> 63
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>6540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIW
>>>>>>>>>>>lM
>>>>>>>>>>> Mi
>>>>>>>>>>> 8Q%3D&reserved=0
>>>>>>>>>> royale-typedefs.git
>>>>>>>>>>>> git.exe --version # timeout=10
>>>>>>>>>>>> git.exe fetch --tags --progress
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%
>>>>>>>>>>>>2F 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F
>>>>>>>>>>>>%2F>
>>>>>>>>>>>> gi 
>>>>>>>>>>>> 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F
>>>>>>>>>>>>%2 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F
>>>>>>>>>>>>%2>
>>>>>>>>>>>> Fgi>
>>>>>>>>>>>> thub.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2Fthub.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964
>>>>>>>>>>>>ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>7MKuO7BHM%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F>
>>>>>>>>>>>> thub.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2Fthub.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964
>>>>>>>>>>>>ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>>7C636540688274917674&sdata=szZp0J7g5df%2FjwiPxRsTRuygrBzTn5EMjo
>>>>>>>>>>>>7MKuO7BHM%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4
>>>>>>>>>>>>964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd
>>>>>>>>>>>> 
>>>>>>>>>>>>34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>>65
>>>>>>>>>>>> 
>>>>>>>>>>>>40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ
>>>>>>>>>>>>4L
>>>>>>>>>>>> 
>>>>>>>>>>>>8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4
>>>>>>>>>>>>964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>FFOeyzJxf4%3D&reserved=0>
>>>>>>>>>>>> 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F 
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F>
>>>>>>>>>>>> 40adobe.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4
>>>>>>>>>>>>964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>FFOeyzJxf4%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%
>>>>>>>>>>>>2F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4
>>>>>>>>>>>>964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0%7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99
>>>>>>>>>>>>FFOeyzJxf4%3D&reserved=0>%7Ce3df818e6ace49
>>>>>>>>>>>> 
>>>>>>>>>>>>cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>>>C6
>>>>>>>>>>>> 
>>>>>>>>>>>>36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjS
>>>>>>>>>>>>n0
>>>>>>>>>>>> TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>>>>>>>>>>>>C0
>>>>>>>>>>>> %7
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>>C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4
>>>>>>>>>>>>xR
>>>>>>>>>>>> IW
>>>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>>>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" #
>>>>>>>>>>>> timeout=10
>>>>>>>>>>>> git.exe rev-parse
>>>>>>>>>>>>"refs/remotes/origin/origin/develop^{commit}"
>>>>>>>>>>>> #
>>>>>>>>>> timeout=10
>>>>>>>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>>>> (refs/remotes/origin/develop)
>>>>>>>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>>>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>>>>> Commit message: "Added overflowX and overflowY"
>>>>>>>>>>>> git.exe rev-list --no-walk
>>>>>>>>>>>> b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>>>>>>>> timeout=10
>>>>>>>>>>> [royale-typedefs] $ cmd.exe /C
>>>>>>>>>>> "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>>>>>>>> main && exit %%ERRORLEVEL%%"
>>>>>>>>>>> Buildfile:
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa>
>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fcheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui
>>>>>>>>>>>%40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc>
>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>7Caharui%40a
>>>>>>>>>>> dobe.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fdobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ff
>>>>>>>>>>>e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>1b5a7b34438794ae
>>>>>>>>>>> 
>>>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>4j
>>>>>>>>>>> 
>>>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>%4
>>>>>>>>>>> 0adobe
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>c1
>>>>>>>>>>> 78
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>qk
>>>>>>>>>>> fK
>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>>>>>>> 
>>>>>>>>>>> main:
>>>>>>>>>>> 
>>>>>>>>>>> download:
>>>>>>>>>>> [echo] 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa>
>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fcheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui
>>>>>>>>>>>%40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc>
>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>7Caharui%40a
>>>>>>>>>>> dobe.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fdobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ff
>>>>>>>>>>>e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>1b5a7b34438794ae
>>>>>>>>>>> 
>>>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>4j
>>>>>>>>>>> 
>>>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>%4
>>>>>>>>>>> 0adobe
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>c1
>>>>>>>>>>> 78
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>qk
>>>>>>>>>>> fK
>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>>>>>>> [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.
>>>>>>>>>>ja
>>>>>>>>>> r
>>>>>>>> into
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>ap 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>ap>
>>>>>>>>>> ac 
>>>>>>>>>> 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>ap 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>ap>
>>>>>>>>>> ac>
>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>heroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40
>>>>>>>>>>adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794
>>>>>>>>>>aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQFYLw
>>>>>>>>>>kfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>
>>>>>>>>>> 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>he 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>he>
>>>>>>>>>> royaleci.westus2.cloudapp.azure.com
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>royaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40ad
>>>>>>>>>>obe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794ae
>>>>>>>>>>d2c178decee1%7C0%7C0%7C636540688274917674&sdata=OdHNUpTrgj3XlYw7N
>>>>>>>>>>XRBh0uVGmUpye4ywrt6RGbiWCU%3D&reserved=0>%2F&data=02%7C01%7Caharu
>>>>>>>>>>i%40adob
>>>>>>>>>> e.com 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d22
>>>>>>>>>>08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>>88274917674&sdata=uOQ9A01YtNp%2BQK%2F8gcs4BuwXxjldYo723XtdQ2A17mc
>>>>>>>>>>%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34
>>>>>>>>>>438794aed2c1
>>>>>>>>>> 
>>>>>>>>>>78decee1%7C0%7C0%7C636540602229299157&sdata=fKQYdU5reFqDWJEQQNyQe
>>>>>>>>>>cy
>>>>>>>>>> 
>>>>>>>>>>hW8LF%2FKrrMvwtaqHg68g%3D&reserved=0>&data=02%7C01%7Caharui%40ado
>>>>>>>>>>be
>>>>>>>>>> .c
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>om%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c17
>>>>>>>>>>8d
>>>>>>>>>> ec
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>ee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>>>>iJ
>>>>>>>>>> Jp
>>>>>>>>>> sRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>>>>>>> [unzip] Expanding:
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa>
>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fcheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui
>>>>>>>>>>>%40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc>
>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>7Caharui%40a
>>>>>>>>>>> dobe.com
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fdobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ff
>>>>>>>>>>>e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>1b5a7b34438794ae
>>>>>>>>>>> 
>>>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>4j
>>>>>>>>>>> 
>>>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>%4
>>>>>>>>>>> 0adobe
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>c1
>>>>>>>>>>> 78
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>qk
>>>>>>>>>>> fK
>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0
>>>>>>>> :
>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip>
>>>>>>>>>> into <
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>>pa 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>apa>
>>>>>>>>>> ch 
>>>>>>>>>> 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>ap 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>ap>
>>>>>>>>>> ach>
>>>>>>>>>> eroyaleci.westus2.cloudapp.azure.com 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>eroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>>dobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794a
>>>>>>>>>>ed2c178decee1%7C0%7C0%7C636540688274917674&sdata=f8yGylp6zJWaYzAp
>>>>>>>>>>Xm6H6Ijh3tsJZ5pMGeOULKvmuYA%3D&reserved=0>
>>>>>>>>>> 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>er 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>er>
>>>>>>>>>> oyaleci.westus2.cloudapp.azure.com 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>oyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40ado
>>>>>>>>>>be.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed
>>>>>>>>>>2c178decee1%7C0%7C0%7C636540688274917674&sdata=BS1BlR5kG2NJNlBukk
>>>>>>>>>>IBLvYozqKz2i%2F2D4D8dU16nOU%3D&reserved=0>%2F&data=02%7C01%7Cahar
>>>>>>>>>>ui%40adobe
>>>>>>>>>> 
>>>>>>>>>>.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c
>>>>>>>>>>17
>>>>>>>>>> 
>>>>>>>>>>8decee1%7C0%7C0%7C636540602229299157&sdata=EYtH4atqZgf8iQ5ujTDSvh
>>>>>>>>>>wj
>>>>>>>>>> 
>>>>>>>>>>xVJRuVP0aPjAdUaAdp4%3D&reserved=0>&data=02%7C01%7Caharui%40adobe.
>>>>>>>>>>co 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>40adobe.co%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ff
>>>>>>>>>>e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>6540688274917674&sdata=hexEOeN4uPWc7Ml%2F9m2iHCQaqniZ%2F5x3e1kOX0
>>>>>>>>>>WNQV0%3D&reserved=0>
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>40 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>40>
>>>>>>>>>> adobe.co 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>adobe.co%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4
>>>>>>>>>>d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>40688274917674&sdata=KVTIdhvy%2FWYgq2SO7ay0DgJIVcl1ogwsGSXx%2BuDu
>>>>>>>>>>VdI%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964f
>>>>>>>>>>fe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>36540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJx
>>>>>>>>>>f4%3D&reserved=0>%7Ce3df818e6ace49cbd34
>>>>>>>>>> 
>>>>>>>>>>e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540
>>>>>>>>>>60
>>>>>>>>>> 
>>>>>>>>>>2229299157&sdata=5ZHUiGQREjdd%2B9jXM0sJZDLG4PmZ1ufxJnCkDh7G4nM%3D
>>>>>>>>>>&r
>>>>>>>>>> eserved=0>
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>m%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>>>>de
>>>>>>>>>> ce
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>e1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKi
>>>>>>>>>>JJ
>>>>>>>>>> ps
>>>>>>>>>> RUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>>>>>>> [get] Getting:
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2
>>>>>>>>>>>Fs 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%
>>>>>>>>>>>2Fs>
>>>>>>>>>>> to 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%
>>>>>>>>>>>2F 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%
>>>>>>>>>>>2F>
>>>>>>>>>>> sto>
>>>>>>>>>>> rage.googleapis.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Frage.googleapis.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043
>>>>>>>>>>>661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%
>>>>>>>>>>>7C0%7C0%7C636540688274917674&sdata=sOrLb2LgQSWVfiiHpDmv79YzfxWX9
>>>>>>>>>>>09R4%2FlZOPXcI24%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fr 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fr>
>>>>>>>>>>> age.googleapis.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fage.googleapis.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc0436
>>>>>>>>>>>61cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7
>>>>>>>>>>>C0%7C0%7C636540688274917674&sdata=OkYrnTtOKT7ryIg3Uismky8HuEVLP7
>>>>>>>>>>>Xfa8YdOBKJOxU%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.co
>>>>>>>>>>>m 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb496
>>>>>>>>>>>4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>yzJxf4%3D&reserved=0>%7Ce3df818e
>>>>>>>>>>> 
>>>>>>>>>>>6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>>>>>>>>7C
>>>>>>>>>>> 
>>>>>>>>>>>0%7C636540602229299157&sdata=M9tpl%2F8aL1dq4%2BN0l%2FivvU%2BQrcf
>>>>>>>>>>>%2
>>>>>>>>>>> 
>>>>>>>>>>>FVzWFARHA%2BS8eZ5U%3D&reserved=0>%2Fgoogle-code-archive-&data=02
>>>>>>>>>>>%7
>>>>>>>>>>> C01%7Caharui%40a
>>>>>>>>>>> dobe.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fdobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ff
>>>>>>>>>>>e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>uSHEY2o%3D&reserved=0> 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fd 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fd>
>>>>>>>>>>> obe.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>>>>>6540688274917674&sdata=CH%2Fm8Nu%2BA%2BoCHLMKEjEj0W8ErD%2F5jhE4a
>>>>>>>>>>>9mtMnkUHnY%3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>F40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb496
>>>>>>>>>>>4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>>>>>>7C636540688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOe
>>>>>>>>>>>yzJxf4%3D&reserved=0>%7Ce3df818e6ace49cbd34
>>>>>>>>>>> 
>>>>>>>>>>>e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654
>>>>>>>>>>>06
>>>>>>>>>>> 
>>>>>>>>>>>02229299157&sdata=brp1tJuQSy20vs4RzEhysG%2FNIKdELuLuz60kth53RrM%
>>>>>>>>>>>3D
>>>>>>>>>>> 
>>>>>>>>>>>&reserved=0>%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b3443
>>>>>>>>>>>87
>>>>>>>>>>> 94aed2
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>c178decee1%7C0%7C0%7C636540496276826984&sdata=UQHF9sVSrJYkUX17kA
>>>>>>>>>>>1f
>>>>>>>>>>> a7
>>>>>>>>>>> La9%2FMb%2B%2BZ86vsty5QlwRY%3D&reserved=0
>>>>>>>>>> downloads/v2/code.google.com/closureidl/svg.js 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>code.google.com%2Fclosureidl%2Fsvg.js&data=02%7C01%7Caharui%40ado
>>>>>>>>>>be.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed
>>>>>>>>>>2c178decee1%7C0%7C0%7C636540688274917674&sdata=DpgzayQ3yOBab%2BHG
>>>>>>>>>>X8m%2BwdrNoW37gP%2Fv1fT6kUVo2YQ%3D&reserved=0>
>>>>>>>>>> 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>co 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>co>
>>>>>>>>>> de.google.com 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>de.google.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb496
>>>>>>>>>>4ffe4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>>>C636540688274917674&sdata=VefIQ4eaiHj6pHccfRSF%2Bn9%2FdI1Sxc3p87A
>>>>>>>>>>KVVG8YmQ%3D&reserved=0>%2Fclosureidl%2Fsvg.js&data=02%7C01%7Cahar
>>>>>>>>>>ui%40adobe.c
>>>>>>>>>> 
>>>>>>>>>>om%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c17
>>>>>>>>>>8d
>>>>>>>>>> 
>>>>>>>>>>ecee1%7C0%7C0%7C636540602229299157&sdata=TsEOdpTqV0unNb2JxlV994Qp
>>>>>>>>>>q2
>>>>>>>>>> q9q%2FsDjJNw5sOnYNg%3D&reserved=0>
>>>>>>>>>>> [get] To:
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa>
>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fcheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui
>>>>>>>>>>>%40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc>
>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>7Caharui%40a
>>>>>>>>>>> dobe.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fdobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ff
>>>>>>>>>>>e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>1b5a7b34438794ae
>>>>>>>>>>> 
>>>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>4j
>>>>>>>>>>> 
>>>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>%4
>>>>>>>>>>> 0adobe
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>c1
>>>>>>>>>>> 78
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>qk
>>>>>>>>>>> fK
>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>>>>>>> 
>>>>>>>>>>> double-check-file:
>>>>>>>>>>> [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>>>>>>> [echo] Need file: ${still_no_file}
>>>>>>>>>>> 
>>>>>>>>>>> get-from-cache-if-needed:
>>>>>>>>>>> 
>>>>>>>>>>> fail-if-not-found:
>>>>>>>>>>> 
>>>>>>>>>>> preprocess:
>>>>>>>>>>> [exec] error: corrupt patch at line 64
>>>>>>>>>>> 
>>>>>>>>>>> BUILD FAILED
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa>
>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fcheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui
>>>>>>>>>>>%40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc>
>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>7Caharui%40a
>>>>>>>>>>> dobe.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fdobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ff
>>>>>>>>>>>e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>1b5a7b34438794ae
>>>>>>>>>>> 
>>>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>4j
>>>>>>>>>>> 
>>>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>%4
>>>>>>>>>>> 0adobe
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>c1
>>>>>>>>>>> 78
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>qk
>>>>>>>>>>> fK
>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error
>>>>>>>>>> occurred
>>>>>>>>>> while executing this line:
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa 
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fa>
>>>>>>>>>>> pa>
>>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fcheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui
>>>>>>>>>>>%40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b3443
>>>>>>>>>>>8794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=Rh22gGTag%
>>>>>>>>>>>2BZMDVytkijzsp0UX1UAkVD%2Fykty%2FI%2Bjwj0%3D&reserved=0>
>>>>>>>>>>> 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fc>
>>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fheroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%
>>>>>>>>>>>40adobe.com%7Cc043661cb4964ffe4d2208d572622876%7Cfa7b1b5a7b34438
>>>>>>>>>>>794aed2c178decee1%7C0%7C0%7C636540688274917674&sdata=s2FTlxIrIeQ
>>>>>>>>>>>FYLwkfmDjbMe0pnNrLJ05uupZzy3VQUI%3D&reserved=0>%2F&data=02%7C01%
>>>>>>>>>>>7Caharui%40a
>>>>>>>>>>> dobe.com 
>>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2
>>>>>>>>>>>Fdobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ff
>>>>>>>>>>>e4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>>36540688274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7T
>>>>>>>>>>>uSHEY2o%3D&reserved=0>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b
>>>>>>>>>>>1b5a7b34438794ae
>>>>>>>>>>> 
>>>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl
>>>>>>>>>>>4j
>>>>>>>>>>> 
>>>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui
>>>>>>>>>>>%4
>>>>>>>>>>> 0adobe
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>>>>>c1
>>>>>>>>>>> 78
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qd
>>>>>>>>>>>qk
>>>>>>>>>>> fK
>>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 
>>>>>>>>>>128
>>>>>>>>>>> 
>>>>>>>>>>> Total time: 2 seconds
>>>>>>>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>>>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> --
>>>>>>>>> 
>>>>>>>>> Piotr Zarzycki
>>>>>>>>> 
>>>>>>>>> Patreon: 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>ww 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>ww>
>>>>>>>>> w 
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>ww 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>ww>
>>>>>>>>> w>.
>>>>>>>>> patreon.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp
>>>>>>>>>atreon.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>40688274917674&sdata=Nlojrso%2BvCMYHePhptD3%2BO4LcIN%2FxKJOfeGcuxq
>>>>>>>>>RkpQ%3D&reserved=0>
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp
>>>>>>>>>at 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp
>>>>>>>>>at>
>>>>>>>>> reon.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr
>>>>>>>>>eon.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d2
>>>>>>>>>208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>88274917674&sdata=ja%2FCMdkWg08rKxvq8WLVxdK1nTD3ROoQOZACL%2B9GTek%
>>>>>>>>>3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>> 
>>>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>22
>>>>>>>>> 
>>>>>>>>>29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3
>>>>>>>>>D&
>>>>>>>>> reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>D&reserved=0>
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0a 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0a>
>>>>>>>>> dobe.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd
>>>>>>>>>obe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d2
>>>>>>>>>208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>88274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7TuSHEY2o%
>>>>>>>>>3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>> 
>>>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>22
>>>>>>>>> 
>>>>>>>>>29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&re
>>>>>>>>>se
>>>>>>>>> rved=0>%7Ca91f37
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>>>>>>7C
>>>>>>>>> 0%
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27
>>>>>>>>>EB
>>>>>>>>> gl
>>>>>>>>> TU%3D&reserved=0
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>ww 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>ww>
>>>>>>>>> w 
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>ww 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>ww>
>>>>>>>>> w>.
>>>>>>>>> patreon.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp
>>>>>>>>>atreon.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>40688274917674&sdata=Nlojrso%2BvCMYHePhptD3%2BO4LcIN%2FxKJOfeGcuxq
>>>>>>>>>RkpQ%3D&reserved=0>
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp
>>>>>>>>>at 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fp
>>>>>>>>>at>
>>>>>>>>> reon.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr
>>>>>>>>>eon.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d2
>>>>>>>>>208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>88274917674&sdata=ja%2FCMdkWg08rKxvq8WLVxdK1nTD3ROoQOZACL%2B9GTek%
>>>>>>>>>3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>> 
>>>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>22
>>>>>>>>> 
>>>>>>>>>29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3
>>>>>>>>>D&
>>>>>>>>> reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>D&reserved=0>
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0a 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0a>
>>>>>>>>> dobe.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd
>>>>>>>>>obe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d2
>>>>>>>>>208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>88274917674&sdata=JAnVmtytx5sziJtqp8Coo%2FO89itxnD%2Bi6z7TuSHEY2o%
>>>>>>>>>3D&reserved=0>%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe
>>>>>>>>>4d2208d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>40688274917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3
>>>>>>>>>D&reserved=0>%7Ce3df818e6ace49cbd34e
>>>>>>>>> 
>>>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>22
>>>>>>>>> 
>>>>>>>>>29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&re
>>>>>>>>>se
>>>>>>>>> rved=0>%7Ca91f37
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>>>>>>7C
>>>>>>>>> 0%
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27
>>>>>>>>>EB
>>>>>>>>> gl
>>>>>>>>> TU%3D&reserved=0>*
>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> 
>>>>>>> Piotr Zarzycki
>>>>>>> 
>>>>>>> Patreon: 
>>>>>>> 
>>>>>>> 
>>>>>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w>.
>>>>>>> pa 
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w>.
>>>>>>> pa>
>>>>>>> treon.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre
>>>>>>>on.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d2208
>>>>>>>d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274
>>>>>>>917674&sdata=n%2FDEHdCCeIx6TwmJqHrT4KOUze%2BHZASuJFtGqa2vusE%3D&rese
>>>>>>>rved=0> 
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre
>>>>>>>on 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre
>>>>>>>on>
>>>>>>> .com%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>dobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d22
>>>>>>>08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>ed=0>%7Ce3df818e6ace49cbd34e08d572
>>>>>>> 
>>>>>>>4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>>>57
>>>>>>> 
>>>>>>>&sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%
>>>>>>>2F
>>>>>>> piotrzarzycki&data=02%7C01%7Caharui%40adobe.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>dobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d22
>>>>>>>08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>ed=0>
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>do 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>do>
>>>>>>> be.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe.
>>>>>>>com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d2208d57
>>>>>>>2622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274917
>>>>>>>674&sdata=uV3bqgGdDJmH9YU6TlTmXVNXC1iAboxdMOyk1vHmXNc%3D&reserved=0>
>>>>>>>%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>dobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d22
>>>>>>>08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>ed=0>%7Ce3df818e6ace49cbd34e08d5
>>>>>>> 
>>>>>>>724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060222929
>>>>>>>91
>>>>>>> 
>>>>>>>57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0
>>>>>>>>%
>>>>>>> 7Ca91f37b4a5
>>>>>>> 
>>>>>>> 
>>>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>>>>63
>>>>>>> 65
>>>>>>> 
>>>>>>> 
>>>>>>>40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3
>>>>>>>D&
>>>>>>> re
>>>>>>> served=0
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w>.
>>>>>>> pa 
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w>.
>>>>>>> pa>
>>>>>>> treon.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre
>>>>>>>on.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d2208
>>>>>>>d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274
>>>>>>>917674&sdata=n%2FDEHdCCeIx6TwmJqHrT4KOUze%2BHZASuJFtGqa2vusE%3D&rese
>>>>>>>rved=0> 
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre
>>>>>>>on 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftre
>>>>>>>on>
>>>>>>> .com%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>dobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d22
>>>>>>>08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>ed=0>%7Ce3df818e6ace49cbd34e08d572
>>>>>>> 
>>>>>>>4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>>>57
>>>>>>> 
>>>>>>>&sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%
>>>>>>>2F
>>>>>>> piotrzarzycki&data=02%7C01%7Caharui%40adobe.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>dobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d22
>>>>>>>08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>ed=0>
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>do 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>do>
>>>>>>> be.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbe.
>>>>>>>com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d2208d57
>>>>>>>2622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540688274917
>>>>>>>674&sdata=uV3bqgGdDJmH9YU6TlTmXVNXC1iAboxdMOyk1vHmXNc%3D&reserved=0>
>>>>>>>%2F&data=02%7C01%7Caharui%40adobe.com 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>dobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cc043661cb4964ffe4d22
>>>>>>>08d572622876%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406882
>>>>>>>74917674&sdata=0wQvd2MyLR20nfcWlJwGrbwznBjaDFt99FFOeyzJxf4%3D&reserv
>>>>>>>ed=0>%7Ce3df818e6ace49cbd34e08d5
>>>>>>> 
>>>>>>>724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060222929
>>>>>>>91
>>>>>>> 
>>>>>>>57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0
>>>>>>>>%
>>>>>>> 7Ca91f37b4a5
>>>>>>> 
>>>>>>> 
>>>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>>>>63
>>>>>>> 65
>>>>>>> 
>>>>>>> 
>>>>>>>40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3
>>>>>>>D&
>>>>>>> re
>>>>>>> served=0>*
>


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Gabe Harbs <ha...@gmail.com>.
We could fork the Google externs on Github and update those. If we pull from the forked repo, we would be able to quickly make changes that we need and make PRs back to Google. That would also make it easy to pull in changes that are made to Google’s repo.

Harbs

> On Feb 12, 2018, at 10:00 PM, Alex Harui <ah...@adobe.com.INVALID> wrote:
> 
> For js.patch, see the js/build.xml in royale-typedefs and the make_patch
> target.
> 
> Lately, I've been thinking about finding some other way of dealing with
> this.  We used patches so we didn't have to host 3rd-party files in our
> source tree.  I think we may now have 3rd-party files elsewhere in our
> source tree so we could just put patched versions in our source tree and
> update LICENSE and headers appropriately.  There is an issue with staying
> synced up with the master 3rd-party file.  And, we could make
> pull-requests on the 3rd-party file in some cases.
> 
> Thoughts?
> -Alex 
> 
> On 2/12/18, 11:23 AM, "Gabe Harbs" <harbs.lists@gmail.com <ma...@gmail.com>> wrote:
> 
>> Where is that and how do I add to the patches?
>> 
>>> On Feb 12, 2018, at 7:31 PM, Alex Harui <ah...@adobe.com.INVALID>
>>> wrote:
>>> 
>>> Patch files are auto-generated by the Ant script, verified by a build,
>>> then committed to the src/main/patch/js.patch so that the Maven build
>>> can
>>> use it.  If we choose to try to manually maintain the patch files, we
>>> should comment out the auto-generation in the Ant build, otherwise as
>>> soon
>>> as someone uses it, it will blow away manual changes.  And if you had
>>> auto-generated the patch file, it probably wouldn't have had formatting
>>> issues.
>>> 
>>> HTH,
>>> -Alex
>>> 
>>> On 2/12/18, 8:26 AM, "Yishay Weiss" <yishayjobs@hotmail.com
>>> <mailto:yishayjobs@hotmail.com <ma...@hotmail.com>>> wrote:
>>> 
>>>> Add, see my later mail.
>>>> 
>>>> From: Gabe Harbs<mailto:harbs.lists@gmail.com <ma...@gmail.com>>
>>>> Sent: Monday, February 12, 2018 6:23 PM
>>>> To: dev@royale.apache.org <ma...@royale.apache.org><mailto:dev@royale.apache.org <ma...@royale.apache.org>>
>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>> 
>>>> What was it? Did you add a space, or remove a space?
>>>>> On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yishayjobs@hotmail.com <ma...@hotmail.com>>
>>>>> wrote:
>>>>> 
>>>>> I fixed it for my machine. Hopefully Jenkins will be happy too.
>>>>> 
>>>>> From: Gabe Harbs<mailto:harbs.lists@gmail.com <ma...@gmail.com>>
>>>>> Sent: Monday, February 12, 2018 5:18 PM
>>>>> To: dev@royale.apache.org <ma...@royale.apache.org><mailto:dev@royale.apache.org <ma...@royale.apache.org>>
>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>> 
>>>>> Does anyone understand the patch file syntax enough to guess what’s
>>>>> wrong?
>>>>> 
>>>>>> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yishayjobs@hotmail.com <ma...@hotmail.com>>
>>>>>> wrote:
>>>>>> 
>>>>>> I  have the same result with ant on my machine. It’s probably a
>>>>>> windows/mac thing.
>>>>>> 
>>>>>> From: Piotr Zarzycki<mailto:piotrzarzycki21@gmail.com <ma...@gmail.com>>
>>>>>> Sent: Monday, February 12, 2018 3:13 PM
>>>>>> To: dev@royale.apache.org <ma...@royale.apache.org><mailto:dev@royale.apache.org <ma...@royale.apache.org>>
>>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>>> 
>>>>>> Locally I have same result. I tried couple of things but nothing
>>>>>> help.
>>>>>> I
>>>>>> see that it is being applied by following command:
>>>>>> 
>>>>>> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe,
>>>>>> apply,
>>>>>> --ignore-whitespace, --whitespace=nowarn,
>>>>>> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
>>>>>> error: corrupt patch at line 64
>>>>>> 
>>>>>> Thanks, Piotr
>>>>>> 
>>>>>> 
>>>>>> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <harbs.lists@gmail.com <ma...@gmail.com>>:
>>>>>> 
>>>>>>> Thanks.
>>>>>>> 
>>>>>>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki
>>>>>>>> <piotrzarzycki21@gmail.com <ma...@gmail.com>>
>>>>>>> wrote:
>>>>>>>> 
>>>>>>>> Let me build typedefs locally by Maven will see.
>>>>>>>> 
>>>>>>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <harbs.lists@gmail.com <ma...@gmail.com>>:
>>>>>>>> 
>>>>>>>>> I have no idea why this failed. The patch applied on my machine
>>>>>>>>> and
>>>>>>>>> line
>>>>>>>>> 64 is an empty line.
>>>>>>>>> 
>>>>>>>>> Maybe it’s a Windows line ending problem?
>>>>>>>>> 
>>>>>>>>> Thoughts?
>>>>>>>>> Harbs
>>>>>>>>> 
>>>>>>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com <ma...@gmail.com> wrote:
>>>>>>>>>> 
>>>>>>>>>> See 
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa>
>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc>
>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>> dobe.com <http://dobe.com/>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>> 0adobe
>>>>>>>>>> 
>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>> 78
>>>>>>>>>> 
>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>> fK
>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>>>>>> 
>>>>>>>>>> ------------------------------------------
>>>>>>>>>> Started by upstream project "royale-compiler" build number 89
>>>>>>>>>> originally caused by:
>>>>>>>>>> Started by timer
>>>>>>>>>> Building in workspace <http://apacheroyaleci <http://apacheroyaleci/>
>>>>>>>>>> <http://apacheroyaleci/ <http://apacheroyaleci/>>.
>>>>>>> westus2.cloudapp.azure.com <http://westus2.cloudapp.azure.com/>
>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwest <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwest>
>>>>>>> us2.cloudapp.azure.com <http://us2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818
>>>>>>> e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>> 7C636540602229299157&sdata=KwM7MFAG1LveJ3MDLf4F8%2FRb%2FNhFhrtyjQ18hu
>>>>>>> bIbv0%3D&reserved=0>:
>>>>>>>>> 8080/job/royale-typedefs/ws/>
>>>>>>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>>>>>>> Fetching changes from the remote Git repository
>>>>>>>>>>> git.exe config remote.origin.url
>>>>>>>>>>> 
>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> gi 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2>
>>>>>>>>>>> Fgi>
>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>> thub.com <http://thub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd
>>>>>>>>>>> 34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ4L
>>>>>>>>>>> 8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49
>>>>>>>>>>> cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>> 36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0
>>>>>>>>>>> TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>>> 
>>>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0
>>>>>>>>>>> %7
>>>>>>>>>>> 
>>>>>>>>>>> C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xR
>>>>>>>>>>> IW
>>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>>> royale-typedefs.git # timeout=10
>>>>>>>>>> Fetching upstream changes from
>>>>>>>>>> 
>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fg <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fg>
>>>>>>>>>> it 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>> git>
>>>>>>>>>> hub.com <http://hub.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fh <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fh>
>>>>>>>>>> ub.com <http://ub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34e
>>>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>> 2229299157&sdata=6xU1Xz64Ruv8DUqPl4xbwc2ELioBsKSQpkrnLQHYBL0%3D&re
>>>>>>>>>> served=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4>
>>>>>>>>>> 0adobe.com <http://0adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cb
>>>>>>>>>> d34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>> 40602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI
>>>>>>>>>> %3D&reserved=0>%7Ca91f37b4a59c
>>>>>>>>>> 
>>>>>>>>>> 41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>>>>>>> 63
>>>>>>>>>> 
>>>>>>>>>> 6540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIWlM
>>>>>>>>>> Mi
>>>>>>>>>> 8Q%3D&reserved=0
>>>>>>>>> royale-typedefs.git
>>>>>>>>>>> git.exe --version # timeout=10
>>>>>>>>>>> git.exe fetch --tags --progress
>>>>>>>>>>> 
>>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>>> gi 
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2 <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2>
>>>>>>>>>>> Fgi>
>>>>>>>>>>> thub.com <http://thub.com/>
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>> thub.com <http://thub.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd
>>>>>>>>>>> 34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>> 40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ4L
>>>>>>>>>>> 8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>>>>>>>>>>> 40adobe.com <http://40adobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49
>>>>>>>>>>> cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>> 36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0
>>>>>>>>>>> TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>>> 
>>>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0
>>>>>>>>>>> %7
>>>>>>>>>>> 
>>>>>>>>>>> C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xR
>>>>>>>>>>> IW
>>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" #
>>>>>>>>>>> timeout=10
>>>>>>>>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}"
>>>>>>>>>>> #
>>>>>>>>> timeout=10
>>>>>>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>>> (refs/remotes/origin/develop)
>>>>>>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>>>> Commit message: "Added overflowX and overflowY"
>>>>>>>>>>> git.exe rev-list --no-walk
>>>>>>>>>>> b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>>>>>>> timeout=10
>>>>>>>>>> [royale-typedefs] $ cmd.exe /C
>>>>>>>>>> "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>>>>>>> main && exit %%ERRORLEVEL%%"
>>>>>>>>>> Buildfile:
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa>
>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc>
>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>> dobe.com <http://dobe.com/>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>> 0adobe
>>>>>>>>>> 
>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>> 78
>>>>>>>>>> 
>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>> fK
>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>>>>>> 
>>>>>>>>>> main:
>>>>>>>>>> 
>>>>>>>>>> download:
>>>>>>>>>> [echo] 
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa>
>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc>
>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>> dobe.com <http://dobe.com/>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>> 0adobe
>>>>>>>>>> 
>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>> 78
>>>>>>>>>> 
>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>> fK
>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>>>>>> [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>>>>>>> 
>>>>>>>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.ja
>>>>>>>>> r
>>>>>>> into
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap>
>>>>>>>>> ac 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap>
>>>>>>>>> ac>
>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhe <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhe>
>>>>>>>>> royaleci.westus2.cloudapp.azure.com <http://royaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40adob
>>>>>>>>> e.com <http://e.com/>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>> 78decee1%7C0%7C0%7C636540602229299157&sdata=fKQYdU5reFqDWJEQQNyQecy
>>>>>>>>> hW8LF%2FKrrMvwtaqHg68g%3D&reserved=0>&data=02%7C01%7Caharui%40adobe
>>>>>>>>> .c
>>>>>>>>> 
>>>>>>>>> om%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178d
>>>>>>>>> ec
>>>>>>>>> 
>>>>>>>>> ee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKiJ
>>>>>>>>> Jp
>>>>>>>>> sRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>>>>>> [unzip] Expanding:
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa>
>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc>
>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>> dobe.com <http://dobe.com/>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>> 0adobe
>>>>>>>>>> 
>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>> 78
>>>>>>>>>> 
>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>> fK
>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0
>>>>>>> :
>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip>
>>>>>>>>> into <
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa>
>>>>>>>>> ch 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap>
>>>>>>>>> ach>
>>>>>>>>> eroyaleci.westus2.cloudapp.azure.com <http://eroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fer <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fer>
>>>>>>>>> oyaleci.westus2.cloudapp.azure.com <http://oyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40adobe
>>>>>>>>> .com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c17
>>>>>>>>> 8decee1%7C0%7C0%7C636540602229299157&sdata=EYtH4atqZgf8iQ5ujTDSvhwj
>>>>>>>>> xVJRuVP0aPjAdUaAdp4%3D&reserved=0>&data=02%7C01%7Caharui%40adobe.co <http://40adobe.co/>
>>>>>>>>> 
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40>
>>>>>>>>> adobe.co <http://adobe.co/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34
>>>>>>>>> e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>> 2229299157&sdata=5ZHUiGQREjdd%2B9jXM0sJZDLG4PmZ1ufxJnCkDh7G4nM%3D&r
>>>>>>>>> eserved=0>
>>>>>>>>> 
>>>>>>>>> m%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178de
>>>>>>>>> ce
>>>>>>>>> 
>>>>>>>>> e1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKiJJ
>>>>>>>>> ps
>>>>>>>>> RUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>>>>>> [get] Getting:
>>>>>>>>>> 
>>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fs <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fs>
>>>>>>>>>> to 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F>
>>>>>>>>>> sto>
>>>>>>>>>> rage.googleapis.com <http://rage.googleapis.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr>
>>>>>>>>>> age.googleapis.com <http://age.googleapis.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e
>>>>>>>>>> 6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>>>> 0%7C636540602229299157&sdata=M9tpl%2F8aL1dq4%2BN0l%2FivvU%2BQrcf%2
>>>>>>>>>> FVzWFARHA%2BS8eZ5U%3D&reserved=0>%2Fgoogle-code-archive-&data=02%7
>>>>>>>>>> C01%7Caharui%40a
>>>>>>>>>> dobe.com <http://dobe.com/> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd>
>>>>>>>>>> obe.com <http://obe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34
>>>>>>>>>> e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>> 02229299157&sdata=brp1tJuQSy20vs4RzEhysG%2FNIKdELuLuz60kth53RrM%3D
>>>>>>>>>> &reserved=0>%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b344387
>>>>>>>>>> 94aed2
>>>>>>>>>> 
>>>>>>>>>> c178decee1%7C0%7C0%7C636540496276826984&sdata=UQHF9sVSrJYkUX17kA1f
>>>>>>>>>> a7
>>>>>>>>>> La9%2FMb%2B%2BZ86vsty5QlwRY%3D&reserved=0
>>>>>>>>> downloads/v2/code.google.com/closureidl/svg.js <http://code.google.com/closureidl/svg.js>
>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fco <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fco>
>>>>>>>>> de.google.com <http://de.google.com/>%2Fclosureidl%2Fsvg.js&data=02%7C01%7Caharui%40adobe.c
>>>>>>>>> om%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178d
>>>>>>>>> ecee1%7C0%7C0%7C636540602229299157&sdata=TsEOdpTqV0unNb2JxlV994Qpq2
>>>>>>>>> q9q%2FsDjJNw5sOnYNg%3D&reserved=0>
>>>>>>>>>> [get] To:
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa>
>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc>
>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>> dobe.com <http://dobe.com/>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>> 0adobe
>>>>>>>>>> 
>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>> 78
>>>>>>>>>> 
>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>> fK
>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>>>>>> 
>>>>>>>>>> double-check-file:
>>>>>>>>>> [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>>>>>> [echo] Need file: ${still_no_file}
>>>>>>>>>> 
>>>>>>>>>> get-from-cache-if-needed:
>>>>>>>>>> 
>>>>>>>>>> fail-if-not-found:
>>>>>>>>>> 
>>>>>>>>>> preprocess:
>>>>>>>>>> [exec] error: corrupt patch at line 64
>>>>>>>>>> 
>>>>>>>>>> BUILD FAILED
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa>
>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc>
>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>> dobe.com <http://dobe.com/>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>> 0adobe
>>>>>>>>>> 
>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>> 78
>>>>>>>>>> 
>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>> fK
>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error
>>>>>>>>> occurred
>>>>>>>>> while executing this line:
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa 
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa>
>>>>>>>>>> pa>
>>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>
>>>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc>
>>>>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>> dobe.com <http://dobe.com/>%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>> d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>> BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>> 0adobe
>>>>>>>>>> 
>>>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>> 78
>>>>>>>>>> 
>>>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>> fK
>>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
>>>>>>>>>> 
>>>>>>>>>> Total time: 2 seconds
>>>>>>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> --
>>>>>>>> 
>>>>>>>> Piotr Zarzycki
>>>>>>>> 
>>>>>>>> Patreon: 
>>>>>>>> 
>>>>>>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>> w 
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>> w>.
>>>>>>>> patreon.com <http://patreon.com/>
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpat <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpat>
>>>>>>>> reon.com <http://reon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34e
>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022
>>>>>>>> 29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3D&
>>>>>>>> reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34e
>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022
>>>>>>>> 29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&rese
>>>>>>>> rved=0>%7Ca91f37
>>>>>>>> 
>>>>>>>> b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>> 0%
>>>>>>>> 
>>>>>>>> 7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EB
>>>>>>>> gl
>>>>>>>> TU%3D&reserved=0
>>>>>>>> 
>>>>>>>> 
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>> w 
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww>
>>>>>>>> w>.
>>>>>>>> patreon.com <http://patreon.com/>
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpat <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpat>
>>>>>>>> reon.com <http://reon.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34e
>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022
>>>>>>>> 29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3D&
>>>>>>>> reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a>
>>>>>>>> dobe.com <http://dobe.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34e
>>>>>>>> 08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022
>>>>>>>> 29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&rese
>>>>>>>> rved=0>%7Ca91f37
>>>>>>>> 
>>>>>>>> b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>> 0%
>>>>>>>> 
>>>>>>>> 7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EB
>>>>>>>> gl
>>>>>>>> TU%3D&reserved=0>*
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> 
>>>>>> Piotr Zarzycki
>>>>>> 
>>>>>> Patreon: 
>>>>>> 
>>>>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww>.
>>>>>> pa 
>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww>.
>>>>>> pa>
>>>>>> treon.com <http://treon.com/> 
>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftreon <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftreon>
>>>>>> .com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34e08d572
>>>>>> 4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540602229299157
>>>>>> &sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%2F
>>>>>> piotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40ado <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40ado>
>>>>>> be.com <http://be.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34e08d5
>>>>>> 724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>> 57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0>%
>>>>>> 7Ca91f37b4a5
>>>>>> 
>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>> 65
>>>>>> 
>>>>>> 40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3D&
>>>>>> re
>>>>>> served=0
>>>>>> 
>>>>>> 
>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww>.
>>>>>> pa 
>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww>.
>>>>>> pa>
>>>>>> treon.com <http://treon.com/> 
>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftreon <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftreon>
>>>>>> .com%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34e08d572
>>>>>> 4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540602229299157
>>>>>> &sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%2F
>>>>>> piotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>
>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40ado <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40ado>
>>>>>> be.com <http://be.com/>%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ce3df818e6ace49cbd34e08d5
>>>>>> 724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>> 57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0>%
>>>>>> 7Ca91f37b4a5
>>>>>> 
>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>> 65
>>>>>> 
>>>>>> 40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3D&
>>>>>> re
>>>>>> served=0>*


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Alex Harui <ah...@adobe.com.INVALID>.
For js.patch, see the js/build.xml in royale-typedefs and the make_patch
target.

Lately, I've been thinking about finding some other way of dealing with
this.  We used patches so we didn't have to host 3rd-party files in our
source tree.  I think we may now have 3rd-party files elsewhere in our
source tree so we could just put patched versions in our source tree and
update LICENSE and headers appropriately.  There is an issue with staying
synced up with the master 3rd-party file.  And, we could make
pull-requests on the 3rd-party file in some cases.

Thoughts?
-Alex 

On 2/12/18, 11:23 AM, "Gabe Harbs" <ha...@gmail.com> wrote:

>Where is that and how do I add to the patches?
>
>> On Feb 12, 2018, at 7:31 PM, Alex Harui <ah...@adobe.com.INVALID>
>>wrote:
>> 
>> Patch files are auto-generated by the Ant script, verified by a build,
>> then committed to the src/main/patch/js.patch so that the Maven build
>>can
>> use it.  If we choose to try to manually maintain the patch files, we
>> should comment out the auto-generation in the Ant build, otherwise as
>>soon
>> as someone uses it, it will blow away manual changes.  And if you had
>> auto-generated the patch file, it probably wouldn't have had formatting
>> issues.
>> 
>> HTH,
>> -Alex
>> 
>> On 2/12/18, 8:26 AM, "Yishay Weiss" <yishayjobs@hotmail.com
>><ma...@hotmail.com>> wrote:
>> 
>>> Add, see my later mail.
>>> 
>>> From: Gabe Harbs<ma...@gmail.com>
>>> Sent: Monday, February 12, 2018 6:23 PM
>>> To: dev@royale.apache.org<ma...@royale.apache.org>
>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>> 
>>> What was it? Did you add a space, or remove a space?
>>>> On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yi...@hotmail.com>
>>>> wrote:
>>>> 
>>>> I fixed it for my machine. Hopefully Jenkins will be happy too.
>>>> 
>>>> From: Gabe Harbs<ma...@gmail.com>
>>>> Sent: Monday, February 12, 2018 5:18 PM
>>>> To: dev@royale.apache.org<ma...@royale.apache.org>
>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>> 
>>>> Does anyone understand the patch file syntax enough to guess what’s
>>>> wrong?
>>>> 
>>>>> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yi...@hotmail.com>
>>>>> wrote:
>>>>> 
>>>>> I  have the same result with ant on my machine. It’s probably a
>>>>> windows/mac thing.
>>>>> 
>>>>> From: Piotr Zarzycki<ma...@gmail.com>
>>>>> Sent: Monday, February 12, 2018 3:13 PM
>>>>> To: dev@royale.apache.org<ma...@royale.apache.org>
>>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>>> 
>>>>> Locally I have same result. I tried couple of things but nothing
>>>>>help.
>>>>> I
>>>>> see that it is being applied by following command:
>>>>> 
>>>>> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe,
>>>>> apply,
>>>>> --ignore-whitespace, --whitespace=nowarn,
>>>>> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
>>>>> error: corrupt patch at line 64
>>>>> 
>>>>> Thanks, Piotr
>>>>> 
>>>>> 
>>>>> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>>> 
>>>>>> Thanks.
>>>>>> 
>>>>>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki
>>>>>>> <pi...@gmail.com>
>>>>>> wrote:
>>>>>>> 
>>>>>>> Let me build typedefs locally by Maven will see.
>>>>>>> 
>>>>>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>>>>> 
>>>>>>>> I have no idea why this failed. The patch applied on my machine
>>>>>>>>and
>>>>>>>> line
>>>>>>>> 64 is an empty line.
>>>>>>>> 
>>>>>>>> Maybe it’s a Windows line ending problem?
>>>>>>>> 
>>>>>>>> Thoughts?
>>>>>>>> Harbs
>>>>>>>> 
>>>>>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
>>>>>>>>> 
>>>>>>>>> See 
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa>
>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc
>>>>>>>>>heroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>dobe.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>0adobe
>>>>>>>>> 
>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>78
>>>>>>>>> 
>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>fK
>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>>>>> 
>>>>>>>>> ------------------------------------------
>>>>>>>>> Started by upstream project "royale-compiler" build number 89
>>>>>>>>> originally caused by:
>>>>>>>>> Started by timer
>>>>>>>>> Building in workspace <http://apacheroyaleci
>>>>>>>>><http://apacheroyaleci/>.
>>>>>> westus2.cloudapp.azure.com
>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwest
>>>>>>us2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818
>>>>>>e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>7C636540602229299157&sdata=KwM7MFAG1LveJ3MDLf4F8%2FRb%2FNhFhrtyjQ18hu
>>>>>>bIbv0%3D&reserved=0>:
>>>>>>>> 8080/job/royale-typedefs/ws/>
>>>>>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>>>>>> Fetching changes from the remote Git repository
>>>>>>>>>> git.exe config remote.origin.url
>>>>>>>>>> 
>>>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>>gi 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2
>>>>>>>>>>Fgi>
>>>>>>>>>> thub.com
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>thub.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd
>>>>>>>>>>34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ4L
>>>>>>>>>>8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49
>>>>>>>>>>cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0
>>>>>>>>>>TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>> 
>>>>>>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0
>>>>>>>>>>%7
>>>>>>>>>> 
>>>>>>>>>>C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xR
>>>>>>>>>>IW
>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>> royale-typedefs.git # timeout=10
>>>>>>>>> Fetching upstream changes from
>>>>>>>>> 
>>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fg
>>>>>>>>>it 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>git>
>>>>>>>>> hub.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fh
>>>>>>>>>ub.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34e
>>>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>>2229299157&sdata=6xU1Xz64Ruv8DUqPl4xbwc2ELioBsKSQpkrnLQHYBL0%3D&re
>>>>>>>>>served=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F4
>>>>>>>>>0adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cb
>>>>>>>>>d34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>40602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI
>>>>>>>>>%3D&reserved=0>%7Ca91f37b4a59c
>>>>>>>>> 
>>>>>>>>>41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>>>>>>63
>>>>>>>>> 
>>>>>>>>>6540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIWlM
>>>>>>>>>Mi
>>>>>>>>> 8Q%3D&reserved=0
>>>>>>>> royale-typedefs.git
>>>>>>>>>> git.exe --version # timeout=10
>>>>>>>>>> git.exe fetch --tags --progress
>>>>>>>>>> 
>>>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>>gi 
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2
>>>>>>>>>>Fgi>
>>>>>>>>>> thub.com
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>thub.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd
>>>>>>>>>>34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>>>>>40602229299157&sdata=Gju%2FCTOe6MWzSVRjcnG7dAENxZ94TLwqSSYF9boZ4L
>>>>>>>>>>8%3D&reserved=0>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com
>>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F
>>>>>>>>>>40adobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49
>>>>>>>>>>cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>>>>>>>>>>36540602229299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0
>>>>>>>>>>TLHI%3D&reserved=0>%7Ca91f37b4a5
>>>>>>>>>> 
>>>>>>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0
>>>>>>>>>>%7
>>>>>>>>>> 
>>>>>>>>>>C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xR
>>>>>>>>>>IW
>>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" #
>>>>>>>>>> timeout=10
>>>>>>>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}"
>>>>>>>>>>#
>>>>>>>> timeout=10
>>>>>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>> (refs/remotes/origin/develop)
>>>>>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>>> Commit message: "Added overflowX and overflowY"
>>>>>>>>>> git.exe rev-list --no-walk
>>>>>>>>>> b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>>>>>> timeout=10
>>>>>>>>> [royale-typedefs] $ cmd.exe /C
>>>>>>>>> "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>>>>>> main && exit %%ERRORLEVEL%%"
>>>>>>>>> Buildfile:
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa>
>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc
>>>>>>>>>heroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>dobe.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>0adobe
>>>>>>>>> 
>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>78
>>>>>>>>> 
>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>fK
>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>>>>> 
>>>>>>>>> main:
>>>>>>>>> 
>>>>>>>>> download:
>>>>>>>>> [echo] 
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa>
>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc
>>>>>>>>>heroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>dobe.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>0adobe
>>>>>>>>> 
>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>78
>>>>>>>>> 
>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>fK
>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>>>>> [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>>>>>> 
>>>>>>>>royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.ja
>>>>>>>>r
>>>>>> into
>>>>>>>> 
>>>>>>>> 
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap
>>>>>>>>ac 
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap
>>>>>>>>ac>
>>>>>>>> heroyaleci.westus2.cloudapp.azure.com
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhe
>>>>>>>>royaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40adob
>>>>>>>>e.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>78decee1%7C0%7C0%7C636540602229299157&sdata=fKQYdU5reFqDWJEQQNyQecy
>>>>>>>>hW8LF%2FKrrMvwtaqHg68g%3D&reserved=0>&data=02%7C01%7Caharui%40adobe
>>>>>>>>.c
>>>>>>>> 
>>>>>>>>om%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178d
>>>>>>>>ec
>>>>>>>> 
>>>>>>>>ee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKiJ
>>>>>>>>Jp
>>>>>>>> sRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>>>>> [unzip] Expanding:
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa>
>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc
>>>>>>>>>heroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>dobe.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>0adobe
>>>>>>>>> 
>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>78
>>>>>>>>> 
>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>fK
>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0
>>>>>> :
>>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip>
>>>>>>>> into <
>>>>>>>> 
>>>>>>>> 
>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa
>>>>>>>>ch 
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap
>>>>>>>>ach>
>>>>>>>> eroyaleci.westus2.cloudapp.azure.com
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fer
>>>>>>>>oyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40adobe
>>>>>>>>.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c17
>>>>>>>>8decee1%7C0%7C0%7C636540602229299157&sdata=EYtH4atqZgf8iQ5ujTDSvhwj
>>>>>>>>xVJRuVP0aPjAdUaAdp4%3D&reserved=0>&data=02%7C01%7Caharui%40adobe.co
>>>>>>>> 
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40
>>>>>>>>adobe.co%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34
>>>>>>>>e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654060
>>>>>>>>2229299157&sdata=5ZHUiGQREjdd%2B9jXM0sJZDLG4PmZ1ufxJnCkDh7G4nM%3D&r
>>>>>>>>eserved=0>
>>>>>>>> 
>>>>>>>>m%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178de
>>>>>>>>ce
>>>>>>>> 
>>>>>>>>e1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKiJJ
>>>>>>>>ps
>>>>>>>> RUGawhg2Ub8s%3D&reserved=0:
>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>>>>>  [get] Getting:
>>>>>>>>> 
>>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fs
>>>>>>>>>to 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>>>>>>sto>
>>>>>>>>> rage.googleapis.com
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fr
>>>>>>>>>age.googleapis.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e
>>>>>>>>>6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>>>0%7C636540602229299157&sdata=M9tpl%2F8aL1dq4%2BN0l%2FivvU%2BQrcf%2
>>>>>>>>>FVzWFARHA%2BS8eZ5U%3D&reserved=0>%2Fgoogle-code-archive-&data=02%7
>>>>>>>>>C01%7Caharui%40a
>>>>>>>>> dobe.com 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fd
>>>>>>>>>obe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34
>>>>>>>>>e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406
>>>>>>>>>02229299157&sdata=brp1tJuQSy20vs4RzEhysG%2FNIKdELuLuz60kth53RrM%3D
>>>>>>>>>&reserved=0>%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b344387
>>>>>>>>>94aed2
>>>>>>>>> 
>>>>>>>>>c178decee1%7C0%7C0%7C636540496276826984&sdata=UQHF9sVSrJYkUX17kA1f
>>>>>>>>>a7
>>>>>>>>> La9%2FMb%2B%2BZ86vsty5QlwRY%3D&reserved=0
>>>>>>>> downloads/v2/code.google.com/closureidl/svg.js
>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fco
>>>>>>>>de.google.com%2Fclosureidl%2Fsvg.js&data=02%7C01%7Caharui%40adobe.c
>>>>>>>>om%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178d
>>>>>>>>ecee1%7C0%7C0%7C636540602229299157&sdata=TsEOdpTqV0unNb2JxlV994Qpq2
>>>>>>>>q9q%2FsDjJNw5sOnYNg%3D&reserved=0>
>>>>>>>>>  [get] To:
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa>
>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc
>>>>>>>>>heroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>dobe.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>0adobe
>>>>>>>>> 
>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>78
>>>>>>>>> 
>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>fK
>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>>>>> 
>>>>>>>>> double-check-file:
>>>>>>>>> [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>>>>> [echo] Need file: ${still_no_file}
>>>>>>>>> 
>>>>>>>>> get-from-cache-if-needed:
>>>>>>>>> 
>>>>>>>>> fail-if-not-found:
>>>>>>>>> 
>>>>>>>>> preprocess:
>>>>>>>>> [exec] error: corrupt patch at line 64
>>>>>>>>> 
>>>>>>>>> BUILD FAILED
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa>
>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc
>>>>>>>>>heroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>dobe.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>0adobe
>>>>>>>>> 
>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>78
>>>>>>>>> 
>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>fK
>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error
>>>>>>>> occurred
>>>>>>>> while executing this line:
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa 
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fa
>>>>>>>>>pa>
>>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com
>>>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fc
>>>>>>>>>heroyaleci.westus2.cloudapp.azure.com%2F&data=02%7C01%7Caharui%40a
>>>>>>>>>dobe.com%7Ce3df818e6ace49cbd34e08d5724e1f23%7Cfa7b1b5a7b34438794ae
>>>>>>>>>d2c178decee1%7C0%7C0%7C636540602229299157&sdata=VxIUeU0nq4Sdl0Pl4j
>>>>>>>>>BB22%2BAasui9Uc1PBm5Qi0OOWk%3D&reserved=0>&data=02%7C01%7Caharui%4
>>>>>>>>>0adobe
>>>>>>>>> 
>>>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c1
>>>>>>>>>78
>>>>>>>>> 
>>>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5Qdqk
>>>>>>>>>fK
>>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
>>>>>>>>> 
>>>>>>>>> Total time: 2 seconds
>>>>>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> 
>>>>>>> Piotr Zarzycki
>>>>>>> 
>>>>>>> Patreon: 
>>>>>>> 
>>>>>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w>.
>>>>>>> patreon.com
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpat
>>>>>>>reon.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34e
>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022
>>>>>>>29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3D&
>>>>>>>reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>dobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34e
>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022
>>>>>>>29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&rese
>>>>>>>rved=0>%7Ca91f37
>>>>>>> 
>>>>>>>b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>0%
>>>>>>> 
>>>>>>>7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EB
>>>>>>>gl
>>>>>>> TU%3D&reserved=0
>>>>>>> 
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fww
>>>>>>>w>.
>>>>>>> patreon.com
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpat
>>>>>>>reon.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34e
>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022
>>>>>>>29299157&sdata=rnmz%2Bsi4G0%2Bk1hSftlmqSu3o28htvo77IHVXgKYt%2FOo%3D&
>>>>>>>reserved=0>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40a
>>>>>>>dobe.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34e
>>>>>>>08d5724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022
>>>>>>>29299157&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&rese
>>>>>>>rved=0>%7Ca91f37
>>>>>>> 
>>>>>>>b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>>>>>0%
>>>>>>> 
>>>>>>>7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EB
>>>>>>>gl
>>>>>>> TU%3D&reserved=0>*
>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> 
>>>>> Piotr Zarzycki
>>>>> 
>>>>> Patreon: 
>>>>> 
>>>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.
>>>>>pa 
>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.
>>>>>pa>
>>>>> treon.com 
>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftreon
>>>>>.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34e08d572
>>>>>4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540602229299157
>>>>>&sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%2F
>>>>>piotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40ado
>>>>>be.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34e08d5
>>>>>724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0>%
>>>>>7Ca91f37b4a5
>>>>> 
>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>65
>>>>> 
>>>>>40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3D&
>>>>>re
>>>>> served=0
>>>>> 
>>>>> 
>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.
>>>>>pa 
>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.
>>>>>pa>
>>>>> treon.com 
>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftreon
>>>>>.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34e08d572
>>>>>4e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636540602229299157
>>>>>&sdata=bco2mzKJX5HPGUGbrI%2BM89bSdvQGNFzXM7tSbaC33QU%3D&reserved=0>%2F
>>>>>piotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40ado
>>>>>be.com%2F&data=02%7C01%7Caharui%40adobe.com%7Ce3df818e6ace49cbd34e08d5
>>>>>724e1f23%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365406022292991
>>>>>57&sdata=A4DKQgzEO6v%2B0wJQPVc1CdMQ6IQRN2GPYsNjSn0TLHI%3D&reserved=0>%
>>>>>7Ca91f37b4a5
>>>>> 
>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>65
>>>>> 
>>>>>40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3D&
>>>>>re
>>>>> served=0>*
>


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Gabe Harbs <ha...@gmail.com>.
Where is that and how do I add to the patches?

> On Feb 12, 2018, at 7:31 PM, Alex Harui <ah...@adobe.com.INVALID> wrote:
> 
> Patch files are auto-generated by the Ant script, verified by a build,
> then committed to the src/main/patch/js.patch so that the Maven build can
> use it.  If we choose to try to manually maintain the patch files, we
> should comment out the auto-generation in the Ant build, otherwise as soon
> as someone uses it, it will blow away manual changes.  And if you had
> auto-generated the patch file, it probably wouldn't have had formatting
> issues.
> 
> HTH,
> -Alex
> 
> On 2/12/18, 8:26 AM, "Yishay Weiss" <yishayjobs@hotmail.com <ma...@hotmail.com>> wrote:
> 
>> Add, see my later mail.
>> 
>> From: Gabe Harbs<ma...@gmail.com>
>> Sent: Monday, February 12, 2018 6:23 PM
>> To: dev@royale.apache.org<ma...@royale.apache.org>
>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>> 
>> What was it? Did you add a space, or remove a space?
>>> On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yi...@hotmail.com>
>>> wrote:
>>> 
>>> I fixed it for my machine. Hopefully Jenkins will be happy too.
>>> 
>>> From: Gabe Harbs<ma...@gmail.com>
>>> Sent: Monday, February 12, 2018 5:18 PM
>>> To: dev@royale.apache.org<ma...@royale.apache.org>
>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>> 
>>> Does anyone understand the patch file syntax enough to guess what’s
>>> wrong?
>>> 
>>>> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yi...@hotmail.com>
>>>> wrote:
>>>> 
>>>> I  have the same result with ant on my machine. It’s probably a
>>>> windows/mac thing.
>>>> 
>>>> From: Piotr Zarzycki<ma...@gmail.com>
>>>> Sent: Monday, February 12, 2018 3:13 PM
>>>> To: dev@royale.apache.org<ma...@royale.apache.org>
>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>> 
>>>> Locally I have same result. I tried couple of things but nothing help.
>>>> I
>>>> see that it is being applied by following command:
>>>> 
>>>> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe,
>>>> apply,
>>>> --ignore-whitespace, --whitespace=nowarn,
>>>> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
>>>> error: corrupt patch at line 64
>>>> 
>>>> Thanks, Piotr
>>>> 
>>>> 
>>>> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>> 
>>>>> Thanks.
>>>>> 
>>>>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki
>>>>>> <pi...@gmail.com>
>>>>> wrote:
>>>>>> 
>>>>>> Let me build typedefs locally by Maven will see.
>>>>>> 
>>>>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>>>> 
>>>>>>> I have no idea why this failed. The patch applied on my machine and
>>>>>>> line
>>>>>>> 64 is an empty line.
>>>>>>> 
>>>>>>> Maybe it’s a Windows line ending problem?
>>>>>>> 
>>>>>>> Thoughts?
>>>>>>> Harbs
>>>>>>> 
>>>>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
>>>>>>>> 
>>>>>>>> See 
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa>
>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>&data=02%7C01%7Caharui%40adobe
>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>>>> 
>>>>>>>> ------------------------------------------
>>>>>>>> Started by upstream project "royale-compiler" build number 89
>>>>>>>> originally caused by:
>>>>>>>> Started by timer
>>>>>>>> Building in workspace <http://apacheroyaleci <http://apacheroyaleci/>.
>>>>> westus2.cloudapp.azure.com <http://westus2.cloudapp.azure.com/>:
>>>>>>> 8080/job/royale-typedefs/ws/>
>>>>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>>>>> Fetching changes from the remote Git repository
>>>>>>>>> git.exe config remote.origin.url
>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgi <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgi>
>>>>>>>>> thub.com <http://thub.com/>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ca91f37b4a5
>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>> C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIW
>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>> royale-typedefs.git # timeout=10
>>>>>>>> Fetching upstream changes from
>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit>
>>>>>>>> hub.com <http://hub.com/>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ca91f37b4a59c
>>>>>>>> 41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>> 6540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIWlMMi
>>>>>>>> 8Q%3D&reserved=0
>>>>>>> royale-typedefs.git
>>>>>>>>> git.exe --version # timeout=10
>>>>>>>>> git.exe fetch --tags --progress
>>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgi <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgi>
>>>>>>>>> thub.com <http://thub.com/>%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ca91f37b4a5
>>>>>>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>> C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIW
>>>>>>>>> lMMi8Q%3D&reserved=0
>>>>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" #
>>>>>>>>> timeout=10
>>>>>>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
>>>>>>> timeout=10
>>>>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>> (refs/remotes/origin/develop)
>>>>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>>> Commit message: "Added overflowX and overflowY"
>>>>>>>>> git.exe rev-list --no-walk
>>>>>>>>> b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>>>>> timeout=10
>>>>>>>> [royale-typedefs] $ cmd.exe /C
>>>>>>>> "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>>>>> main && exit %%ERRORLEVEL%%"
>>>>>>>> Buildfile: 
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa>
>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>&data=02%7C01%7Caharui%40adobe
>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>>>> 
>>>>>>>> main:
>>>>>>>> 
>>>>>>>> download:
>>>>>>>> [echo] 
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa>
>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>&data=02%7C01%7Caharui%40adobe
>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>>>> [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>>>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
>>>>> into
>>>>>>> 
>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapac <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapac>
>>>>>>> heroyaleci.westus2.cloudapp.azure.com <http://heroyaleci.westus2.cloudapp.azure.com/>&data=02%7C01%7Caharui%40adobe.c
>>>>>>> om%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178dec
>>>>>>> ee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKiJJp
>>>>>>> sRUGawhg2Ub8s%3D&reserved=0:
>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>>>> [unzip] Expanding:
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa>
>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>&data=02%7C01%7Caharui%40adobe
>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0
>>>>> :
>>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip>
>>>>>>> into <
>>>>>>> 
>>>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapach <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapach>
>>>>>>> eroyaleci.westus2.cloudapp.azure.com <http://eroyaleci.westus2.cloudapp.azure.com/>&data=02%7C01%7Caharui%40adobe.co <http://40adobe.co/>
>>>>>>> m%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178dece
>>>>>>> e1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKiJJps
>>>>>>> RUGawhg2Ub8s%3D&reserved=0:
>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>>>>  [get] Getting:
>>>>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsto <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsto>
>>>>>>>> rage.googleapis.com <http://rage.googleapis.com/>%2Fgoogle-code-archive-&data=02%7C01%7Caharui%40a
>>>>>>>> dobe.com <http://dobe.com/>%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>> c178decee1%7C0%7C0%7C636540496276826984&sdata=UQHF9sVSrJYkUX17kA1fa7
>>>>>>>> La9%2FMb%2B%2BZ86vsty5QlwRY%3D&reserved=0
>>>>>>> downloads/v2/code.google.com/closureidl/svg.js <http://code.google.com/closureidl/svg.js>
>>>>>>>>  [get] To:
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa>
>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>&data=02%7C01%7Caharui%40adobe
>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>>>> 
>>>>>>>> double-check-file:
>>>>>>>> [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>>>> [echo] Need file: ${still_no_file}
>>>>>>>> 
>>>>>>>> get-from-cache-if-needed:
>>>>>>>> 
>>>>>>>> fail-if-not-found:
>>>>>>>> 
>>>>>>>> preprocess:
>>>>>>>> [exec] error: corrupt patch at line 64
>>>>>>>> 
>>>>>>>> BUILD FAILED
>>>>>>>> 
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa>
>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>&data=02%7C01%7Caharui%40adobe
>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error
>>>>>>> occurred
>>>>>>> while executing this line:
>>>>>>>> 
>>>>>>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa>
>>>>>>>> cheroyaleci.westus2.cloudapp.azure.com <http://cheroyaleci.westus2.cloudapp.azure.com/>&data=02%7C01%7Caharui%40adobe
>>>>>>>> .com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>> decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>> iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
>>>>>>>> 
>>>>>>>> Total time: 2 seconds
>>>>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> 
>>>>>> Piotr Zarzycki
>>>>>> 
>>>>>> Patreon: 
>>>>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww>.
>>>>>> patreon.com <http://patreon.com/>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ca91f37
>>>>>> b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>> 7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBgl
>>>>>> TU%3D&reserved=0
>>>>>> 
>>>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww>.
>>>>>> patreon.com <http://patreon.com/>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ca91f37
>>>>>> b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>> 7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBgl
>>>>>> TU%3D&reserved=0>*
>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> --
>>>> 
>>>> Piotr Zarzycki
>>>> 
>>>> Patreon: 
>>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa>
>>>> treon.com <http://treon.com/>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ca91f37b4a5
>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>> 40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3D&re
>>>> served=0
>>>> 
>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa>
>>>> treon.com <http://treon.com/>%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com <http://40adobe.com/>%7Ca91f37b4a5
>>>> 9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>> 40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3D&re
>>>> served=0>*


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Patch files are auto-generated by the Ant script, verified by a build,
then committed to the src/main/patch/js.patch so that the Maven build can
use it.  If we choose to try to manually maintain the patch files, we
should comment out the auto-generation in the Ant build, otherwise as soon
as someone uses it, it will blow away manual changes.  And if you had
auto-generated the patch file, it probably wouldn't have had formatting
issues.

HTH,
-Alex

On 2/12/18, 8:26 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>Add, see my later mail.
>
>From: Gabe Harbs<ma...@gmail.com>
>Sent: Monday, February 12, 2018 6:23 PM
>To: dev@royale.apache.org<ma...@royale.apache.org>
>Subject: Re: Build failed in Jenkins: royale-typedefs #139
>
>What was it? Did you add a space, or remove a space?
>> On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yi...@hotmail.com>
>>wrote:
>>
>> I fixed it for my machine. Hopefully Jenkins will be happy too.
>>
>> From: Gabe Harbs<ma...@gmail.com>
>> Sent: Monday, February 12, 2018 5:18 PM
>> To: dev@royale.apache.org<ma...@royale.apache.org>
>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>
>> Does anyone understand the patch file syntax enough to guess what’s
>>wrong?
>>
>>> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yi...@hotmail.com>
>>>wrote:
>>>
>>> I  have the same result with ant on my machine. It’s probably a
>>>windows/mac thing.
>>>
>>> From: Piotr Zarzycki<ma...@gmail.com>
>>> Sent: Monday, February 12, 2018 3:13 PM
>>> To: dev@royale.apache.org<ma...@royale.apache.org>
>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>>
>>> Locally I have same result. I tried couple of things but nothing help.
>>>I
>>> see that it is being applied by following command:
>>>
>>> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe,
>>>apply,
>>> --ignore-whitespace, --whitespace=nowarn,
>>> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
>>> error: corrupt patch at line 64
>>>
>>> Thanks, Piotr
>>>
>>>
>>> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>
>>>> Thanks.
>>>>
>>>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki
>>>>><pi...@gmail.com>
>>>> wrote:
>>>>>
>>>>> Let me build typedefs locally by Maven will see.
>>>>>
>>>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>>>
>>>>>> I have no idea why this failed. The patch applied on my machine and
>>>>>>line
>>>>>> 64 is an empty line.
>>>>>>
>>>>>> Maybe it’s a Windows line ending problem?
>>>>>>
>>>>>> Thoughts?
>>>>>> Harbs
>>>>>>
>>>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
>>>>>>>
>>>>>>> See 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa
>>>>>>>cheroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe
>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>>>
>>>>>>> ------------------------------------------
>>>>>>> Started by upstream project "royale-compiler" build number 89
>>>>>>> originally caused by:
>>>>>>> Started by timer
>>>>>>> Building in workspace <http://apacheroyaleci.
>>>> westus2.cloudapp.azure.com:
>>>>>> 8080/job/royale-typedefs/ws/>
>>>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>>>> Fetching changes from the remote Git repository
>>>>>>>> git.exe config remote.origin.url
>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgi
>>>>>>>>thub.com%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com%7Ca91f37b4a5
>>>>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIW
>>>>>>>>lMMi8Q%3D&reserved=0
>>>>>> royale-typedefs.git # timeout=10
>>>>>>> Fetching upstream changes from
>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit
>>>>>>>hub.com%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com%7Ca91f37b4a59c
>>>>>>>41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>>>6540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIWlMMi
>>>>>>>8Q%3D&reserved=0
>>>>>> royale-typedefs.git
>>>>>>>> git.exe --version # timeout=10
>>>>>>>> git.exe fetch --tags --progress
>>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgi
>>>>>>>>thub.com%2Fapache%2F&data=02%7C01%7Caharui%40adobe.com%7Ca91f37b4a5
>>>>>>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7
>>>>>>>>C636540496276826984&sdata=FXlM%2FFyn1mwiw%2BLJ94iCQbRKHmSodySX4xRIW
>>>>>>>>lMMi8Q%3D&reserved=0
>>>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" #
>>>>>>>>timeout=10
>>>>>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
>>>>>> timeout=10
>>>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>> (refs/remotes/origin/develop)
>>>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>>> Commit message: "Added overflowX and overflowY"
>>>>>>>> git.exe rev-list --no-walk
>>>>>>>>b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>>>> timeout=10
>>>>>>> [royale-typedefs] $ cmd.exe /C
>>>>>>>"C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>>>> main && exit %%ERRORLEVEL%%"
>>>>>>> Buildfile: 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa
>>>>>>>cheroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe
>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>>>
>>>>>>> main:
>>>>>>>
>>>>>>> download:
>>>>>>>  [echo] 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa
>>>>>>>cheroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe
>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>>> [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
>>>> into
>>>>>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapac
>>>>>>heroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe.c
>>>>>>om%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178dec
>>>>>>ee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKiJJp
>>>>>>sRUGawhg2Ub8s%3D&reserved=0:
>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>>> [unzip] Expanding:
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa
>>>>>>>cheroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe
>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>iJJpsRUGawhg2Ub8s%3D&reserved=0
>>>> :
>>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip>
>>>>>>into <
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapach
>>>>>>eroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe.co
>>>>>>m%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178dece
>>>>>>e1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfKiJJps
>>>>>>RUGawhg2Ub8s%3D&reserved=0:
>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>>>   [get] Getting:
>>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsto
>>>>>>>rage.googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7Caharui%40a
>>>>>>>dobe.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2
>>>>>>>c178decee1%7C0%7C0%7C636540496276826984&sdata=UQHF9sVSrJYkUX17kA1fa7
>>>>>>>La9%2FMb%2B%2BZ86vsty5QlwRY%3D&reserved=0
>>>>>> downloads/v2/code.google.com/closureidl/svg.js
>>>>>>>   [get] To:
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa
>>>>>>>cheroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe
>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>>>
>>>>>>> double-check-file:
>>>>>>>  [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>>>  [echo] Need file: ${still_no_file}
>>>>>>>
>>>>>>> get-from-cache-if-needed:
>>>>>>>
>>>>>>> fail-if-not-found:
>>>>>>>
>>>>>>> preprocess:
>>>>>>>  [exec] error: corrupt patch at line 64
>>>>>>>
>>>>>>> BUILD FAILED
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa
>>>>>>>cheroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe
>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error
>>>>>>occurred
>>>>>> while executing this line:
>>>>>>> 
>>>>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapa
>>>>>>>cheroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe
>>>>>>>.com%7Ca91f37b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178
>>>>>>>decee1%7C0%7C0%7C636540496276826984&sdata=LL61UmzMw2XOCgf3qyF5QdqkfK
>>>>>>>iJJpsRUGawhg2Ub8s%3D&reserved=0:
>>>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
>>>>>>>
>>>>>>> Total time: 2 seconds
>>>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> Piotr Zarzycki
>>>>>
>>>>> Patreon: 
>>>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.
>>>>>patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Ca91f37
>>>>>b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBgl
>>>>>TU%3D&reserved=0
>>>>> 
>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.
>>>>>patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Ca91f37
>>>>>b4a59c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>7C636540496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBgl
>>>>>TU%3D&reserved=0>*
>>>>
>>>>
>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>> Patreon: 
>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Ca91f37b4a5
>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3D&re
>>>served=0
>>> 
>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Ca91f37b4a5
>>>9c41d2dead08d5723574f0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>40496276826984&sdata=2fD1juoozT2tkWvBX%2FcqAPDUTVAnsjHFqEb27EBglTU%3D&re
>>>served=0>*
>>>
>>
>


RE: Build failed in Jenkins: royale-typedefs #139

Posted by Yishay Weiss <yi...@hotmail.com>.
Add, see my later mail.

From: Gabe Harbs<ma...@gmail.com>
Sent: Monday, February 12, 2018 6:23 PM
To: dev@royale.apache.org<ma...@royale.apache.org>
Subject: Re: Build failed in Jenkins: royale-typedefs #139

What was it? Did you add a space, or remove a space?
> On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yi...@hotmail.com> wrote:
>
> I fixed it for my machine. Hopefully Jenkins will be happy too.
>
> From: Gabe Harbs<ma...@gmail.com>
> Sent: Monday, February 12, 2018 5:18 PM
> To: dev@royale.apache.org<ma...@royale.apache.org>
> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>
> Does anyone understand the patch file syntax enough to guess what’s wrong?
>
>> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yi...@hotmail.com> wrote:
>>
>> I  have the same result with ant on my machine. It’s probably a windows/mac thing.
>>
>> From: Piotr Zarzycki<ma...@gmail.com>
>> Sent: Monday, February 12, 2018 3:13 PM
>> To: dev@royale.apache.org<ma...@royale.apache.org>
>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>>
>> Locally I have same result. I tried couple of things but nothing help. I
>> see that it is being applied by following command:
>>
>> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe, apply,
>> --ignore-whitespace, --whitespace=nowarn,
>> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
>> error: corrupt patch at line 64
>>
>> Thanks, Piotr
>>
>>
>> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>
>>> Thanks.
>>>
>>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki <pi...@gmail.com>
>>> wrote:
>>>>
>>>> Let me build typedefs locally by Maven will see.
>>>>
>>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>>
>>>>> I have no idea why this failed. The patch applied on my machine and line
>>>>> 64 is an empty line.
>>>>>
>>>>> Maybe it’s a Windows line ending problem?
>>>>>
>>>>> Thoughts?
>>>>> Harbs
>>>>>
>>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
>>>>>>
>>>>>> See <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>>
>>>>>> ------------------------------------------
>>>>>> Started by upstream project "royale-compiler" build number 89
>>>>>> originally caused by:
>>>>>> Started by timer
>>>>>> Building in workspace <http://apacheroyaleci.
>>> westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/>
>>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>>> Fetching changes from the remote Git repository
>>>>>>> git.exe config remote.origin.url https://github.com/apache/
>>>>> royale-typedefs.git # timeout=10
>>>>>> Fetching upstream changes from https://github.com/apache/
>>>>> royale-typedefs.git
>>>>>>> git.exe --version # timeout=10
>>>>>>> git.exe fetch --tags --progress https://github.com/apache/
>>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
>>>>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
>>>>> timeout=10
>>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>> (refs/remotes/origin/develop)
>>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>> Commit message: "Added overflowX and overflowY"
>>>>>>> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>>> timeout=10
>>>>>> [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>>> main && exit %%ERRORLEVEL%%"
>>>>>> Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>>
>>>>>> main:
>>>>>>
>>>>>> download:
>>>>>>  [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>> [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
>>> into
>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>> [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com
>>> :
>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <
>>>>> http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>>   [get] Getting: https://storage.googleapis.com/google-code-archive-
>>>>> downloads/v2/code.google.com/closureidl/svg.js
>>>>>>   [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>>
>>>>>> double-check-file:
>>>>>>  [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>>  [echo] Need file: ${still_no_file}
>>>>>>
>>>>>> get-from-cache-if-needed:
>>>>>>
>>>>>> fail-if-not-found:
>>>>>>
>>>>>> preprocess:
>>>>>>  [exec] error: corrupt patch at line 64
>>>>>>
>>>>>> BUILD FAILED
>>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred
>>>>> while executing this line:
>>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
>>>>>>
>>>>>> Total time: 2 seconds
>>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Piotr Zarzycki
>>>>
>>>> Patreon: *https://www.patreon.com/piotrzarzycki
>>>> <https://www.patreon.com/piotrzarzycki>*
>>>
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>>
>


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Gabe Harbs <ha...@gmail.com>.
What was it? Did you add a space, or remove a space?
> On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yi...@hotmail.com> wrote:
> 
> I fixed it for my machine. Hopefully Jenkins will be happy too.
> 
> From: Gabe Harbs<ma...@gmail.com>
> Sent: Monday, February 12, 2018 5:18 PM
> To: dev@royale.apache.org<ma...@royale.apache.org>
> Subject: Re: Build failed in Jenkins: royale-typedefs #139
> 
> Does anyone understand the patch file syntax enough to guess what’s wrong?
> 
>> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yi...@hotmail.com> wrote:
>> 
>> I  have the same result with ant on my machine. It’s probably a windows/mac thing.
>> 
>> From: Piotr Zarzycki<ma...@gmail.com>
>> Sent: Monday, February 12, 2018 3:13 PM
>> To: dev@royale.apache.org<ma...@royale.apache.org>
>> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>> 
>> Locally I have same result. I tried couple of things but nothing help. I
>> see that it is being applied by following command:
>> 
>> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe, apply,
>> --ignore-whitespace, --whitespace=nowarn,
>> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
>> error: corrupt patch at line 64
>> 
>> Thanks, Piotr
>> 
>> 
>> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>> 
>>> Thanks.
>>> 
>>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki <pi...@gmail.com>
>>> wrote:
>>>> 
>>>> Let me build typedefs locally by Maven will see.
>>>> 
>>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>> 
>>>>> I have no idea why this failed. The patch applied on my machine and line
>>>>> 64 is an empty line.
>>>>> 
>>>>> Maybe it’s a Windows line ending problem?
>>>>> 
>>>>> Thoughts?
>>>>> Harbs
>>>>> 
>>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
>>>>>> 
>>>>>> See <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>> 
>>>>>> ------------------------------------------
>>>>>> Started by upstream project "royale-compiler" build number 89
>>>>>> originally caused by:
>>>>>> Started by timer
>>>>>> Building in workspace <http://apacheroyaleci.
>>> westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/>
>>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>>> Fetching changes from the remote Git repository
>>>>>>> git.exe config remote.origin.url https://github.com/apache/
>>>>> royale-typedefs.git # timeout=10
>>>>>> Fetching upstream changes from https://github.com/apache/
>>>>> royale-typedefs.git
>>>>>>> git.exe --version # timeout=10
>>>>>>> git.exe fetch --tags --progress https://github.com/apache/
>>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
>>>>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
>>>>> timeout=10
>>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>> (refs/remotes/origin/develop)
>>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>>> Commit message: "Added overflowX and overflowY"
>>>>>>> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>>> timeout=10
>>>>>> [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>>> main && exit %%ERRORLEVEL%%"
>>>>>> Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>> 
>>>>>> main:
>>>>>> 
>>>>>> download:
>>>>>>  [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>> [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
>>> into
>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>> [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com
>>> :
>>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <
>>>>> http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>>   [get] Getting: https://storage.googleapis.com/google-code-archive-
>>>>> downloads/v2/code.google.com/closureidl/svg.js
>>>>>>   [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>> 
>>>>>> double-check-file:
>>>>>>  [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>>  [echo] Need file: ${still_no_file}
>>>>>> 
>>>>>> get-from-cache-if-needed:
>>>>>> 
>>>>>> fail-if-not-found:
>>>>>> 
>>>>>> preprocess:
>>>>>>  [exec] error: corrupt patch at line 64
>>>>>> 
>>>>>> BUILD FAILED
>>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred
>>>>> while executing this line:
>>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
>>>>>> 
>>>>>> Total time: 2 seconds
>>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> --
>>>> 
>>>> Piotr Zarzycki
>>>> 
>>>> Patreon: *https://www.patreon.com/piotrzarzycki
>>>> <https://www.patreon.com/piotrzarzycki>*
>>> 
>>> 
>> 
>> 
>> --
>> 
>> Piotr Zarzycki
>> 
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>> 
> 


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Piotr Zarzycki <pi...@gmail.com>.
Yishay,

I did try it the same and it didn't work to me. Your commit helps. Weird.
:)

Thanks, Piotr

2018-02-12 17:11 GMT+01:00 Yishay Weiss <yi...@hotmail.com>:

> I fixed it for my machine. Hopefully Jenkins will be happy too.
>
> From: Gabe Harbs<ma...@gmail.com>
> Sent: Monday, February 12, 2018 5:18 PM
> To: dev@royale.apache.org<ma...@royale.apache.org>
> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>
> Does anyone understand the patch file syntax enough to guess what’s wrong?
>
> > On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yi...@hotmail.com>
> wrote:
> >
> > I  have the same result with ant on my machine. It’s probably a
> windows/mac thing.
> >
> > From: Piotr Zarzycki<ma...@gmail.com>
> > Sent: Monday, February 12, 2018 3:13 PM
> > To: dev@royale.apache.org<ma...@royale.apache.org>
> > Subject: Re: Build failed in Jenkins: royale-typedefs #139
> >
> > Locally I have same result. I tried couple of things but nothing help. I
> > see that it is being applied by following command:
> >
> > [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe, apply,
> > --ignore-whitespace, --whitespace=nowarn,
> > D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
> > error: corrupt patch at line 64
> >
> > Thanks, Piotr
> >
> >
> > 2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
> >
> >> Thanks.
> >>
> >>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki <piotrzarzycki21@gmail.com
> >
> >> wrote:
> >>>
> >>> Let me build typedefs locally by Maven will see.
> >>>
> >>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
> >>>
> >>>> I have no idea why this failed. The patch applied on my machine and
> line
> >>>> 64 is an empty line.
> >>>>
> >>>> Maybe it’s a Windows line ending problem?
> >>>>
> >>>> Thoughts?
> >>>> Harbs
> >>>>
> >>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
> >>>>>
> >>>>> See <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >>>> 8080/job/royale-typedefs/139/display/redirect>
> >>>>>
> >>>>> ------------------------------------------
> >>>>> Started by upstream project "royale-compiler" build number 89
> >>>>> originally caused by:
> >>>>> Started by timer
> >>>>> Building in workspace <http://apacheroyaleci.
> >> westus2.cloudapp.azure.com:
> >>>> 8080/job/royale-typedefs/ws/>
> >>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
> >>>>> Fetching changes from the remote Git repository
> >>>>>> git.exe config remote.origin.url https://github.com/apache/
> >>>> royale-typedefs.git # timeout=10
> >>>>> Fetching upstream changes from https://github.com/apache/
> >>>> royale-typedefs.git
> >>>>>> git.exe --version # timeout=10
> >>>>>> git.exe fetch --tags --progress https://github.com/apache/
> >>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
> >>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" #
> timeout=10
> >>>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
> >>>> timeout=10
> >>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> >>>> (refs/remotes/origin/develop)
> >>>>>> git.exe config core.sparsecheckout # timeout=10
> >>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> >>>>> Commit message: "Added overflowX and overflowY"
> >>>>>> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> #
> >>>> timeout=10
> >>>>> [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\
> bin\ant.bat
> >>>> main && exit %%ERRORLEVEL%%"
> >>>>> Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >>>> 8080/job/royale-typedefs/ws/build.xml>
> >>>>>
> >>>>> main:
> >>>>>
> >>>>> download:
> >>>>>   [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >>>> 8080/job/royale-typedefs/ws/js/..>
> >>>>>  [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
> >>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
> >> into
> >>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
> >>>>>  [unzip] Expanding: <http://apacheroyaleci.
> westus2.cloudapp.azure.com
> >> :
> >>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into
> <
> >>>> http://apacheroyaleci.westus2.cloudapp.azure.com:
> >>>> 8080/job/royale-typedefs/ws/js/target/downloads>
> >>>>>    [get] Getting: https://storage.googleapis.
> com/google-code-archive-
> >>>> downloads/v2/code.google.com/closureidl/svg.js
> >>>>>    [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
> >>>>>
> >>>>> double-check-file:
> >>>>>   [echo] ${env.ROYALE_DOWNLOAD_CACHE}
> >>>>>   [echo] Need file: ${still_no_file}
> >>>>>
> >>>>> get-from-cache-if-needed:
> >>>>>
> >>>>> fail-if-not-found:
> >>>>>
> >>>>> preprocess:
> >>>>>   [exec] error: corrupt patch at line 64
> >>>>>
> >>>>> BUILD FAILED
> >>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error
> occurred
> >>>> while executing this line:
> >>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
> >>>>>
> >>>>> Total time: 2 seconds
> >>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> >>>>> Build step 'Invoke Ant' marked build as failure
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>>
> >>> Piotr Zarzycki
> >>>
> >>> Patreon: *https://www.patreon.com/piotrzarzycki
> >>> <https://www.patreon.com/piotrzarzycki>*
> >>
> >>
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

RE: Build failed in Jenkins: royale-typedefs #139

Posted by Yishay Weiss <yi...@hotmail.com>.
I fixed it for my machine. Hopefully Jenkins will be happy too.

From: Gabe Harbs<ma...@gmail.com>
Sent: Monday, February 12, 2018 5:18 PM
To: dev@royale.apache.org<ma...@royale.apache.org>
Subject: Re: Build failed in Jenkins: royale-typedefs #139

Does anyone understand the patch file syntax enough to guess what’s wrong?

> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yi...@hotmail.com> wrote:
>
> I  have the same result with ant on my machine. It’s probably a windows/mac thing.
>
> From: Piotr Zarzycki<ma...@gmail.com>
> Sent: Monday, February 12, 2018 3:13 PM
> To: dev@royale.apache.org<ma...@royale.apache.org>
> Subject: Re: Build failed in Jenkins: royale-typedefs #139
>
> Locally I have same result. I tried couple of things but nothing help. I
> see that it is being applied by following command:
>
> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe, apply,
> --ignore-whitespace, --whitespace=nowarn,
> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
> error: corrupt patch at line 64
>
> Thanks, Piotr
>
>
> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>
>> Thanks.
>>
>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki <pi...@gmail.com>
>> wrote:
>>>
>>> Let me build typedefs locally by Maven will see.
>>>
>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>
>>>> I have no idea why this failed. The patch applied on my machine and line
>>>> 64 is an empty line.
>>>>
>>>> Maybe it’s a Windows line ending problem?
>>>>
>>>> Thoughts?
>>>> Harbs
>>>>
>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
>>>>>
>>>>> See <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>>
>>>>> ------------------------------------------
>>>>> Started by upstream project "royale-compiler" build number 89
>>>>> originally caused by:
>>>>> Started by timer
>>>>> Building in workspace <http://apacheroyaleci.
>> westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/>
>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>> Fetching changes from the remote Git repository
>>>>>> git.exe config remote.origin.url https://github.com/apache/
>>>> royale-typedefs.git # timeout=10
>>>>> Fetching upstream changes from https://github.com/apache/
>>>> royale-typedefs.git
>>>>>> git.exe --version # timeout=10
>>>>>> git.exe fetch --tags --progress https://github.com/apache/
>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
>>>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
>>>> timeout=10
>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>> (refs/remotes/origin/develop)
>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>> Commit message: "Added overflowX and overflowY"
>>>>>> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>> timeout=10
>>>>> [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>> main && exit %%ERRORLEVEL%%"
>>>>> Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>>
>>>>> main:
>>>>>
>>>>> download:
>>>>>   [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>  [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
>> into
>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>  [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com
>> :
>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <
>>>> http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>    [get] Getting: https://storage.googleapis.com/google-code-archive-
>>>> downloads/v2/code.google.com/closureidl/svg.js
>>>>>    [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>>
>>>>> double-check-file:
>>>>>   [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>   [echo] Need file: ${still_no_file}
>>>>>
>>>>> get-from-cache-if-needed:
>>>>>
>>>>> fail-if-not-found:
>>>>>
>>>>> preprocess:
>>>>>   [exec] error: corrupt patch at line 64
>>>>>
>>>>> BUILD FAILED
>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred
>>>> while executing this line:
>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
>>>>>
>>>>> Total time: 2 seconds
>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>> Build step 'Invoke Ant' marked build as failure
>>>>
>>>>
>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>> Patreon: *https://www.patreon.com/piotrzarzycki
>>> <https://www.patreon.com/piotrzarzycki>*
>>
>>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Gabe Harbs <ha...@gmail.com>.
Does anyone understand the patch file syntax enough to guess what’s wrong?

> On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yi...@hotmail.com> wrote:
> 
> I  have the same result with ant on my machine. It’s probably a windows/mac thing.
> 
> From: Piotr Zarzycki<ma...@gmail.com>
> Sent: Monday, February 12, 2018 3:13 PM
> To: dev@royale.apache.org<ma...@royale.apache.org>
> Subject: Re: Build failed in Jenkins: royale-typedefs #139
> 
> Locally I have same result. I tried couple of things but nothing help. I
> see that it is being applied by following command:
> 
> [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe, apply,
> --ignore-whitespace, --whitespace=nowarn,
> D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
> error: corrupt patch at line 64
> 
> Thanks, Piotr
> 
> 
> 2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
> 
>> Thanks.
>> 
>>> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki <pi...@gmail.com>
>> wrote:
>>> 
>>> Let me build typedefs locally by Maven will see.
>>> 
>>> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>> 
>>>> I have no idea why this failed. The patch applied on my machine and line
>>>> 64 is an empty line.
>>>> 
>>>> Maybe it’s a Windows line ending problem?
>>>> 
>>>> Thoughts?
>>>> Harbs
>>>> 
>>>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
>>>>> 
>>>>> See <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/139/display/redirect>
>>>>> 
>>>>> ------------------------------------------
>>>>> Started by upstream project "royale-compiler" build number 89
>>>>> originally caused by:
>>>>> Started by timer
>>>>> Building in workspace <http://apacheroyaleci.
>> westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/>
>>>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>>>> Fetching changes from the remote Git repository
>>>>>> git.exe config remote.origin.url https://github.com/apache/
>>>> royale-typedefs.git # timeout=10
>>>>> Fetching upstream changes from https://github.com/apache/
>>>> royale-typedefs.git
>>>>>> git.exe --version # timeout=10
>>>>>> git.exe fetch --tags --progress https://github.com/apache/
>>>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
>>>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
>>>> timeout=10
>>>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>> (refs/remotes/origin/develop)
>>>>>> git.exe config core.sparsecheckout # timeout=10
>>>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>>>> Commit message: "Added overflowX and overflowY"
>>>>>> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>>>> timeout=10
>>>>> [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat
>>>> main && exit %%ERRORLEVEL%%"
>>>>> Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/build.xml>
>>>>> 
>>>>> main:
>>>>> 
>>>>> download:
>>>>>   [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/..>
>>>>>  [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>>>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
>> into
>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>>>  [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com
>> :
>>>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <
>>>> http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>>>    [get] Getting: https://storage.googleapis.com/google-code-archive-
>>>> downloads/v2/code.google.com/closureidl/svg.js
>>>>>    [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>>>> 
>>>>> double-check-file:
>>>>>   [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>>>   [echo] Need file: ${still_no_file}
>>>>> 
>>>>> get-from-cache-if-needed:
>>>>> 
>>>>> fail-if-not-found:
>>>>> 
>>>>> preprocess:
>>>>>   [exec] error: corrupt patch at line 64
>>>>> 
>>>>> BUILD FAILED
>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred
>>>> while executing this line:
>>>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>>>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
>>>>> 
>>>>> Total time: 2 seconds
>>>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>>>> Build step 'Invoke Ant' marked build as failure
>>>> 
>>>> 
>>> 
>>> 
>>> --
>>> 
>>> Piotr Zarzycki
>>> 
>>> Patreon: *https://www.patreon.com/piotrzarzycki
>>> <https://www.patreon.com/piotrzarzycki>*
>> 
>> 
> 
> 
> --
> 
> Piotr Zarzycki
> 
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
> 


RE: Build failed in Jenkins: royale-typedefs #139

Posted by Yishay Weiss <yi...@hotmail.com>.
I  have the same result with ant on my machine. It’s probably a windows/mac thing.

From: Piotr Zarzycki<ma...@gmail.com>
Sent: Monday, February 12, 2018 3:13 PM
To: dev@royale.apache.org<ma...@royale.apache.org>
Subject: Re: Build failed in Jenkins: royale-typedefs #139

Locally I have same result. I tried couple of things but nothing help. I
see that it is being applied by following command:

[DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe, apply,
--ignore-whitespace, --whitespace=nowarn,
D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
error: corrupt patch at line 64

Thanks, Piotr


2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:

> Thanks.
>
> > On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki <pi...@gmail.com>
> wrote:
> >
> > Let me build typedefs locally by Maven will see.
> >
> > 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
> >
> >> I have no idea why this failed. The patch applied on my machine and line
> >> 64 is an empty line.
> >>
> >> Maybe it’s a Windows line ending problem?
> >>
> >> Thoughts?
> >> Harbs
> >>
> >>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
> >>>
> >>> See <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/139/display/redirect>
> >>>
> >>> ------------------------------------------
> >>> Started by upstream project "royale-compiler" build number 89
> >>> originally caused by:
> >>> Started by timer
> >>> Building in workspace <http://apacheroyaleci.
> westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/>
> >>>> git.exe rev-parse --is-inside-work-tree # timeout=10
> >>> Fetching changes from the remote Git repository
> >>>> git.exe config remote.origin.url https://github.com/apache/
> >> royale-typedefs.git # timeout=10
> >>> Fetching upstream changes from https://github.com/apache/
> >> royale-typedefs.git
> >>>> git.exe --version # timeout=10
> >>>> git.exe fetch --tags --progress https://github.com/apache/
> >> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
> >>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
> >>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
> >> timeout=10
> >>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> >> (refs/remotes/origin/develop)
> >>>> git.exe config core.sparsecheckout # timeout=10
> >>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> >>> Commit message: "Added overflowX and overflowY"
> >>>> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
> >> timeout=10
> >>> [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat
> >> main && exit %%ERRORLEVEL%%"
> >>> Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/build.xml>
> >>>
> >>> main:
> >>>
> >>> download:
> >>>    [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/..>
> >>>   [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
> >> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
> into
> >> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/target/temp/externs>
> >>>   [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com
> :
> >> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <
> >> http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/target/downloads>
> >>>     [get] Getting: https://storage.googleapis.com/google-code-archive-
> >> downloads/v2/code.google.com/closureidl/svg.js
> >>>     [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
> >>>
> >>> double-check-file:
> >>>    [echo] ${env.ROYALE_DOWNLOAD_CACHE}
> >>>    [echo] Need file: ${still_no_file}
> >>>
> >>> get-from-cache-if-needed:
> >>>
> >>> fail-if-not-found:
> >>>
> >>> preprocess:
> >>>    [exec] error: corrupt patch at line 64
> >>>
> >>> BUILD FAILED
> >>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred
> >> while executing this line:
> >>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
> >>>
> >>> Total time: 2 seconds
> >>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> >>> Build step 'Invoke Ant' marked build as failure
> >>
> >>
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
>
>


--

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Piotr Zarzycki <pi...@gmail.com>.
Locally I have same result. I tried couple of things but nothing help. I
see that it is being applied by following command:

[DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe, apply,
--ignore-whitespace, --whitespace=nowarn,
D:\Work\royale-sources\royale-typedefs\js/src/main/patch/js.patch]
error: corrupt patch at line 64

Thanks, Piotr


2018-02-12 13:47 GMT+01:00 Gabe Harbs <ha...@gmail.com>:

> Thanks.
>
> > On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki <pi...@gmail.com>
> wrote:
> >
> > Let me build typedefs locally by Maven will see.
> >
> > 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
> >
> >> I have no idea why this failed. The patch applied on my machine and line
> >> 64 is an empty line.
> >>
> >> Maybe it’s a Windows line ending problem?
> >>
> >> Thoughts?
> >> Harbs
> >>
> >>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
> >>>
> >>> See <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/139/display/redirect>
> >>>
> >>> ------------------------------------------
> >>> Started by upstream project "royale-compiler" build number 89
> >>> originally caused by:
> >>> Started by timer
> >>> Building in workspace <http://apacheroyaleci.
> westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/>
> >>>> git.exe rev-parse --is-inside-work-tree # timeout=10
> >>> Fetching changes from the remote Git repository
> >>>> git.exe config remote.origin.url https://github.com/apache/
> >> royale-typedefs.git # timeout=10
> >>> Fetching upstream changes from https://github.com/apache/
> >> royale-typedefs.git
> >>>> git.exe --version # timeout=10
> >>>> git.exe fetch --tags --progress https://github.com/apache/
> >> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
> >>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
> >>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
> >> timeout=10
> >>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> >> (refs/remotes/origin/develop)
> >>>> git.exe config core.sparsecheckout # timeout=10
> >>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> >>> Commit message: "Added overflowX and overflowY"
> >>>> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
> >> timeout=10
> >>> [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat
> >> main && exit %%ERRORLEVEL%%"
> >>> Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/build.xml>
> >>>
> >>> main:
> >>>
> >>> download:
> >>>    [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/..>
> >>>   [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
> >> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar
> into
> >> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/target/temp/externs>
> >>>   [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com
> :
> >> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <
> >> http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/target/downloads>
> >>>     [get] Getting: https://storage.googleapis.com/google-code-archive-
> >> downloads/v2/code.google.com/closureidl/svg.js
> >>>     [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
> >>>
> >>> double-check-file:
> >>>    [echo] ${env.ROYALE_DOWNLOAD_CACHE}
> >>>    [echo] Need file: ${still_no_file}
> >>>
> >>> get-from-cache-if-needed:
> >>>
> >>> fail-if-not-found:
> >>>
> >>> preprocess:
> >>>    [exec] error: corrupt patch at line 64
> >>>
> >>> BUILD FAILED
> >>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred
> >> while executing this line:
> >>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> >> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
> >>>
> >>> Total time: 2 seconds
> >>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> >>> Build step 'Invoke Ant' marked build as failure
> >>
> >>
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Build failed in Jenkins: royale-typedefs #139

Posted by Gabe Harbs <ha...@gmail.com>.
Thanks.

> On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki <pi...@gmail.com> wrote:
> 
> Let me build typedefs locally by Maven will see.
> 
> 2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
> 
>> I have no idea why this failed. The patch applied on my machine and line
>> 64 is an empty line.
>> 
>> Maybe it’s a Windows line ending problem?
>> 
>> Thoughts?
>> Harbs
>> 
>>> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
>>> 
>>> See <http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/139/display/redirect>
>>> 
>>> ------------------------------------------
>>> Started by upstream project "royale-compiler" build number 89
>>> originally caused by:
>>> Started by timer
>>> Building in workspace <http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/ws/>
>>>> git.exe rev-parse --is-inside-work-tree # timeout=10
>>> Fetching changes from the remote Git repository
>>>> git.exe config remote.origin.url https://github.com/apache/
>> royale-typedefs.git # timeout=10
>>> Fetching upstream changes from https://github.com/apache/
>> royale-typedefs.git
>>>> git.exe --version # timeout=10
>>>> git.exe fetch --tags --progress https://github.com/apache/
>> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>>>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
>>>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
>> timeout=10
>>> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>> (refs/remotes/origin/develop)
>>>> git.exe config core.sparsecheckout # timeout=10
>>>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
>>> Commit message: "Added overflowX and overflowY"
>>>> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
>> timeout=10
>>> [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat
>> main && exit %%ERRORLEVEL%%"
>>> Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/ws/build.xml>
>>> 
>>> main:
>>> 
>>> download:
>>>    [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/ws/js/..>
>>>   [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
>> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar into
>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/ws/js/target/temp/externs>
>>>   [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <
>> http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/ws/js/target/downloads>
>>>     [get] Getting: https://storage.googleapis.com/google-code-archive-
>> downloads/v2/code.google.com/closureidl/svg.js
>>>     [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
>>> 
>>> double-check-file:
>>>    [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>>>    [echo] Need file: ${still_no_file}
>>> 
>>> get-from-cache-if-needed:
>>> 
>>> fail-if-not-found:
>>> 
>>> preprocess:
>>>    [exec] error: corrupt patch at line 64
>>> 
>>> BUILD FAILED
>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred
>> while executing this line:
>>> <http://apacheroyaleci.westus2.cloudapp.azure.com:
>> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
>>> 
>>> Total time: 2 seconds
>>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>>> Build step 'Invoke Ant' marked build as failure
>> 
>> 
> 
> 
> -- 
> 
> Piotr Zarzycki
> 
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*


Re: Build failed in Jenkins: royale-typedefs #139

Posted by Piotr Zarzycki <pi...@gmail.com>.
Let me build typedefs locally by Maven will see.

2018-02-12 13:36 GMT+01:00 Gabe Harbs <ha...@gmail.com>:

> I have no idea why this failed. The patch applied on my machine and line
> 64 is an empty line.
>
> Maybe it’s a Windows line ending problem?
>
> Thoughts?
> Harbs
>
> > On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
> >
> > See <http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/139/display/redirect>
> >
> > ------------------------------------------
> > Started by upstream project "royale-compiler" build number 89
> > originally caused by:
> > Started by timer
> > Building in workspace <http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/ws/>
> >> git.exe rev-parse --is-inside-work-tree # timeout=10
> > Fetching changes from the remote Git repository
> >> git.exe config remote.origin.url https://github.com/apache/
> royale-typedefs.git # timeout=10
> > Fetching upstream changes from https://github.com/apache/
> royale-typedefs.git
> >> git.exe --version # timeout=10
> >> git.exe fetch --tags --progress https://github.com/apache/
> royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
> >> git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
> >> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" #
> timeout=10
> > Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> (refs/remotes/origin/develop)
> >> git.exe config core.sparsecheckout # timeout=10
> >> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> > Commit message: "Added overflowX and overflowY"
> >> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 #
> timeout=10
> > [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat
> main && exit %%ERRORLEVEL%%"
> > Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/ws/build.xml>
> >
> > main:
> >
> > download:
> >     [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/ws/js/..>
> >    [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\
> royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar into
> <http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/ws/js/target/temp/externs>
> >    [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <
> http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/ws/js/target/downloads>
> >      [get] Getting: https://storage.googleapis.com/google-code-archive-
> downloads/v2/code.google.com/closureidl/svg.js
> >      [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
> >
> > double-check-file:
> >     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
> >     [echo] Need file: ${still_no_file}
> >
> > get-from-cache-if-needed:
> >
> > fail-if-not-found:
> >
> > preprocess:
> >     [exec] error: corrupt patch at line 64
> >
> > BUILD FAILED
> > <http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred
> while executing this line:
> > <http://apacheroyaleci.westus2.cloudapp.azure.com:
> 8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
> >
> > Total time: 2 seconds
> > Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> > Build step 'Invoke Ant' marked build as failure
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Build failed in Jenkins: royale-typedefs #139

Posted by Gabe Harbs <ha...@gmail.com>.
I have no idea why this failed. The patch applied on my machine and line 64 is an empty line.

Maybe it’s a Windows line ending problem?

Thoughts?
Harbs

> On Feb 12, 2018, at 2:12 PM, apacheroyaleci@gmail.com wrote:
> 
> See <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/139/display/redirect>
> 
> ------------------------------------------
> Started by upstream project "royale-compiler" build number 89
> originally caused by:
> Started by timer
> Building in workspace <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/>
>> git.exe rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
>> git.exe config remote.origin.url https://github.com/apache/royale-typedefs.git # timeout=10
> Fetching upstream changes from https://github.com/apache/royale-typedefs.git
>> git.exe --version # timeout=10
>> git.exe fetch --tags --progress https://github.com/apache/royale-typedefs.git +refs/heads/*:refs/remotes/origin/*
>> git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
>> git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" # timeout=10
> Checking out Revision b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 (refs/remotes/origin/develop)
>> git.exe config core.sparsecheckout # timeout=10
>> git.exe checkout -f b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
> Commit message: "Added overflowX and overflowY"
>> git.exe rev-list --no-walk b50b80fa675d06c5b8e9145b1b3f2e54784f25a8 # timeout=10
> [royale-typedefs] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat main && exit %%ERRORLEVEL%%"
> Buildfile: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/build.xml>
> 
> main:
> 
> download:
>     [echo] <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/..>
>    [unjar] Expanding: C:\Program Files (x86)\Jenkins\workspace\royale-compiler\compiler-jx\lib\google\closure-compiler\compiler.jar into <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/target/temp/externs>
>    [unzip] Expanding: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/target/temp/externs/externs.zip> into <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/target/downloads>
>      [get] Getting: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js
>      [get] To: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/target/downloads/svg.js>
> 
> double-check-file:
>     [echo] ${env.ROYALE_DOWNLOAD_CACHE}
>     [echo] Need file: ${still_no_file}
> 
> get-from-cache-if-needed:
> 
> fail-if-not-found:
> 
> preprocess:
>     [exec] error: corrupt patch at line 64
> 
> BUILD FAILED
> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/build.xml>:52: The following error occurred while executing this line:
> <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/build.xml>:149: exec returned: 128
> 
> Total time: 2 seconds
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> Build step 'Invoke Ant' marked build as failure