Re: buildfarm / handling (undefined) locales

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tomas Vondra <tv(at)fuzzy(dot)cz>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: buildfarm / handling (undefined) locales
Date: 2014-05-13 19:40:55
Message-ID: 26871.1400010055@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tomas Vondra <tv(at)fuzzy(dot)cz> writes:
> On 13.5.2014 21:03, Andrew Dunstan wrote:
>> On 05/13/2014 02:39 PM, Tomas Vondra wrote:
>>> However in the lastrun-logs I see 81 files, and upon closer inspection
>>> it seems that pretty much logs for all custom locales (cs_CZ.*, sk_SK.*)
>>> are missing:

>> Clearly this is from a different run, since the link above shows the run
>> failing at the contrib-install-check-en_US stage, and so of course all
>> those other locales would not have been checked in that run.

> Ummmmm, no, I think this (the last run in 9.3 @ magpie):

Yeah, Tomas is right: there's something wrong with the uploading of non-C
locale test logs as of the 4.12 buildfarm scripts. Here's what the
buildfarm shows for dromedary's last run:

http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dromedary&dt=2014-05-13%2019%3A06%3A12

You can see that it's configured to do C and en_US.UTF-8 locales. A look
into the lastrun-logs directory shows that it did:

$ ls
SCM-checkout.log pl-install-check-en_US.UTF-8
check-pg_upgrade.log runlogs.tgz
check.log startdb-C-1.log
config.log startdb-C-2.log
configure.log startdb-C-3.log
contrib-install-check-C.log startdb-C-4.log
contrib-install-check-en_US.UTF-8 startdb-en_US.UTF-8-1
ecpg-check.log startdb-en_US.UTF-8-2
githead.log startdb-en_US.UTF-8-3
initdb-C.log stopdb-C-1.log
initdb-en_US.UTF-8 stopdb-C-2.log
install-check-C.log stopdb-C-3.log
install-check-en_US.UTF-8 stopdb-C-4.log
install-contrib.log stopdb-en_US.UTF-8-1
isolation-check.log stopdb-en_US.UTF-8-2
make-contrib.log stopdb-en_US.UTF-8-3
make-install.log test-decoding-check.log
make.log typedefs.log
pl-install-check-C.log web-txn.data

but not all those files got put into runlogs.tgz:

$ tar tvfz runlogs.tgz
-rw-r--r-- 0 buildfarm staff 40 May 13 15:06 githead.log
-rw-r--r-- 0 buildfarm staff 520 May 13 15:06 SCM-checkout.log
-rw-r--r-- 0 buildfarm staff 319642 May 13 15:07 config.log
-rw-r--r-- 0 buildfarm staff 16060 May 13 15:07 configure.log
-rw-r--r-- 0 buildfarm staff 293997 May 13 15:12 make.log
-rw-r--r-- 0 buildfarm staff 2757773 May 13 15:13 check.log
-rw-r--r-- 0 buildfarm staff 60462 May 13 15:13 make-contrib.log
-rw-r--r-- 0 buildfarm staff 39763 May 13 15:13 make-install.log
-rw-r--r-- 0 buildfarm staff 29673 May 13 15:13 install-contrib.log
-rw-r--r-- 0 buildfarm staff 87376 May 13 15:15 check-pg_upgrade.log
-rw-r--r-- 0 buildfarm staff 181571 May 13 15:16 test-decoding-check.log
-rw-r--r-- 0 buildfarm staff 1455 May 13 15:16 initdb-C.log
-rw-r--r-- 0 buildfarm staff 540 May 13 15:17 startdb-C-1.log
-rw-r--r-- 0 buildfarm staff 2692169 May 13 15:17 install-check-C.log
-rw-r--r-- 0 buildfarm staff 297 May 13 15:17 stopdb-C-1.log
-rw-r--r-- 0 buildfarm staff 540 May 13 15:18 startdb-C-2.log
-rw-r--r-- 0 buildfarm staff 1678033 May 13 15:19 isolation-check.log
-rw-r--r-- 0 buildfarm staff 296 May 13 15:19 stopdb-C-2.log
-rw-r--r-- 0 buildfarm staff 540 May 13 15:19 startdb-C-3.log
-rw-r--r-- 0 buildfarm staff 204501 May 13 15:19 pl-install-check-C.log
-rw-r--r-- 0 buildfarm staff 296 May 13 15:19 stopdb-C-3.log
-rw-r--r-- 0 buildfarm staff 540 May 13 15:19 startdb-C-4.log
-rw-r--r-- 0 buildfarm staff 886518 May 13 15:20 contrib-install-check-C.log
-rw-r--r-- 0 buildfarm staff 297 May 13 15:20 stopdb-C-4.log
-rw-r--r-- 0 buildfarm staff 132144 May 13 15:23 ecpg-check.log
-rw-r--r-- 0 buildfarm staff 35834 May 13 15:25 typedefs.log

which doubtless explains why they're not available from the buildfarm
server.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-05-13 19:44:13 Re: Error in running DBT2
Previous Message Rohit Goyal 2014-05-13 19:36:48 Error in running DBT2