Lists: | buildfarm-members |
---|
From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | pgbuildfarm-members(at)pgfoundry(dot)org |
Subject: | [Pgbuildfarm-members] Odd script error with CVS TIP |
Date: | 2007-06-16 17:41:00 |
Message-ID: | 20070616174100.GC3697@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | buildfarm-members |
Folks,
There appears to be a bug in the buildfarm script. Here's the output
from CVS TIP. What's to do?
Cheers,
David.
./run_build.pl --verbose
[10:37:56] checking out source ...
Query for: stage=CVS-Extraneous-Files&animal=bobcat&ts=1182015476
Target:
http://www.pgbuildfarm.org/cgi-bin/pgstatus.pl/d974d52a3f7f95ffbbc11c277ce2df7fecb6e24f
Status Line: 460 script version too low
Content:
Script version is below minimum required
Reported version: 0.0,Minumum version required: 1.45
Web txn failed with status: 1
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter
Remember to vote!
Consider donating to PostgreSQL: http://www.postgresql.org/about/donate
From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | Dave Page <dpage(at)postgresql(dot)org> |
Cc: | pgbuildfarm-members(at)pgfoundry(dot)org |
Subject: | Re: [Pgbuildfarm-members] Odd script error with CVS TIP |
Date: | 2007-06-16 20:45:19 |
Message-ID: | 20070616204519.GF3697@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | buildfarm-members |
On Sat, Jun 16, 2007 at 10:36:19PM +0100, Dave Page wrote:
> David Fetter wrote:
> >Folks,
> >
> >There appears to be a bug in the buildfarm script. Here's the output
> >from CVS TIP. What's to do?
I'm getting this with buildfarm's CVS TIP and version 2.18.
Cheers,
David.
> >
> >Cheers,
> >David.
> >
> >./run_build.pl --verbose
> >[10:37:56] checking out source ...
> >Query for: stage=CVS-Extraneous-Files&animal=bobcat&ts=1182015476
> >Target:
> >http://www.pgbuildfarm.org/cgi-bin/pgstatus.pl/d974d52a3f7f95ffbbc11c277ce2df7fecb6e24f
> >Status Line: 460 script version too low
> >Content:
> >Script version is below minimum required
> >Reported version: 0.0,Minumum version required: 1.45
> >
> >Web txn failed with status: 1
>
> Is that the new warning that Andrew added to ensure the animals are all
> running reasonably recent versions of the scripts?
>
> Regards, Dave.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter
Remember to vote!
Consider donating to PostgreSQL: http://www.postgresql.org/about/donate
From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | David Fetter <david(at)fetter(dot)org> |
Cc: | pgbuildfarm-members(at)pgfoundry(dot)org |
Subject: | Re: [Pgbuildfarm-members] Odd script error with CVS TIP |
Date: | 2007-06-16 21:36:19 |
Message-ID: | 467457D3.6040406@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | buildfarm-members |
David Fetter wrote:
> Folks,
>
> There appears to be a bug in the buildfarm script. Here's the output
> from CVS TIP. What's to do?
>
> Cheers,
> David.
>
> ./run_build.pl --verbose
> [10:37:56] checking out source ...
> Query for: stage=CVS-Extraneous-Files&animal=bobcat&ts=1182015476
> Target:
> http://www.pgbuildfarm.org/cgi-bin/pgstatus.pl/d974d52a3f7f95ffbbc11c277ce2df7fecb6e24f
> Status Line: 460 script version too low
> Content:
> Script version is below minimum required
> Reported version: 0.0,Minumum version required: 1.45
>
> Web txn failed with status: 1
Is that the new warning that Andrew added to ensure the animals are all
running reasonably recent versions of the scripts?
Regards, Dave.
From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | David Fetter <david(at)fetter(dot)org> |
Cc: | pgbuildfarm-members(at)pgfoundry(dot)org |
Subject: | Re: [Pgbuildfarm-members] Odd script error with CVS TIP |
Date: | 2007-06-17 01:18:38 |
Message-ID: | 46748BEE.2000602@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | buildfarm-members |
go to your animal's lastrun-logs directory on the relevant branch and
run: grep script_version web-txn.data. You should see something like:
\'script_version\' => \'1.83\',
If you don't then you have a problem. If you do then we have a problem.
This code has been in place for some time now, and no change has been
made on the server end that I know of.
cheers
andrew
David Fetter wrote:
> On Sat, Jun 16, 2007 at 10:36:19PM +0100, Dave Page wrote:
>
>> David Fetter wrote:
>>
>>> Folks,
>>>
>>> There appears to be a bug in the buildfarm script. Here's the output
>>>
>> >from CVS TIP. What's to do?
>>
>
> I'm getting this with buildfarm's CVS TIP and version 2.18.
>
> Cheers,
> David.
>
>>> Cheers,
>>> David.
>>>
>>> ./run_build.pl --verbose
>>> [10:37:56] checking out source ...
>>> Query for: stage=CVS-Extraneous-Files&animal=bobcat&ts=1182015476
>>> Target:
>>> http://www.pgbuildfarm.org/cgi-bin/pgstatus.pl/d974d52a3f7f95ffbbc11c277ce2df7fecb6e24f
>>> Status Line: 460 script version too low
>>> Content:
>>> Script version is below minimum required
>>> Reported version: 0.0,Minumum version required: 1.45
>>>
>>> Web txn failed with status: 1
>>>
>> Is that the new warning that Andrew added to ensure the animals are all
>> running reasonably recent versions of the scripts?
>>
>> Regards, Dave.
>>
>
>