# Checking port 64223 # Found port 64223 Name: main Data directory: /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/pgdata Backup directory: /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/backup Archive directory: /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/archives Connection string: port=64223 host=/tmp/Y5PzwxJNSi Log file: /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/log/004_pg_dump_parallel_main.log [04:08:28.007](0.016s) # initializing database system by copying initdb template # Running: cp -RPp /tmp/cirrus-ci-build/tmp_install/initdb-template /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/pgdata # Running: /tmp/cirrus-ci-build/src/bin/pg_dump/../../../src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/pgdata ### Starting node "main" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/pgdata -l /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/log/004_pg_dump_parallel_main.log -o --cluster-name=main start waiting for server to start.... done server started # Postmaster PID for node "main" is 28001 # Running: createdb regression_src # Running: createdb regression_dest1 # Running: createdb regression_dest2 # Running: pg_dump -Fd --no-sync -j2 -f /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/backup/dump1 port=64223 host=/tmp/Y5PzwxJNSi dbname='regression_src' pg_dump: error: prepared statement failed: ERROR: syntax error at or near "%" LINE 1: ..._histogram => %L::real[]) coalesce($2, format('%I.%I', a.nsp... ^ [04:08:29.284](1.277s) not ok 1 - parallel dump [04:08:29.284](0.000s) [04:08:29.284](0.000s) # Failed test 'parallel dump' # at t/004_pg_dump_parallel.pl line 49. # Running: pg_restore -v -d port=64223 host=/tmp/Y5PzwxJNSi dbname='regression_dest1' -j3 /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/backup/dump1 pg_restore: error: directory "/tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/backup/dump1" does not appear to be a valid archive ("toc.dat" does not exist) [04:08:29.307](0.023s) not ok 2 - parallel restore [04:08:29.308](0.000s) [04:08:29.308](0.000s) # Failed test 'parallel restore' # at t/004_pg_dump_parallel.pl line 56. # Running: pg_dump -Fd --no-sync -j2 -f /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/backup/dump2 --inserts port=64223 host=/tmp/Y5PzwxJNSi dbname='regression_src' pg_dump: error: prepared statement failed: ERROR: syntax error at or near "%" LINE 1: ..._histogram => %L::real[]) coalesce($2, format('%I.%I', a.nsp... ^ [04:08:29.958](0.650s) not ok 3 - parallel dump as inserts [04:08:29.958](0.000s) [04:08:29.958](0.000s) # Failed test 'parallel dump as inserts' # at t/004_pg_dump_parallel.pl line 64. # Running: pg_restore -v -d port=64223 host=/tmp/Y5PzwxJNSi dbname='regression_dest2' -j3 /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/backup/dump2 pg_restore: error: directory "/tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/backup/dump2" does not appear to be a valid archive ("toc.dat" does not exist) [04:08:29.991](0.033s) not ok 4 - parallel restore as inserts [04:08:29.991](0.000s) [04:08:29.991](0.000s) # Failed test 'parallel restore as inserts' # at t/004_pg_dump_parallel.pl line 73. [04:08:29.992](0.000s) 1..4 ### Stopping node "main" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/src/bin/pg_dump/tmp_check/t_004_pg_dump_parallel_main_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "main" [04:08:30.110](0.119s) # Looks like you failed 4 tests of 4.