Re: Releasing Surefire 2.22.2 - no website update ?

2019-04-26 Thread Enrico Olivelli
I am trying to stage the website
I get this error (reported below)
it seems to fail the "commit", but I was able to "checkout"
I am able to ping svn.apache.org

any suggestion ?
Enrico


org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.apache.maven.plugins:maven-scm-publish-plugin:3.0.0:publish-scm
(default-cli) on project surefire: /bin/sh -c 'svn' '--username'
'xx '--password' 'xxx'
'--no-auth-cache' '--non-interactive' 'ls'
'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST'.The
svn command failed:svn: E170013: Unable to connect to a repository at
URL 
'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST'
svn: E000111: Error running context: Connection refused

at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
Caused by: org.apache.maven.plugin.MojoExecutionException: /bin/sh -c
'svn' '--username' 'xx'--password' ''
'--no-auth-cache' '--non-interactive' 'ls'
'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST'.The
svn command failed:svn: E170013: Unable to connect to a repository at
URL 
'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST'
svn: E000111: Error running context: Connection refused

at 
org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkCreateRemoteSvnPath(AbstractScmPublishMojo.java:482)
at 
org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkoutExisting(AbstractScmPublishMojo.java:373)
at 
org.apache.maven.plugins.scmpublish.ScmPublishPublishScmMojo.scmPublishExecute(ScmPublishPublishScmMojo.java:277)
at 
org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.execute(AbstractScmPublishMojo.java:579)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 20 more
Caused by: org.apache.maven.scm.ScmException: /bin/sh -c 'svn'
'--username' 'x '--password' 'xxx'
'--no-auth-cache' '--non-interactive' 'ls'
'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST'.The
svn command failed:svn: E170013: Unable to connect to a repository at
URL 
'https://svn.apache.org/repos/asf/maven/website/components/surefire-archives/surefire-LATEST'
svn: E000111: Error running context: Connection refused

at 
org.apache.maven.scm.provider.svn.svnexe.command.remoteinfo.SvnRemoteInfoCommand.remoteUrlExist(SvnRemoteInfoCommand.java:160)
at 
org.apache.maven.scm.provider.svn.svnexe.SvnExeScmProvider.remoteUrlExist(SvnExeScmProvider.java:212)
at 
org.apache.maven.plugins.scmpublish.AbstractScmPublishMojo.checkCreateRemoteSvnPath(AbstractScmPublishMojo.java:473)
... 25 more

Il giorno ven 26 apr 2019 alle ore 16:16 Enrico Olivelli
 ha scritto:
