Your message dated Sun, 07 Nov 2021 19:35:20 +0000
with message-id <e1mjnwm-0008le...@fasolo.debian.org>
and subject line Bug#998707: fixed in pcs 0.10.11-1
has caused the Debian Bug report #998707,
regarding pcs: autopkgtest needs update for new version of pacemaker: error and 
warning message text changed
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.)


-- 
998707: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998707
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pcs
Version: 0.10.8-1
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org, pacema...@packages.debian.org
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
Control: affects -1 src:pacemaker

Dear maintainer(s),

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    2.1.1-2
pcs                    from testing    0.10.8-1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking 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 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/16475622/log.gz


======================================================================
FAIL: test_fail_when_nonexisting_agent
(pcs_test.tier1.cib_resource.test_create.FailOrWarn)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tier1/cib_resource/test_create.py",
line 934, in test_fail_when_nonexisting_agent
    self.assert_pcs_fail(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 93, in assert_pcs_fail
    self.assert_pcs_result(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 162, in assert_pcs_result
    self.fail(
AssertionError: Stdout does not match the expected regexp
command: ['resource', 'create', 'R', 'ocf:heartbeat:NoExisting']
regexp:
^Error: Agent 'ocf:heartbeat:NoExisting' is not installed or does not
provide valid metadata:( crm_resource:)? Metadata query for
ocf:heartbeat:NoExisting failed: (-5|Input/output error)(, Error
performing operation: Input/output error)?, use --force to override
$ (flags: MULTILINE, UNICODE)

Full stdout:
Error: Agent 'ocf:heartbeat:NoExisting' is not installed or does not
provide valid metadata: crm_resource: Metadata query for
ocf:heartbeat:NoExisting failed: No such device or address, Error
performing operation: No such object, use --force to override


======================================================================
FAIL: test_warn_when_forcing_noexistent_agent
(pcs_test.tier1.cib_resource.test_create.FailOrWarn)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tier1/cib_resource/test_create.py",
line 952, in test_warn_when_forcing_noexistent_agent
    self.assert_effect(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/cib.py",
line 91, in assert_effect
    self.assert_effect_single(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/cib.py",
line 60, in assert_effect_single
    self.assert_pcs_success(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 81, in assert_pcs_success
    self.assert_pcs_result(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 162, in assert_pcs_result
    self.fail(
AssertionError: Stdout does not match the expected regexp
command: ['resource', 'create', 'R', 'ocf:heartbeat:NoExisting', '--force']
regexp:
^Warning: Agent 'ocf:heartbeat:NoExisting' is not installed or does not
provide valid metadata:( crm_resource:)? Metadata query for
ocf:heartbeat:NoExisting failed: (-5|Input/output error)(, Error
performing operation: Input/output error)?
$ (flags: MULTILINE, UNICODE)

Full stdout:
Warning: Agent 'ocf:heartbeat:NoExisting' is not installed or does not
provide valid metadata: crm_resource: Metadata query for
ocf:heartbeat:NoExisting failed: No such device or address, Error
performing operation: No such object


======================================================================
FAIL: test_error_when_not_valid_agent
(pcs_test.tier1.cib_resource.test_stonith_create.PlainStonith)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tier1/cib_resource/test_stonith_create.py",
line 78, in test_error_when_not_valid_agent
    self.assert_pcs_fail(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 93, in assert_pcs_fail
    self.assert_pcs_result(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 181, in assert_pcs_result
    self.assertEqual(
AssertionError: "Erro[136 chars]evice or address, Error performing
operation: [37 chars]de\n" != "Erro[136 chars]evice, Error performing
operation: No such dev[26 chars]de\n"
- Error: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device or address, Error performing operation: No such object, use
--force to override
?

   -----------                                      ^^^^^^
+ Error: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device, Error performing operation: No such device, use --force to
override
?

                                         ^^^^^^
 : Stdout is not as expected
command: ['stonith', 'create', 'S', 'absent']
diff is (expected is 2nd):
- Error: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device or address, Error performing operation: No such object, use
--force to override
?

   -----------                                      ^^^^^^
+ Error: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device, Error performing operation: No such device, use --force to
override
?

                                         ^^^^^^

Full stdout:
Error: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device or address, Error performing operation: No such object, use
--force to override


======================================================================
FAIL: test_warning_when_not_valid_agent
(pcs_test.tier1.cib_resource.test_stonith_create.PlainStonith)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tier1/cib_resource/test_stonith_create.py",
line 103, in test_warning_when_not_valid_agent
    self.assert_effect(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/cib.py",
line 91, in assert_effect
    self.assert_effect_single(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/cib.py",
line 60, in assert_effect_single
    self.assert_pcs_success(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 81, in assert_pcs_success
    self.assert_pcs_result(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 181, in assert_pcs_result
    self.assertEqual(
AssertionError: "Warn[138 chars]evice or address, Error performing
operation: No such object\n" != "Warn[138 chars]evice, Error performing
operation: No such device\n"
- Warning: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device or address, Error performing operation: No such object
?

     -----------                                      ^^^  ^
+ Warning: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device, Error performing operation: No such device
?

                                           ^ ++ ^
 : Stdout is not as expected
command: ['stonith', 'create', 'S', 'absent', '--force']
diff is (expected is 2nd):
- Warning: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device or address, Error performing operation: No such object
?

     -----------                                      ^^^  ^
+ Warning: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device, Error performing operation: No such device
?

                                           ^ ++ ^

Full stdout:
Warning: Agent 'absent' is not installed or does not provide valid
metadata: crm_resource: Metadata query for stonith:absent failed: No
such device or address, Error performing operation: No such object


======================================================================
FAIL: testCloneGroupMember (pcs_test.tier1.legacy.test_resource.Resource)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tier1/legacy/test_resource.py",
line 2324, in testCloneGroupMember
    assert_pcs_status(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 429, in assert_pcs_status
    raise AssertionError(
AssertionError: strings not equal:
    * Resource Group: AG:
-     * D1      (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * D1      (ocf::heartbeat:Dummy): Stopped
?                   +
    * Clone Set: D0-clone [D0]:


======================================================================
FAIL: testClonedMasteredGroup (pcs_test.tier1.legacy.test_resource.Resource)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tier1/legacy/test_resource.py",
line 3410, in testClonedMasteredGroup
    assert_pcs_status(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 429, in assert_pcs_status
    raise AssertionError(
AssertionError: strings not equal:
    * Resource Group: dummies:
-     * dummy1  (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * dummy1  (ocf::heartbeat:Dummy): Stopped
?                   +
-     * dummy2  (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * dummy2  (ocf::heartbeat:Dummy): Stopped
?                   +
-     * dummy3  (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * dummy3  (ocf::heartbeat:Dummy): Stopped
?                   +


======================================================================
FAIL: testGroupDeleteTest (pcs_test.tier1.legacy.test_resource.Resource)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tier1/legacy/test_resource.py",
line 1224, in testGroupDeleteTest
    assert_pcs_status(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 429, in assert_pcs_status
    raise AssertionError(
AssertionError: strings not equal:
    * Resource Group: AGroup:
-     * A1      (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * A1      (ocf::heartbeat:Dummy): Stopped
?                   +
-     * A2      (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * A2      (ocf::heartbeat:Dummy): Stopped
?                   +
-     * A3      (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * A3      (ocf::heartbeat:Dummy): Stopped
?                   +


======================================================================
FAIL: testGroupOrder (pcs_test.tier1.legacy.test_resource.Resource)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tier1/legacy/test_resource.py",
line 1419, in testGroupOrder
    assert_pcs_status(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 429, in assert_pcs_status
    raise AssertionError(
AssertionError: strings not equal:
-   * F (ocf:heartbeat:Dummy):   Stopped
?                               -
+   * F (ocf::heartbeat:Dummy): Stopped
?           +
-   * G (ocf:heartbeat:Dummy):   Stopped
?                               -
+   * G (ocf::heartbeat:Dummy): Stopped
?           +
-   * H (ocf:heartbeat:Dummy):   Stopped
?                               -
+   * H (ocf::heartbeat:Dummy): Stopped
?           +
    * Resource Group: RGA:
-     * A       (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * A       (ocf::heartbeat:Dummy): Stopped
?                   +
-     * B       (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * B       (ocf::heartbeat:Dummy): Stopped
?                   +
-     * C       (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * C       (ocf::heartbeat:Dummy): Stopped
?                   +
-     * E       (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * E       (ocf::heartbeat:Dummy): Stopped
?                   +
-     * D       (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * D       (ocf::heartbeat:Dummy): Stopped
?                   +
-     * K       (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * K       (ocf::heartbeat:Dummy): Stopped
?                   +
-     * J       (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * J       (ocf::heartbeat:Dummy): Stopped
?                   +
-     * I       (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * I       (ocf::heartbeat:Dummy): Stopped
?                   +


======================================================================
FAIL: testGroupRemoveWithConstraints1
(pcs_test.tier1.legacy.test_resource.Resource)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tier1/legacy/test_resource.py",
line 2717, in testGroupRemoveWithConstraints1
    assert_pcs_status(
  File
"/tmp/autopkgtest-lxc.pw0aw2ju/downtmp/build.FKF/src/pcs_test/tools/assertions.py",
line 429, in assert_pcs_status
    raise AssertionError(
AssertionError: strings not equal:
    * Resource Group: DGroup:
-     * D1      (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * D1      (ocf::heartbeat:Dummy): Stopped
?                   +
-     * D2      (ocf:heartbeat:Dummy):   Stopped
?                                       -
+     * D2      (ocf::heartbeat:Dummy): Stopped
?                   +


----------------------------------------------------------------------
Ran 6494 tests in 2313.797s

FAILED (failures=9, skipped=11)
autopkgtest [08:27:52]: test testsuite-python


Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: pcs
Source-Version: 0.10.11-1
Done: Valentin Vidic <vvi...@debian.org>

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 998...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Valentin Vidic <vvi...@debian.org> (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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 07 Nov 2021 13:01:02 +0100
Source: pcs
Architecture: source
Version: 0.10.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian HA Maintainers 
<debian-ha-maintain...@lists.alioth.debian.org>
Changed-By: Valentin Vidic <vvi...@debian.org>
Closes: 998707
Changes:
 pcs (0.10.11-1) unstable; urgency=medium
 .
   * New upstream version 0.10.11 (Closes: #998707)
   * d/patches: update for new version
   * d/tests: update for new version
   * d/copyright: update for new version
   * d/control: require all dependencies at build time
   * d/rules: cleanup build and run tests during build
   * d/install: update installation paths
   * d/lintian-overrides: update jquery version
   * d/watch: update github location
   * d/control: update Standards-Version to 4.6.0
Checksums-Sha1:
 bb585ac37d36785f3056ff95eeb69f54e523591f 2564 pcs_0.10.11-1.dsc
 c0b5db0a4e4c81c268b8a080902115369130962b 1983328 pcs_0.10.11.orig.tar.gz
 2d8a53d94b3e28edbefab2febc5c3bcc9c091270 180064 pcs_0.10.11-1.debian.tar.xz
 a7fe67b87db04cba74e53183b83cf3679c74f6e1 8977 pcs_0.10.11-1_source.buildinfo
Checksums-Sha256:
 592ffdabc3af4565188a27eaf76fb887d67ce2656bf1a0dcd67a0b0f220402de 2564 
pcs_0.10.11-1.dsc
 37bd82955dfe16c16754f14eb1ec83caa89dabd0157871bf2857b694cf91bb7d 1983328 
pcs_0.10.11.orig.tar.gz
 74c5c6b6c84765e37f88c4a02d01fc4c997b1956c018438fd2985eb64c9e5967 180064 
pcs_0.10.11-1.debian.tar.xz
 3074119708b8e6b9457984b53e26f1328e604b3f2f75f972015d0e0dca385f4e 8977 
pcs_0.10.11-1_source.buildinfo
Files:
 cc6a09d4e20e4c66ae4d6108b69231db 2564 admin optional pcs_0.10.11-1.dsc
 0b32c2e5f826f124a4e51132ad3c76d3 1983328 admin optional pcs_0.10.11.orig.tar.gz
 f25b17908d60875b5ff0128ed90fd5e3 180064 admin optional 
pcs_0.10.11-1.debian.tar.xz
 1d52b2d88e523cdff914c137ef3712ce 8977 admin optional 
pcs_0.10.11-1_source.buildinfo

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

iQJGBAEBCgAwFiEExaW53cM9k/u2PWfIMofYmpfNqHsFAmGIJdcSHHZ2aWRpY0Bk
ZWJpYW4ub3JnAAoJEDKH2JqXzah7wSIP/1AF0Ia+TPjIaG6OklF74VyrWvANeG2k
SsOTv8OMoMxt8eJwQWPADLPOoMNlDjEKcFtBlDiEFlGIkQOF19CpJXJyXxUenEhG
o1Eh8c+sy1qTx/Nb1OYuQedc5LahMUq7ITtV09PFN59FZXgK0YaKmNhT26dqmcrG
+DbUZ6YNyoOm/YLeYPgiEnmVwIGkh4bQ9xqvEVLZ7zcsbH8sYaalmOgS1ajOXotn
WMcSNhamxggzyv4yNgLHKxOjNXNfxgKbQnVADqby9k0lMcEzM/FYACYrQdzarBHT
JOfIOExzK5fAsINnjKgHVrgQV2cE5inKLzMJz2Kzqqw9knThP1BH3NsvI3KtwO1W
3h7EM/vvgJMjrWfUzXdnqIwjcuVl9hXe5+90CSKmkjGJU0BDSkyCfFeKmjxdBB6M
EhHMHvT+Nl9G5XctmYoXPFX5Ai1T66+APB2heGWyqS5K5WavdDa01CPJ4l6B+EKW
jNUoIjsGIfKeXWdj3DM0tekN9rep39akFD9k7ykRsJn3tDy2XAh2974szHYGwwKP
IG4hmbwskNlWXL0rTiFCfauVEMJ9eHlU5Iv0LtlnFVfIWSlqNCa9RWxI+RhK4wKF
STSQJx3rbASebr5saEEZ6zROLuCdjHXt6WpYljOszbvdLy3VX/EFaxz7MIFuw6p7
OM7wEU7QPDMj
=GIgJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to