You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by Peter Keller <pk...@globalphasing.com> on 2012/08/01 12:33:35 UTC

Re: gump failure

Still getting these gump messages.... Is a committer able to apply the
patch to build.xml on the 1.x branch as I suggested?

I have tried to reproduce the error on an svn checkout of branch/1.x and
a standard ant invocation of "ant bootstrap", but that works for me with
just one pass. I guess that the gump failure must be due to some
character set issue in the gump environment and/or the build of the
tools that gump is using.

Anyway, doing two bootstrap passes should fix it (or if it doesn't,
enable us to ask the person who put xmlbeans on gump for help in
reproducing the error).

Regards,
Peter.

On Wed, 2012-07-25 at 17:31 +0100, Peter Keller wrote:
> According to the information at the bottom of this page:
> 
> <http://vmgump.apache.org/gump/public/xml-xmlbeans/index.html>
> 
> gump is getting xmlbeans from
> <http://svn.apache.org/repos/asf/xmlbeans/branches/1.x>. Looking at
> build.xml at that location, the fix hasn't been applied there.
> 
> Hope that helps,
> Peter.
> 
> P.S. If that doesn't fix it, I would suggest e-mailing Robert Donkin
> directly for help.
> 
> On Wed, 2012-07-25 at 09:21 -0700, Cezar Andrei wrote:
> > It seems that Peter's fix is not picked up, anyone has any idea on how to make this happen?
> > 
> > Cezar
> > 
> > 
> > On Jul 20, 2012, at 12:00 PM, Cezar Andrei wrote:
> > 
> > > Thank you Peter, I added your suggestion fix. It's not the perfect solution but given the circumstances should be fine.
> > > I'm sorry I forgot to mention your name on the checkin description (rev 1363870) since it's your contribution.
> > > 
> > > Cezar
> > > 
> > > ----- Original Message -----
> > > From: pkeller@globalphasing.com
> > > To: dev@xmlbeans.apache.org
> > > Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
> > > Subject: Re: gump failure
> > > 
> > > I'm not really an ant expert, but since I was looking at build.xml
> > > anyway....
> > > 
> > > On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
> > >> About this email, this is not actually a failure. In order to consider
> > >> it a failure, the bootstrap needs to run twice and only if it errors
> > >> second time is it considered a failure.
> > >> 
> > >> Is there any way to fix this test?
> > > 
> > > The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
> > > 1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
> > > (which shows the same failure when building bootstrap for the first time
> > > in a clean working directory), but to fix the gump failure, the same
> > > changes presumably need to be made against this version or a nearby one:
> > > 
> > > <http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log>
> > > 
> > >> I don't know how it got on gump.
> > > 
> > > Presumably put there by someone involved with one of the dependent
> > > projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
> > > optional dependency according to
> > > <http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html>).
> > > 
> > > Regards,
> > > Peter.
> > > 
> > >> 
> > >> Thanks,
> > >> Cezar
> > >> 
> > >> ----- Original Message -----
> > >> From: rdonkin@apache.org
> > >> To: xmlbeans-dev@xml.apache.org
> > >> Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
> > >> Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) failed
> > >> 
> > >> To whom it may engage...
> > > ...
> > >> Full details are available at:
> > >>    http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html
> > >> 
> > > 
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
> > > For additional commands, e-mail: dev-help@xmlbeans.apache.org
> > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
> > For additional commands, e-mail: dev-help@xmlbeans.apache.org
> > 
> 

-- 
Peter Keller                                     Tel.: +44 (0)1223 353033
Global Phasing Ltd.,                             Fax.: +44 (0)1223 366889
Sheraton House,
Castle Park,
Cambridge CB3 0AX
United Kingdom



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


Re: gump failure

Posted by Peter Keller <pk...@globalphasing.com>.
On Thu, 2012-08-02 at 11:47 -0700, Cezar Andrei wrote:
> Bootstrap works the first time also for me. But I've put in your patch
> to run bootstrap twice. Let's see if it fixes Gump. 

