Buildfarm failures on chipmunk

From: vignesh C <vignesh21(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Buildfarm failures on chipmunk
Date: 2023-07-21 03:40:54
Message-ID: CALDaNm2r_gzOUc3aZk9yS1OJ27UYRVPbFLcjpV47vqdP=LZXRQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Recently chipmunk has failed with the following errors at [1]:

make -C '../../..'
DESTDIR='/home/pgbfarm/buildroot/HEAD/pgsql.build'/tmp_install install
>'/home/pgbfarm/buildroot/HEAD/pgsql.build'/tmp_install/log/install.log
2>&1
make -j1 checkprep
>>'/home/pgbfarm/buildroot/HEAD/pgsql.build'/tmp_install/log/install.log
2>&1
echo "# +++ regress check in src/test/regress +++" &&
PATH="/home/pgbfarm/buildroot/HEAD/pgsql.build/tmp_install/home/pgbfarm/buildroot/HEAD/inst/bin:/home/pgbfarm/buildroot/HEAD/pgsql.build/src/test/regress:$PATH"
LD_LIBRARY_PATH="/home/pgbfarm/buildroot/HEAD/pgsql.build/tmp_install/home/pgbfarm/buildroot/HEAD/inst/lib"
../../../src/test/regress/pg_regress --temp-instance=./tmp_check
--inputdir=. --bindir=
--temp-config=/tmp/buildfarm-BewC4d/bfextra.conf --no-locale
--port=5678 --dlpath=. --max-concurrent-tests=20 --port=5678
--schedule=./parallel_schedule
# +++ regress check in src/test/regress +++
# postmaster failed, examine
"/home/pgbfarm/buildroot/HEAD/pgsql.build/src/test/regress/log/postmaster.log"
for the reason
Bail out!GNUmakefile:118: recipe for target 'check' failed
make: *** [check] Error 2
log files for step check:

postmaster.log shows the following error:
2023-07-20 08:21:00.343 GMT [27063] LOG: unrecognized configuration
parameter "force_parallel_mode" in file
"/home/pgbfarm/buildroot/HEAD/pgsql.build/src/test/regress/tmp_check/data/postgresql.conf"
line 835
2023-07-20 08:21:00.344 GMT [27063] FATAL: configuration file
"/home/pgbfarm/buildroot/HEAD/pgsql.build/src/test/regress/tmp_check/data/postgresql.conf"
contains errors

[1] - https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=chipmunk&dt=2023-07-20%2006%3A48%3A23

Thoughts?

Regards,
Vignesh

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2023-07-21 04:09:15 Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication
Previous Message Peter Geoghegan 2023-07-21 03:32:33 Re: Use of additional index columns in rows filtering