AndreMikulec / plr

PL/R - R Procedural Language for PostgreSQL
http://www.joeconway.com
GNU General Public License v2.0
0 stars 0 forks source link

LOG Mon Aug 12 2024 - HELP or SUBMIT BUG - 230824 Bump_MESSAGE_WIDTH || template (problem) || REL_17_STABLE #26

Open AndreMikulec opened 1 month ago

AndreMikulec commented 1 month ago

https://github.com/postgres-plr/plr/actions/runs/10249408444/workflow
https://github.com/postgres-plr/plr/actions/runs/10249408444/job/28352725177#logs
https://github.com/postgres-plr/plr/actions/runs/10249408444/workflow
https://github.com/postgres-plr/plr/commit/21bee6da0434a786e4053225665bcef52f62149f

FIVE WORKS
https://productionresultssa14.blob.core.windows.net/actions-results/881302ad-e1fc-40c9-b9fd-0dfe5f05674e/workflow-job-run-2aa5609d-1f2e-524f-6add-df117bae1eca/logs/job/job-logs.txt?rsct=text%2Fplain&se=2024-08-11T17%3A27%3A27Z&sig=t7THsdhBENXZznHBVHEo4S%2Fw3qGWFI56lw96LyQaTIU%3D&ske=2024-08-12T03%3A33%3A41Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2024-08-11T15%3A33%3A41Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2024-05-04&sp=r&spr=https&sr=b&st=2024-08-11T17%3A17%3A22Z&sv=2024-05-04

2024-08-05T13:07:39.8347380Z Complete job name: R 4.4.1 PGsrc REL_17_BETA2 PGbin  UCRT64 x64  windows-latest Debug R 4.4.1 PGSRC true PGSRCMETH meson SRCCTB  matid 5

Windows non-msvc Meson PL/R Setup Compile and Non-Meson Manual Test

PG_HOME=/d/PGINSTALL
PKGLIBDIR=/d/PGINSTALL/lib/postgresql

2024-08-05T13:21:55.5946843Z "${PKGLIBDIR}/pgxs/src/test/regress/pg_regress" --bindir="${PG_HOME}/bin" --dbname=pl_regression plr bad_fun opt_window do out_args plr_transaction opt_window_frame || (cat regression.diffs && false)

          # 5
          # R pg REL_17_BETA2 R 4.4.1 - just exists to try to determine this success . . .
          #   bleeding edge R and bleeding edge PostgreSQL
          # R 4.4.1 PGsrc REL_17_BETA2 PGbin UCRT64 x64 windows-latest Debug
          - matid: 5
            os: windows-latest
            GithubActionsIgnoreFail: true
            compilerEnv: UCRT64
            shellEnv: msys2 {0}
            compilerExe: gcc
            Platform: x64
            Configuration: Debug
            #
            rversion: 4.4.1
            R_HOME: 'D:\RINSTALL'
            R_ARCH: /x64
            #
            pgSRCversion: REL_17_BETA2
            PG_SOURCE: 'D:\PGSOURCE'
            buildpgFromSRC: true
            buildpgFromSRCmethod: meson
            PG_HOME: 'D:\PGINSTALL'
            #
            # pgWINversion: REL_17_STABLE.future-future
            #
            # not "MSYS2testonpgWIN: true" - because no existing "PostgreSQL REL_17_STABLE for Windows" exists anywhere.

SEVEN DOES NOT WORK
https://productionresultssa14.blob.core.windows.net/actions-results/881302ad-e1fc-40c9-b9fd-0dfe5f05674e/workflow-job-run-629d8599-a7db-5c94-3987-e6664c1050dd/logs/job/job-logs.txt?rsct=text%2Fplain&se=2024-08-11T17%3A25%3A54Z&sig=eb9mdIzrC9cplU8%2BAZ0dWaAX5SBfewN1ILNlw0x8jfA%3D&ske=2024-08-12T03%3A39%3A34Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2024-08-11T15%3A39%3A34Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2024-05-04&sp=r&spr=https&sr=b&st=2024-08-11T17%3A15%3A49Z&sv=2024-05-04

R 4.4.1 PGsrc REL_17_BETA2 PGbin  UCRT64 x64  windows-latest Debug R 4.4.1 PGSRC  PGSRCMETH  SRCCTB true matid 7

Windows non-msvc Meson PG and Meson PL/R Setup Compile and Meson Test

          # 7 - MYSTERY - Github Actions duplicates this job
          # R 4.4.1 and next PostgreSQL
          - matid: 7
            os: windows-latest
            GithubActionsIgnoreFail: true
            compilerEnv: UCRT64
            shellEnv: msys2 {0}
            compilerExe: gcc
            Platform: x64
            Configuration: Debug
            #
            rversion: 4.4.1
            R_HOME: 'D:\RINSTALL'
            R_ARCH: /x64
            #
            # A HUMAN must manually see the VERSION here. (seen Jul 13 2024 EST)
            # Because this is "next PostgreSQL",
            # if available are/is 'release candidate' REL_AA_RC#
            # and/or 'beta' REL_AA_BETA# version(s)
            # then choose that 'latest' version;
            # 'REL' is later than 'BETA'. Higher numbers are later than lower numbers.
            # Otherwise, just choose the latest REL_XX_Y.
            # https://github.com/postgres/postgres/tags
            pgSRCversion: REL_17_BETA2
            PG_SOURCE: 'D:\PGSOURCE'
            #
            # buildpgFromSRC: true
            # buildpgFromSRCmethod: make/meson(PostgreSQL 16+)
            #   Add meson build system (Andres Freund, Nazir Bilal Yavuz, Peter Eisentraut)
            #   https://www.postgresql.org/docs/16/release-16.html
            # xor
            buildpgANDplrInSRCcontrib: true
            PG_HOME: 'D:\PGINSTALL'
            #
            # This may not be available if pgSRCversion is 'RC' or 'BETA'.
            # pgWINversion: 17.?-?
            # This may not be available if pgSRCversion is 'RC' or 'BETA'.
            # MSYS2testonpgWIN: true

meson test --list --suite cube
meson test --list --suite plr

230629_first_REL_17_STABLE_5bcc7e6dc8cb6fb6ab16c118a1e710fc85096f76
230629_first_REL_17_STABLE_5bcc7e6dc8cb6fb6ab16c118a1e710fc85096f76

Windows non-msvc Meson PG and Meson PL/R Setup Compile and Meson Test

        env:
          PG_HOME: ${{ env.PG_HOME }}     # different - empty - and below - it is not used

PG_HOME: 
cygpath PG_HOME: 

${PG_HOME}/bin/

          export PKGLIBDIR=$(pg_config | grep "^PKGLIBDIR" | sed "s/ = /=/" | sed "s/^.*=//")
          export PKGLIBDIR=$(cygpath $(cygpath -wl "${PKGLIBDIR}"))

          echo "PG_HOME: ${PG_HOME}"
          # borrowed only if I want to MANUALLY run a REGRESSION TEST
          export PKGLIBDIR=$(${PG_HOME}/bin/pg_config | grep "^PKGLIBDIR" | sed "s/ = /=/" | sed "s/^.*=//")
          export PKGLIBDIR=$(cygpath $(cygpath -wl "${PKGLIBDIR}"))
          echo "PKGLIBDIR: ${PKGLIBDIR}"

"${PKGLIBDIR}/pgxs/src/test/regress/pg_regress" --bindir="${PG_HOME}/bin" --dbname=pl_regression plr bad_fun opt_window do out_args plr_transaction opt_window_frame || (cat regression.diffs && false)

----

"Downloads"

cat 230731_mesontest_job-logs.txt | cut -c30- > 230731_mesontest_job-logs_cutted.txt
cat 230831_mesontest_job-logs.txt | cut -c30- > 230831_mesontest_job-logs_cutted.txt

meld

230731
Library posix4 found: NO
Checking for function "fdatasync" : NO

2096] -> 2097]
MAYBE?
[861/2097] "cc" "-Isrc/backend/postgres_lib.a.p" "-Isrc/include" "-I../src/include" "-I../src/include/port/win32" "-fdiagnostics-color=always" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-O2" "-g" "-fno-strict-aliasing" "-fwrapv" "-fexcess-precision=standard" "-Wmissing-prototypes" "-Wpointer-arith" "-Werror=vla" "-Wendif-labels" "-Wmissing-format-attribute" "-Wimplicit-fallthrough=3" "-Wcast-function-type" "-Wshadow=compatible-local" "-Wformat-security" "-Wdeclaration-after-statement" "-Wno-format-truncation" "-Wno-stringop-truncation" "-pthread" "-DBUILDING_DLL" -MD -MQ src/backend/postgres_lib.a.p/regex_regprefix.c.obj -MF "src/backend/postgres_lib.a.p/regex_regprefix.c.obj.d" -o src/backend/postgres_lib.a.p/regex_regprefix.c.obj "-c" ../src/backend/regex/regprefix.c

230831
Installing D:/PGSOURCE/src/include/libpq/protocol.h to D:/PGINSTALL/include/postgresql/internal/libpq

