Re: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]

Lists: pgsql-hackers
From: Dave Page <dpage(at)postgresql(dot)org>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-15 21:26:06
Message-ID: 473CB96E.4070104@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

hold the presses...

Narwhal just broke :-(

-------- Original Message --------
Subject: PGBuildfarm member narwhal Branch HEAD Status changed from OK
to Make failure
Date: Thu, 15 Nov 2007 13:23:06 -0800 (PST)
From: PG Build Farm <pgbuildfarm-web(at)hosting-two(dot)commandprompt(dot)com>
To: pgbuildfarm-status-chngs(at)pgfoundry(dot)org,
pgbuildfarm-status-green(at)pgfoundry(dot)org

The PGBuildfarm member narwhal had the following event on branch HEAD:

Status changed from OK to Make failure

The snapshot timestamp for the build that triggered this notification
is: 2007-11-15 21:00:00

The specs of this machine are:
OS: Windows Server 2003 R2 / 5.2.3790
Arch: i686
Comp: GCC / 3.4.2 (mingw-special)

For more information, see
http://www.pgbuildfarm.org/cgi-bin/show_history.pl?nm=narwhal&br=HEAD


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Subject: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-15 21:30:00
Message-ID: 24291.1195162200@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Dave Page <dpage(at)postgresql(dot)org> writes:
> hold the presses...
> Narwhal just broke :-(

Grumble ... looks like we have to use ftruncate to keep Windows
happy. Will fix.

regards, tom lane


From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dave Page <dpage(at)postgresql(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 01:05:03
Message-ID: 1EB802190A23849303CF5533@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Let me know when ready to proceed ...

- --On Thursday, November 15, 2007 16:30:00 -0500 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
wrote:

> Dave Page <dpage(at)postgresql(dot)org> writes:
>> hold the presses...
>> Narwhal just broke :-(
>
> Grumble ... looks like we have to use ftruncate to keep Windows
> happy. Will fix.
>
> regards, tom lane

- ----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy(at)hub(dot)org MSN . scrappy(at)hub(dot)org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHPOy/4QvfyHIvDvMRAvp8AJ99cHVDw0p3Nwq1vlQsYGDMbGPOrgCfXBUH
gtfoN8cw8oKLiFnWN5kMOuQ=
=3FXh
-----END PGP SIGNATURE-----


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: Dave Page <dpage(at)postgresql(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 01:17:49
Message-ID: 20301.1195175869@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

"Marc G. Fournier" <scrappy(at)hub(dot)org> writes:
> Let me know when ready to proceed ...

I just fixed a second bug in that patch :-(
But I think we're good to go now.

Note that none of the version-stamping has been done yet.
Also, I'm not sure where Bruce is with his pgindent stuff.

regards, tom lane


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Dave Page <dpage(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 01:23:30
Message-ID: 200711160123.lAG1NUi04627@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Tom Lane wrote:
> "Marc G. Fournier" <scrappy(at)hub(dot)org> writes:
> > Let me know when ready to proceed ...
>
> I just fixed a second bug in that patch :-(
> But I think we're good to go now.

> Note that none of the version-stamping has been done yet.

Right, I believe only Marc does that. I have never touched it for beta.

> Also, I'm not sure where Bruce is with his pgindent stuff.

I am done with pgindent, thanks. I was even able to pgindent files I
had to skip in the past.

Should we wait longer for the buildfarm to become more green?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dave Page <dpage(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 01:26:50
Message-ID: 37B4F6C5C2C06668A5AED5A2@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- --On Thursday, November 15, 2007 20:23:30 -0500 Bruce Momjian
<bruce(at)momjian(dot)us> wrote:

> Should we wait longer for the buildfarm to become more green?

Any idea on how often narwhal will do a build? are we talking 24hr to wait to
see if it goes green?:)

- ----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy(at)hub(dot)org MSN . scrappy(at)hub(dot)org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHPPHa4QvfyHIvDvMRAjPmAJ9vvi+1Z3SpDR9rzVC4Bz6Jqz8s3QCfTGpT
bmr7aMXrwWpCVPFX92+4Gh8=
=0rDF
-----END PGP SIGNATURE-----


From: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dave Page <dpage(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 01:35:32
Message-ID: 1195176932.32233.10.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

On Thu, 2007-11-15 at 21:26 -0400, Marc G. Fournier wrote:
>
> Any idea on how often narwhal will do a build?

It looks that it builds -HEAD every 6 hours:

http://pgbuildfarm.org/cgi-bin/show_history.pl?nm=narwhal&br=HEAD

and the next build is 2 hours later.

Regards,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/


From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dave Page <dpage(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 01:47:43
Message-ID: 20BE1C59D95C01F14AF6273D@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

'k, then I'd say let's wait ... I'll aim for 00:00 AST to do the build, which
gives ~2.25hrs from now, which should be loads of time, right?

- --On Thursday, November 15, 2007 17:35:32 -0800 Devrim GÜNDÜZ
<devrim(at)CommandPrompt(dot)com> wrote:

> Hi,
>
> On Thu, 2007-11-15 at 21:26 -0400, Marc G. Fournier wrote:
>>
>> Any idea on how often narwhal will do a build?
>
> It looks that it builds -HEAD every 6 hours:
>
> http://pgbuildfarm.org/cgi-bin/show_history.pl?nm=narwhal&br=HEAD
>
> and the next build is 2 hours later.
>
> Regards,
> --
> Devrim GÜNDÜZ , RHCE
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
> Managed Services, Shared and Dedicated Hosting
> Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

- ----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy(at)hub(dot)org MSN . scrappy(at)hub(dot)org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHPPa/4QvfyHIvDvMRAheAAKCJrdG0kuJO+yS/kx2DqrUrUTpJcACgxdKg
lcw0W1Fon15eZu/gfpEPsRI=
=KOkj
-----END PGP SIGNATURE-----


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, Dave Page <dpage(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 01:48:38
Message-ID: 22245.1195177718@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <devrim(at)CommandPrompt(dot)com> writes:
> On Thu, 2007-11-15 at 21:26 -0400, Marc G. Fournier wrote:
>> Any idea on how often narwhal will do a build?

> It looks that it builds -HEAD every 6 hours:
> http://pgbuildfarm.org/cgi-bin/show_history.pl?nm=narwhal&br=HEAD
> and the next build is 2 hours later.

Yeah. Theoretically we should be OK because we have a couple of
green results from MSVC animals, but I wouldn't mind waiting two
hours to see one from a Windows/gcc build.

I already asked Dave if he could force a rebuild from home, no go :-(

regards, tom lane


From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 01:55:16
Message-ID: 20071115175516.7942a056@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 15 Nov 2007 20:48:38 -0500
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <devrim(at)CommandPrompt(dot)com> writes:
> > On Thu, 2007-11-15 at 21:26 -0400, Marc G. Fournier wrote:
> >> Any idea on how often narwhal will do a build?
>
> > It looks that it builds -HEAD every 6 hours:
> > http://pgbuildfarm.org/cgi-bin/show_history.pl?nm=narwhal&br=HEAD
> > and the next build is 2 hours later.
>
> Yeah. Theoretically we should be OK because we have a couple of
> green results from MSVC animals, but I wouldn't mind waiting two
> hours to see one from a Windows/gcc build.
>
> I already asked Dave if he could force a rebuild from home, no go :-(

Since we are waiting anyway, something I brought up to Dave about this
exact problem was the idea of a "freeze" :). E.g; All animals must go
green and stay green with zero additional commits for 24 hours before
we wrap.

Is that something that sounds reasonable?

Sincerely,

Joshua D. Drake

>
> regards, tom lane
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 1: if posting/reading
> through Usenet, please send an appropriate subscribe-nomail command
> to majordomo(at)postgresql(dot)org so that your message can get through to
> the mailing list cleanly
>

- --

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997 http://www.commandprompt.com/
UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPPiGATb/zqfZUUQRAry+AKCoKCGcJ4+E4B0sDKNe/2KJ3bzf2wCeJNCA
O2OLZTBmw/rpk/TH/ZC6vlQ=
=kzfS
-----END PGP SIGNATURE-----


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, Dave Page <dpage(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 02:26:32
Message-ID: 473CFFD8.6020100@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Tom Lane wrote:
> Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <devrim(at)CommandPrompt(dot)com> writes:
>
>> On Thu, 2007-11-15 at 21:26 -0400, Marc G. Fournier wrote:
>>
>>> Any idea on how often narwhal will do a build?
>>>
>
>
>> It looks that it builds -HEAD every 6 hours:
>> http://pgbuildfarm.org/cgi-bin/show_history.pl?nm=narwhal&br=HEAD
>> and the next build is 2 hours later.
>>
>
> Yeah. Theoretically we should be OK because we have a couple of
> green results from MSVC animals, but I wouldn't mind waiting two
> hours to see one from a Windows/gcc build.
>
> I already asked Dave if he could force a rebuild from home, no go :-(
>
>
>

I will force one in a few minutes.

cheers

andrew


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 02:59:00
Message-ID: 23238.1195181940@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

"Joshua D. Drake" <jd(at)commandprompt(dot)com> writes:
> Since we are waiting anyway, something I brought up to Dave about this
> exact problem was the idea of a "freeze" :). E.g; All animals must go
> green and stay green with zero additional commits for 24 hours before
> we wrap.

> Is that something that sounds reasonable?

Sounds like a good way to waste a day. Even more likely, people would
hold off fixing problems till after a beta, because it would reset the
counter; and then commit the changes later, guaranteeing that they'd get
*less* testing.

That's not even mentioning the problem that animals fail on a near-daily
basis for reasons beyond our control.

I'm not in favor of arbitrary rules. The buildfarm is a tool to serve
us, not vice versa.

regards, tom lane


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, Dave Page <dpage(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 03:25:44
Message-ID: 23631.1195183544@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Tom Lane wrote:
>> I already asked Dave if he could force a rebuild from home, no go :-(

> I will force one in a few minutes.

narwhal and dawn_bat are both showing green, so I think we're ready to
wrap at Marc's convenience.

regards, tom lane


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Dave Page <dpage(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to Make failure]
Date: 2007-11-16 03:37:38
Message-ID: 200711160337.lAG3bcv01587@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> > Tom Lane wrote:
> >> I already asked Dave if he could force a rebuild from home, no go :-(
>
> > I will force one in a few minutes.
>
> narwhal and dawn_bat are both showing green, so I think we're ready to
> wrap at Marc's convenience.

Agreed.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +