Your message dated Mon, 07 Feb 2022 13:49:04 +0000
with message-id <e1nh4o8-000f0m...@fasolo.debian.org>
and subject line Bug#1005053: fixed in salt 3004+dfsg1-8
has caused the Debian Bug report #1005053,
regarding salt FTBFS on IPV6-only buildds
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.)


-- 
1005053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: salt
Version: 3004+dfsg1-6
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=salt&arch=all

...
=================================== FAILURES ===================================
______________________________ test_connected_ids ______________________________

    def test_connected_ids():
        """
        test ckminion connected_ids when
        local_port_tcp returns 127.0.0.1
        """
        opts = {"publish_port": 4505, "detect_remote_minions": False}
        minion = "minion"
        ip = salt.utils.network.ip_addrs()
        mdata = {"grains": {"ipv4": ip, "ipv6": []}}
        ckminions = salt.utils.minions.CkMinions({"minion_data_cache": True})
        patch_net = patch("salt.utils.network.local_port_tcp", 
return_value={"127.0.0.1"})
        patch_list = patch("salt.cache.Cache.list", return_value=[minion])
        patch_fetch = patch("salt.cache.Cache.fetch", return_value=mdata)
        with patch.dict(ckminions.opts, opts):
            with patch_net, patch_list, patch_fetch:
                ret = ckminions.connected_ids()
>               assert ret == {minion}
E               AssertionError: assert set() == {'minion'}
E                 Extra items in the right set:
E                 'minion'
E                 Use -v to get the full diff

/<<PKGBUILDDIR>>/tests/pytests/unit/utils/test_minions.py:22: AssertionError
______________________ test_connected_ids_remote_minions _______________________

    def test_connected_ids_remote_minions():
        """
        test ckminion connected_ids when
        detect_remote_minions is set
        """
        opts = {
            "publish_port": 4505,
            "detect_remote_minions": True,
            "remote_minions_port": 22,
        }
        minion = "minion"
        minion2 = "minion2"
        minion2_ip = "192.168.2.10"
        ip = salt.utils.network.ip_addrs()
        mdata = {"grains": {"ipv4": ip, "ipv6": []}}
        mdata2 = {"grains": {"ipv4": [minion2_ip], "ipv6": []}}
        ckminions = salt.utils.minions.CkMinions({"minion_data_cache": True})
        patch_net = patch("salt.utils.network.local_port_tcp", 
return_value={"127.0.0.1"})
        patch_remote_net = patch(
            "salt.utils.network.remote_port_tcp", return_value={minion2_ip}
        )
        patch_list = patch("salt.cache.Cache.list", return_value=[minion, 
minion2])
        patch_fetch = patch("salt.cache.Cache.fetch", side_effect=[mdata, 
mdata2])
        with patch.dict(ckminions.opts, opts):
            with patch_net, patch_list, patch_fetch, patch_remote_net:
                ret = ckminions.connected_ids()
>               assert ret == {minion2, minion}
E               AssertionError: assert {'minion2'} == {'minion', 'minion2'}
E                 Extra items in the right set:
E                 'minion'
E                 Use -v to get the full diff