>
>
>
> Il ven 26 apr 2019, 08:51 Olivier Lamy  ha scritto:
>>
>> Perso I would say no (but maybe some will ask to have it in the archives
>> path http://maven.apache.org/plugins-archives/ ?)
>
>
> I can push the website directly to the archive
>
> Enrico
>
>>
>> On Fri, 26 Apr 2019 at 03:08, Enrico Olivelli  wrote:
>>
>> > Hi,
>> > I am staging a release for Surefire 2.22.2, I am not cuting it from
>> > master branchm which is 3.x.
>> >
>> > I think I should not update the website, and in the VOTE email I don't
>> > have to include any reference to any staging website
>> >
>> > Is it the good way ?
>> >
>> >
>> > Enrico
>> >
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> > For additional commands, e-mail: dev-h...@maven.apache.org
>> >
>> >
>>
>> --
>> Olivier Lamy
>> http://twitter.com/olamy | http://linkedin.com/in/olamy

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Surefire maintenance release

2019-04-26 Thread Benedikt Ritter
Am Do., 25. Apr. 2019 um 22:08 Uhr schrieb Enrico Olivelli <
eolive...@gmail.com>:

> FYI
> I have staged the release artifacts at
> https://repository.apache.org/content/repositories/maven-1500/
> and created the tag
>
> but I have to do some burocratic steps in JIRA before sending the
> official [VOTE] email
> I have sent other emails on this mailing list in order to complete my task
>
> @Stephane Nicoll if you want to try out the artifacts you are welcome.
> Anyway I will expect an official +1 on the VOTE thread
>
> I am sorry that the procedure takes so long but the staging proceure
> (mvn release:prepare...release:perform) must run all of the Its and it
> longs 2h
>

Helllo Enrico,

the staged artifacts passed our internal test suite.

Regards,
Benedikt


>
> Enrico
>
> Il giorno gio 25 apr 2019 alle ore 10:25 Enrico Olivelli
>  ha scritto:
> >
> > Staging the artifact now.
> > It will take the whole day I guess
> >
> > Enrico
> >
> > Il mer 24 apr 2019, 13:21 Enrico Olivelli  ha
> scritto:
> >>
> >> Il giorno mer 24 apr 2019 alle ore 12:30 Tibor Digana
> >>  ha scritto:
> >> >
> >> > What a test has failed?
> >> > In this CI job all tests have passed successfully and the job is
> "blue".
> >>
> >> You are right !
> >> My browser should have get messed somehow
> >>
> >> So we are good to go
> >> sorry for beeing so late
> >>
> >> Enrico
> >>
> >> >
> >> > On Wed, Apr 24, 2019 at 8:28 AM Enrico Olivelli 
> wrote:
> >> >
> >> > > I am sorry,
> >> > > I had other priorities, this task is not still complete.
> >> > >
> >> > > Tests are still failing and this is weird because I think I saw
> them green.
> >> > >
> >> > > This is the link to the job
> >> > >
> >> > >
> >> > >
> https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven-surefire/job/release%252F2.22.2/
> >> > >
> >> > > Enrico
> >> > >
> >> > > Il gio 11 apr 2019, 08:11 Christian Stein  ha
> scritto:
> >> > >
> >> > > > On Thu, Apr 11, 2019 at 8:09 AM Enrico Olivelli <
> eolive...@gmail.com>
> >> > > > wrote:
> >> > > >
> >> > > > > This is the final branch from which I will cut the release.
> >> > > > > https://github.com/apache/maven-surefire/tree/release/2.22.2
> >> > > > >
> >> > > > > Re-launched Jenkins to check for the last time:
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> https://builds.apache.org/job/maven-box/job/maven-surefire/job/release%252F2.22.2/
> >> > > > >
> >> > > > >
> >> > > > Go, Jenkins, go! ;-)
> >> > > >
> >> > >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: Releasing Surefire 2.22.2 - no website update ?

2019-04-26 Thread Enrico Olivelli
Il ven 26 apr 2019, 08:51 Olivier Lamy  ha scritto:

> Perso I would say no (but maybe some will ask to have it in the archives
> path http://maven.apache.org/plugins-archives/ ?)
>

I can push the website directly to the archive

Enrico


> On Fri, 26 Apr 2019 at 03:08, Enrico Olivelli  wrote:
>
> > Hi,
> > I am staging a release for Surefire 2.22.2, I am not cuting it from
> > master branchm which is 3.x.
> >
> > I think I should not update the website, and in the VOTE email I don't
> > have to include any reference to any staging website
> >
> > Is it the good way ?
> >
> >
> > Enrico
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>


Re: Surefire maintenance release

2019-04-26 Thread Enrico Olivelli
Il giorno ven 26 apr 2019 alle ore 15:59 Stephane Nicoll
 ha scritto:
>
> Awesome, thanks a lot Enrico. Will give the staging release a try next week.

Okay,
Anyway I will start the official [VOTE] thread soon, today or tomorrow.

Cheers

Enrico


>
> Cheers,
> S.
>
> On Thu, Apr 25, 2019 at 11:08 PM Enrico Olivelli 
> wrote:
>
> > FYI
> > I have staged the release artifacts at
> > https://repository.apache.org/content/repositories/maven-1500/
> > and created the tag
> >
> > but I have to do some burocratic steps in JIRA before sending the
> > official [VOTE] email
> > I have sent other emails on this mailing list in order to complete my task
> >
> > @Stephane Nicoll if you want to try out the artifacts you are welcome.
> > Anyway I will expect an official +1 on the VOTE thread
> >
> > I am sorry that the procedure takes so long but the staging proceure
> > (mvn release:prepare...release:perform) must run all of the Its and it
> > longs 2h
> >
> > Enrico
> >
> > Il giorno gio 25 apr 2019 alle ore 10:25 Enrico Olivelli
> >  ha scritto:
> > >
> > > Staging the artifact now.
> > > It will take the whole day I guess
> > >
> > > Enrico
> > >
> > > Il mer 24 apr 2019, 13:21 Enrico Olivelli  ha
> > scritto:
> > >>
> > >> Il giorno mer 24 apr 2019 alle ore 12:30 Tibor Digana
> > >>  ha scritto:
> > >> >
> > >> > What a test has failed?
> > >> > In this CI job all tests have passed successfully and the job is
> > "blue".
> > >>
> > >> You are right !
> > >> My browser should have get messed somehow
> > >>
> > >> So we are good to go
> > >> sorry for beeing so late
> > >>
> > >> Enrico
> > >>
> > >> >
> > >> > On Wed, Apr 24, 2019 at 8:28 AM Enrico Olivelli 
> > wrote:
> > >> >
> > >> > > I am sorry,
> > >> > > I had other priorities, this task is not still complete.
> > >> > >
> > >> > > Tests are still failing and this is weird because I think I saw
> > them green.
> > >> > >
> > >> > > This is the link to the job
> > >> > >
> > >> > >
> > >> > >
> > https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven-surefire/job/release%252F2.22.2/
> > >> > >
> > >> > > Enrico
> > >> > >
> > >> > > Il gio 11 apr 2019, 08:11 Christian Stein  ha
> > scritto:
> > >> > >
> > >> > > > On Thu, Apr 11, 2019 at 8:09 AM Enrico Olivelli <
> > eolive...@gmail.com>
> > >> > > > wrote:
> > >> > > >
> > >> > > > > This is the final branch from which I will cut the release.
> > >> > > > > https://github.com/apache/maven-surefire/tree/release/2.22.2
> > >> > > > >
> > >> > > > > Re-launched Jenkins to check for the last time:
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > https://builds.apache.org/job/maven-box/job/maven-surefire/job/release%252F2.22.2/
> > >> > > > >
> > >> > > > >
> > >> > > > Go, Jenkins, go! ;-)
> > >> > > >
> > >> > >
> >

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Surefire maintenance release