Grrr.... obviously not :-(

I have no more technical suggestions, and it seems to me that it may be
something in the gump environment itself that is the problem. According
to this page:

<http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/gump_work/build_xml-xmlbeans_xml-xmlbeans-v1.html>

the command that is used to do the build is:


/usr/lib/jvm/java-7-oracle/bin/java -Djava.awt.headless=true
        -Dbuild.sysclasspath=only
        -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
        org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -f
        build.xml bootstrap 

The "gump.merge" system property suggests to me that there is something
non-standard going on. Maybe some sort of state from previous builds is
being brought forward and having an effect on the current build.

My next suggestion would be to contact Robert Donkin (after everything
to do with the 2.6.0 release has been sorted out), and ask him how to
reproduce the problem outside the gump environment. Anyone could do this
in principle, but maybe it would be better coming from an XMLBeans
committer?

Regards,
Peter.

> 
> Cezar
> 
> On Wed, 2012-08-01 at 03:33 -0700, Peter Keller wrote:
> > Still getting these gump messages.... Is a committer able to apply the
> > patch to build.xml on the 1.x branch as I suggested?
> > 
> > I have tried to reproduce the error on an svn checkout of branch/1.x and
> > a standard ant invocation of "ant bootstrap", but that works for me with
> > just one pass. I guess that the gump failure must be due to some
> > character set issue in the gump environment and/or the build of the
> > tools that gump is using.
> > 
> > Anyway, doing two bootstrap passes should fix it (or if it doesn't,
> > enable us to ask the person who put xmlbeans on gump for help in
> > reproducing the error).
> > 
> > Regards,
> > Peter.
> > 
> > On Wed, 2012-07-25 at 17:31 +0100, Peter Keller wrote:
> > > According to the information at the bottom of this page:
> > > 
> > > <http://vmgump.apache.org/gump/public/xml-xmlbeans/index.html>
> > > 
> > > gump is getting xmlbeans from
> > > <http://svn.apache.org/repos/asf/xmlbeans/branches/1.x>. Looking at
> > > build.xml at that location, the fix hasn't been applied there.
> > > 
> > > Hope that helps,
> > > Peter.
> > > 
> > > P.S. If that doesn't fix it, I would suggest e-mailing Robert Donkin
> > > directly for help.
> > > 
> > > On Wed, 2012-07-25 at 09:21 -0700, Cezar Andrei wrote:
> > > > It seems that Peter's fix is not picked up, anyone has any idea on how to make this happen?
> > > > 
> > > > Cezar
> > > > 
> > > > 
> > > > On Jul 20, 2012, at 12:00 PM, Cezar Andrei wrote:
> > > > 
> > > > > Thank you Peter, I added your suggestion fix. It's not the perfect solution but given the circumstances should be fine.
> > > > > I'm sorry I forgot to mention your name on the checkin description (rev 1363870) since it's your contribution.
> > > > > 
> > > > > Cezar
> > > > > 
> > > > > ----- Original Message -----
> > > > > From: pkeller@globalphasing.com
> > > > > To: dev@xmlbeans.apache.org
> > > > > Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
> > > > > Subject: Re: gump failure
> > > > > 
> > > > > I'm not really an ant expert, but since I was looking at build.xml
> > > > > anyway....
> > > > > 
> > > > > On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
> > > > >> About this email, this is not actually a failure. In order to consider
> > > > >> it a failure, the bootstrap needs to run twice and only if it errors
> > > > >> second time is it considered a failure.
> > > > >> 
> > > > >> Is there any way to fix this test?
> > > > > 
> > > > > The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
> > > > > 1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
> > > > > (which shows the same failure when building bootstrap for the first time
> > > > > in a clean working directory), but to fix the gump failure, the same
> > > > > changes presumably need to be made against this version or a nearby one:
> > > > > 
> > > > > <http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log>
> > > > > 
> > > > >> I don't know how it got on gump.
> > > > > 
> > > > > Presumably put there by someone involved with one of the dependent
> > > > > projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
> > > > > optional dependency according to
> > > > > <http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html>).
> > > > > 
> > > > > Regards,
> > > > > Peter.
> > > > > 
> > > > >> 
> > > > >> Thanks,
> > > > >> Cezar
> > > > >> 
> > > > >> ----- Original Message -----
> > > > >> From: rdonkin@apache.org
> > > > >> To: xmlbeans-dev@xml.apache.org
> > > > >> Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
> > > > >> Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) failed
> > > > >> 
> > > > >> To whom it may engage...
> > > > > ...
> > > > >> Full details are available at:
> > > > >>    http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html
> > > > >> 
> > > > > 
> > > > > 
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
> > > > > For additional commands, e-mail: dev-help@xmlbeans.apache.org
> > > > > 
> > > > 
> > > > 
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
> > > > For additional commands, e-mail: dev-help@xmlbeans.apache.org
> > > > 
> > > 
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
> For additional commands, e-mail: dev-help@xmlbeans.apache.org
> 