/<<PKGBUILDDIR>>/tests/pytests/unit/utils/test_minions.py:51: AssertionError
...
FAILED tests/pytests/unit/utils/test_minions.py::test_connected_ids - Asserti...
FAILED 
tests/pytests/unit/utils/test_minions.py::test_connected_ids_remote_minions
= 2 failed, 9692 passed, 1751 skipped, 5 xfailed, 4 xpassed, 552 warnings in 
470.23s (0:07:50) =
Exception ignored in: <generator object IPCMessageSubscriber._read at 
0x7fce22681820>
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/salt/transport/ipc.py", line 702, in _read
TypeError: catching classes that do not inherit from BaseException is not 
allowed
Exception ignored in: <generator object IPCMessageSubscriber._read at 
0x7fce216b9120>
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/salt/transport/ipc.py", line 702, in _read
TypeError: catching classes that do not inherit from BaseException is not 
allowed
make[1]: *** [debian/rules:35: override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: salt
Source-Version: 3004+dfsg1-8
Done: Benjamin Drung <benjamin.dr...@ionos.com>

We believe that the bug you reported is fixed in the latest version of
salt, 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 1005...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <benjamin.dr...@ionos.com> (supplier of updated salt 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: Mon, 07 Feb 2022 11:51:52 +0100
Source: salt
Built-For-Profiles: noudeb
Architecture: source
Version: 3004+dfsg1-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Salt Team <pkg-salt-t...@alioth-lists.debian.net>
Changed-By: Benjamin Drung <benjamin.dr...@ionos.com>
Closes: 1005053
Changes:
 salt (3004+dfsg1-8) unstable; urgency=medium
 .
   * Mock ip_addrs() in utils/minions.py unit test (Closes: #1005053)
Checksums-Sha1:
 dc15f9d9537b612a17f4a3068b583d9ffdf0d427 4612 salt_3004+dfsg1-8.dsc
 bfaf2fb2a7777c56cd724023bf86fccd0cba6d48 124076 salt_3004+dfsg1-8.debian.tar.xz
 b374111e5ea535111c1db7c93a1882a9830bcfc6 14682 
salt_3004+dfsg1-8_source.buildinfo
Checksums-Sha256:
 746612d6b441342e20abc11af41e63fcca6b3fd7fcf27f3433af7cf269e49e94 4612 
salt_3004+dfsg1-8.dsc
 92be59d42722888780ca2fed92c624a129de35c539fcf6bb229a018ef2a4b50f 124076 
salt_3004+dfsg1-8.debian.tar.xz
 b37abfc4cf7547b5c7b94e0d6a084fd66c716f4be49b920c660064fc2cc86cda 14682 
salt_3004+dfsg1-8_source.buildinfo
Files:
 f30795023784316213be50d00a6b5f24 4612 admin optional salt_3004+dfsg1-8.dsc
 6af29e6d12c93f2141e0bb89ec6c9d08 124076 admin optional 
salt_3004+dfsg1-8.debian.tar.xz
 12d5cca7c80ce044714aef973d1fd55c 14682 admin optional 
salt_3004+dfsg1-8_source.buildinfo

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

iQIzBAEBCgAdFiEE5/q3CzlQJ15towl13YzVpd6MfnoFAmIBHbAACgkQ3YzVpd6M
fnoxlhAAl9zJJQQzpLTolhzb89UxSGX0wlCEvkRCPue/q+WAq98fuuLQH6vqEsb1
Xe32RgHb/kRTj3ytLFTQ21sGqB260ADt77qynTITDFvxm/FTSOguWOB6Cc3z1Q+7
GBoyVrD3OM35xwFIlM49GuMxJSpTxbMKot/Q/7C/Og4wfTKk/+862OK+eHqKVjkY
r835dhKuF57kJHW6/d6lmr3QMUqDEJJcKkNCWbc6d/98n/g+sBpxVB//8EyXtyHd
No7HcE4mOTxH7P0dyQiFlslt14YVRmYxm5L1MizarAyJ2UxBhKjm73AhWH9cGqzg
UAcYsgnAkebqP1Op1Y2GkDiVh4Xfvf/rgnRTJbEHc6XcXj3EdwPgx6OZYgGH8n3D
rjPtQLdpoHAVJZQc/2WJePMpZMk6044a/fLfkaG4KabGOYUV+RX8/PXngEdyNbvY
wmXH8Q7wBCvgiG0TT4pciTcXlEoxpdavCTCUBVG0GYBAFS5+scKLopGpucDz/xjv
4KJTe1DrRjDZRpOgBUinADH3g7/h5cLgfyXKhm38r4zgKxlQ61+u6JB8DJ74WlQI
8vaQ8pdhM94XAXdjx1RacgY39PnSk3fDnxAe0PtoYOBeq6G+qXsgu9CKpjqzG1MV
G9ScPobPjgJ7cXDzq8BpMoTad/t9NV+pxp4/ikKqHW5cj/dtNlU=
=Eo8b
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to