Your message dated Fri, 06 Jul 2018 14:32:09 +0000
with message-id <e1fbrml-0007f2...@fasolo.debian.org>
and subject line Bug#897523: fixed in check-postgres 2.22.0-2+deb9u1
has caused the Debian Bug report #897523,
regarding check-postgres: FTBFS: tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
897523: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: check-postgres
Version: 2.23.0-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" 
> "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 
> 'blib/arch')" t/*.t
> t/00_basic.t ............... ok
> t/00_release.t ............. skipped: Test skipped unless environment 
> variable RELEASE_TESTING is set
> t/00_signature.t ........... skipped: Test skipped unless environment 
> variable RELEASE_TESTING is set
> t/00_test_tester.t ......... skipped: Test skipped unless environment 
> variable RELEASE_TESTING is set
> t/01_validate_range.t ...... ok
> # Creating database in directory "test_database_check_postgres"
> Creating new symlink socket at /tmp/cptesting_socket
> t/02_autovac_freeze.t ...... ok
> t/02_backends.t ............ ok
> t/02_bloat.t ............... ok
> t/02_checkpoint.t .......... ok
> t/02_cluster_id.t .......... ok
> t/02_commitratio.t ......... ok
> t/02_connection.t .......... ok
> t/02_custom_query.t ........ ok
> t/02_database_size.t ....... ok
> t/02_dbstats.t ............. ok
> t/02_disabled_triggers.t ... ok
> t/02_disk_space.t .......... ok
> t/02_fsm_pages.t ........... ok
> t/02_fsm_relations.t ....... ok
> t/02_hitratio.t ............ ok
> t/02_last_analyze.t ........ ok
> t/02_last_vacuum.t ......... ok
> t/02_listener.t ............ ok
> t/02_locks.t ............... ok
> t/02_logfile.t ............. ok
> t/02_new_version_bc.t ...... skipped: Skipped because environment variable 
> SKIP_NETWORK_TESTS is set
> t/02_new_version_box.t ..... skipped: Skipped because environment variable 
> SKIP_NETWORK_TESTS is set
> t/02_new_version_cp.t ...... skipped: Skipped because environment variable 
> SKIP_NETWORK_TESTS is set
> t/02_new_version_pg.t ...... skipped: Skipped because environment variable 
> SKIP_NETWORK_TESTS is set
> t/02_new_version_tnm.t ..... skipped: Skipped because environment variable 
> SKIP_NETWORK_TESTS is set
> NOTICE:  schema "pgagent" does not exist, skipping
> NOTICE:  drop cascades to 4 other objects
> DETAIL:  drop cascades to table pgagent.pga_job
> drop cascades to table pgagent.pga_jobstep
> drop cascades to table pgagent.pga_joblog
> drop cascades to table pgagent.pga_jobsteplog
> t/02_pgagent_jobs.t ........ ok
> t/02_pgbouncer_checksum.t .. ok
> t/02_prepared_txns.t ....... ok
> t/02_query_runtime.t ....... ok
> t/02_query_time.t .......... ok
> t/02_relation_size.t ....... ok
> t/02_replicate_row.t ....... ok
> # Connected as 5432:/tmp/cptesting_socket:postgres
> t/02_replication_slots.t ... ok
> # Creating database in directory "test_database_check_postgres2"
> Creating new symlink socket at /tmp/cptesting_socket2
> # Creating database in directory "test_database_check_postgres3"
> Creating new symlink socket at /tmp/cptesting_socket3
> NOTICE:  language "plperlu" does not exist, skipping
> 
> #   Failed test 'Action 'same_schema' reports index 'unique' differences'
> #   at t/02_same_schema.t line 621.
> #                   'POSTGRES_SAME_SCHEMA CRITICAL: DB "postgres" 
> (hosts:/tmp/cptesting_socket,/tmp/cptesting_socket2) Databases were 
> different. Items not matched: 1 | time=0.28s 
> # DB 1: dbservice= port=5432 host=/tmp/cptesting_socket dbname=postgres 
> user=check_postgres_testing 
> # DB 1: PG version: 10.3
> # DB 1: Total objects: 21
> # DB 2: dbservice= port=5432 host=/tmp/cptesting_socket2 dbname=postgres 
> user=check_postgres_testing 
> # DB 2: PG version: 10.3
> # DB 2: Total objects: 21
> # Index "public.valen":
> #  "indexdef" is different:
> #     Database 1: CREATE INDEX valen ON public.gkar USING btree (garibaldi)
> #     Database 2: CREATE UNIQUE INDEX valen ON public.gkar USING btree 
> (garibaldi)
> #  "indisunique" is different:
> #     Database 1: f
> #     Database 2: t
> #  
> # '
> #     doesn't match '(?^s:^POSTGRES_SAME_SCHEMA CRITICAL.*Items not matched: 
> 1 .*
> # \s*Index "public.valen":
> # \s*"indexdef" is different:
> # \s*Database 1: CREATE INDEX valen ON gkar USING btree \(garibaldi\)
> # \s*Database 2: CREATE UNIQUE INDEX valen ON gkar USING btree \(garibaldi\)
> # \s*"indisunique" is different:
> # \s*Database 1: f
> # \s*Database 2: t\s*$)'
> # Looks like you failed 1 test of 76.
> t/02_same_schema.t ......... 
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/76 subtests 
> t/02_sequence.t ............ ok
> t/02_settings_checksum.t ... ok
> t/02_slony_status.t ........ ok
> t/02_timesync.t ............ ok
> # Connected as 5432:/tmp/cptesting_socket:postgres
> t/02_txn_idle.t ............ ok
> t/02_txn_time.t ............ ok
> t/02_txn_wraparound.t ...... ok
> t/02_version.t ............. ok
> t/02_wal_files.t ........... ok
> t/03_translations.t ........ skipped: Test skipped unless environment 
> variable RELEASE_TESTING is set
> t/04_timeout.t ............. ok
> t/05_docs.t ................ ok
> t/99_cleanup.t ............. ok
> t/99_perlcritic.t .......... skipped: Test skipped unless environment 
> variable RELEASE_TESTING is set
> t/99_pod.t ................. skipped: Test skipped unless environment 
> variable RELEASE_TESTING is set
> t/99_spellcheck.t .......... skipped: Test skipped unless environment 
> variable RELEASE_TESTING is set
> 
> Test Summary Report
> -------------------
> t/02_same_schema.t       (Wstat: 256 Tests: 76 Failed: 1)
>   Failed test:  64
>   Non-zero exit status: 1
> Files=55, Tests=916, 138 wallclock secs ( 0.22 usr  0.04 sys + 67.54 cusr 
> 12.82 csys = 80.62 CPU)
> Result: FAIL
> Failed 1/55 test programs. 1/916 subtests failed.
> make[2]: *** [Makefile:794: test_dynamic] Error 255