Introduce macros for protocol characters.
https://github.com/postgres/postgres/blame/REL_17_STABLE/src/include/libpq/protocol.h
230822 Now_Macros
Introduce macros for protocol characters.
f4b54e1ed9853ab9aff524494866823f951b1e7f

  230822 Before_Macros
  PREVIOUS COMMIT
  ExtendBufferedWhat -> BufferManagerRelation.
  711479115836b2180f50c00bbf0773220848a7f5

230822
Author: Dave Cramer
Reviewed-by: Alvaro Herrera, Tatsuo Ishii, Peter Smith, Robert Haas, Tom Lane, Peter Eisentraut, Michael Paquier
Discussion: https://postgr.es/m/CADK3HHKbBmK-PKf1bPNFoMC%2BoBt%2BpD9PH8h5nvmBQskEHm-Ehw%40mail.gmail.com
https://github.com/postgres/postgres/commit/f4b54e1ed9853ab9aff524494866823f951b1e7f

Use PqMsg_* macros in more places.
JUL 2024
https://github.com/postgres/postgres/commit/925479b8d83c2fc819e05bf67335255c13d8e8de

meson test -C build --num-processes 1 -v --suite setup --suite cube
FAIL (31st)
4/4 postgresql:cube / cube/regress        RUNNING       
>>> PATH=D:/PGSOURCE/build/tmp_install/PGINSTALL/bin;D:/PGSOURCE/build/contrib/cube;D:\PGINSTALL\bin;D:\PGINSTALL\lib;D:\RINSTALL\bin\x64;D:\RINSTALL\bin;D:\a\_temp\msys64\ucrt64\bin;D:\a\_temp\msys64\ucrt64\bin\site_perl\5.38.2;D:\a\_temp\msys64\ucrt64\bin\vendor_perl;D:\a\_temp\msys64\ucrt64\bin\core_perl;D:\a\_temp\msys64\usr\local\bin;D:\a\_temp\msys64\usr\bin;D:\a\_temp\msys64\usr\bin 
INITDB_TEMPLATE=D:/PGSOURCE/build/tmp_install/initdb-template 
PG_REGRESS=D:/PGSOURCE/build/src/test/regress/pg_regress.exe 
REGRESS_SHLIB=D:/PGSOURCE/build/src/test/regress/regress.dll 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 
PG_TEST_EXTRA= 
MESON_TEST_ITERATION=1 
MALLOC_PERTURB_=126 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
D:\a\_temp\msys64\ucrt64\bin/python3.EXE D:/PGSOURCE/build/../src/tools/testwrap --basedir D:/PGSOURCE/build --srcdir D:/PGSOURCE/contrib/cube --testgroup cube --testname regress -- D:/PGSOURCE/build/src/test/regress/pg_regress.exe --inputdir D:/PGSOURCE/contrib/cube --expecteddir D:/PGSOURCE/contrib/cube --bindir  --dlpath D:/PGSOURCE/build/contrib/cube --max-concurrent-tests=20 --dbname regression_cube --outputdir D:/PGSOURCE/build/testrun/cube/regress --temp-instance D:/PGSOURCE/build/testrun/cube/regress/tmp_check --port 40008 cube cube_sci

meson test -C build --num-processes 1 -v --suite setup --suite cube
PASS (31st)
3/3 postgresql:cube / cube/regress
>>> PATH=D:/PGSOURCE/build/tmp_install/PGINSTALL/bin;D:/PGSOURCE/build/contrib/cube;D:\PGINSTALL\bin;D:\PGINSTALL\lib;D:\RINSTALL\bin\x64;D:\RINSTALL\bin;D:\a\_temp\msys64\ucrt64\bin;D:\a\_temp\msys64\ucrt64\bin\site_perl\5.38.2;D:\a\_temp\msys64\ucrt64\bin\vendor_perl;D:\a\_temp\msys64\ucrt64\bin\core_perl;D:\a\_temp\msys64\usr\local\bin;D:\a\_temp\msys64\usr\bin;D:\a\_temp\msys64\usr\bin 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 
PG_REGRESS=D:/PGSOURCE/build/src/test/regress/pg_regress.exe 
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 
PG_TEST_EXTRA= 
MESON_TEST_ITERATION=1 
REGRESS_SHLIB=D:/PGSOURCE/build/src/test/regress/regress.dll 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
MALLOC_PERTURB_=120 *** DIFFERENT ***
D:\a\_temp\msys64\ucrt64\bin/python3.EXE D:/PGSOURCE/build/../src/tools/testwrap --basedir D:/PGSOURCE/build --srcdir D:/PGSOURCE/contrib/cube --testgroup cube --testname regress -- D:/PGSOURCE/build/src/test/regress/pg_regress.exe --inputdir D:/PGSOURCE/contrib/cube --expecteddir D:/PGSOURCE/contrib/cube --bindir  --dlpath D:/PGSOURCE/build/contrib/cube --max-concurrent-tests=20 --dbname regression_cube --outputdir D:/PGSOURCE/build/testrun/cube/regress --temp-instance D:/PGSOURCE/build/testrun/cube/regress/tmp_check --port 40008 cube cube_sci

----

Use "template" data directory in tests

When running all (or just many) of our tests, a significant portion of both
CPU time and IO is spent running initdb. Most of those initdb runs don't
specify any options influencing properties of the created data directory.

Avoid most of that overhead by creating a "template" data directory, alongside
the temporary installation. Instead of running initdb, pg_regress and tap
tests can copy that data directory. When a tap test specifies options to
initdb, the template data directory is not used. That could be relaxed for
some options, but it's not clear it's worth the effort.

There unfortunately is some duplication between pg_regress.c and Cluster.pm,
but there are no easy ways of sharing that code without introducing additional
complexity.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/20220120021859.3zpsfqn4z7ob7afz@alap3.anarazel.de

252dcb32397f64a5e1ceac05b29a271ab19aa960
230824 template

----

pg_upgrade: Bump MESSAGE_WIDTH.

Commit 7b378237aa added a status message to pg_upgrade that is 60
characters wide.  Since the MESSAGE_WIDTH macro is currently set to
60, there is no space between this new status message and the "ok"
or "failed" indicator appended when the step completes.  To fix
this problem, this commit increases the value of MESSAGE_WIDTH to
62.

Suggested-by: Bharath Rupireddy
Reviewed-by: Peter Eisentraut
Discussion: https://postgr.es/m/CALj2ACVVvk1cYLtWVxHv%3DZ1Ubq%3DUES9fhKbUU4c9k4W%2BfEDnbw%40mail.gmail.com
Backpatch-through: 16

9625845532ae03e7da3fc8fc592c6ec333b93166
230824 Bump_MESSAGE_WIDTH

----

LOG Mon Aug 12 2024 - HELP or SUBMIT BUG - 230824 Bump_MESSAGE_WIDTH || template (problem) || REL_17_STABLE

next
https://www.postgresql.org/docs/17/bug-reporting.html

----
AndreMikulec commented 1 month ago

https://github.com/AndreMikulec/plr/actions/runs/10347767361 https://github.com/AndreMikulec/plr/commit/fa61d0754651bdf834ca5f26c6e6e2211a9e0636

Invalid workflow file: .github/workflows/buildPLR.yml#L1928 The workflow is not valid. .github/workflows/buildPLR.yml (Line: 1928, Col: 14): Exceeded max expression length 21000

removed
          # Discussion: https://postgr.es/m/20220120021859.3zpsfqn4z7ob7afz@alap3.anarazel.de
          # LAST OF THREAD DISCUSSION: https://www.postgresql.org/message-id/20230805222639.npbht6inelpn34hr%40awork3.anarazel.de
          # https://github.com/postgres/postgres/blob/75534436a477474ea05004b7fbed21e20cea774a/.cirrus.tasks.yml#L114
          # https://github.com/postgres/postgres/blame/75534436a477474ea05004b7fbed21e20cea774a/.cirrus.tasks.yml#L112

AndreMikulec commented 1 month ago

From: Andre Mikulec andre_mikulec@hotmail.com Sent: Monday, August 12, 2024 5:01 AM To: pgsql-bugs@lists.postgresql.org pgsql-bugs@lists.postgresql.org Subject: REL_17_STABLE - meson test --suite setup --suite cube - fails for any/all CONTRIBs

All,

I have concluded: In the branch REL_17_STABLE Meson testing fails for any CONTRIB from commit 252dcb32397f64a5e1ceac05b29a271ab19aa960 and later.

These have failed: meson test --suite setup --suite cube meson test --suite setup --suite plr (3rd party)

Therfore, I conclude: meson test --suite setup --suite CONTRIB

This problem was caused by this commit:

Use "template" data directory in tests (Aug 24 2023)

https://github.com/postgres/postgres/commit/252dcb32397f64a5e1ceac05b29a271ab19aa960

The previous commit works correctly:

pg_upgrade: Bump MESSAGE_WIDTH. (Aug 24 2023) https://github.com/postgres/postgres/commit/9625845532ae03e7da3fc8fc592c6ec333b93166

