# Checking port 55417 # Found port 55417 Name: node1 Data directory: /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_002_blocks_node1_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_002_blocks_node1_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_002_blocks_node1_data/archives Connection string: port=55417 host=/tmp/h8HirfQPhA Log file: /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/log/002_blocks_node1.log [16:52:52.975](0.014s) # initializing database system by copying initdb template # Running: cp -RPp /tmp/cirrus-ci-build/build/tmp_install/initdb-template /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_002_blocks_node1_data/pgdata # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_002_blocks_node1_data/pgdata ### Enabling WAL archiving for node "node1" ### Starting node "node1" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_002_blocks_node1_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/log/002_blocks_node1.log -o --cluster-name=node1 start waiting for server to start.... done server started # Postmaster PID for node "node1" is 70082 #### Begin standard error psql::6: WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree #### End standard error [16:52:53.181](0.206s) # just after insert, WAL insert LSN is 0/159B9C0 [16:56:28.394](215.213s) # poll_query_until timed out executing this query: # SELECT EXISTS ( # SELECT * from pg_available_wal_summaries() # WHERE end_lsn >= '0/159B9C0' # ) # # expecting this output: # t # last actual query output: # t # with stderr: # WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree [16:56:28.394](0.001s) not ok 1 - WAL summarization caught up after insert [16:56:28.395](0.000s) # Failed test 'WAL summarization caught up after insert' # at /tmp/cirrus-ci-build/src/bin/pg_walsummary/t/002_blocks.pl line 47. #### Begin standard error psql::1: WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree #### End standard error [16:56:28.408](0.013s) # after insert, summarized through 0/159B9C0 [17:00:03.244](214.836s) # poll_query_until timed out executing this query: # SELECT EXISTS ( # SELECT * from pg_available_wal_summaries() # WHERE end_lsn > '0/159B9C0' # ) # # expecting this output: # t # last actual query output: # t # with stderr: # WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree [17:00:03.244](0.000s) not ok 2 - got new WAL summary after update [17:00:03.244](0.000s) # Failed test 'got new WAL summary after update' # at /tmp/cirrus-ci-build/src/bin/pg_walsummary/t/002_blocks.pl line 69. #### Begin standard error psql::2: WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree #### End standard error [17:00:03.256](0.012s) ok 3 - got exactly one new WAL summary [17:00:03.256](0.000s) # examining summary for TLI 1 from 0/159B9C0 to 0/15C9618 [17:00:03.256](0.000s) ok 4 - WAL summary file exists [17:00:03.261](0.004s) # TS 1663, DB 1, REL 2619, FORK main: block 3 # TS 1663, DB 1, REL 2619, FORK main: block 4 # TS 1663, DB 1, REL 2619, FORK main: block 5 # TS 1663, DB 1, REL 2619, FORK main: block 6 # TS 1663, DB 1, REL 2619, FORK main: block 13 # TS 1663, DB 1, REL 2619, FORK main: block 14 # TS 1663, DB 1, REL 2619, FORK main: block 18 # TS 1663, DB 1, REL 2619, FORK main: block 19 # TS 1663, DB 1, REL 2619, FORK main: block 20 # TS 1663, DB 1, REL 2619, FORK main: block 21 # TS 1663, DB 1, REL 2696, FORK main: block 1 # TS 1663, DB 1, REL 2696, FORK main: block 2 # TS 1663, DB 1, REL 2840, FORK main: block 2 # TS 1663, DB 1, REL 2840, FORK main: block 3 # TS 1663, DB 1, REL 2841, FORK main: block 1 # TS 1663, DB 5, REL 2619, FORK main: block 19 # TS 1663, DB 5, REL 2696, FORK main: block 2 # TS 1663, DB 5, REL 2840, FORK main: block 2 # TS 1663, DB 5, REL 2840, FORK main: block 3 # TS 1663, DB 5, REL 2841, FORK main: block 1 # TS 1663, DB 5, REL 16384, FORK main: block 0 # TS 1663, DB 5, REL 16384, FORK main: block 5 [17:00:03.263](0.002s) ok 5 - stdout shows block 0 modified [17:00:03.263](0.000s) ok 6 - stderr is empty [17:00:03.264](0.001s) not ok 7 - UPDATE modified 2 blocks [17:00:03.265](0.002s) # Failed test 'UPDATE modified 2 blocks' # at /tmp/cirrus-ci-build/src/bin/pg_walsummary/t/002_blocks.pl line 95. [17:00:03.266](0.001s) # got: '22' # expected: '2' [17:00:03.267](0.000s) 1..7 ### Stopping node "node1" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_002_blocks_node1_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "node1" [17:00:03.374](0.107s) # Looks like you failed 3 tests of 7.