The full build log is available from:
   http://aws-logs.debian.net/2018/05/02/check-postgres_2.23.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: check-postgres
Source-Version: 2.22.0-2+deb9u1

We believe that the bug you reported is fixed in the latest version of
check-postgres, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <christoph.b...@credativ.de> (supplier of updated check-postgres 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 05 Jul 2018 14:45:54 +0200
Source: check-postgres
Binary: check-postgres
Architecture: source
Version: 2.22.0-2+deb9u1
Distribution: stretch
Urgency: high
Maintainer: Debian PostgreSQL Maintainers 
<pkg-postgresql-pub...@lists.alioth.debian.org>
Changed-By: Christoph Berg <christoph.b...@credativ.de>
Description:
 check-postgres - script for monitoring PostgreSQL databases
Closes: 897523
Changes:
 check-postgres (2.22.0-2+deb9u1) stretch; urgency=high
 .
   * PostgreSQL 9.6.8 changes pg_get_indexdef() to always include the schema
     name. Cope with that in the testsuite.  Closes: #897523.
Checksums-Sha1:
 5bbee28bef7aaf6a8674957672bd11b1b0954c82 2132 
check-postgres_2.22.0-2+deb9u1.dsc
 eef2df81f9d84f349404f7eca3b50bd717e46605 4484 
check-postgres_2.22.0-2+deb9u1.debian.tar.xz
 417fd86e496e355ee6ec10f1a671e6ca060e11fb 6795 
check-postgres_2.22.0-2+deb9u1_source.buildinfo
Checksums-Sha256:
 20dd79e6ee23bfa2bf7654578dfc519b874284756f5cf7f01249f44ca775308e 2132 
check-postgres_2.22.0-2+deb9u1.dsc
 c82078db139cec7e9938fd4cd90da2e9337c41d38bc9621675fae37ee58abfc6 4484 
check-postgres_2.22.0-2+deb9u1.debian.tar.xz
 6d5a4cccc461dd7c72b02b176c398a00fc973a03b489f86e93154fc393a88fa2 6795 
check-postgres_2.22.0-2+deb9u1_source.buildinfo
Files:
 473139634aabd9e6dc127f28d08e4b67 2132 database optional 
check-postgres_2.22.0-2+deb9u1.dsc
 25a670a2b86029e6c5890aa36fbc9166 4484 database optional 
check-postgres_2.22.0-2+deb9u1.debian.tar.xz
 96b8ae8c112aead5a4b9d856c6abfa12 6795 database optional 
check-postgres_2.22.0-2+deb9u1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAls+Gr8ACgkQTFprqxLS
p67avw/+L0jVYNzjbH5iNLWo03OjrPAQ0RROVEaXjRLkPDg2k1JezjLAZuOmxO/w
2lmt0rQSNZz0PTmh84LF1X/n7f2lUc6RdX16jSIUqbNyQY0lmy17x08Lxkg87XNP
mD/kMlJ3zhwUPx7WxZhiug/BMXsjt5PbrQyZpahZEd8DLO/xBvR3S52mtxNVYui+
sPASS9bJSTSs/6Oj4LYVlKvvJFjJg2x6H1ZOp5bgSpNKqgXwRGZGnGKJhooYoiP9
AAIK7oEsbkBkVYFeS8ZwDkoKCZwNJJKgvSZBlXNDoq/ZAl8nzKfAeLDA6h8rfzI2
2xR/pL2rVNfxDvWyhtCjlpNIJEad+JACnv9OBKA6iL7oDF0Li4vZbywZ270hAjfq
JEuBRVxs6RLpRKUsmSgRusWlDZnVKprvqEF7cb1b4Y4hE0e0miYXWpbXusLwob75
vHJoPAtbTl5lfh3Tp2Yad57R6zm4z34V4ChPzli+2WGvhKFm0O1HxwsxJCCj3O8Q
0zTlauZGbvVh3POSxFTlkhqbBCV5kqSMx7KiHTMynWL8gPEnZRh5AT45REwb1sjX
fwmypp16zDATD6Tt8XSA0emtz8BUTBjbIcM4ppp95czj43c+1XtA/WtA/dPxb8r4
SDBXVT5lNKTdJODRtRFhmirYTtIFI9iIhbGOwGPkIfeJxuGhziY=
=OD8t
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to