The output jobs are here: https://github.com/AndreMikulec/plr/actions/runs/10347969709

Job 4 is 230824_template_mesontest_REL_17_STABLE_252dcb32 Job 4 is commit 'Use "template" data directory in tests' (fails)

Job 6 is 230824_Bump_MESSAGE_WIDTH_mesontest_REL_17_STABLE_96258455 Job 6 is commit 'pg_upgrade: Bump MESSAGE_WIDTH.' (success) - previous commit

About 'pg_upgrade: Bump MESSAGE_WIDTH.' cube Sign in to View Logs Job 6 -> Page Upper Right COG shape -> View raw logs

The 'pg_upgrade: Bump MESSAGE_WIDTH.' cube regression test works (previous commit - success):

2024-08-12T08:05:31.4135823Z pushd     "${PG_SOURCE}/contrib/cube"
2024-08-12T08:05:31.4136391Z PGUSER: runneradmin
2024-08-12T08:05:31.4136859Z + pushd /d/PGSOURCE/contrib/cube
2024-08-12T08:05:31.4138055Z /d/PGSOURCE/contrib/cube /d/PGSOURCE /d/a/plr/plr
2024-08-12T08:05:31.4139730Z "${PKGLIBDIR}/pgxs/src/test/regress/pg_regress" --bindir="${PG_HOME}/bin" --dbname=pl_regression cube cube_sci || (cat regression.diffs && false)
2024-08-12T08:05:31.4141456Z + /d/PGINSTALL/lib/postgresql/pgxs/src/test/regress/pg_regress --bindir=/d/PGINSTALL/bin --dbname=pl_regression cube cube_sci
2024-08-12T08:05:31.4356646Z # using postmaster on localhost, default port
2024-08-12T08:05:31.7493560Z ok 1         - cube                                      145 ms
2024-08-12T08:05:31.8072565Z ok 2         - cube_sci                                   35 ms
2024-08-12T08:05:31.8073006Z 1..2
2024-08-12T08:05:31.8073237Z # All 2 tests passed.
2024-08-12T08:05:31.8097461Z popd # fr "${PG_SOURCE}/contrib/cube"
2024-08-12T08:05:31.8098007Z + popd
2024-08-12T08:05:31.8099860Z /d/PGSOURCE /d/a/plr/plr

The 'pg_upgrade: Bump MESSAGE_WIDTH.' cube meson test works (previous commit - success):

