# Checking port 30947 # Found port 30947 Name: primary Version: 19devel Data directory: /tmp/cirrus-ci-build/build/testrun/psql/040_pgstat_xact/data/t_040_pgstat_xact_primary_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/psql/040_pgstat_xact/data/t_040_pgstat_xact_primary_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/psql/040_pgstat_xact/data/t_040_pgstat_xact_primary_data/archives Connection string: port=30947 host=/tmp/GNXPKYe7ML Log file: /tmp/cirrus-ci-build/build/testrun/psql/040_pgstat_xact/log/040_pgstat_xact_primary.log [08:48:09.242](0.047s) # initializing database system by running initdb # Running: initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/040_pgstat_xact/data/t_040_pgstat_xact_primary_data/pgdata --auth trust -c debug_copy_parse_plan_trees=on -c debug_write_read_parse_plan_trees=on -c debug_raw_expression_coverage_test=on -c debug_parallel_query=regress 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: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: C LC_TIME: en_US.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/psql/040_pgstat_xact/data/t_040_pgstat_xact_primary_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 ... 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/psql/040_pgstat_xact/data/t_040_pgstat_xact_primary_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/psql/040_pgstat_xact/data/t_040_pgstat_xact_primary_data/pgdata ### Starting node "primary" # Running: pg_ctl --wait --pgdata /tmp/cirrus-ci-build/build/testrun/psql/040_pgstat_xact/data/t_040_pgstat_xact_primary_data/pgdata --log /tmp/cirrus-ci-build/build/testrun/psql/040_pgstat_xact/log/040_pgstat_xact_primary.log --options --cluster-name=primary start waiting for server to start.... done server started # Postmaster PID for node "primary" is 34501 [08:48:11.467](2.226s) ok 1 - table n_tup_ins shows only current transaction's inserts: exit code 0 [08:48:11.468](0.001s) ok 2 - table n_tup_ins shows only current transaction's inserts: no stderr [08:48:11.468](0.000s) ok 3 - table n_tup_ins shows only current transaction's inserts: matches [08:48:11.644](0.176s) ok 4 - table seq_scan shows only current transaction's scans: exit code 0 [08:48:11.649](0.004s) ok 5 - table seq_scan shows only current transaction's scans: no stderr [08:48:11.649](0.001s) not ok 6 - table seq_scan shows only current transaction's scans: matches [08:48:11.650](0.000s) # Failed test 'table seq_scan shows only current transaction's scans: matches' # at /tmp/cirrus-ci-build/src/bin/psql/t/040_pgstat_xact.pl line 74. [08:48:11.650](0.000s) # '2 # 2 # seq_scan:0 # ' # doesn't match '(?^m:^seq_scan:1$)' [08:48:11.684](0.034s) ok 7 - function calls shows only current transaction's calls: exit code 0 [08:48:11.691](0.007s) ok 8 - function calls shows only current transaction's calls: no stderr [08:48:11.691](0.000s) ok 9 - function calls shows only current transaction's calls: matches [08:48:11.746](0.055s) ok 10 - table seq_scan doesn't leak across PREPARE boundary: exit code 0 [08:48:11.752](0.006s) ok 11 - table seq_scan doesn't leak across PREPARE boundary: no stderr [08:48:11.754](0.002s) not ok 12 - table seq_scan doesn't leak across PREPARE boundary: matches [08:48:11.757](0.003s) # Failed test 'table seq_scan doesn't leak across PREPARE boundary: matches' # at /tmp/cirrus-ci-build/src/bin/psql/t/040_pgstat_xact.pl line 118. [08:48:11.757](0.000s) # '2 # 2 # seq_scan:0 # ' # doesn't match '(?^m:^seq_scan:1$)' [08:48:11.790](0.033s) ok 13 - untouched relation entry shows zeroes in current transaction: exit code 0 [08:48:11.791](0.001s) ok 14 - untouched relation entry shows zeroes in current transaction: no stderr [08:48:11.791](0.000s) ok 15 - untouched relation entry shows zeroes in current transaction: matches [08:48:11.863](0.071s) ok 16 - uncalled function not visible in pg_stat_xact_user_functions: exit code 0 [08:48:11.866](0.003s) ok 17 - uncalled function not visible in pg_stat_xact_user_functions: no stderr [08:48:11.870](0.004s) ok 18 - uncalled function not visible in pg_stat_xact_user_functions: matches [08:48:11.904](0.034s) ok 19 - function calls don't leak across PREPARE boundary: exit code 0 [08:48:11.906](0.002s) ok 20 - function calls don't leak across PREPARE boundary: no stderr [08:48:11.906](0.000s) ok 21 - function calls don't leak across PREPARE boundary: matches ### Stopping node "primary" using mode fast # Running: pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/psql/040_pgstat_xact/data/t_040_pgstat_xact_primary_data/pgdata --mode fast stop waiting for server to shut down.... done server stopped # No postmaster PID for node "primary" [08:48:12.061](0.155s) 1..21 [08:48:12.068](0.007s) # Looks like you failed 2 tests of 21.