Buildfarm setup for AIX

From: Vamshikrishna T <tvk1271(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: postgres-ibm-aix(at)wwpdl(dot)vnet(dot)ibm(dot)com, sriram(dot)rk(at)in(dot)ibm(dot)com
Subject: Buildfarm setup for AIX
Date: 2025-07-09 08:28:02
Message-ID: CA+t6QskxTObah5w9ZW+6KEu-TWM9TW66Egv0J55L1frHyGefJA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Team,

Here are few updates on the buildfarm setup for AIX.
We got a latest Power9 node in OSU lab dedicated for Postgres community
development activity.

In the last couple of weeks, we have setup the buildfarm on a node in OSU
lab for all the supported versions of Postgres on AIX(13/14/15/16).

https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=douc&br=REL_13_STABLE
https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=douc&br=REL_14_STABLE
https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=douc&br=REL_15_STABLE
https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=douc&br=REL_16_STABLE

For other latest releases(17/18/master) we are planning to run them locally
on our node.

Currently we are seeing some issues in the TAP test for REL_16.

gmake -j1 checkprep
>>'/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build'/tmp_install/log/install.log
2>&1
echo "# +++ tap check in src/test/authentication +++" && rm -rf
'/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build/src/test/authentication'/tmp_check
&& /opt/freeware/bin//mkdir -p
'/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build/src/test/authentication'/tmp_check
&& cd . &&
TESTLOGDIR='/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build/src/test/authentication/tmp_check/log'
TESTDATADIR='/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build/src/test/authentication/tmp_check'
PATH="/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build/tmp_install/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/inst/bin:/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build/src/test/authentication:$PATH"
LIBPATH="/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build/tmp_install/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/inst/lib"
PGPORT='65768'
top_builddir='/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build/src/test/authentication/../../..'
PG_REGRESS='/home/pgsql/buildFarm/bfarm-19.1/buildroot/REL_16_STABLE/pgsql.build/src/test/authentication/../../../src/test/regress/pg_regress'
/opt/freeware/bin//prove -I ../../../src/test/perl/ -I . t/001_password.pl
# +++ tap check in src/test/authentication +++
t/001_password.pl .. 1/? # Tests were run but no plan was declared and
done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/001_password.pl .. Dubious, test returned 2 (wstat 512, 0x200)
All 1 subtests passed

Test Summary Report
-------------------
t/001_password.pl (Wstat: 512 (exited 2) Tests: 1 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=1, Tests=1, 183 wallclock secs ( 0.02 usr 0.00 sys + 0.41 cusr
0.14 csys = 0.57 CPU)
Result: FAIL
gmake: *** [Makefile:17: check] Error 1

These tests were passing on other buildfarms (animals) , trying to debug if
there are any environment specific issues.

--
Thanks
Vamshi.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2025-07-09 08:42:35 Re: Logical Replication of sequences
Previous Message Alexandra Wang 2025-07-09 08:10:36 Re: SQL:2023 JSON simplified accessor support