-- 
Peter Keller                                     Tel.: +44 (0)1223 353033
Global Phasing Ltd.,                             Fax.: +44 (0)1223 366889
Sheraton House,
Castle Park,
Cambridge CB3 0AX
United Kingdom



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


Re: gump failure

Posted by Cezar Andrei <ce...@oracle.com>.
Bootstrap works the first time also for me. But I've put in your patch
to run bootstrap twice. Let's see if it fixes Gump. 

Cezar

On Wed, 2012-08-01 at 03:33 -0700, Peter Keller wrote:
> Still getting these gump messages.... Is a committer able to apply the
> patch to build.xml on the 1.x branch as I suggested?
> 
> I have tried to reproduce the error on an svn checkout of branch/1.x and
> a standard ant invocation of "ant bootstrap", but that works for me with
> just one pass. I guess that the gump failure must be due to some
> character set issue in the gump environment and/or the build of the
> tools that gump is using.
> 
> Anyway, doing two bootstrap passes should fix it (or if it doesn't,
> enable us to ask the person who put xmlbeans on gump for help in
> reproducing the error).
> 
> Regards,
> Peter.
> 
> On Wed, 2012-07-25 at 17:31 +0100, Peter Keller wrote:
> > According to the information at the bottom of this page:
> > 
> > <http://vmgump.apache.org/gump/public/xml-xmlbeans/index.html>
> > 
> > gump is getting xmlbeans from
> > <http://svn.apache.org/repos/asf/xmlbeans/branches/1.x>. Looking at
> > build.xml at that location, the fix hasn't been applied there.
> > 
> > Hope that helps,
> > Peter.
> > 
> > P.S. If that doesn't fix it, I would suggest e-mailing Robert Donkin
> > directly for help.
> > 
> > On Wed, 2012-07-25 at 09:21 -0700, Cezar Andrei wrote:
> > > It seems that Peter's fix is not picked up, anyone has any idea on how to make this happen?
> > > 
> > > Cezar
> > > 
> > > 
> > > On Jul 20, 2012, at 12:00 PM, Cezar Andrei wrote:
> > > 
> > > > Thank you Peter, I added your suggestion fix. It's not the perfect solution but given the circumstances should be fine.
> > > > I'm sorry I forgot to mention your name on the checkin description (rev 1363870) since it's your contribution.
> > > > 
> > > > Cezar
> > > > 
> > > > ----- Original Message -----
> > > > From: pkeller@globalphasing.com
> > > > To: dev@xmlbeans.apache.org
> > > > Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
> > > > Subject: Re: gump failure
> > > > 
> > > > I'm not really an ant expert, but since I was looking at build.xml
> > > > anyway....
> > > > 
> > > > On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
> > > >> About this email, this is not actually a failure. In order to consider
> > > >> it a failure, the bootstrap needs to run twice and only if it errors
> > > >> second time is it considered a failure.
> > > >> 
> > > >> Is there any way to fix this test?
> > > > 
> > > > The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
> > > > 1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
> > > > (which shows the same failure when building bootstrap for the first time
> > > > in a clean working directory), but to fix the gump failure, the same
> > > > changes presumably need to be made against this version or a nearby one:
> > > > 
> > > > <http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log>
> > > > 
> > > >> I don't know how it got on gump.
> > > > 
> > > > Presumably put there by someone involved with one of the dependent
> > > > projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
> > > > optional dependency according to
> > > > <http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html>).
> > > > 
> > > > Regards,
> > > > Peter.
> > > > 
> > > >> 
> > > >> Thanks,
> > > >> Cezar
> > > >> 
> > > >> ----- Original Message -----
> > > >> From: rdonkin@apache.org
> > > >> To: xmlbeans-dev@xml.apache.org
> > > >> Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
> > > >> Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) failed
> > > >> 
> > > >> To whom it may engage...
> > > > ...
> > > >> Full details are available at:
> > > >>    http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html
> > > >> 
> > > > 
> > > > 
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
> > > > For additional commands, e-mail: dev-help@xmlbeans.apache.org
> > > > 
> > > 
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
> > > For additional commands, e-mail: dev-help@xmlbeans.apache.org
> > > 
> > 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


