I did some git log searching and I think the problem is in this commit:

513d7b842f093af19cd803bc05b649dd85b10918

<includes>**</includes>

Was added to upload-release-to-staging, although Alex removed it when he added

<modules><!-- only run on top-level, not for each module -->^M
</modules>

My hunch is that specifying <includes> causes this loop.

I’m running now without <includes/> and I’ll see what happens.

From: Alex Harui<mailto:aha...@adobe.com.INVALID>
Sent: Thursday, April 30, 2020 10:49 PM
To: dev@royale.apache.org<mailto:dev@royale.apache.org>
Subject: Re: wagon:upload problems

Hi Chris,

As I understand it, Yishay is only running one Wagon call.  The Jewel calls are 
not being run, but in that one Wagon call, the source-release for the parent is 
being uploaded many times and it doesn't look like it is trying to upload the 
artifacts.  Check out the log he posted at [1].  How did we give the commands 
incorrectly that caused it to do what it did?

[1] https://paste.apache.org/tpdkh

On 4/30/20, 12:41 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:

    Hi folks,

    Just to try it out ... almost anyone that has setup his credentials in the 
settings.xml could try to deploy asjs by running:

    mvn clean deploy 
-Papache-release,apache-release,with-distribution,option-with-swf

    On the develop branch.

    It would automatically build the same artifacts, sign them and instead of 
creating a staging repo, would upload them to the SNAPSHOT repo.

    Would be really interesting on if you really are having these upload 
problems. And I mean anyone could test this without having to be RM.
    It's just one command, nothing more and you can't even mess up anything as 
the code isn't changed.

    And by the way ... the releasesteps.xml does actually deploy a large 
portion of the artifacts multiple times ...

    The ant target uploadSWCs already deploys the entire artifact tree ... 
there's no need for uploadJewelDark and uploadJewelLight


    Chris



    Am 30.04.20, 20:43 schrieb "Alex Harui" <aha...@adobe.com.INVALID>:

        Gee I hope that didn't cause that IP to be blocked by Apache.  Keep 
that in mind if you have trouble uploading from the CI server next time you 
try.  Find the IP address of the CI server and ask Infra if it got blocked.  
There is a chance that Azure blocked as well.  I guess I'll find out if I have 
to pay Azure a huge bandwidth overage bill or not.

        It does tell us something about the reliability of the connection on a 
windows machine in the US vs your computer outside the US.

        Anyway, I think you can test locally with the .asc files and figure out 
the right params.

        Good luck,
        -Alex

        On 4/30/20, 11:34 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote:

            I suspect this might be related to recent maven profile changes not 
meshing well with the release script targets. I’ll see what I can dig up.

            From: Yishay Weiss<mailto:yishayj...@hotmail.com>
            Sent: Thursday, April 30, 2020 9:32 PM
            To: dev@royale.apache.org<mailto:dev@royale.apache.org>
            Subject: RE: wagon:upload problems


            >I think it might be repeating the upload for each project.

            Upload happens 67 times [1] in a loop. That explains why even on 
the CI server after 5.5 hours it finally failed [2].


            [1] 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fzh3rj&amp;data=02%7C01%7Caharui%40adobe.com%7C299181ce8b6747c85d0808d7ed3e7f9e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637238725037069701&amp;sdata=exsxl6%2BaV%2FOuwOL%2FlPxZEd9HRlIc3CiM%2FJj7g5pZFsQ%3D&amp;reserved=0
            [2]
                 [exec] [INFO] BUILD FAILURE
                 [exec] [INFO] 
------------------------------------------------------------------------
                 [exec] [INFO] Total time:  05:36 h
                 [exec] [INFO] Finished at: 2020-04-30T18:01:58Z
                 [exec] [INFO] 
------------------------------------------------------------------------
                 [exec] [ERROR] Failed to execute goal 
org.codehaus.mojo:wagon-maven-plugin:2.0.0:upload (default-cli) on project 
Effects: Error handling resource: Failed to transfer file http
            
s://repository.apache.org/service/local/staging/deploy/maven2/org/apache/royale/framework/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/0.9.7/Jewel-Light-NoFlat-Emphasized-Emerald-Th
            eme-0.9.7-js.swc with status code 400 -> [Help 1]
                 [exec] org.apache.maven.lifecycle.LifecycleExecutionException: 
Failed to execute goal org.codehaus.mojo:wagon-maven-plugin:2.0.0:upload 
(default-cli) on project Effects: Error
            handling resource






Reply via email to