2024-08-12T08:05:34.1225899Z meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite cube
2024-08-12T08:05:34.1226750Z + meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite cube
2024-08-12T08:05:34.6594209Z ninja: Entering directory `D:/PGSOURCE/build'
2024-08-12T08:05:34.6594755Z ninja: no work to do.
2024-08-12T08:05:34.6650984Z 1/3 postgresql:setup / tmp_install        RUNNING      
2024-08-12T08:05:34.6653358Z >>> MESON_TEST_ITERATION=1 DESTDIR=D:/PGSOURCE/build/tmp_install/ MALLOC_PERTURB_=214 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 D:/a/_temp/msys64/ucrt64/bin/meson.exe install --quiet --only-changed --no-rebuild
2024-08-12T08:05:34.6655298Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:05:36.1483450Z ------------------------------------------------------------------------------
2024-08-12T08:05:36.1484090Z 1/3 postgresql:setup / tmp_install        OK                1.49s
2024-08-12T08:05:36.1484450Z
2024-08-12T08:05:36.1493242Z 2/3 postgresql:setup / install_test_files RUNNING      
2024-08-12T08:05:36.1535528Z >>> MESON_TEST_ITERATION=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=15 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=D:/a/_temp/msys64/ucrt64/bin;D:\PGINSTALL\bin;D:\PGINSTALL\lib;D:\RINSTALL\bin\x64;D:\RINSTALL\bin;D:\a\_temp\msys64\ucrt64\bin;D:\a\_temp\msys64\ucrt64\bin\site_perl\5.38.2;D:\a\_temp\msys64\ucrt64\bin\vendor_perl;D:\a\_temp\msys64\ucrt64\bin\core_perl;D:\a\_temp\msys64\usr\local\bin;D:\a\_temp\msys64\usr\bin;D:\a\_temp\msys64\usr\bin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 D:\a\_temp\msys64\ucrt64\bin/python3.EXE D:/PGSOURCE/build/../src/tools/install_files --prefix D:/PGINSTALL --install share/postgresql/extension D:/PGSOURCE/build/../src/test/modules/dummy_index_am/dummy_index_am.control D:/PGSOURCE/build/../src/test/modules/dummy_index_am/dummy_index_am--1.0.sql D:/PGSOURCE/build/../src/test/modules/dummy_seclabel/dummy_seclabel.control D:/PGSOURCE/build/../src/test/modules/dummy_seclabel/dummy_seclabel--1.0.sql D:/PGSOURCE/build/../src/test/modules/plsample/plsample.control D:/PGSOURCE/build/../src/test/modules/plsample/plsample--1.0.sql D:/PGSOURCE/build/../src/test/modules/spgist_name_ops/spgist_name_ops.control D:/PGSOURCE/build/../src/test/modules/spgist_name_ops/spgist_name_ops--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_bloomfilter/test_bloomfilter.control D:/PGSOURCE/build/../src/test/modules/test_bloomfilter/test_bloomfilter--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_copy_callbacks/test_copy_callbacks.control D:/PGSOURCE/build/../src/test/modules/test_copy_callbacks/test_copy_callbacks--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_custom_rmgrs/test_custom_rmgrs.control D:/PGSOURCE/build/../src/test/modules/test_custom_rmgrs/test_custom_rmgrs--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_ddl_deparse/test_ddl_deparse.control D:/PGSOURCE/build/../src/test/modules/test_ddl_deparse/test_ddl_deparse--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext1--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext1.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext2--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext2.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext3--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext3.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext4--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext4.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext5--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext5.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext6--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext6.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext7--1.0--2.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext7--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext7.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext8--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext8.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cine--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cine--1.0--1.1.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cine.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cor--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cor.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic1--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic1.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic2--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic2.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_extschema--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_extschema.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_evttrig--1.0--2.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_evttrig--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_evttrig.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema1--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema1.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema2--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema2.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema3--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema3.control D:/PGSOURCE/build/../src/test/modules/test_ginpostinglist/test_ginpostinglist.control D:/PGSOURCE/build/../src/test/modules/test_ginpostinglist/test_ginpostinglist--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_integerset/test_integerset.control D:/PGSOURCE/build/../src/test/modules/test_integerset/test_integerset--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_lfind/test_lfind.control D:/PGSOURCE/build/../src/test/modules/test_lfind/test_lfind--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_parser/test_parser.control D:/PGSOURCE/build/../src/test/modules/test_parser/test_parser--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_pg_dump/test_pg_dump.control D:/PGSOURCE/build/../src/test/modules/test_pg_dump/test_pg_dump--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_predtest/test_predtest.control D:/PGSOURCE/build/../src/test/modules/test_predtest/test_predtest--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_rbtree/test_rbtree.control D:/PGSOURCE/build/../src/test/modules/test_rbtree/test_rbtree--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_regex/test_regex.control D:/PGSOURCE/build/../src/test/modules/test_regex/test_regex--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_shm_mq/test_shm_mq.control D:/PGSOURCE/build/../src/test/modules/test_shm_mq/test_shm_mq--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_slru/test_slru.control D:/PGSOURCE/build/../src/test/modules/test_slru/test_slru--1.0.sql D:/PGSOURCE/build/../src/test/modules/worker_spi/worker_spi.control D:/PGSOURCE/build/../src/test/modules/worker_spi/worker_spi--1.0.sql --install lib/postgresql src/test/regress/regress.dll src/test/regress/autoinc.dll src/test/regress/refint.dll src/test/modules/delay_execution/delay_execution.dll src/test/modules/dummy_index_am/dummy_index_am.dll src/test/modules/dummy_seclabel/dummy_seclabel.dll src/test/modules/plsample/plsample.dll src/test/modules/spgist_name_ops/spgist_name_ops.dll src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.dll src/test/modules/test_bloomfilter/test_bloomfilter.dll src/test/modules/test_copy_callbacks/test_copy_callbacks.dll src/test/modules/test_custom_rmgrs/test_custom_rmgrs.dll src/test/modules/test_ddl_deparse/test_ddl_deparse.dll src/test/modules/test_ginpostinglist/test_ginpostinglist.dll src/test/modules/test_integerset/test_integerset.dll src/test/modules/test_lfind/test_lfind.dll src/test/modules/test_oat_hooks/test_oat_hooks.dll src/test/modules/test_parser/test_parser.dll src/test/modules/test_predtest/test_predtest.dll src/test/modules/test_rbtree/test_rbtree.dll src/test/modules/test_regex/test_regex.dll src/test/modules/test_rls_hooks/test_rls_hooks.dll src/test/modules/test_shm_mq/test_shm_mq.dll src/test/modules/test_slru/test_slru.dll src/test/modules/worker_spi/worker_spi.dll --destdir D:/PGSOURCE/build/tmp_install/
2024-08-12T08:05:36.1573515Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:05:36.2330360Z ------------------------------------------------------------------------------
2024-08-12T08:05:36.2331027Z 2/3 postgresql:setup / install_test_files OK                0.08s
2024-08-12T08:05:36.2331432Z
2024-08-12T08:05:42.1442025Z 3/3 postgresql:cube / cube/regress        RUNNING      
2024-08-12T08:05:42.1450069Z >>> MESON_TEST_ITERATION=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PG_REGRESS=D:/PGSOURCE/build/src/test/regress/pg_regress.exe REGRESS_SHLIB=D:/PGSOURCE/build/src/test/regress/regress.dll PG_TEST_EXTRA= MALLOC_PERTURB_=210 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=D:/PGSOURCE/build/tmp_install/PGINSTALL/bin;D:/PGSOURCE/build/contrib/cube;D:\PGINSTALL\bin;D:\PGINSTALL\lib;D:\RINSTALL\bin\x64;D:\RINSTALL\bin;D:\a\_temp\msys64\ucrt64\bin;D:\a\_temp\msys64\ucrt64\bin\site_perl\5.38.2;D:\a\_temp\msys64\ucrt64\bin\vendor_perl;D:\a\_temp\msys64\ucrt64\bin\core_perl;D:\a\_temp\msys64\usr\local\bin;D:\a\_temp\msys64\usr\bin;D:\a\_temp\msys64\usr\bin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 D:\a\_temp\msys64\ucrt64\bin/python3.EXE D:/PGSOURCE/build/../src/tools/testwrap --basedir D:/PGSOURCE/build --srcdir D:/PGSOURCE/contrib/cube --testgroup cube --testname regress -- D:/PGSOURCE/build/src/test/regress/pg_regress.exe --inputdir D:/PGSOURCE/contrib/cube --expecteddir D:/PGSOURCE/contrib/cube --bindir  --dlpath D:/PGSOURCE/build/contrib/cube --max-concurrent-tests=20 --dbname regression_cube --outputdir D:/PGSOURCE/build/testrun/cube/regress --temp-instance D:/PGSOURCE/build/testrun/cube/regress/tmp_check --port 40008 cube cube_sci
2024-08-12T08:05:42.1460579Z | 3/3 - cube                                      151 ms OK            
2024-08-12T08:05:42.2095124Z | 3/3 - cube_sci                                   42 ms OK            
2024-08-12T08:05:42.4520999Z 3/3 postgresql:cube / cube/regress        OK                6.21s   2 subtests passed
2024-08-12T08:05:42.4521520Z
2024-08-12T08:05:42.4559936Z
2024-08-12T08:05:42.4560179Z Ok:                 3  
2024-08-12T08:05:42.4560553Z Expected Fail:      0  
2024-08-12T08:05:42.4560870Z Fail:               0  
2024-08-12T08:05:42.4561190Z Unexpected Pass:    0  
2024-08-12T08:05:42.4561510Z Skipped:            0  
2024-08-12T08:05:42.4561989Z Timeout:            0  
2024-08-12T08:05:42.4562195Z
2024-08-12T08:05:42.4562725Z Full log written to D:/PGSOURCE/build/meson-logs/testlog.txt
2024-08-12T08:05:42.5000442Z meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite plr

About 'Use "template" data directory in tests' cube Sign in to View Logs Job 4 -> Page Upper Right COG shape -> View raw logs

The 'Use "template" data directory in tests' cube regression test works (problem commit - success):

2024-08-12T08:05:41.5733742Z pushd     "${PG_SOURCE}/contrib/cube"
2024-08-12T08:05:41.5734230Z + pushd /d/PGSOURCE/contrib/cube
2024-08-12T08:05:41.5735637Z /d/PGSOURCE/contrib/cube /d/PGSOURCE /d/a/plr/plr
2024-08-12T08:05:41.5736907Z "${PKGLIBDIR}/pgxs/src/test/regress/pg_regress" --bindir="${PG_HOME}/bin" --dbname=pl_regression cube cube_sci || (cat regression.diffs && false)
2024-08-12T08:05:41.5738233Z + /d/PGINSTALL/lib/postgresql/pgxs/src/test/regress/pg_regress --bindir=/d/PGINSTALL/bin --dbname=pl_regression cube cube_sci
2024-08-12T08:05:41.5958073Z # using postmaster on localhost, default port
2024-08-12T08:05:41.9283757Z ok 1         - cube                                      152 ms
2024-08-12T08:05:41.9922417Z ok 2         - cube_sci                                   39 ms
2024-08-12T08:05:41.9922873Z 1..2
2024-08-12T08:05:41.9923083Z # All 2 tests passed.
2024-08-12T08:05:41.9950085Z popd # fr "${PG_SOURCE}/contrib/cube"
2024-08-12T08:05:41.9950611Z + popd
2024-08-12T08:05:41.9952914Z /d/PGSOURCE /d/a/plr/plr

The 'Use "template" data directory in tests' cube meson test fails (problem commit - failure):

2024-08-12T08:05:44.4568540Z meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite cube
2024-08-12T08:05:44.4569978Z + meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite cube
2024-08-12T08:05:45.0060608Z ninja: Entering directory `D:/PGSOURCE/build'
2024-08-12T08:05:45.0061064Z ninja: no work to do.
2024-08-12T08:05:45.0120584Z 1/4 postgresql:setup / tmp_install        RUNNING      
2024-08-12T08:05:45.0124346Z >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 DESTDIR=D:/PGSOURCE/build/tmp_install/ ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=198 D:/a/_temp/msys64/ucrt64/bin/meson.exe install --quiet --only-changed --no-rebuild
2024-08-12T08:05:45.0127693Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:05:46.5389627Z ------------------------------------------------------------------------------
2024-08-12T08:05:46.5390264Z 1/4 postgresql:setup / tmp_install        OK                1.53s
2024-08-12T08:05:46.5390638Z
2024-08-12T08:05:46.5400227Z 2/4 postgresql:setup / install_test_files RUNNING      
2024-08-12T08:05:46.5437862Z >>> MALLOC_PERTURB_=215 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=D:/a/_temp/msys64/ucrt64/bin;D:\PGINSTALL\bin;D:\PGINSTALL\lib;D:\RINSTALL\bin\x64;D:\RINSTALL\bin;D:\a\_temp\msys64\ucrt64\bin;D:\a\_temp\msys64\ucrt64\bin\site_perl\5.38.2;D:\a\_temp\msys64\ucrt64\bin\vendor_perl;D:\a\_temp\msys64\ucrt64\bin\core_perl;D:\a\_temp\msys64\usr\local\bin;D:\a\_temp\msys64\usr\bin;D:\a\_temp\msys64\usr\bin MESON_TEST_ITERATION=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 D:\a\_temp\msys64\ucrt64\bin/python3.EXE D:/PGSOURCE/build/../src/tools/install_files --prefix D:/PGINSTALL --install share/postgresql/extension D:/PGSOURCE/build/../src/test/modules/dummy_index_am/dummy_index_am.control D:/PGSOURCE/build/../src/test/modules/dummy_index_am/dummy_index_am--1.0.sql D:/PGSOURCE/build/../src/test/modules/dummy_seclabel/dummy_seclabel.control D:/PGSOURCE/build/../src/test/modules/dummy_seclabel/dummy_seclabel--1.0.sql D:/PGSOURCE/build/../src/test/modules/plsample/plsample.control D:/PGSOURCE/build/../src/test/modules/plsample/plsample--1.0.sql D:/PGSOURCE/build/../src/test/modules/spgist_name_ops/spgist_name_ops.control D:/PGSOURCE/build/../src/test/modules/spgist_name_ops/spgist_name_ops--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_bloomfilter/test_bloomfilter.control D:/PGSOURCE/build/../src/test/modules/test_bloomfilter/test_bloomfilter--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_copy_callbacks/test_copy_callbacks.control D:/PGSOURCE/build/../src/test/modules/test_copy_callbacks/test_copy_callbacks--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_custom_rmgrs/test_custom_rmgrs.control D:/PGSOURCE/build/../src/test/modules/test_custom_rmgrs/test_custom_rmgrs--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_ddl_deparse/test_ddl_deparse.control D:/PGSOURCE/build/../src/test/modules/test_ddl_deparse/test_ddl_deparse--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext1--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext1.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext2--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext2.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext3--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext3.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext4--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext4.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext5--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext5.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext6--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext6.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext7--1.0--2.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext7--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext7.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext8--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext8.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cine--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cine--1.0--1.1.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cine.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cor--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cor.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic1--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic1.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic2--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic2.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_extschema--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_extschema.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_evttrig--1.0--2.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_evttrig--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_evttrig.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema1--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema1.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema2--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema2.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema3--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema3.control D:/PGSOURCE/build/../src/test/modules/test_ginpostinglist/test_ginpostinglist.control D:/PGSOURCE/build/../src/test/modules/test_ginpostinglist/test_ginpostinglist--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_integerset/test_integerset.control D:/PGSOURCE/build/../src/test/modules/test_integerset/test_integerset--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_lfind/test_lfind.control D:/PGSOURCE/build/../src/test/modules/test_lfind/test_lfind--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_parser/test_parser.control D:/PGSOURCE/build/../src/test/modules/test_parser/test_parser--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_pg_dump/test_pg_dump.control D:/PGSOURCE/build/../src/test/modules/test_pg_dump/test_pg_dump--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_predtest/test_predtest.control D:/PGSOURCE/build/../src/test/modules/test_predtest/test_predtest--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_rbtree/test_rbtree.control D:/PGSOURCE/build/../src/test/modules/test_rbtree/test_rbtree--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_regex/test_regex.control D:/PGSOURCE/build/../src/test/modules/test_regex/test_regex--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_shm_mq/test_shm_mq.control D:/PGSOURCE/build/../src/test/modules/test_shm_mq/test_shm_mq--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_slru/test_slru.control D:/PGSOURCE/build/../src/test/modules/test_slru/test_slru--1.0.sql D:/PGSOURCE/build/../src/test/modules/worker_spi/worker_spi.control D:/PGSOURCE/build/../src/test/modules/worker_spi/worker_spi--1.0.sql --install lib/postgresql src/test/regress/regress.dll src/test/regress/autoinc.dll src/test/regress/refint.dll src/test/modules/delay_execution/delay_execution.dll src/test/modules/dummy_index_am/dummy_index_am.dll src/test/modules/dummy_seclabel/dummy_seclabel.dll src/test/modules/plsample/plsample.dll src/test/modules/spgist_name_ops/spgist_name_ops.dll src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.dll src/test/modules/test_bloomfilter/test_bloomfilter.dll src/test/modules/test_copy_callbacks/test_copy_callbacks.dll src/test/modules/test_custom_rmgrs/test_custom_rmgrs.dll src/test/modules/test_ddl_deparse/test_ddl_deparse.dll src/test/modules/test_ginpostinglist/test_ginpostinglist.dll src/test/modules/test_integerset/test_integerset.dll src/test/modules/test_lfind/test_lfind.dll src/test/modules/test_oat_hooks/test_oat_hooks.dll src/test/modules/test_parser/test_parser.dll src/test/modules/test_predtest/test_predtest.dll src/test/modules/test_rbtree/test_rbtree.dll src/test/modules/test_regex/test_regex.dll src/test/modules/test_rls_hooks/test_rls_hooks.dll src/test/modules/test_shm_mq/test_shm_mq.dll src/test/modules/test_slru/test_slru.dll src/test/modules/worker_spi/worker_spi.dll --destdir D:/PGSOURCE/build/tmp_install/
2024-08-12T08:05:46.5474390Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:05:46.6260519Z ------------------------------------------------------------------------------
2024-08-12T08:05:46.6261341Z 2/4 postgresql:setup / install_test_files OK                0.08s
2024-08-12T08:05:46.6261735Z
2024-08-12T08:05:46.6270305Z 3/4 postgresql:setup / initdb_cache       RUNNING      
2024-08-12T08:05:46.6273793Z >>> REGRESS_SHLIB=D:/PGSOURCE/build/src/test/regress/regress.dll MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=20 PG_TEST_EXTRA= INITDB_TEMPLATE=D:/PGSOURCE/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PG_REGRESS=D:/PGSOURCE/build/src/test/regress/pg_regress.exe ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 D:\a\_temp\msys64\ucrt64\bin/python3.EXE -c
2024-08-12T08:05:46.6276208Z import shutil
2024-08-12T08:05:46.6276463Z import sys
2024-08-12T08:05:46.6276700Z import subprocess
2024-08-12T08:05:46.6276870Z
2024-08-12T08:05:46.6277030Z shutil.rmtree(sys.argv[1], ignore_errors=True)
2024-08-12T08:05:46.6277491Z sp = subprocess.run(sys.argv[2:] + [sys.argv[1]])
2024-08-12T08:05:46.6277906Z sys.exit(sp.returncode)
2024-08-12T08:05:46.6278774Z  D:/PGSOURCE/build/tmp_install/initdb-template D:/PGSOURCE/build/tmp_install/PGINSTALL/bin/initdb -A trust -N --no-instructions
2024-08-12T08:05:46.6279868Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:05:46.7468045Z The files belonging to this database system will be owned by user "runneradmin".
2024-08-12T08:05:46.7468900Z
2024-08-12T08:05:46.7469195Z This user must also own the server process.
2024-08-12T08:05:46.7469629Z
2024-08-12T08:05:46.7469635Z
2024-08-12T08:05:46.7469641Z
2024-08-12T08:05:46.7470121Z The database cluster will be initialized with locale "English_United States.1252".
2024-08-12T08:05:46.7470800Z
2024-08-12T08:05:46.7471196Z The default database encoding has accordingly been set to "WIN1252".
2024-08-12T08:05:46.7471591Z
2024-08-12T08:05:46.7471946Z The default text search configuration will be set to "english".
2024-08-12T08:05:46.7472481Z
2024-08-12T08:05:46.7472499Z
2024-08-12T08:05:46.7472505Z
2024-08-12T08:05:46.7472867Z Data page checksums are disabled.
2024-08-12T08:05:46.7473127Z
2024-08-12T08:05:46.7473132Z
2024-08-12T08:05:46.7473135Z
2024-08-12T08:05:46.7473640Z creating directory D:/PGSOURCE/build/tmp_install/initdb-template ... ok
2024-08-12T08:05:46.7474040Z
2024-08-12T08:05:46.7483562Z creating subdirectories ... ok
2024-08-12T08:05:46.7483927Z
2024-08-12T08:05:46.7485539Z selecting dynamic shared memory implementation ... windows
2024-08-12T08:05:46.7485930Z
2024-08-12T08:05:46.7726526Z selecting default max_connections ... 100
2024-08-12T08:05:46.7726850Z
2024-08-12T08:05:46.7987182Z selecting default shared_buffers ... 128MB
2024-08-12T08:05:46.7987734Z
2024-08-12T08:05:46.7991328Z selecting default time zone ... UTC
2024-08-12T08:05:46.7991668Z
2024-08-12T08:05:46.8014362Z creating configuration files ... ok
2024-08-12T08:05:46.8014778Z
2024-08-12T08:05:47.0005059Z running bootstrap script ... ok
2024-08-12T08:05:47.0005511Z
2024-08-12T08:05:47.6177300Z performing post-bootstrap initialization ... ok
2024-08-12T08:05:47.6177942Z
2024-08-12T08:05:47.6177950Z
2024-08-12T08:05:47.6177955Z
2024-08-12T08:05:47.6178131Z Sync to disk skipped.
2024-08-12T08:05:47.6178357Z
2024-08-12T08:05:47.6178643Z The data directory might become corrupt if the operating system crashes.
2024-08-12T08:05:47.6179043Z
2024-08-12T08:05:47.6260103Z ------------------------------------------------------------------------------
2024-08-12T08:05:47.6260692Z 3/4 postgresql:setup / initdb_cache       OK                1.00s
2024-08-12T08:05:47.6261054Z
2024-08-12T08:05:47.6917644Z 4/4 postgresql:cube / cube/regress        RUNNING      
2024-08-12T08:05:47.6925982Z >>> REGRESS_SHLIB=D:/PGSOURCE/build/src/test/regress/regress.dll MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=217 PG_TEST_EXTRA= PATH=D:/PGSOURCE/build/tmp_install/PGINSTALL/bin;D:/PGSOURCE/build/contrib/cube;D:\PGINSTALL\bin;D:\PGINSTALL\lib;D:\RINSTALL\bin\x64;D:\RINSTALL\bin;D:\a\_temp\msys64\ucrt64\bin;D:\a\_temp\msys64\ucrt64\bin\site_perl\5.38.2;D:\a\_temp\msys64\ucrt64\bin\vendor_perl;D:\a\_temp\msys64\ucrt64\bin\core_perl;D:\a\_temp\msys64\usr\local\bin;D:\a\_temp\msys64\usr\bin;D:\a\_temp\msys64\usr\bin MESON_TEST_ITERATION=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=D:/PGSOURCE/build/tmp_install/initdb-template PG_REGRESS=D:/PGSOURCE/build/src/test/regress/pg_regress.exe ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 D:\a\_temp\msys64\ucrt64\bin/python3.EXE D:/PGSOURCE/build/../src/tools/testwrap --basedir D:/PGSOURCE/build --srcdir D:/PGSOURCE/contrib/cube --testgroup cube --testname regress -- D:/PGSOURCE/build/src/test/regress/pg_regress.exe --inputdir D:/PGSOURCE/contrib/cube --expecteddir D:/PGSOURCE/contrib/cube --bindir  --dlpath D:/PGSOURCE/build/contrib/cube --max-concurrent-tests=20 --dbname regression_cube --outputdir D:/PGSOURCE/build/testrun/cube/regress --temp-instance D:/PGSOURCE/build/testrun/cube/regress/tmp_check --port 40008 cube cube_sci
2024-08-12T08:05:47.6932465Z | 4/4 # test failed                       ERROR        
2024-08-12T08:05:47.6975552Z 4/4 postgresql:cube / cube/regress        ERROR             0.08s   exit status 2
2024-08-12T08:05:47.6976563Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:05:47.6976992Z stderr:
2024-08-12T08:05:47.6977710Z # could not open "D:/PGSOURCE/build/testrun/cube/regress/tmp_check/data/postgresql.conf" for adding extra config: No such file or directory
2024-08-12T08:05:47.6978427Z
2024-08-12T08:05:47.6978431Z
2024-08-12T08:05:47.6978561Z (test program exited with status code 2)
2024-08-12T08:05:47.6979053Z ------------------------------------------------------------------------------
2024-08-12T08:05:47.6979366Z
2024-08-12T08:05:47.7014234Z
2024-08-12T08:05:47.7014449Z Summary of Failures:
2024-08-12T08:05:47.7014680Z
2024-08-12T08:05:47.7015033Z 4/4 postgresql:cube / cube/regress        ERROR             0.08s   exit status 2
2024-08-12T08:05:47.7015698Z
2024-08-12T08:05:47.7015803Z Ok:                 3  
2024-08-12T08:05:47.7016132Z Expected Fail:      0  
2024-08-12T08:05:47.7016440Z Fail:               1  
2024-08-12T08:05:47.7016756Z Unexpected Pass:    0  
2024-08-12T08:05:47.7017068Z Skipped:            0  
2024-08-12T08:05:47.7017375Z Timeout:            0  
2024-08-12T08:05:47.7017573Z
2024-08-12T08:05:47.7017953Z Full log written to D:/PGSOURCE/build/meson-logs/testlog.txt
2024-08-12T08:05:47.7502915Z ##[error]Process completed with exit code 1.