2019-04-26 Thread Stephane Nicoll
Awesome, thanks a lot Enrico. Will give the staging release a try next week.

Cheers,
S.

On Thu, Apr 25, 2019 at 11:08 PM Enrico Olivelli 
wrote:

> FYI
> I have staged the release artifacts at
> https://repository.apache.org/content/repositories/maven-1500/
> and created the tag
>
> but I have to do some burocratic steps in JIRA before sending the
> official [VOTE] email
> I have sent other emails on this mailing list in order to complete my task
>
> @Stephane Nicoll if you want to try out the artifacts you are welcome.
> Anyway I will expect an official +1 on the VOTE thread
>
> I am sorry that the procedure takes so long but the staging proceure
> (mvn release:prepare...release:perform) must run all of the Its and it
> longs 2h
>
> Enrico
>
> Il giorno gio 25 apr 2019 alle ore 10:25 Enrico Olivelli
>  ha scritto:
> >
> > Staging the artifact now.
> > It will take the whole day I guess
> >
> > Enrico
> >
> > Il mer 24 apr 2019, 13:21 Enrico Olivelli  ha
> scritto:
> >>
> >> Il giorno mer 24 apr 2019 alle ore 12:30 Tibor Digana
> >>  ha scritto:
> >> >
> >> > What a test has failed?
> >> > In this CI job all tests have passed successfully and the job is
> "blue".
> >>
> >> You are right !
> >> My browser should have get messed somehow
> >>
> >> So we are good to go
> >> sorry for beeing so late
> >>
> >> Enrico
> >>
> >> >
> >> > On Wed, Apr 24, 2019 at 8:28 AM Enrico Olivelli 
> wrote:
> >> >
> >> > > I am sorry,
> >> > > I had other priorities, this task is not still complete.
> >> > >
> >> > > Tests are still failing and this is weird because I think I saw
> them green.
> >> > >
> >> > > This is the link to the job
> >> > >
> >> > >
> >> > >
> https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven-surefire/job/release%252F2.22.2/
> >> > >
> >> > > Enrico
> >> > >
> >> > > Il gio 11 apr 2019, 08:11 Christian Stein  ha
> scritto:
> >> > >
> >> > > > On Thu, Apr 11, 2019 at 8:09 AM Enrico Olivelli <
> eolive...@gmail.com>
> >> > > > wrote:
> >> > > >
> >> > > > > This is the final branch from which I will cut the release.
> >> > > > > https://github.com/apache/maven-surefire/tree/release/2.22.2
> >> > > > >
> >> > > > > Re-launched Jenkins to check for the last time:
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> https://builds.apache.org/job/maven-box/job/maven-surefire/job/release%252F2.22.2/
> >> > > > >
> >> > > > >
> >> > > > Go, Jenkins, go! ;-)
> >> > > >
> >> > >
>


