Your message dated Thu, 27 Dec 2018 22:50:19 +0000
with message-id <[email protected]>
and subject line Bug#917462: fixed in pcs 0.9.166-4
has caused the Debian Bug report #917462,
regarding pcs: autopkgtest needs update for new version of pacemaker
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 [email protected]
immediately.)


-- 
917462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917462
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pcs
Version: 0.9.166-3
X-Debbugs-CC: [email protected], [email protected]
User: [email protected]
Usertags: needs-update
Control: affects -1 src:pacemaker

Dear maintainers,

With a recent upload of pacemaker the autopkgtest of pcs fails in
testing when that autopkgtest is run with the binary packages of
pacemaker from unstable. It passes when run with only packages from
testing. In tabular form:
                       pass            fail
pacemaker              from testing    1.1.19-2
pcs                    from testing    0.9.166-3
all others             from testing    from testing

I copied some of the output at the bottom of this report. It seems that
you just need to update the references of your test to changed text in
an error message.

Currently this regression is contributing to the delay of the migration
of pacemaker to testing [1]. Of course, pacemaker shouldn't just break
your autopkgtest (or even worse, your package), but it seems to me that
the change in pacemaker was intended and your package needs to update to
the new situation. If needed, please change the bug's severity.

If this is a real problem in your package (and not only in your
autopkgtest), the right binary package(s) from pacemaker should really
add a versioned Breaks on the unfixed version of (one of your)
package(s). Note: the Breaks is nice even if the issue is only in the
autopkgtest as it helps the migration software to figure out the right
versions to combine in the tests.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=pacemaker

https://ci.debian.net/data/autopkgtest/testing/amd64/p/pcs/1592226/log.gz

======================================================================
FAIL: test_error_when_not_valid_agent
(pcs.test.cib_resource.test_stonith_create.PlainStonith)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/lib/python3/dist-packages/pcs/test/cib_resource/test_stonith_create.py",
line 72, in test_error_when_not_valid_agent
    "$", re.MULTILINE
  File "/usr/lib/python3/dist-packages/pcs/test/tools/assertions.py",
line 93, in assert_pcs_fail
    returncode=1
  File "/usr/lib/python3/dist-packages/pcs/test/tools/assertions.py",
line 164, in assert_pcs_result
    stdout=stdout,
AssertionError: Stdout does not match the expected regexp
command: stonith create S absent
regexp:
^Error: Agent 'absent' is not installed or does not provide valid
metadata: Metadata query for stonith:absent failed: (-5|Input/output
error), use --force to override
$ (flags: MULTILINE, UNICODE)

Full stdout:
Error: Agent 'absent' is not installed or does not provide valid
metadata: Agent absent not found or does not support meta-data: Invalid
argument (22)
Metadata query for stonith:absent failed: Input/output error, use
--force to override


======================================================================
FAIL: test_warning_when_not_valid_agent
(pcs.test.cib_resource.test_stonith_create.PlainStonith)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/lib/python3/dist-packages/pcs/test/cib_resource/test_stonith_create.py",
line 93, in test_warning_when_not_valid_agent
    "$", re.MULTILINE
  File "/usr/lib/python3/dist-packages/pcs/test/tools/cib.py", line 75,
in assert_effect
    output, output_start, output_regexp
  File "/usr/lib/python3/dist-packages/pcs/test/tools/cib.py", line 53,
in assert_effect_single
    command, output, output_start, output_regexp
  File "/usr/lib/python3/dist-packages/pcs/test/tools/assertions.py",
line 82, in assert_pcs_success
    returncode=0
  File "/usr/lib/python3/dist-packages/pcs/test/tools/assertions.py",
line 164, in assert_pcs_result
    stdout=stdout,
AssertionError: Stdout does not match the expected regexp
command: stonith create S absent --force
regexp:
^Warning: Agent 'absent' is not installed or does not provide valid
metadata: Metadata query for stonith:absent failed: (-5|Input/output error)
$ (flags: MULTILINE, UNICODE)

Full stdout:
Warning: Agent 'absent' is not installed or does not provide valid
metadata: Agent absent not found or does not support meta-data: Invalid
argument (22)
Metadata query for stonith:absent failed: Input/output error


