# Checking port 55835 # Found port 55835 Name: main Data directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/archives Connection string: port=55835 host=/tmp/Vxv87g7YMi Log file: /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/log/004_pg_dump_parallel_main.log [10:39:05.142](0.018s) # 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_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/pgdata # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/pgdata ### Starting node "main" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/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 24810 # Running: createdb regression_src # Running: createdb regression_dest1 # Running: createdb regression_dest2 # Running: pg_dump -Fd --no-sync -j2 -f /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/backup/dump1 port=55835 host=/tmp/Vxv87g7YMi dbname='regression_src' pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tplain_data_key (ID 3660 OID 16413) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tplain_data_key (ID 3661 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT ths_mod_data_key (ID 3663 OID 16418) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR ths_mod_data_key (ID 3664 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT ths_p1_mod_data_key (ID 3666 OID 16423) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR ths_p1_mod_data_key (ID 3667 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT ths_p2_mod_data_key (ID 3669 OID 16428) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR ths_p2_mod_data_key (ID 3670 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT ths_p3_mod_data_key (ID 3672 OID 16433) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR ths_p3_mod_data_key (ID 3673 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tht_en_data_key (ID 3675 OID 16438) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tht_en_data_key (ID 3676 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tht_p1_en_data_key (ID 3678 OID 16443) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tht_p1_en_data_key (ID 3679 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tht_p2_en_data_key (ID 3681 OID 16448) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tht_p2_en_data_key (ID 3682 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tht_p3_en_data_key (ID 3684 OID 16453) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tht_p3_en_data_key (ID 3685 OID 0) pg_dump: warning: archive items not in correct section order [10:39:05.843](0.701s) ok 1 - parallel dump # Running: pg_restore -v -d port=55835 host=/tmp/Vxv87g7YMi dbname='regression_dest1' -j3 /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/backup/dump1 pg_restore: connecting to database for restore pg_restore: processing item 3846 ENCODING ENCODING pg_restore: processing item 3847 STDSTRINGS STDSTRINGS pg_restore: processing item 3848 SEARCHPATH SEARCHPATH pg_restore: processing item 3849 DATABASE regression_src pg_restore: processing item 863 TYPE digit pg_restore: creating TYPE "public.digit" pg_restore: processing item 219 TABLE ths pg_restore: creating TABLE "public.ths" pg_restore: processing item 221 TABLE ths_p1 pg_restore: creating TABLE "public.ths_p1" pg_restore: processing item 223 TABLE ths_p2 pg_restore: creating TABLE "public.ths_p2" pg_restore: processing item 225 TABLE ths_p3 pg_restore: creating TABLE "public.ths_p3" pg_restore: processing item 227 TABLE tht pg_restore: creating TABLE "public.tht" pg_restore: processing item 229 TABLE tht_p1 pg_restore: creating TABLE "public.tht_p1" pg_restore: processing item 231 TABLE tht_p2 pg_restore: creating TABLE "public.tht_p2" pg_restore: processing item 233 TABLE tht_p3 pg_restore: creating TABLE "public.tht_p3" pg_restore: processing item 217 TABLE tplain pg_restore: creating TABLE "public.tplain" pg_restore: processing item 3653 TABLE ATTACH ths_p1 pg_restore: creating TABLE ATTACH "public.ths_p1" pg_restore: processing item 3654 TABLE ATTACH ths_p2 pg_restore: creating TABLE ATTACH "public.ths_p2" pg_restore: processing item 3655 TABLE ATTACH ths_p3 pg_restore: creating TABLE ATTACH "public.ths_p3" pg_restore: processing item 3656 TABLE ATTACH tht_p1 pg_restore: creating TABLE ATTACH "public.tht_p1" pg_restore: processing item 3657 TABLE ATTACH tht_p2 pg_restore: creating TABLE ATTACH "public.tht_p2" pg_restore: processing item 3658 TABLE ATTACH tht_p3 pg_restore: creating TABLE ATTACH "public.tht_p3" pg_restore: entering main parallel loop pg_restore: launching item 3837 TABLE DATA tplain pg_restore: launching item 3841 TABLE DATA tht_p1 pg_restore: launching item 3840 TABLE DATA ths_p3 pg_restore: processing data for table "public.tplain" pg_restore: finished item 3837 TABLE DATA tplain pg_restore: launching item 3660 CONSTRAINT tplain tplain_data_key pg_restore: creating CONSTRAINT "public.tplain tplain_data_key" pg_restore: finished item 3660 CONSTRAINT tplain tplain_data_key pg_restore: launching item 3838 TABLE DATA ths_p1 pg_restore: processing data for table "public.ths_p1" pg_restore: finished item 3838 TABLE DATA ths_p1 pg_restore: launching item 3842 TABLE DATA tht_p2 pg_restore: processing data for table "public.tht_p2" pg_restore: finished item 3842 TABLE DATA tht_p2 pg_restore: launching item 3839 TABLE DATA ths_p2 pg_restore: processing data for table "public.ths_p2" pg_restore: finished item 3839 TABLE DATA ths_p2 pg_restore: launching item 3843 TABLE DATA tht_p3 pg_restore: processing data for table "public.tht_p3" pg_restore: finished item 3843 TABLE DATA tht_p3 pg_restore: launching item 3663 CONSTRAINT ths ths_mod_data_key pg_restore: creating CONSTRAINT "public.ths ths_mod_data_key" pg_restore: finished item 3663 CONSTRAINT ths ths_mod_data_key pg_restore: launching item 3666 CONSTRAINT ths_p1 ths_p1_mod_data_key pg_restore: creating CONSTRAINT "public.ths_p1 ths_p1_mod_data_key" pg_restore: finished item 3666 CONSTRAINT ths_p1 ths_p1_mod_data_key pg_restore: launching item 3686 INDEX ATTACH ths_p1_mod_data_key pg_restore: creating INDEX ATTACH "public.ths_p1_mod_data_key" pg_restore: finished item 3686 INDEX ATTACH ths_p1_mod_data_key pg_restore: launching item 3669 CONSTRAINT ths_p2 ths_p2_mod_data_key pg_restore: creating CONSTRAINT "public.ths_p2 ths_p2_mod_data_key" pg_restore: finished item 3669 CONSTRAINT ths_p2 ths_p2_mod_data_key pg_restore: launching item 3687 INDEX ATTACH ths_p2_mod_data_key pg_restore: creating INDEX ATTACH "public.ths_p2_mod_data_key" pg_restore: finished item 3687 INDEX ATTACH ths_p2_mod_data_key pg_restore: launching item 3675 CONSTRAINT tht tht_en_data_key pg_restore: creating CONSTRAINT "public.tht tht_en_data_key" pg_restore: finished item 3675 CONSTRAINT tht tht_en_data_key pg_restore: launching item 3681 CONSTRAINT tht_p2 tht_p2_en_data_key pg_restore: creating CONSTRAINT "public.tht_p2 tht_p2_en_data_key" pg_restore: finished item 3681 CONSTRAINT tht_p2 tht_p2_en_data_key pg_restore: launching item 3690 INDEX ATTACH tht_p2_en_data_key pg_restore: creating INDEX ATTACH "public.tht_p2_en_data_key" pg_restore: finished item 3690 INDEX ATTACH tht_p2_en_data_key pg_restore: launching item 3684 CONSTRAINT tht_p3 tht_p3_en_data_key pg_restore: creating CONSTRAINT "public.tht_p3 tht_p3_en_data_key" pg_restore: finished item 3684 CONSTRAINT tht_p3 tht_p3_en_data_key pg_restore: launching item 3691 INDEX ATTACH tht_p3_en_data_key pg_restore: creating INDEX ATTACH "public.tht_p3_en_data_key" pg_restore: finished item 3691 INDEX ATTACH tht_p3_en_data_key pg_restore: launching item 3850 STATISTICS DATA STATISTICS DATA ths_mod_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_mod_data_key" pg_restore: finished item 3850 STATISTICS DATA STATISTICS DATA ths_mod_data_key pg_restore: launching item 3851 STATISTICS DATA STATISTICS DATA ths_p1_mod_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p1_mod_data_key" pg_restore: finished item 3851 STATISTICS DATA STATISTICS DATA ths_p1_mod_data_key pg_restore: launching item 3852 STATISTICS DATA STATISTICS DATA ths_p2_mod_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p2_mod_data_key" pg_restore: finished item 3852 STATISTICS DATA STATISTICS DATA ths_p2_mod_data_key pg_restore: launching item 3853 STATISTICS DATA STATISTICS DATA ths_p3_mod_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p3_mod_data_key" pg_restore: while PROCESSING TOC: pg_restore: from TOC entry 3853; 0 0 STATISTICS DATA STATISTICS DATA ths_p3_mod_data_key (no owner) pg_restore: error: could not execute query: ERROR: relation "public.ths_p3_mod_data_key" does not exist LINE 2: 'public.ths_p3_mod_data_key'::regclass, ^ Command was: SELECT pg_catalog.pg_set_relation_stats( 'public.ths_p3_mod_data_key'::regclass, '170000'::integer, 'relpages', '1'::integer, 'reltuples', '0'::real, 'relallvisible', '0'::integer ); pg_restore: finished item 3853 STATISTICS DATA STATISTICS DATA ths_p3_mod_data_key pg_restore: launching item 3854 STATISTICS DATA STATISTICS DATA tht_en_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_en_data_key" pg_restore: finished item 3854 STATISTICS DATA STATISTICS DATA tht_en_data_key pg_restore: launching item 3855 STATISTICS DATA STATISTICS DATA tht_p1_en_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p1_en_data_key" pg_restore: from TOC entry 3855; 0 0 STATISTICS DATA STATISTICS DATA tht_p1_en_data_key (no owner) pg_restore: error: could not execute query: ERROR: relation "public.tht_p1_en_data_key" does not exist LINE 2: 'public.tht_p1_en_data_key'::regclass, ^ Command was: SELECT pg_catalog.pg_set_relation_stats( 'public.tht_p1_en_data_key'::regclass, '170000'::integer, 'relpages', '1'::integer, 'reltuples', '0'::real, 'relallvisible', '0'::integer ); pg_restore: finished item 3855 STATISTICS DATA STATISTICS DATA tht_p1_en_data_key pg_restore: launching item 3856 STATISTICS DATA STATISTICS DATA tht_p2_en_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p2_en_data_key" pg_restore: finished item 3856 STATISTICS DATA STATISTICS DATA tht_p2_en_data_key pg_restore: launching item 3857 STATISTICS DATA STATISTICS DATA tht_p3_en_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p3_en_data_key" pg_restore: finished item 3857 STATISTICS DATA STATISTICS DATA tht_p3_en_data_key pg_restore: launching item 3858 STATISTICS DATA STATISTICS DATA tplain_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tplain_data_key" pg_restore: finished item 3858 STATISTICS DATA STATISTICS DATA tplain_data_key pg_restore: launching item 3859 STATISTICS DATA STATISTICS DATA ths pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths" pg_restore: finished item 3859 STATISTICS DATA STATISTICS DATA ths pg_restore: launching item 3860 STATISTICS DATA STATISTICS DATA ths_p1 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p1" pg_restore: finished item 3860 STATISTICS DATA STATISTICS DATA ths_p1 pg_restore: launching item 3861 STATISTICS DATA STATISTICS DATA ths_p2 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p2" pg_restore: finished item 3861 STATISTICS DATA STATISTICS DATA ths_p2 pg_restore: launching item 3862 STATISTICS DATA STATISTICS DATA ths_p3 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p3" pg_restore: finished item 3862 STATISTICS DATA STATISTICS DATA ths_p3 pg_restore: launching item 3863 STATISTICS DATA STATISTICS DATA tht pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht" pg_restore: finished item 3863 STATISTICS DATA STATISTICS DATA tht pg_restore: launching item 3864 STATISTICS DATA STATISTICS DATA tht_p1 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p1" pg_restore: finished item 3864 STATISTICS DATA STATISTICS DATA tht_p1 pg_restore: launching item 3865 STATISTICS DATA STATISTICS DATA tht_p2 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p2" pg_restore: finished item 3865 STATISTICS DATA STATISTICS DATA tht_p2 pg_restore: launching item 3866 STATISTICS DATA STATISTICS DATA tht_p3 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p3" pg_restore: finished item 3866 STATISTICS DATA STATISTICS DATA tht_p3 pg_restore: launching item 3867 STATISTICS DATA STATISTICS DATA tplain pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tplain" pg_restore: finished item 3867 STATISTICS DATA STATISTICS DATA tplain pg_restore: processing data for table "public.ths_p3" pg_restore: finished item 3840 TABLE DATA ths_p3 pg_restore: launching item 3672 CONSTRAINT ths_p3 ths_p3_mod_data_key pg_restore: creating CONSTRAINT "public.ths_p3 ths_p3_mod_data_key" pg_restore: finished item 3672 CONSTRAINT ths_p3 ths_p3_mod_data_key pg_restore: launching item 3688 INDEX ATTACH ths_p3_mod_data_key pg_restore: creating INDEX ATTACH "public.ths_p3_mod_data_key" pg_restore: finished item 3688 INDEX ATTACH ths_p3_mod_data_key pg_restore: processing data for table "public.tht_p1" pg_restore: finished item 3841 TABLE DATA tht_p1 pg_restore: launching item 3678 CONSTRAINT tht_p1 tht_p1_en_data_key pg_restore: creating CONSTRAINT "public.tht_p1 tht_p1_en_data_key" pg_restore: finished item 3678 CONSTRAINT tht_p1 tht_p1_en_data_key pg_restore: launching item 3689 INDEX ATTACH tht_p1_en_data_key pg_restore: creating INDEX ATTACH "public.tht_p1_en_data_key" pg_restore: finished item 3689 INDEX ATTACH tht_p1_en_data_key pg_restore: finished main parallel loop pg_restore: warning: errors ignored on restore: 4 [10:39:05.944](0.100s) not ok 2 - parallel restore [10:39:05.944](0.000s) # Failed test 'parallel restore' # at /tmp/cirrus-ci-build/src/bin/pg_dump/t/004_pg_dump_parallel.pl line 56. # Running: pg_dump -Fd --no-sync -j2 -f /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/backup/dump2 --inserts port=55835 host=/tmp/Vxv87g7YMi dbname='regression_src' pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tplain_data_key (ID 3660 OID 16413) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tplain_data_key (ID 3661 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT ths_mod_data_key (ID 3663 OID 16418) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR ths_mod_data_key (ID 3664 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT ths_p1_mod_data_key (ID 3666 OID 16423) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR ths_p1_mod_data_key (ID 3667 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT ths_p2_mod_data_key (ID 3669 OID 16428) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR ths_p2_mod_data_key (ID 3670 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT ths_p3_mod_data_key (ID 3672 OID 16433) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR ths_p3_mod_data_key (ID 3673 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tht_en_data_key (ID 3675 OID 16438) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tht_en_data_key (ID 3676 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tht_p1_en_data_key (ID 3678 OID 16443) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tht_p1_en_data_key (ID 3679 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tht_p2_en_data_key (ID 3681 OID 16448) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tht_p2_en_data_key (ID 3682 OID 0) pg_dump: warning: could not resolve dependency loop among these items: pg_dump: detail: CONSTRAINT tht_p3_en_data_key (ID 3684 OID 16453) pg_dump: detail: POST-DATA BOUNDARY (ID 3845) pg_dump: detail: RELATION STATISTICS FOR tht_p3_en_data_key (ID 3685 OID 0) pg_dump: warning: archive items not in correct section order [10:39:06.384](0.441s) ok 3 - parallel dump as inserts # Running: pg_restore -v -d port=55835 host=/tmp/Vxv87g7YMi dbname='regression_dest2' -j3 /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/backup/dump2 pg_restore: connecting to database for restore pg_restore: processing item 3846 ENCODING ENCODING pg_restore: processing item 3847 STDSTRINGS STDSTRINGS pg_restore: processing item 3848 SEARCHPATH SEARCHPATH pg_restore: processing item 3849 DATABASE regression_src pg_restore: processing item 863 TYPE digit pg_restore: creating TYPE "public.digit" pg_restore: processing item 219 TABLE ths pg_restore: creating TABLE "public.ths" pg_restore: processing item 221 TABLE ths_p1 pg_restore: creating TABLE "public.ths_p1" pg_restore: processing item 223 TABLE ths_p2 pg_restore: creating TABLE "public.ths_p2" pg_restore: processing item 225 TABLE ths_p3 pg_restore: creating TABLE "public.ths_p3" pg_restore: processing item 227 TABLE tht pg_restore: creating TABLE "public.tht" pg_restore: processing item 229 TABLE tht_p1 pg_restore: creating TABLE "public.tht_p1" pg_restore: processing item 231 TABLE tht_p2 pg_restore: creating TABLE "public.tht_p2" pg_restore: processing item 233 TABLE tht_p3 pg_restore: creating TABLE "public.tht_p3" pg_restore: processing item 217 TABLE tplain pg_restore: creating TABLE "public.tplain" pg_restore: processing item 3653 TABLE ATTACH ths_p1 pg_restore: creating TABLE ATTACH "public.ths_p1" pg_restore: processing item 3654 TABLE ATTACH ths_p2 pg_restore: creating TABLE ATTACH "public.ths_p2" pg_restore: processing item 3655 TABLE ATTACH ths_p3 pg_restore: creating TABLE ATTACH "public.ths_p3" pg_restore: processing item 3656 TABLE ATTACH tht_p1 pg_restore: creating TABLE ATTACH "public.tht_p1" pg_restore: processing item 3657 TABLE ATTACH tht_p2 pg_restore: creating TABLE ATTACH "public.tht_p2" pg_restore: processing item 3658 TABLE ATTACH tht_p3 pg_restore: creating TABLE ATTACH "public.tht_p3" pg_restore: entering main parallel loop pg_restore: launching item 3837 TABLE DATA tplain pg_restore: launching item 3841 TABLE DATA tht_p1 pg_restore: launching item 3840 TABLE DATA ths_p3 pg_restore: processing data for table "public.tplain" pg_restore: processing data for table "public.tht_p1" pg_restore: processing data for table "public.ths_p3" pg_restore: finished item 3840 TABLE DATA ths_p3 pg_restore: launching item 3838 TABLE DATA ths_p1 pg_restore: processing data for table "public.ths_p1" pg_restore: finished item 3838 TABLE DATA ths_p1 pg_restore: launching item 3839 TABLE DATA ths_p2 pg_restore: processing data for table "public.ths_p2" pg_restore: finished item 3837 TABLE DATA tplain pg_restore: launching item 3660 CONSTRAINT tplain tplain_data_key pg_restore: creating CONSTRAINT "public.tplain tplain_data_key" pg_restore: finished item 3660 CONSTRAINT tplain tplain_data_key pg_restore: launching item 3843 TABLE DATA tht_p3 pg_restore: processing data for table "public.tht_p3" pg_restore: finished item 3839 TABLE DATA ths_p2 pg_restore: launching item 3842 TABLE DATA tht_p2 pg_restore: processing data for table "public.tht_p2" pg_restore: finished item 3843 TABLE DATA tht_p3 pg_restore: launching item 3663 CONSTRAINT ths ths_mod_data_key pg_restore: creating CONSTRAINT "public.ths ths_mod_data_key" pg_restore: finished item 3663 CONSTRAINT ths ths_mod_data_key pg_restore: launching item 3672 CONSTRAINT ths_p3 ths_p3_mod_data_key pg_restore: creating CONSTRAINT "public.ths_p3 ths_p3_mod_data_key" pg_restore: finished item 3672 CONSTRAINT ths_p3 ths_p3_mod_data_key pg_restore: launching item 3688 INDEX ATTACH ths_p3_mod_data_key pg_restore: creating INDEX ATTACH "public.ths_p3_mod_data_key" pg_restore: finished item 3688 INDEX ATTACH ths_p3_mod_data_key pg_restore: launching item 3666 CONSTRAINT ths_p1 ths_p1_mod_data_key pg_restore: creating CONSTRAINT "public.ths_p1 ths_p1_mod_data_key" pg_restore: finished item 3666 CONSTRAINT ths_p1 ths_p1_mod_data_key pg_restore: launching item 3686 INDEX ATTACH ths_p1_mod_data_key pg_restore: creating INDEX ATTACH "public.ths_p1_mod_data_key" pg_restore: finished item 3686 INDEX ATTACH ths_p1_mod_data_key pg_restore: launching item 3669 CONSTRAINT ths_p2 ths_p2_mod_data_key pg_restore: creating CONSTRAINT "public.ths_p2 ths_p2_mod_data_key" pg_restore: finished item 3669 CONSTRAINT ths_p2 ths_p2_mod_data_key pg_restore: launching item 3687 INDEX ATTACH ths_p2_mod_data_key pg_restore: creating INDEX ATTACH "public.ths_p2_mod_data_key" pg_restore: finished item 3687 INDEX ATTACH ths_p2_mod_data_key pg_restore: launching item 3675 CONSTRAINT tht tht_en_data_key pg_restore: creating CONSTRAINT "public.tht tht_en_data_key" pg_restore: finished item 3675 CONSTRAINT tht tht_en_data_key pg_restore: launching item 3684 CONSTRAINT tht_p3 tht_p3_en_data_key pg_restore: creating CONSTRAINT "public.tht_p3 tht_p3_en_data_key" pg_restore: finished item 3684 CONSTRAINT tht_p3 tht_p3_en_data_key pg_restore: launching item 3691 INDEX ATTACH tht_p3_en_data_key pg_restore: creating INDEX ATTACH "public.tht_p3_en_data_key" pg_restore: finished item 3691 INDEX ATTACH tht_p3_en_data_key pg_restore: launching item 3850 STATISTICS DATA STATISTICS DATA ths_mod_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_mod_data_key" pg_restore: finished item 3850 STATISTICS DATA STATISTICS DATA ths_mod_data_key pg_restore: launching item 3851 STATISTICS DATA STATISTICS DATA ths_p1_mod_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p1_mod_data_key" pg_restore: finished item 3851 STATISTICS DATA STATISTICS DATA ths_p1_mod_data_key pg_restore: launching item 3852 STATISTICS DATA STATISTICS DATA ths_p2_mod_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p2_mod_data_key" pg_restore: finished item 3852 STATISTICS DATA STATISTICS DATA ths_p2_mod_data_key pg_restore: launching item 3853 STATISTICS DATA STATISTICS DATA ths_p3_mod_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p3_mod_data_key" pg_restore: finished item 3853 STATISTICS DATA STATISTICS DATA ths_p3_mod_data_key pg_restore: launching item 3854 STATISTICS DATA STATISTICS DATA tht_en_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_en_data_key" pg_restore: finished item 3854 STATISTICS DATA STATISTICS DATA tht_en_data_key pg_restore: launching item 3855 STATISTICS DATA STATISTICS DATA tht_p1_en_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p1_en_data_key" pg_restore: while PROCESSING TOC: pg_restore: from TOC entry 3855; 0 0 STATISTICS DATA STATISTICS DATA tht_p1_en_data_key (no owner) pg_restore: error: could not execute query: ERROR: relation "public.tht_p1_en_data_key" does not exist LINE 2: 'public.tht_p1_en_data_key'::regclass, ^ Command was: SELECT pg_catalog.pg_set_relation_stats( 'public.tht_p1_en_data_key'::regclass, '170000'::integer, 'relpages', '1'::integer, 'reltuples', '0'::real, 'relallvisible', '0'::integer ); pg_restore: finished item 3855 STATISTICS DATA STATISTICS DATA tht_p1_en_data_key pg_restore: launching item 3856 STATISTICS DATA STATISTICS DATA tht_p2_en_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p2_en_data_key" pg_restore: from TOC entry 3856; 0 0 STATISTICS DATA STATISTICS DATA tht_p2_en_data_key (no owner) pg_restore: error: could not execute query: ERROR: relation "public.tht_p2_en_data_key" does not exist LINE 2: 'public.tht_p2_en_data_key'::regclass, ^ Command was: SELECT pg_catalog.pg_set_relation_stats( 'public.tht_p2_en_data_key'::regclass, '170000'::integer, 'relpages', '1'::integer, 'reltuples', '0'::real, 'relallvisible', '0'::integer ); pg_restore: finished item 3856 STATISTICS DATA STATISTICS DATA tht_p2_en_data_key pg_restore: launching item 3857 STATISTICS DATA STATISTICS DATA tht_p3_en_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p3_en_data_key" pg_restore: finished item 3857 STATISTICS DATA STATISTICS DATA tht_p3_en_data_key pg_restore: launching item 3858 STATISTICS DATA STATISTICS DATA tplain_data_key pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tplain_data_key" pg_restore: finished item 3858 STATISTICS DATA STATISTICS DATA tplain_data_key pg_restore: launching item 3859 STATISTICS DATA STATISTICS DATA ths pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths" pg_restore: finished item 3859 STATISTICS DATA STATISTICS DATA ths pg_restore: launching item 3860 STATISTICS DATA STATISTICS DATA ths_p1 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p1" pg_restore: finished item 3860 STATISTICS DATA STATISTICS DATA ths_p1 pg_restore: launching item 3861 STATISTICS DATA STATISTICS DATA ths_p2 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p2" pg_restore: finished item 3861 STATISTICS DATA STATISTICS DATA ths_p2 pg_restore: launching item 3862 STATISTICS DATA STATISTICS DATA ths_p3 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA ths_p3" pg_restore: finished item 3862 STATISTICS DATA STATISTICS DATA ths_p3 pg_restore: launching item 3863 STATISTICS DATA STATISTICS DATA tht pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht" pg_restore: finished item 3863 STATISTICS DATA STATISTICS DATA tht pg_restore: launching item 3864 STATISTICS DATA STATISTICS DATA tht_p1 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p1" pg_restore: finished item 3864 STATISTICS DATA STATISTICS DATA tht_p1 pg_restore: launching item 3865 STATISTICS DATA STATISTICS DATA tht_p2 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p2" pg_restore: finished item 3865 STATISTICS DATA STATISTICS DATA tht_p2 pg_restore: launching item 3866 STATISTICS DATA STATISTICS DATA tht_p3 pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tht_p3" pg_restore: finished item 3866 STATISTICS DATA STATISTICS DATA tht_p3 pg_restore: launching item 3867 STATISTICS DATA STATISTICS DATA tplain pg_restore: creating STATISTICS DATA "public.STATISTICS DATA tplain" pg_restore: finished item 3867 STATISTICS DATA STATISTICS DATA tplain pg_restore: finished item 3842 TABLE DATA tht_p2 pg_restore: launching item 3681 CONSTRAINT tht_p2 tht_p2_en_data_key pg_restore: creating CONSTRAINT "public.tht_p2 tht_p2_en_data_key" pg_restore: finished item 3681 CONSTRAINT tht_p2 tht_p2_en_data_key pg_restore: launching item 3690 INDEX ATTACH tht_p2_en_data_key pg_restore: creating INDEX ATTACH "public.tht_p2_en_data_key" pg_restore: finished item 3690 INDEX ATTACH tht_p2_en_data_key pg_restore: finished item 3841 TABLE DATA tht_p1 pg_restore: launching item 3678 CONSTRAINT tht_p1 tht_p1_en_data_key pg_restore: creating CONSTRAINT "public.tht_p1 tht_p1_en_data_key" pg_restore: finished item 3678 CONSTRAINT tht_p1 tht_p1_en_data_key pg_restore: launching item 3689 INDEX ATTACH tht_p1_en_data_key pg_restore: creating INDEX ATTACH "public.tht_p1_en_data_key" pg_restore: finished item 3689 INDEX ATTACH tht_p1_en_data_key pg_restore: finished main parallel loop pg_restore: warning: errors ignored on restore: 4 [10:39:06.928](0.543s) not ok 4 - parallel restore as inserts [10:39:06.936](0.008s) # Failed test 'parallel restore as inserts' # at /tmp/cirrus-ci-build/src/bin/pg_dump/t/004_pg_dump_parallel.pl line 73. [10:39:06.936](0.000s) 1..4 ### Stopping node "main" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/data/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" [10:39:07.076](0.140s) # Looks like you failed 2 tests of 4.