# Checking port 28204 # Found port 28204 Name: publisher Version: 19devel Data directory: /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/archives Connection string: port=28204 host=/tmp/fwmriKzO9t Log file: /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/log/001_rep_changes_publisher.log [14:57:33.612](0.045s) # initializing database system by running initdb # Running: initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/pgdata --auth trust -c io_method=io_uring The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: C.UTF-8 LC_CTYPE: C.UTF-8 LC_MESSAGES: C LC_MONETARY: C.UTF-8 LC_NUMERIC: C LC_TIME: C.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are enabled. creating directory /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default "max_connections" ... 100 selecting default "shared_buffers" ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/pgdata ### Starting node "publisher" # Running: pg_ctl --wait --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/pgdata --log /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/log/001_rep_changes_publisher.log --options --cluster-name=publisher start waiting for server to start.... done server started # Postmaster PID for node "publisher" is 71208 # Checking port 28205 # Found port 28205 Name: subscriber Version: 19devel Data directory: /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_subscriber_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_subscriber_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_subscriber_data/archives Connection string: port=28205 host=/tmp/fwmriKzO9t Log file: /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/log/001_rep_changes_subscriber.log [14:57:36.052](2.440s) # initializing database system by running initdb # Running: initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_subscriber_data/pgdata --auth trust -c io_method=io_uring The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: C.UTF-8 LC_CTYPE: C.UTF-8 LC_MESSAGES: C LC_MONETARY: C.UTF-8 LC_NUMERIC: C LC_TIME: C.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are enabled. creating directory /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_subscriber_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default "max_connections" ... 100 selecting default "shared_buffers" ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_subscriber_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_subscriber_data/pgdata ### Starting node "subscriber" # Running: pg_ctl --wait --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_subscriber_data/pgdata --log /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/log/001_rep_changes_subscriber.log --options --cluster-name=subscriber start waiting for server to start.... done server started # Postmaster PID for node "subscriber" is 71422 #### Begin standard error psql::1: NOTICE: created replication slot "tap_sub" on publisher #### End standard error Waiting for all subscriptions in "subscriber" to synchronize data Waiting for replication conn tap_sub's replay_lsn to pass 0/01833EF0 on publisher done done [14:57:40.516](4.464s) ok 1 - check non-replicated table is empty on subscriber [14:57:40.567](0.050s) ok 2 - check initial data was copied to subscriber Waiting for replication conn tap_sub's replay_lsn to pass 0/0184A218 on publisher done [14:57:41.195](0.628s) ok 3 - check replicated inserts on subscriber [14:57:41.227](0.033s) ok 4 - check replicated changes on subscriber [14:57:41.258](0.031s) ok 5 - check replicated changes with different column order [14:57:41.296](0.037s) ok 6 - check replicated changes with REPLICA IDENTITY NOTHING [14:57:41.340](0.044s) ok 7 - check replicated changes with primary key index with included columns [14:57:41.381](0.040s) ok 8 - value replicated to subscriber without replica identity index [14:57:41.417](0.037s) ok 9 - check replicated changes for table having no columns [14:57:41.528](0.111s) ok 10 - check rows on subscriber before table drop from publication Waiting for replication conn tap_sub's replay_lsn to pass 0/0184A778 on publisher done [14:57:41.856](0.327s) ok 11 - check rows on subscriber after table drop from publication #### Begin standard error psql::1: NOTICE: created replication slot "tap_sub_temp1" on publisher #### End standard error Waiting for all subscriptions in "subscriber" to synchronize data Waiting for replication conn tap_sub_temp1's replay_lsn to pass 0/0184E448 on publisher done done [14:57:42.585](0.729s) ok 12 - check initial rows on subscriber with multiple publications Waiting for replication conn tap_sub_temp1's replay_lsn to pass 0/0184E4B8 on publisher done [14:57:42.777](0.192s) ok 13 - check rows on subscriber with multiple publications #### Begin standard error psql::1: NOTICE: dropped replication slot "tap_sub_temp1" on publisher #### End standard error Waiting for replication conn tap_sub's replay_lsn to pass 0/01850C98 on publisher done [14:57:43.450](0.674s) ok 14 - update works with REPLICA IDENTITY FULL and duplicate tuples [14:57:43.496](0.046s) ok 15 - update works with REPLICA IDENTITY FULL and text datums [14:57:43.540](0.044s) ok 16 - update works with different column order and subscriber local values [14:57:43.571](0.031s) ok 17 - update works with REPLICA IDENTITY FULL and a primary key Waiting for replication conn tap_sub's replay_lsn to pass 0/01850E70 on publisher [15:01:22.347](218.776s) # poll_query_until timed out executing this query: # SELECT '0/01850E70' <= replay_lsn AND state = 'streaming' # FROM pg_catalog.pg_stat_replication # WHERE application_name IN ('tap_sub', 'walreceiver') # expecting this output: # t # last actual query output: # # with stderr: [15:01:22.366](0.019s) # Last pg_stat_replication contents: [15:01:22.366](0.000s) # die: timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/001_rep_changes.pl line 365. [15:01:22.366](0.000s) 1..17 timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/001_rep_changes.pl line 365. # Postmaster PID for node "publisher" is 71208 ### Stopping node "publisher" using mode immediate # Running: pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/pgdata --mode immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "publisher" # No postmaster PID for node "subscriber" [15:01:22.472](0.106s) # Looks like your test exited with 29 just after 17.