======================================================================
FAIL: test_nonextisting_agent (pcs.test.test_stonith.StonithDescribeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pcs/test/test_stonith.py", line
81, in test_nonextisting_agent
    "$", re.MULTILINE
  File "/usr/lib/python3/dist-packages/pcs/test/tools/assertions.py",
line 93, in assert_pcs_fail
    returncode=1
  File "/usr/lib/python3/dist-packages/pcs/test/tools/assertions.py",
line 164, in assert_pcs_result
    stdout=stdout,
AssertionError: Stdout does not match the expected regexp
command: stonith describe fence_noexist
regexp:
^Error: Agent 'fence_noexist' is not installed or does not provide valid
metadata: Metadata query for stonith:fence_noexist failed:
(-5|Input/output error)
$ (flags: MULTILINE, UNICODE)

Full stdout:
Error: Agent 'fence_noexist' is not installed or does not provide valid
metadata: Agent fence_noexist not found or does not support meta-data:
Invalid argument (22)
Metadata query for stonith:fence_noexist failed: Input/output error


======================================================================
FAIL: testStonithCreation (pcs.test.test_stonith.StonithTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pcs/test/test_stonith.py", line
112, in testStonithCreation
    "$", re.MULTILINE
  File "/usr/lib/python3/dist-packages/pcs/test/tools/assertions.py",
line 93, in assert_pcs_fail
    returncode=1
  File "/usr/lib/python3/dist-packages/pcs/test/tools/assertions.py",
line 164, in assert_pcs_result
    stdout=stdout,
AssertionError: Stdout does not match the expected regexp
command: stonith create test1 fence_noexist
regexp:
^Error: Agent 'fence_noexist' is not installed or does not provide valid
metadata: Metadata query for stonith:fence_noexist failed:
(-5|Input/output error), use --force to override
$ (flags: MULTILINE, UNICODE)

Full stdout:
Error: Agent 'fence_noexist' is not installed or does not provide valid
metadata: Agent fence_noexist not found or does not support meta-data:
Invalid argument (22)
Metadata query for stonith:fence_noexist failed: Input/output error, use
--force to override

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: pcs
Source-Version: 0.9.166-4

We believe that the bug you reported is fixed in the latest version of
pcs, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Valentin Vidic <[email protected]> (supplier of updated pcs 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 27 Dec 2018 23:15:47 +0100
Source: pcs
Binary: pcs pcs-snmp
Architecture: source
Version: 0.9.166-4
Distribution: unstable
Urgency: medium
Maintainer: Debian HA Maintainers 
<[email protected]>
Changed-By: Valentin Vidic <[email protected]>
Description:
 pcs        - Pacemaker Configuration System
 pcs-snmp   - Pacemaker Configuration System SNMP agent
Closes: 917462
Changes:
 pcs (0.9.166-4) unstable; urgency=medium
 .
   * d/tests: fix testsuite-pcs for pacemaker 1.1.19 (Closes: #917462)
   * d/control: update Standards-Version to 4.3.0
Checksums-Sha1:
 73b80f89ab576825b440cd8cb504884662f39a5d 2164 pcs_0.9.166-4.dsc
 d9857f40df69512bf124ea08af06aab10a5a3114 169760 pcs_0.9.166-4.debian.tar.xz
 79d95362b4afc8504045f5a486658491ea32c202 6317 pcs_0.9.166-4_source.buildinfo
Checksums-Sha256:
 685ef48eb2973b7db9f9eeacf1b24d8516b84f374850f6bb55ad6840bb7c8dcb 2164 
pcs_0.9.166-4.dsc
 7935834070429b806465a79e41761d15cfb21e262e1ca9fec043bf3123ea9cb4 169760 
pcs_0.9.166-4.debian.tar.xz
 82b46a8377f647b689bcf1f139f6b439978e8e161be4ce78ba379583d8cad1be 6317 
pcs_0.9.166-4_source.buildinfo
Files:
 fc9a16dc411e9bd7e43301ebc3aee50a 2164 admin optional pcs_0.9.166-4.dsc
 624df26e96c20c521b7e6c2cd5130db9 169760 admin optional 
pcs_0.9.166-4.debian.tar.xz
 1adb142c9ffd1da4584161c78efb7e04 6317 admin optional 
pcs_0.9.166-4_source.buildinfo

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

iQJGBAEBCgAwFiEExaW53cM9k/u2PWfIMofYmpfNqHsFAlwlVCUSHHZ2aWRpY0Bk
ZWJpYW4ub3JnAAoJEDKH2JqXzah7Me0P/R92JDfinJPV3LSp4oOpXo20WW8a6vaV
sB5gcnt8LQOJ6zZ7r3bFA0p2GOqT1CdhjCNY7T2234wDAI39tyzTnQCPF7JBpiS+
l4HU/Gv+v8XC0YuXNj9LZJWpqn0dOELjAFGwgYlS7elsU5bzjRt/dsqN5Jphe848
0g8milN4dbdpPx/uoF511jyRRmQp+31e2Q/etmWVFzogKW0t3qCWOv1TMwX6/Utr
aRelrEltVIpV8J3iEz2r7Cd8qEghLB6bp/jYXxCa5vl4pprzMLMtVilEauVAgUoE
Wo/5NZ6WBzXxBQF4qpvKOKDvF5CvNE+Gj+PldW8MNKoKPsMpRQOrN1r1STnu/r9v
OH3EBuX0cFChg1j6kpDzM2cr6033/Mltge421MFcXQgHSAK6G0ODxb89uRTlUFyZ
j3f3q63AfKikmkSPxk/MOrqR9MsepRPrMyLoqAiU/1raKFDkXlWRHGvRXtutiI66
hir6jTsyxsYWL8zMeHhDCSzO4UaUN0YupFgLWAyfx2qolKJtFB+ppMH5Ro6DRD3w
tcwWDgizdsmc6JojEjpysnoolvrjQW7bHeex8x4+ho/IywXMHA3hxblW3qM/sgwy
zH6KahNU4nS9ASe1ORg0oOV5q8Spmj34ASyJSsURuQ/mSL3lboGkg/cfkvcnvYhe
NX8CmcKIVSOk
=TAvE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to