Platform information: of The 'Use "template" data directory in tests' cube meson test fails (problem commit - failure)

2024-08-12T07:52:24.3651040Z Host Name:                 fv-az980-504
2024-08-12T07:52:24.3651703Z OS Name:                   Microsoft Windows Server 2022 Datacenter
2024-08-12T07:52:24.3652267Z OS Version:                10.0.20348 N/A Build 20348
2024-08-12T07:52:24.3652739Z OS Manufacturer:           Microsoft Corporation
2024-08-12T07:52:24.3653285Z OS Configuration:          Standalone Server
2024-08-12T07:52:24.3653679Z OS Build Type:             Multiprocessor Free
2024-08-12T07:52:24.3656262Z Registered Owner:          N/A
2024-08-12T07:52:24.3656658Z Registered Organization:   N/A
2024-08-12T07:52:24.3657160Z Product ID:                00454-60000-00001-AA079
2024-08-12T07:52:24.3657760Z Original Install Date:     8/9/2024, 7:26:23 AM
2024-08-12T07:52:24.3658154Z System Boot Time:          8/12/2024, 7:42:29 AM
2024-08-12T07:52:24.3658707Z System Manufacturer:       Microsoft Corporation
2024-08-12T07:52:24.3659120Z System Model:              Virtual Machine
2024-08-12T07:52:24.3659654Z System Type:               x64-based PC
2024-08-12T07:52:24.3660144Z Processor(s):              1 Processor(s) Installed.
2024-08-12T07:52:24.3660732Z                            [01]: AMD64 Family 25 Model 1 Stepping 1 AuthenticAMD ~2445 Mhz
2024-08-12T07:52:24.3661472Z BIOS Version:              American Megatrends Inc. 090008 , 12/7/2018
2024-08-12T07:52:24.3662051Z Windows Directory:         C:\Windows
2024-08-12T07:52:24.3662403Z System Directory:          C:\Windows\system32
2024-08-12T07:52:24.3664029Z Boot Device:               \Device\HarddiskVolume1
2024-08-12T07:52:24.3666668Z System Locale:             en-us;English (United States)
2024-08-12T07:52:24.3669247Z Input Locale:              en-us;English (United States)
2024-08-12T07:52:24.3671644Z Time Zone:                 (UTC) Coordinated Universal Time
2024-08-12T07:52:24.3674484Z Total Physical Memory:     16,384 MB
2024-08-12T07:52:24.3677293Z Available Physical Memory: 14,298 MB
2024-08-12T07:52:24.3679635Z Virtual Memory: Max Size:  19,328 MB
2024-08-12T07:52:24.3682195Z Virtual Memory: Available: 17,395 MB
2024-08-12T07:52:24.3684803Z Virtual Memory: In Use:    1,933 MB
2024-08-12T07:52:24.3687420Z Page File Location(s):     D:\pagefile.sys
2024-08-12T07:52:24.3689960Z Domain:                    WORKGROUP
2024-08-12T07:52:24.3692612Z Logon Server:              \\fv-az980-504
2024-08-12T07:52:24.3695144Z Hotfix(s):                 5 Hotfix(s) Installed.
2024-08-12T07:52:24.3697573Z                            [01]: KB5039907
2024-08-12T07:52:24.3700159Z                            [02]: KB5039889
2024-08-12T07:52:24.3702547Z                            [03]: KB5011048
2024-08-12T07:52:24.3705250Z                            [04]: KB5040437
2024-08-12T07:52:24.3707601Z                            [05]: KB5040571
2024-08-12T07:52:24.3710073Z Network Card(s):           1 NIC(s) Installed.
2024-08-12T07:52:24.3712701Z                            [01]: Microsoft Hyper-V Network Adapter
2024-08-12T07:52:24.3714927Z                                  Connection Name: Ethernet
2024-08-12T07:52:24.3717263Z                                  DHCP Enabled:    Yes
2024-08-12T07:52:24.3719566Z                                  DHCP Server:     168.63.129.16
2024-08-12T07:52:24.3721862Z                                  IP address(es)
2024-08-12T07:52:24.3724131Z                                  [01]: 10.1.0.17
2024-08-12T07:52:24.3752240Z                                  [02]: fe80::9e86:152b:18d0:9053
2024-08-12T07:52:24.3753543Z Hyper-V Requirements:      A hypervisor has been detected. Features required for Hyper-V will not be displayed.