Re: gump failure

Posted by Peter Keller <pk...@globalphasing.com>.
That seems to have fixed it. XMLBeans has disappeared from the gump todo
page at <http://vmgump.apache.org/gump/public/project_todos.html> (it
was number three before).

The build still fails because it needs junit (which is broken on gump),
but someone else is getting nagged about that :-)

Regards,
Peter.

On Wed, 2012-08-01 at 11:33 +0100, Peter Keller wrote:
> Still getting these gump messages.... Is a committer able to apply the
> patch to build.xml on the 1.x branch as I suggested?
> 
> I have tried to reproduce the error on an svn checkout of branch/1.x and
> a standard ant invocation of "ant bootstrap", but that works for me with
> just one pass. I guess that the gump failure must be due to some
> character set issue in the gump environment and/or the build of the
> tools that gump is using.
> 
> Anyway, doing two bootstrap passes should fix it (or if it doesn't,
> enable us to ask the person who put xmlbeans on gump for help in
> reproducing the error).
> 
> Regards,
> Peter.
> 
> On Wed, 2012-07-25 at 17:31 +0100, Peter Keller wrote:
> > According to the information at the bottom of this page:
> > 
> > <http://vmgump.apache.org/gump/public/xml-xmlbeans/index.html>
> > 
> > gump is getting xmlbeans from
> > <http://svn.apache.org/repos/asf/xmlbeans/branches/1.x>. Looking at
> > build.xml at that location, the fix hasn't been applied there.
> > 
> > Hope that helps,
> > Peter.
> > 
> > P.S. If that doesn't fix it, I would suggest e-mailing Robert Donkin
> > directly for help.
> > 
> > On Wed, 2012-07-25 at 09:21 -0700, Cezar Andrei wrote:
> > > It seems that Peter's fix is not picked up, anyone has any idea on how to make this happen?
> > > 
> > > Cezar
> > > 
> > > 
> > > On Jul 20, 2012, at 12:00 PM, Cezar Andrei wrote:
> > > 
> > > > Thank you Peter, I added your suggestion fix. It's not the perfect solution but given the circumstances should be fine.
> > > > I'm sorry I forgot to mention your name on the checkin description (rev 1363870) since it's your contribution.
> > > > 
> > > > Cezar
> > > > 
> > > > ----- Original Message -----
> > > > From: pkeller@globalphasing.com
> > > > To: dev@xmlbeans.apache.org
> > > > Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
> > > > Subject: Re: gump failure
> > > > 
> > > > I'm not really an ant expert, but since I was looking at build.xml
> > > > anyway....
> > > > 
> > > > On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
> > > >> About this email, this is not actually a failure. In order to consider
> > > >> it a failure, the bootstrap needs to run twice and only if it errors
> > > >> second time is it considered a failure.
> > > >> 
> > > >> Is there any way to fix this test?
> > > > 
> > > > The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
> > > > 1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
> > > > (which shows the same failure when building bootstrap for the first time
> > > > in a clean working directory), but to fix the gump failure, the same
> > > > changes presumably need to be made against this version or a nearby one:
> > > > 
> > > > <http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log>
> > > > 
> > > >> I don't know how it got on gump.
> > > > 
> > > > Presumably put there by someone involved with one of the dependent
> > > > projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
> > > > optional dependency according to
> > > > <http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html>).
> > > > 
> > > > Regards,
> > > > Peter.
> > > > 
> > > >> 
> > > >> Thanks,
> > > >> Cezar
> > > >> 
> > > >> ----- Original Message -----
> > > >> From: rdonkin@apache.org
> > > >> To: xmlbeans-dev@xml.apache.org
> > > >> Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
> > > >> Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) failed
> > > >> 
> > > >> To whom it may engage...
> > > > ...
> > > >> Full details are available at:
> > > >>    http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html
> > > >> 
> > > > 
> > > > 
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
> > > > For additional commands, e-mail: dev-help@xmlbeans.apache.org
> > > > 
> > > 
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
> > > For additional commands, e-mail: dev-help@xmlbeans.apache.org
> > > 
> > 
> 

-- 
Peter Keller                                     Tel.: +44 (0)1223 353033
Global Phasing Ltd.,                             Fax.: +44 (0)1223 366889
Sheraton House,
Castle Park,
Cambridge CB3 0AX
United Kingdom



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org