Re: seconders to first pass of performance improvements

2019-04-26 Thread Enrico Olivelli
+1

Il ven 26 apr 2019, 05:49 Sylwester Lachiewicz  ha
scritto:

> +1
>
> W dniu pt., 26.04.2019 o 02:24 Olivier Lamy  napisał(a):
>
> > +1
> >
> > On Fri, 26 Apr 2019 at 09:34, Hervé BOUTEMY 
> wrote:
> >
> > > Hi,
> > >
> > > I'd like to merge Stefan Oehme's PRs step by step, starting with PR
> #242
> > > "Speed up project discovery" [1].
> > > There are 4 commits for 4 Jira issues: MNG-6629, MNG-6630, MNG-6631 and
> > > MNG-6632 [2]
> > > Branches on ASF Jenkins are ok [3], I just had to relaunch a little bit
> > > since
> > > there were apparently server-related issues
> > >
> > > We already have 3 Maven-dev reviewers who agreed on the PR content, and
> > an
> > > external review asking for a little comment I'll add later: I consider
> > > that as
> > > the seconders we expect, and let some time for people to step in if
> there
> > > are
> > > any blocker. Without any feedback, I'll merge this WE and continue with
> > > other
> > > PRs the same way (using PR reviews as first pass then confirm on the
> ML).
> > >
> > > At the moment, we don't have real measures everybody can reproduce for
> > > himself
> > > to check the improvements: if anybody has a concrete recipe to start
> > doing
> > > local measure, don't hesitate to share.
> > >
> > > Regards,
> > >
> > > Hervé
> > >
> > >
> > > [1] https://github.com/apache/maven/pull/242
> > >
> > > [2] https://issues.apache.org/jira/browse/MNG-6629
> > > https://issues.apache.org/jira/browse/MNG-6630
> > > https://issues.apache.org/jira/browse/MNG-6631
> > > https://issues.apache.org/jira/browse/MNG-6632
> > >
> > > [3]
> > https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/
> > >
> > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > >
> > >
> >
> > --
> > Olivier Lamy
> > http://twitter.com/olamy | http://linkedin.com/in/olamy
> >
>


Re: Releasing Surefire 2.22.2 - JIRA ?

2019-04-26 Thread Enrico Olivelli
Il ven 26 apr 2019, 08:50 Olivier Lamy  ha scritto:

> version created
>

Thanks!

Enrico

>
> On Fri, 26 Apr 2019 at 03:12, Enrico Olivelli  wrote:
>
> > Hi,
> > I am cutting release 2.22.2 for surefire.
> > Can any JIRA admin create the 2.22.2 version ?
> >
> > I am also sseing a 2.22.1 version, this is to be closed, isn't it ?
> >
> > Thanks
> > Enrico
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>


Re: Releasing Surefire 2.22.2 - no website update ?

2019-04-26 Thread Olivier Lamy
Perso I would say no (but maybe some will ask to have it in the archives
path http://maven.apache.org/plugins-archives/ ?)

On Fri, 26 Apr 2019 at 03:08, Enrico Olivelli  wrote:

> Hi,
> I am staging a release for Surefire 2.22.2, I am not cuting it from
> master branchm which is 3.x.
>
> I think I should not update the website, and in the VOTE email I don't
> have to include any reference to any staging website
>
> Is it the good way ?
>
>
> Enrico
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: Releasing Surefire 2.22.2 - JIRA ?

2019-04-26 Thread Olivier Lamy
version created

On Fri, 26 Apr 2019 at 03:12, Enrico Olivelli  wrote:

> Hi,
> I am cutting release 2.22.2 for surefire.
> Can any JIRA admin create the 2.22.2 version ?
>
> I am also sseing a 2.22.1 version, this is to be closed, isn't it ?
>
> Thanks
> Enrico
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy