# Checking port 61683 # Found port 61683 Name: main Data directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/archives Connection string: port=61683 host=/tmp/OqxwBW04Uy Log file: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/log/010_dump_connstr_main.log [10:40:51.851](0.013s) # initializing database system by running initdb # Running: initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/pgdata -A trust -N -U regress_postgres --locale=C --encoding=LATIN1 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 locale "C". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_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/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/pgdata # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/pgdata --user regress_postgres --create-role regress_  !"x"#$%&'()*+-./0123456,regress_789:;<=>?@AXYZ[\]^_`abcxyz{|}~,regress_,regress_ ### Starting node "main" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/log/010_dump_connstr_main.log -o --cluster-name=main start waiting for server to start.... done server started # Postmaster PID for node "main" is 42540 # Running: createdb -U regress_postgres regression  !"x"#$%&'()*+-./0123456 # Running: createuser -U regress_postgres -s regress_  !"x"#$%&'()*+-./0123456 # Running: createdb -U regress_postgres regression789:;<=>?@AXYZ[\]^_`abcxyz{|}~ # Running: createuser -U regress_postgres -s regress_789:;<=>?@AXYZ[\]^_`abcxyz{|}~ # Running: createdb -U regress_postgres regression # Running: createuser -U regress_postgres -s regress_ # Running: createdb -U regress_postgres regression # Running: createuser -U regress_postgres -s regress_ # Running: pg_dumpall -r -f /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/discard.sql --dbname port=61683 host=/tmp/OqxwBW04Uy dbname='regression  !"x"#$%&\'()*+-./0123456' -U regress_ [10:40:53.558](1.707s) ok 1 - pg_dumpall with long ASCII name 1 # Running: pg_dumpall --no-sync -r -f /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/discard.sql --dbname port=61683 host=/tmp/OqxwBW04Uy dbname='regression789:;<=>?@AXYZ[\\]^_`abcxyz{|}~' -U regress_ [10:40:53.629](0.070s) ok 2 - pg_dumpall with long ASCII name 2 # Running: pg_dumpall --no-sync -r -f /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/discard.sql --dbname port=61683 host=/tmp/OqxwBW04Uy dbname='regression' -U regress_789:;<=>?@AXYZ[\]^_`abcxyz{|}~ [10:40:53.692](0.063s) ok 3 - pg_dumpall with long ASCII name 3 # Running: pg_dumpall --no-sync -r -f /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/discard.sql --dbname port=61683 host=/tmp/OqxwBW04Uy dbname='regression' -U regress_  !"x"#$%&'()*+-./0123456 [10:40:53.715](0.023s) ok 4 - pg_dumpall with long ASCII name 4 # Running: pg_dumpall -U regress_postgres --no-sync -r -l dbname=template1 -- -- PostgreSQL database cluster dump -- SET default_transaction_read_only = off; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; -- -- Roles -- CREATE ROLE "regress_  !""x""#$%&'()*+-./0123456"; ALTER ROLE "regress_  !""x""#$%&'()*+-./0123456" WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN NOREPLICATION NOBYPASSRLS; CREATE ROLE "regress_789:;<=>?@AXYZ[\]^_`abcxyz{|}~"; ALTER ROLE "regress_789:;<=>?@AXYZ[\]^_`abcxyz{|}~" WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN NOREPLICATION NOBYPASSRLS; CREATE ROLE regress_postgres; ALTER ROLE regress_postgres WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION BYPASSRLS; CREATE ROLE "regress_"; ALTER ROLE "regress_" WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN NOREPLICATION NOBYPASSRLS; CREATE ROLE "regress_"; ALTER ROLE "regress_" WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN NOREPLICATION NOBYPASSRLS; -- -- User Configurations -- -- -- PostgreSQL database cluster dump complete -- [10:40:53.777](0.062s) ok 5 - pg_dumpall -l accepts connection string # Running: createdb -U regress_postgres foo bar # Running: pg_dumpall -U regress_postgres --no-sync -f /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/discard.sql shell command argument contains a newline or carriage return: "user=regress_postgres dbname='foo bar'" [10:40:53.951](0.174s) ok 6 - pg_dumpall with \n\r in database name # Running: dropdb -U regress_postgres foo bar # Running: pg_dump -Fd --no-sync -j2 -f /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/dirfmt -U regress_  !"x"#$%&'()*+-./0123456 port=61683 host=/tmp/OqxwBW04Uy dbname='regression  !"x"#$%&\'()*+-./0123456' ../src/bin/pg_dump/pg_dump_sort.c:204:31: runtime error: index 47 out of bounds for type 'int [47]' ==42814==Using libbacktrace symbolizer. #0 0x55a364a2a7ff in DOTypeNameCompare ../src/bin/pg_dump/pg_dump_sort.c:204 #1 0x55a364a5c996 in pg_qsort ../src/include/lib/sort_template.h:354 #2 0x55a364a2cded in sortDumpableObjectsByTypeName ../src/bin/pg_dump/pg_dump_sort.c:192 #3 0x55a364a21420 in main ../src/bin/pg_dump/pg_dump.c:993 #4 0x7f8850483d09 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x23d09) #5 0x55a3649e3d29 in _start (/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/pg_dump+0x4dd29) [10:40:54.180](0.229s) not ok 7 - parallel dump [10:40:54.180](0.000s) # Failed test 'parallel dump' # at /tmp/cirrus-ci-build/src/bin/pg_dump/t/010_dump_connstr.pl line 141. # Running: dropdb -U regress_postgres regression  !"x"#$%&'()*+-./0123456 # Running: createdb -U regress_postgres regression  !"x"#$%&'()*+-./0123456 # Running: pg_restore -v -d template1 -j2 -U regress_  !"x"#$%&'()*+-./0123456 /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/dirfmt pg_restore: error: directory "/tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/dirfmt" does not appear to be a valid archive ("toc.dat" does not exist) [10:40:54.239](0.059s) not ok 8 - parallel restore [10:40:54.239](0.000s) # Failed test 'parallel restore' # at /tmp/cirrus-ci-build/src/bin/pg_dump/t/010_dump_connstr.pl line 152. # Running: dropdb -U regress_postgres regression  !"x"#$%&'()*+-./0123456 # Running: pg_restore -C -v -d template1 -j2 -U regress_  !"x"#$%&'()*+-./0123456 /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/dirfmt pg_restore: error: directory "/tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/dirfmt" does not appear to be a valid archive ("toc.dat" does not exist) [10:40:54.267](0.028s) not ok 9 - parallel restore with create [10:40:54.267](0.000s) # Failed test 'parallel restore with create' # at /tmp/cirrus-ci-build/src/bin/pg_dump/t/010_dump_connstr.pl line 161. # Running: pg_dumpall --no-sync -f /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/plain.sql -U regress_  !"x"#$%&'()*+-./0123456 [10:40:54.771](0.503s) ok 10 - take full dump # Running: cat /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/plain.sql -- -- PostgreSQL database cluster dump -- SET default_transaction_read_only = off; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; -- -- Roles -- CREATE ROLE "regress_  !""x""#$%&'()*+-./0123456"; ALTER ROLE "regress_  !""x""#$%&'()*+-./0123456" WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN NOREPLICATION NOBYPASSRLS; CREATE ROLE "regress_789:;<=>?@AXYZ[\]^_`abcxyz{|}~"; ALTER ROLE "regress_789:;<=>?@AXYZ[\]^_`abcxyz{|}~" WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN NOREPLICATION NOBYPASSRLS; CREATE ROLE regress_postgres; ALTER ROLE regress_postgres WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION BYPASSRLS; CREATE ROLE "regress_"; ALTER ROLE "regress_" WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN NOREPLICATION NOBYPASSRLS; CREATE ROLE "regress_"; ALTER ROLE "regress_" WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN NOREPLICATION NOBYPASSRLS; -- -- User Configurations -- -- -- Databases -- -- -- Database "template1" dump -- \connect template1 -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- PostgreSQL database dump complete -- -- -- Database "postgres" dump -- \connect postgres -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- PostgreSQL database dump complete -- -- -- Database "regression789:;<=>?@AXYZ[\]^_`abcxyz{|}~" dump -- -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: regression789:;<=>?@AXYZ[\]^_`abcxyz{|}~; Type: DATABASE; Schema: -; Owner: regress_postgres -- CREATE DATABASE "regression789:;<=>?@AXYZ[\]^_`abcxyz{|}~" WITH TEMPLATE = template0 ENCODING = 'LATIN1' LOCALE_PROVIDER = libc LOCALE = 'C'; ALTER DATABASE "regression789:;<=>?@AXYZ[\]^_`abcxyz{|}~" OWNER TO regress_postgres; \connect -reuse-previous=on "dbname='regression789:;<=>?@AXYZ[\\]^_`abcxyz{|}~'" SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- PostgreSQL database dump complete -- -- -- Database "regression" dump -- -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: regression; Type: DATABASE; Schema: -; Owner: regress_postgres -- CREATE DATABASE "regression" WITH TEMPLATE = template0 ENCODING = 'LATIN1' LOCALE_PROVIDER = libc LOCALE = 'C'; ALTER DATABASE "regression" OWNER TO regress_postgres; \connect -reuse-previous=on "dbname='regression'" SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- PostgreSQL database dump complete -- -- -- Database "regression" dump -- -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: regression; Type: DATABASE; Schema: -; Owner: regress_postgres -- CREATE DATABASE "regression" WITH TEMPLATE = template0 ENCODING = 'LATIN1' LOCALE_PROVIDER = libc LOCALE = 'C'; ALTER DATABASE "regression" OWNER TO regress_postgres; \connect -reuse-previous=on "dbname='regression'" SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'LATIN1'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- PostgreSQL database dump complete -- -- -- PostgreSQL database cluster dump complete -- # Checking port 61684 # Found port 61684 Name: destination_envar Data directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_envar_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_envar_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_envar_data/archives Connection string: port=61684 host=/tmp/OqxwBW04Uy Log file: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/log/010_dump_connstr_destination_envar.log [10:40:54.780](0.009s) # initializing database system by running initdb # Running: initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_envar_data/pgdata -A trust -N -U boot --locale=C --encoding=LATIN1 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 locale "C". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_envar_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/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_envar_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_envar_data/pgdata --user boot --create-role regress_a'b\c=d\ne"f ### Starting node "destination_envar" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_envar_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/log/010_dump_connstr_destination_envar.log -o --cluster-name=destination_envar start waiting for server to start.... done server started # Postmaster PID for node "destination_envar" is 43343 # Running: createuser -U boot -s regress_a'b\c=d\ne"f # Running: psql -X -f /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/plain.sql SET SET SET CREATE ROLE ALTER ROLE CREATE ROLE ALTER ROLE CREATE ROLE ALTER ROLE CREATE ROLE ALTER ROLE CREATE ROLE ALTER ROLE You are now connected to database "template1" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET You are now connected to database "postgres" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET CREATE DATABASE ALTER DATABASE You are now connected to database "regression789:;<=>?@AXYZ[\]^_`abcxyz{|}~" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET CREATE DATABASE ALTER DATABASE You are now connected to database "regression" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET CREATE DATABASE ALTER DATABASE You are now connected to database "regression" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET [10:40:56.594](1.814s) ok 11 - restore full dump using environment variables for connection parameters [10:40:56.595](0.000s) ok 12 - no dump errors # Checking port 61685 # Found port 61685 Name: destination_cmdline Data directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_cmdline_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_cmdline_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_cmdline_data/archives Connection string: port=61685 host=/tmp/OqxwBW04Uy Log file: /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/log/010_dump_connstr_destination_cmdline.log [10:40:56.610](0.015s) # initializing database system by running initdb # Running: initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_cmdline_data/pgdata -A trust -N -U boot --locale=C --encoding=LATIN1 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 locale "C". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_cmdline_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/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_cmdline_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_cmdline_data/pgdata --user boot --create-role regress_a'b\c=d\ne"f ### Starting node "destination_cmdline" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_cmdline_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/log/010_dump_connstr_destination_cmdline.log -o --cluster-name=destination_cmdline start waiting for server to start.... done server started # Postmaster PID for node "destination_cmdline" is 43724 # Running: createuser -U boot -s regress_a'b\c=d\ne"f # Running: psql -p 61685 -U regress_a'b\c=d\ne"f -X -f /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/backup/plain.sql SET SET SET CREATE ROLE ALTER ROLE CREATE ROLE ALTER ROLE CREATE ROLE ALTER ROLE CREATE ROLE ALTER ROLE CREATE ROLE ALTER ROLE You are now connected to database "template1" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET You are now connected to database "postgres" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET CREATE DATABASE ALTER DATABASE You are now connected to database "regression789:;<=>?@AXYZ[\]^_`abcxyz{|}~" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET CREATE DATABASE ALTER DATABASE You are now connected to database "regression" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET CREATE DATABASE ALTER DATABASE You are now connected to database "regression" as user "regress_a'b\c=d\ne"f". SET SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET [10:40:58.318](1.708s) ok 13 - restore full dump with command-line options for connection parameters [10:40:58.319](0.000s) ok 14 - no dump errors [10:40:58.319](0.000s) 1..14 ### Stopping node "main" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "main" ### Stopping node "destination_envar" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_envar_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "destination_envar" ### Stopping node "destination_cmdline" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_destination_cmdline_data/pgdata -m immediate stop waiting for server to shut down... done server stopped # No postmaster PID for node "destination_cmdline" [10:40:58.562](0.243s) # Looks like you failed 3 tests of 14.