From: | "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Buildfarm failure on ecpg/test/pgtypeslib |
Date: | 2006-08-09 20:42:40 |
Message-ID: | 20060809204240.GN40481@pervasive.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Aug 09, 2006 at 12:17:44PM -0400, Andrew Dunstan wrote:
> Jim C. Nasby wrote:
> >Platypus just started failing...
> >http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=platypus&dt=2006-08-09%2010:05:01
> >
> >Rest of the farm is looking pretty green, though, so I'm not sure what
> >to make of it... but
> >http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=platypus&dt=2006-08-09%2009:05:01
> >is the first run it failed on, and several files changed in ecpg/test:
> >
> >Files changed this run
> >
> >pgsql/src/interfaces/ecpg/ChangeLog 1.320
> >pgsql/src/interfaces/ecpg/include/pgtypes_numeric.h 1.16
> >pgsql/src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c 1.2
> >pgsql/src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.stdout 1.2
> >pgsql/src/interfaces/ecpg/test/pgtypeslib/num_test2.pgc 1.2
> >pgsql/src/interfaces/ecpg/pgtypeslib/numeric.c 1.29
> >
> >Also, it looks like "Files changed since last sucess" maybe isn't
> >working right? Or does it intentionally exclude files already listed in
> >"changed since last run"?
> >
>
> Jim, can you upgrade your version of the script to the latest in CVS?
>
> http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/~checkout~/pgbuildfarm/client-code/run_build.pl?rev=1.64&content-type=text/plain
>
> It has a feature that blows away the ccache directory on failure, so
> that we don't have a failure that might be caused by ccache persisting.
Doesn't seem to be working; the cache still had data after
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=platypus&dt=2006-08-09%2019:59:17.
> After that, remove the actual cache.( I notice that you are using ccache
> but don't seem to have a cache directory set - that can be a problem,
> too. It's best to have a cache per branch)
That seems kinda bunk, since ccache is normally used in a system-wide
setting.
> Alternatively, just turn off use of ccache in your config file -
> probably commenting out this line would suffice:
>
> 'CC' => 'ccache gcc -O3 -pipe'
>
>
> And see if that fixes the problem.
Nope, no dice...
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Pflug | 2006-08-09 20:46:41 | Re: remote query debugging was: Plugins redux |
Previous Message | Bruce Momjian | 2006-08-09 20:41:26 | Re: [PATCHES] BUG #2569: statement_timeout bug on Windows |