Your message dated Wed, 30 May 2018 14:59:09 +0000
with message-id <e1fo2zb-0003wj...@fasolo.debian.org>
and subject line Bug#897523: fixed in check-postgres 2.24.0-1
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.24.0-1

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: Wed, 30 May 2018 14:25:04 +0200
Source: check-postgres
Binary: check-postgres
Architecture: source
Version: 2.24.0-1
Distribution: unstable
Urgency: medium
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.24.0-1) unstable; urgency=medium
 .
   * New upstream version.
     + Supports PostgreSQL CVE-2018-1058 changes. (Closes: #897523)
   * Move packaging repository to salsa.debian.org
   * Mark package as Multi-Arch: foreign.
   * Run testsuite via autopkgtest as well.
   * Disable pkg-perl-autopkgtest's implicit build-deps check, we are not a
     perl module.
Checksums-Sha1:
 fa729453099ba5c292ab4e3df9bee723e185fb96 2079 check-postgres_2.24.0-1.dsc
 852cea87928b43036ba167c10ed6e1596c1acebc 205203 
check-postgres_2.24.0.orig.tar.gz
 05abb25b0eee9a406d01e7e630ee3ac59cefd04a 4008 
check-postgres_2.24.0-1.debian.tar.xz
 10b3cf913586bc75c9c433d6463e5f63c090b623 9889 
check-postgres_2.24.0-1_source.buildinfo
Checksums-Sha256:
 53cb923a88e0a85d513fcb45a36103b13900cf25cb95d4a21d49418145430f3d 2079 
check-postgres_2.24.0-1.dsc
 f0dbcc664cc43d0a1591055d96577ffb4be704c28e89f20e733043f2915cb51e 205203 
check-postgres_2.24.0.orig.tar.gz
 5edf7672c8a7dd77de59d7084263d8ac138ebb936060ebc1d08f60c07745dbc5 4008 
check-postgres_2.24.0-1.debian.tar.xz
 64d3208405af0d80c43f4440c742fb6550884a80c830d851f0bce67b961b51f0 9889 
check-postgres_2.24.0-1_source.buildinfo
Files:
 9db99ac361cc521f35ca6658a450869e 2079 database optional 
check-postgres_2.24.0-1.dsc
 4daebdf5e7fe3c6810614e92dcf0e3cd 205203 database optional 
check-postgres_2.24.0.orig.tar.gz
 20ef1374bfa7b9feef0d5c3ff68d786c 4008 database optional 
check-postgres_2.24.0-1.debian.tar.xz
 1177a3041afb8dd25c4639f40e51cf01 9889 database optional 
check-postgres_2.24.0-1_source.buildinfo

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

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAlsOrbQACgkQTFprqxLS
p641rxAArclD0nHC26WVO92U24xfulOME95knDLlldhnMn9olFePWq0m+QzyozUB
W8ewULjzCne61PvUsfjYVfJ2hBdp7MqnP0chfCQlHv2lpet+9QJ5rltZ8l8o43Yi
oFUF1IX2G3JxaJedcYD0nhLwtpjw8qcqUVcOFpEy/GOUVbyRHSZfuwdXyUAQcHv8
OK67LKE9S5Nxw7Cuw2WnTsiAsehO9KfouAwfo1nRj+Ip6YzH4cCjv62iEwcDBalo
aaU2QPSJivzI4GOrMXZQRqicSlHRPhirxxldj8cDkiEafONY9ehXOShICBCVJTjI
WTxzTSq5WHGe/F2udnuY6CeCLaymWAvyS6iKNEum/zrYoc6lyqkOYizIS95x7hdX
4Zf1uunBsHVSgtyPHKVaNS9StivTtHEmVkjVUOb6G3WG5DkAVIihdat7BPeAM2DP
h5WyHOfvyG1TYFEHZqUTDNLgQV3QvGzac/DHE2JdO0tUR1q010wNzWYQCZECUcrv
T71+t8uNyaDwyxlmVi11VkgXXhe9NmPaVobLL6k+/77wzJ4zaSqy7nzdh+Msyrtn
lFcPKK7jem/OQfUzsaDiylmhWEhfQKkdElDlmd8bDV+sclbMyrPyCohfIwamRwA/
eatF3FpIr7Ub/E9XFqlPTVe6x9w2m8QfpQl23B4IEMOdo4hNJS0=
=FDzg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to