Re: [MATH] Build Failure

2021-12-24 Thread Gilles Sadowski
Le ven. 24 déc. 2021 à 18:09, Avijit Basak  a écrit :
>
> Hi
>
>I have no access to change anything in the master branch.

That's normal.
Anyways, the issue is not in the "master" branch[1] but likely in your
clone of it.
Please compare the Travis log with the Jenkins log.[1]

> The
> artifact id for the module "commons-math-core" is mentioned as
> "commons-math4-core" in the pom file present in the master branch.

The artefact id is different from the module's name.

Is the build successful on your local machine?

Perhaps you could try to create another branch and merge all your
changes as a single commit, then compare with "master" to spot
any unwanted file (e.g. in the "target" directory?).

Gilles

> Please
> check the following URL.
> https://github.com/apache/commons-math/blob/master/commons-math-core/pom.xml
>Also please let me know if you see any other issues.

[1] Here is a recent successful build:
https://ci-builds.apache.org/job/Commons/job/commons-math/196/


>
> Thanks & Regards
> --Avijit Basak
>
> On Fri, 24 Dec 2021 at 17:27, Gilles Sadowski  wrote:
>
> > Le ven. 24 déc. 2021 à 12:23, Avijit Basak  a
> > écrit :
> > >
> > > Hi
> > >
> > >   I have initiated the build once again after pulling changes
> > from
> > > the master branch. However, the build has failed again. Kindly look into
> > > the report.
> > >  https://app.travis-ci.com/github/apache/commons-math/builds/243963791
> > >
> > >   The artifact id "commons-math4-core" is present in the master
> > > branch of the repository
> > >
> > >
> > https://github.com/apache/commons-math/blob/master/commons-math-core/pom.xml
> > > .
> > >   Am I missing anything?
> >
> > That
> > commons-math-core
> > is not the same as
> > commons-math4-core
> >
> > [IIRC, you create the latter by mistake.]
> >
> > >
> > > Thanks & Regards
> > > --Avijit Basak
> > >
> > >
> > >>> [...]
> >

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



Re: [MATH] Build Failure

2021-12-24 Thread Avijit Basak
Hi

   I have no access to change anything in the master branch. The
artifact id for the module "commons-math-core" is mentioned as
"commons-math4-core" in the pom file present in the master branch. Please
check the following URL.
https://github.com/apache/commons-math/blob/master/commons-math-core/pom.xml
   Also please let me know if you see any other issues.

Thanks & Regards
--Avijit Basak

On Fri, 24 Dec 2021 at 17:27, Gilles Sadowski  wrote:

> Le ven. 24 déc. 2021 à 12:23, Avijit Basak  a
> écrit :
> >
> > Hi
> >
> >   I have initiated the build once again after pulling changes
> from
> > the master branch. However, the build has failed again. Kindly look into
> > the report.
> >  https://app.travis-ci.com/github/apache/commons-math/builds/243963791
> >
> >   The artifact id "commons-math4-core" is present in the master
> > branch of the repository
> >
> >
> https://github.com/apache/commons-math/blob/master/commons-math-core/pom.xml
> > .
> >   Am I missing anything?
>
> That
> commons-math-core
> is not the same as
> commons-math4-core
>
> [IIRC, you create the latter by mistake.]
>
> >
> > Thanks & Regards
> > --Avijit Basak
> >
> >
> >>> [...]
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

-- 
Avijit Basak


Re: [MATH] Build Failure

2021-12-24 Thread Gilles Sadowski
Le ven. 24 déc. 2021 à 12:23, Avijit Basak  a écrit :
>
> Hi
>
>   I have initiated the build once again after pulling changes from
> the master branch. However, the build has failed again. Kindly look into
> the report.
>  https://app.travis-ci.com/github/apache/commons-math/builds/243963791
>
>   The artifact id "commons-math4-core" is present in the master
> branch of the repository
>
> https://github.com/apache/commons-math/blob/master/commons-math-core/pom.xml
> .
>   Am I missing anything?

That
commons-math-core
is not the same as
commons-math4-core

[IIRC, you create the latter by mistake.]

>
> Thanks & Regards
> --Avijit Basak
>
>
>>> [...]

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



Re: [MATH] Build Failure

2021-12-24 Thread Avijit Basak
Hi

  I have initiated the build once again after pulling changes from
the master branch. However, the build has failed again. Kindly look into
the report.
 https://app.travis-ci.com/github/apache/commons-math/builds/243963791

  The artifact id "commons-math4-core" is present in the master
branch of the repository

https://github.com/apache/commons-math/blob/master/commons-math-core/pom.xml
.
  Am I missing anything?

Thanks & Regards
--Avijit Basak


On Thu, 23 Dec 2021 at 18:34, Gilles Sadowski  wrote:

> Hi.
>
> Le mer. 22 déc. 2021 à 17:31, Gilles Sadowski  a
> écrit :
> >
> > Hello.
> >
> > Le mer. 22 déc. 2021 à 15:05, Avijit Basak  a
> écrit :
> > >
> > > Hi All
> > >
> > >  I am facing a build issue for PR #199 in commons-math library.
>
> After you fix the build (cf. below), I'll create a branch dedicated
> to GA development, in order to clarify the issues we've been
> discussing.
>
> Regards,
> Gilles
>
> >
> > Next time, please provide a direct link to the build log.  Thanks.
> >
> > The last Travis build is here:
> >   https://app.travis-ci.com/github/apache/commons-math/builds/240925186
> >
> > AFAICT, the complaints are (starting at line 8044):
> > ---CUT---
> > [WARNING] Rule violated for bundle commons-math4-core
> > ---CUT---
> >
> > However, there is no "commons-math4-core" in the "master" branch:
> >https://github.com/apache/commons-math/
> >
> > Regards,
> > Gilles
> >
> > > The
> > > report summary is given below. Can anyone kindly look into the issue
> and do
> > > the needful.
> > >
> > > [ [1;34mINFO [m] Apache Commons Math 
> > > [1;32mSUCCESS [m [  8.501 s]*[ [1;34mINFO [m] Miscellaneous core
> > > classes .  [1;31mFAILURE [m [ 24.551 s]*
> > > [ [1;34mINFO [m] Artificial neural networks .
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] Transforms .
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] Exception classes (Legacy) .
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] Miscellaneous core classes (Legacy) 
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] Apache Commons Math (Legacy) ...
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] Example applications ...
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] SOFM ...
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] Chinese Rings ..
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] Traveling Salesman Problem .
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] genetic algorithm ..
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] examples-genetic-algorithm .
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] examples-ga-math-functions .
> > > [1;33mSKIPPED [m
> > > [ [1;34mINFO [m] examples-ga-tsp 
> > > [1;33mSKIPPED [m
> > >
> > >
> > > Thanks & Regards
> > > -- Avijit Basak
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

-- 
Avijit Basak