Job 2 is matid REL_17_STABLE Job 2 is commit REL_17_STABLE (LONE commit of "Aug 11, 2024"): aed881386aa6a6a542e46d14d3505e4e6f9310a0 Sign in to View Logs Job 2 -> Page Upper Right COG shape -> View raw logs

2024-08-12T07:52:38.8923356Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2024-08-12T07:52:38.9119288Z 'aed881386aa6a6a542e46d14d3505e4e6f9310a0'

The 'REL_17_STABLE' cube regression test works (current commit - success):

2024-08-12T08:05:57.9872199Z pushd     "${PG_SOURCE}/contrib/cube"
2024-08-12T08:05:57.9872698Z + pushd /d/PGSOURCE/contrib/cube
2024-08-12T08:05:57.9874515Z /d/PGSOURCE/contrib/cube /d/PGSOURCE /d/a/plr/plr
2024-08-12T08:05:57.9875797Z "${PKGLIBDIR}/pgxs/src/test/regress/pg_regress" --bindir="${PG_HOME}/bin" --dbname=pl_regression cube cube_sci || (cat regression.diffs && false)
2024-08-12T08:05:57.9877326Z + /d/PGINSTALL/lib/postgresql/pgxs/src/test/regress/pg_regress --bindir=/d/PGINSTALL/bin --dbname=pl_regression cube cube_sci
2024-08-12T08:05:58.0143086Z # using postmaster on localhost, default port
2024-08-12T08:05:58.3321197Z ok 1         - cube                                      145 ms
2024-08-12T08:05:58.3977576Z ok 2         - cube_sci                                   38 ms
2024-08-12T08:05:58.3978270Z 1..2
2024-08-12T08:05:58.3978626Z # All 2 tests passed.
2024-08-12T08:05:58.4011989Z popd # fr "${PG_SOURCE}/contrib/cube"
2024-08-12T08:05:58.4012587Z + popd

The 'REL_17_STABLE' cube meson test fails (current commit - failure):

2024-08-12T08:06:00.8501078Z meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite cube
2024-08-12T08:06:00.8502559Z + meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite cube
2024-08-12T08:06:01.4011897Z ninja: Entering directory `D:/PGSOURCE/build'
2024-08-12T08:06:01.4012722Z ninja: no work to do.
2024-08-12T08:06:01.4069322Z 1/4 postgresql:setup / tmp_install        RUNNING      
2024-08-12T08:06:01.4073063Z >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=149 DESTDIR=D:/PGSOURCE/build/tmp_install/ ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 D:/a/_temp/msys64/ucrt64/bin/meson.exe install --quiet --only-changed --no-rebuild
2024-08-12T08:06:01.4076388Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:06:02.9409519Z ------------------------------------------------------------------------------
2024-08-12T08:06:02.9410181Z 1/4 postgresql:setup / tmp_install        OK                1.53s
2024-08-12T08:06:02.9410561Z
2024-08-12T08:06:02.9420648Z 2/4 postgresql:setup / install_test_files RUNNING      
2024-08-12T08:06:02.9475588Z >>> PATH=D:/a/_temp/msys64/ucrt64/bin;D:\PGINSTALL\bin;D:\PGINSTALL\lib;D:\RINSTALL\bin\x64;D:\RINSTALL\bin;D:\a\_temp\msys64\ucrt64\bin;D:\a\_temp\msys64\ucrt64\bin\site_perl\5.38.2;D:\a\_temp\msys64\ucrt64\bin\vendor_perl;D:\a\_temp\msys64\ucrt64\bin\core_perl;D:\a\_temp\msys64\usr\local\bin;D:\a\_temp\msys64\usr\bin;D:\a\_temp\msys64\usr\bin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=172 D:\a\_temp\msys64\ucrt64\bin/python3.EXE D:/PGSOURCE/build/../src/tools/install_files --prefix D:/PGINSTALL --install share/postgresql/extension D:/PGSOURCE/build/../src/test/modules/dummy_index_am/dummy_index_am.control D:/PGSOURCE/build/../src/test/modules/dummy_index_am/dummy_index_am--1.0.sql D:/PGSOURCE/build/../src/test/modules/dummy_seclabel/dummy_seclabel.control D:/PGSOURCE/build/../src/test/modules/dummy_seclabel/dummy_seclabel--1.0.sql D:/PGSOURCE/build/../src/test/modules/plsample/plsample.control D:/PGSOURCE/build/../src/test/modules/plsample/plsample--1.0.sql D:/PGSOURCE/build/../src/test/modules/spgist_name_ops/spgist_name_ops.control D:/PGSOURCE/build/../src/test/modules/spgist_name_ops/spgist_name_ops--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_bloomfilter/test_bloomfilter.control D:/PGSOURCE/build/../src/test/modules/test_bloomfilter/test_bloomfilter--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_copy_callbacks/test_copy_callbacks.control D:/PGSOURCE/build/../src/test/modules/test_copy_callbacks/test_copy_callbacks--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_custom_rmgrs/test_custom_rmgrs.control D:/PGSOURCE/build/../src/test/modules/test_custom_rmgrs/test_custom_rmgrs--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_ddl_deparse/test_ddl_deparse.control D:/PGSOURCE/build/../src/test/modules/test_ddl_deparse/test_ddl_deparse--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_dsa/test_dsa.control D:/PGSOURCE/build/../src/test/modules/test_dsa/test_dsa--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_dsm_registry/test_dsm_registry.control D:/PGSOURCE/build/../src/test/modules/test_dsm_registry/test_dsm_registry--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext1--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext1.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext2--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext2.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext3--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext3.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext4--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext4.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext5--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext5.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext6--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext6.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext7--1.0--2.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext7--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext7.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext8--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext8.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext9--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext9.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cine--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cine--1.0--1.1.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cine.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cor--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cor.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic1--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic1.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic2--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_cyclic2.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_extschema--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_extschema.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_evttrig--1.0--2.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_evttrig--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_evttrig.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema1--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema1.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema2--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema2.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema3--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_req_schema3.control D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_set_schema--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_extensions/test_ext_set_schema.control D:/PGSOURCE/build/../src/test/modules/test_ginpostinglist/test_ginpostinglist.control D:/PGSOURCE/build/../src/test/modules/test_ginpostinglist/test_ginpostinglist--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_integerset/test_integerset.control D:/PGSOURCE/build/../src/test/modules/test_integerset/test_integerset--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_lfind/test_lfind.control D:/PGSOURCE/build/../src/test/modules/test_lfind/test_lfind--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_parser/test_parser.control D:/PGSOURCE/build/../src/test/modules/test_parser/test_parser--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_pg_dump/test_pg_dump.control D:/PGSOURCE/build/../src/test/modules/test_pg_dump/test_pg_dump--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_predtest/test_predtest.control D:/PGSOURCE/build/../src/test/modules/test_predtest/test_predtest--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_radixtree/test_radixtree.control D:/PGSOURCE/build/../src/test/modules/test_radixtree/test_radixtree--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_rbtree/test_rbtree.control D:/PGSOURCE/build/../src/test/modules/test_rbtree/test_rbtree--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_regex/test_regex.control D:/PGSOURCE/build/../src/test/modules/test_regex/test_regex--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_resowner/test_resowner.control D:/PGSOURCE/build/../src/test/modules/test_resowner/test_resowner--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_shm_mq/test_shm_mq.control D:/PGSOURCE/build/../src/test/modules/test_shm_mq/test_shm_mq--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_slru/test_slru.control D:/PGSOURCE/build/../src/test/modules/test_slru/test_slru--1.0.sql D:/PGSOURCE/build/../src/test/modules/test_tidstore/test_tidstore.control D:/PGSOURCE/build/../src/test/modules/test_tidstore/test_tidstore--1.0.sql D:/PGSOURCE/build/../src/test/modules/worker_spi/worker_spi.control D:/PGSOURCE/build/../src/test/modules/worker_spi/worker_spi--1.0.sql D:/PGSOURCE/build/../src/test/modules/xid_wraparound/xid_wraparound.control D:/PGSOURCE/build/../src/test/modules/xid_wraparound/xid_wraparound--1.0.sql --install lib/postgresql src/test/regress/regress.dll src/test/regress/autoinc.dll src/test/regress/refint.dll src/test/modules/delay_execution/delay_execution.dll src/test/modules/dummy_index_am/dummy_index_am.dll src/test/modules/dummy_seclabel/dummy_seclabel.dll src/test/modules/plsample/plsample.dll src/test/modules/spgist_name_ops/spgist_name_ops.dll src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.dll src/test/modules/test_bloomfilter/test_bloomfilter.dll src/test/modules/test_copy_callbacks/test_copy_callbacks.dll src/test/modules/test_custom_rmgrs/test_custom_rmgrs.dll src/test/modules/test_ddl_deparse/test_ddl_deparse.dll src/test/modules/test_dsa/test_dsa.dll src/test/modules/test_dsm_registry/test_dsm_registry.dll src/test/modules/test_ginpostinglist/test_ginpostinglist.dll src/test/modules/test_integerset/test_integerset.dll src/test/modules/test_lfind/test_lfind.dll src/test/modules/test_oat_hooks/test_oat_hooks.dll src/test/modules/test_parser/test_parser.dll src/test/modules/test_predtest/test_predtest.dll src/test/modules/test_radixtree/test_radixtree.dll src/test/modules/test_rbtree/test_rbtree.dll src/test/modules/test_regex/test_regex.dll src/test/modules/test_resowner/test_resowner.dll src/test/modules/test_rls_hooks/test_rls_hooks.dll src/test/modules/test_shm_mq/test_shm_mq.dll src/test/modules/test_slru/test_slru.dll src/test/modules/test_tidstore/test_tidstore.dll src/test/modules/worker_spi/worker_spi.dll src/test/modules/xid_wraparound/xid_wraparound.dll --destdir D:/PGSOURCE/build/tmp_install/
2024-08-12T08:06:02.9541181Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:06:03.0374314Z ------------------------------------------------------------------------------
2024-08-12T08:06:03.0375198Z 2/4 postgresql:setup / install_test_files OK                0.11s
2024-08-12T08:06:03.0375565Z
2024-08-12T08:06:03.0384505Z 3/4 postgresql:setup / initdb_cache       RUNNING      
2024-08-12T08:06:03.0387705Z >>> PG_TEST_EXTRA= INITDB_TEMPLATE=D:/PGSOURCE/build/tmp_install/initdb-template PG_REGRESS=D:/PGSOURCE/build/src/test/regress/pg_regress.exe MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=D:/PGSOURCE/build/src/test/regress/regress.dll MESON_TEST_ITERATION=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=235 D:\a\_temp\msys64\ucrt64\bin/python3.EXE -c
2024-08-12T08:06:03.0390358Z import shutil
2024-08-12T08:06:03.0390609Z import sys
2024-08-12T08:06:03.0390850Z import subprocess
2024-08-12T08:06:03.0391022Z
2024-08-12T08:06:03.0391175Z shutil.rmtree(sys.argv[1], ignore_errors=True)
2024-08-12T08:06:03.0391623Z sp = subprocess.run(sys.argv[2:] + [sys.argv[1]])
2024-08-12T08:06:03.0392030Z sys.exit(sp.returncode)
2024-08-12T08:06:03.0393206Z  D:/PGSOURCE/build/tmp_install/initdb-template D:/PGSOURCE/build/tmp_install/PGINSTALL/bin/initdb --auth trust --no-sync --no-instructions --lc-messages=C --no-clean
2024-08-12T08:06:03.1413369Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:06:03.1414144Z Running in no-clean mode.  Mistakes will not be cleaned up.
2024-08-12T08:06:03.1414557Z
2024-08-12T08:06:03.1477953Z Running in no-clean mode.  Mistakes will not be cleaned up.
2024-08-12T08:06:03.1478534Z
2024-08-12T08:06:03.2152386Z The files belonging to this database system will be owned by user "runneradmin".
2024-08-12T08:06:03.2153081Z
2024-08-12T08:06:03.2153951Z This user must also own the server process.
2024-08-12T08:06:03.2154276Z
2024-08-12T08:06:03.2154281Z
2024-08-12T08:06:03.2154285Z
2024-08-12T08:06:03.2156763Z The database cluster will be initialized with this locale configuration:
2024-08-12T08:06:03.2157308Z
2024-08-12T08:06:03.2157502Z   locale provider:   libc
2024-08-12T08:06:03.2158293Z
2024-08-12T08:06:03.2158473Z   LC_COLLATE:  English_United States.1252
2024-08-12T08:06:03.2158762Z
2024-08-12T08:06:03.2158916Z   LC_CTYPE:    English_United States.1252
2024-08-12T08:06:03.2159334Z
2024-08-12T08:06:03.2159466Z   LC_MESSAGES: C
2024-08-12T08:06:03.2159637Z
2024-08-12T08:06:03.2159768Z   LC_MONETARY: English_United States.1252
2024-08-12T08:06:03.2160044Z
2024-08-12T08:06:03.2160180Z   LC_NUMERIC:  English_United States.1252
2024-08-12T08:06:03.2160450Z
2024-08-12T08:06:03.2160573Z   LC_TIME:     English_United States.1252
2024-08-12T08:06:03.2160841Z
2024-08-12T08:06:03.2161105Z The default database encoding has accordingly been set to "WIN1252".
2024-08-12T08:06:03.2161524Z
2024-08-12T08:06:03.2161757Z The default text search configuration will be set to "english".
2024-08-12T08:06:03.2162136Z
2024-08-12T08:06:03.2162149Z
2024-08-12T08:06:03.2162153Z
2024-08-12T08:06:03.2162282Z Data page checksums are disabled.
2024-08-12T08:06:03.2162521Z
2024-08-12T08:06:03.2162525Z
2024-08-12T08:06:03.2162529Z
2024-08-12T08:06:03.2162960Z creating directory D:/PGSOURCE/build/tmp_install/initdb-template ... ok
2024-08-12T08:06:03.2163362Z
2024-08-12T08:06:03.2170110Z creating subdirectories ... ok
2024-08-12T08:06:03.2170522Z
2024-08-12T08:06:03.2171668Z selecting dynamic shared memory implementation ... windows
2024-08-12T08:06:03.2172023Z
2024-08-12T08:06:03.2405853Z selecting default "max_connections" ... 100
2024-08-12T08:06:03.2406238Z
2024-08-12T08:06:03.2651840Z selecting default "shared_buffers" ... 128MB
2024-08-12T08:06:03.2652205Z
2024-08-12T08:06:03.2655563Z selecting default time zone ... UTC
2024-08-12T08:06:03.2655994Z
2024-08-12T08:06:03.2677172Z creating configuration files ... ok
2024-08-12T08:06:03.2677500Z
2024-08-12T08:06:03.4644409Z running bootstrap script ... ok
2024-08-12T08:06:03.4644943Z
2024-08-12T08:06:04.0710373Z performing post-bootstrap initialization ... ok
2024-08-12T08:06:04.0710778Z
2024-08-12T08:06:04.0710783Z
2024-08-12T08:06:04.0710803Z
2024-08-12T08:06:04.0710920Z Sync to disk skipped.
2024-08-12T08:06:04.0711134Z
2024-08-12T08:06:04.0711455Z The data directory might become corrupt if the operating system crashes.
2024-08-12T08:06:04.0711931Z
2024-08-12T08:06:04.0793073Z ------------------------------------------------------------------------------
2024-08-12T08:06:04.0793820Z 3/4 postgresql:setup / initdb_cache       OK                1.03s
2024-08-12T08:06:04.0794196Z
2024-08-12T08:06:04.1514381Z 4/4 postgresql:cube / cube/regress        RUNNING      
2024-08-12T08:06:04.1527260Z >>> PG_TEST_EXTRA= PATH=D:/PGSOURCE/build/tmp_install/PGINSTALL/bin;D:/PGSOURCE/build/contrib/cube;D:\PGINSTALL\bin;D:\PGINSTALL\lib;D:\RINSTALL\bin\x64;D:\RINSTALL\bin;D:\a\_temp\msys64\ucrt64\bin;D:\a\_temp\msys64\ucrt64\bin\site_perl\5.38.2;D:\a\_temp\msys64\ucrt64\bin\vendor_perl;D:\a\_temp\msys64\ucrt64\bin\core_perl;D:\a\_temp\msys64\usr\local\bin;D:\a\_temp\msys64\usr\bin;D:\a\_temp\msys64\usr\bin INITDB_TEMPLATE=D:/PGSOURCE/build/tmp_install/initdb-template PG_REGRESS=D:/PGSOURCE/build/src/test/regress/pg_regress.exe MALLOC_PERTURB_=3 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=D:/PGSOURCE/build/src/test/regress/regress.dll MESON_TEST_ITERATION=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 D:\a\_temp\msys64\ucrt64\bin/python3.EXE D:/PGSOURCE/build/../src/tools/testwrap --basedir D:/PGSOURCE/build --srcdir D:/PGSOURCE/contrib/cube --testgroup cube --testname regress -- D:/PGSOURCE/build/src/test/regress/pg_regress.exe --inputdir D:/PGSOURCE/contrib/cube --expecteddir D:/PGSOURCE/contrib/cube --bindir  --dlpath D:/PGSOURCE/build/contrib/cube --max-concurrent-tests=20 --dbname regression_cube --outputdir D:/PGSOURCE/build/testrun/cube/regress --temp-instance D:/PGSOURCE/build/testrun/cube/regress/tmp_check --port 40007 cube cube_sci
2024-08-12T08:06:04.1538493Z | 4/4 # test failed                       ERROR        
2024-08-12T08:06:04.1570880Z 4/4 postgresql:cube / cube/regress        ERROR             0.08s   exit status 2
2024-08-12T08:06:04.1571850Z ------------------------------------- 8< -------------------------------------
2024-08-12T08:06:04.1572240Z stderr:
2024-08-12T08:06:04.1572954Z # could not open "D:/PGSOURCE/build/testrun/cube/regress/tmp_check/data/postgresql.conf" for adding extra config: No such file or directory
2024-08-12T08:06:04.1573642Z
2024-08-12T08:06:04.1573650Z
2024-08-12T08:06:04.1573780Z (test program exited with status code 2)
2024-08-12T08:06:04.1574264Z ------------------------------------------------------------------------------
2024-08-12T08:06:04.1574566Z
2024-08-12T08:06:04.1615011Z
2024-08-12T08:06:04.1615231Z Summary of Failures:
2024-08-12T08:06:04.1615464Z
2024-08-12T08:06:04.1615806Z 4/4 postgresql:cube / cube/regress        ERROR             0.08s   exit status 2
2024-08-12T08:06:04.1616304Z
2024-08-12T08:06:04.1616409Z Ok:                 3  
2024-08-12T08:06:04.1616732Z Expected Fail:      0  
2024-08-12T08:06:04.1617040Z Fail:               1  
2024-08-12T08:06:04.1617342Z Unexpected Pass:    0  
2024-08-12T08:06:04.1617685Z Skipped:            0  
2024-08-12T08:06:04.1617978Z Timeout:            0  
2024-08-12T08:06:04.1618170Z
2024-08-12T08:06:04.1618534Z Full log written to D:/PGSOURCE/build/meson-logs/testlog.txt
2024-08-12T08:06:04.2093260Z ##[error]Process completed with exit code 1.

Thanks, Andre

AndreMikulec commented 1 month ago
https://www.postgresql.org/list/pgsql-bugs/
https://www.postgresql.org/list/pgsql-bugs/2024-08/
pgsql-bugs since 2024-08-12 00:00 
https://www.postgresql.org/list/pgsql-bugs/since/202408120000/

REL_17_STABLE - meson test --suite setup --suite cube - fails for any/all CONTRIBs

REL_17_STABLE - meson test --suite setup --suite cube - fails for any/all CONTRIBs
From:   Andre Mikulec <andre_mikulec(at)hotmail(dot)com>
To: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject:    REL_17_STABLE - meson test --suite setup --suite cube - fails for any/all CONTRIBs
Date:   2024-08-12 09:01:38
Message-ID: PH0PR14MB5335E1D7752A05ADB168A0A39C852@PH0PR14MB5335.namprd14.prod.outlook.com
Views:  Raw Message | Whole Thread | Download mbox | Resend email
Thread: 
2024-08-12 09:01:38 from Andre Mikulec <andre_mikulec(at)hotmail(dot)com>
Lists:  pgsql-bugs

https://www.postgresql.org/message-id/PH0PR14MB5335E1D7752A05ADB168A0A39C852%40PH0PR14MB5335.namprd14.prod.outlook.com