Your message dated Sun, 02 Jun 2024 22:49:30 +0000
with message-id <e1sdu14-004plx...@fasolo.debian.org>
and subject line Bug#1072369: fixed in dropbear 2024.85-2
has caused the Debian Bug report #1072369,
regarding dropbear: flaky autopkgtest
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.)


-- 
1072369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072369
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dropbear
Version: 2024.85-1
Severity: serious
Justification: flaky debci is RC as per RT
X-Debbugs-CC: elb...@debian.org

Hi,

Dropbear's debci sometimes fails and works on reruns, which is RC
according to the release team. E.g.:

 44s _____________________________ test_read_pty[41234] 
_____________________________
 44s 
 44s request = <FixtureRequest for <Function test_read_pty[41234]>>
 44s dropbear = <Popen: returncode: None args: ['/usr/sbin/dropbear', '-p', 
'127.0.5.5:2244'...>
 44s size = 41234
 44s 
 44s     @pytest.mark.parametrize("size", [0, 1, 2, 100, 20001, 41234])
 44s     def test_read_pty(request, dropbear, size):
 44s            # testcase for
 44s            # https://bugs.openwrt.org/index.php?do=details&task_id=1814
 44s            # https://github.com/mkj/dropbear/pull/85
 44s            # From Yousong Zhou
 44s            # Fixed Oct 2021
 44s            #
 44s            #$ ssh -t my.router cat /tmp/bigfile | wc
 44s            #Connection to my.router closed.
 44s            #  0       1   14335 <- should be 20001
 44s     
 44s            # Write the file. No newlines etc which could confuse ptys
 44s            dat = random_alnum(size)
 44s            r = dbclient(request, "tmpf=`mktemp`; echo $tmpf; cat > $tmpf", 
input=dat, capture_output=True, text=True)
 44s            tmpf = r.stdout.rstrip()
 44s            r.check_returncode()
 44s            # Read with a pty, this is what is being tested.
 44s            # Timing/buffering is subtle, we seem to need to cat a file 
from disk to hit it.
 44s            m, s = pty.openpty()
 44s            r = dbclient(request, "-t", f"cat {tmpf}; rm {tmpf}", stdin=s, 
capture_output=True)
 44s            r.check_returncode()
 44s >          assert r.stdout.decode() == dat
 44s E    AssertionError: assert '5UJ3MW22xOOI...FaalTbhYJnMCI' == 
'5UJ3MW22xOOI...Y3JVX5tREk1dZ'
 44s E      
 44s E      Skipping 35313 identical leading characters in diff, use -v to show
 44s E      - 
alTbhYJnMCIn7LtG6YFfF3Gk3pFejnyM2rEbIILTIFdk1JWuplYKktUPBdJT7np0mbpsUIv4VRwGAVP2JWGnLAm4S4AAQIPMawGHMyoxqV9zFFE8MinMNvpw1aQf9QPfnO8TeBNMyIVtBwW3T3BnV5K9g46lSmnyHzb74TxhKlyUPfxptjwFB1d8v4HyDdl0RyLYulodzxNeIOB1Lm5ALyInEVcVc6cy4O9gmzgUCRHT5i3dJzMCvJJ0yBYRhfSwY4vms9TLH5uloGp5wK8QYMeiM4YGMR8LlGE0p2ol7aiVd0LxNqWb3dzlC17iPYOjxhpUaIuUOkhxu5JXcnEP8QkLOwEgWltymjnnvG3z4ITHf24leozVwGMOO8eR74E9JZdZE6Hs7EWKMuzFmlCHK08L5WtZRPYksOq5HuvUxttVOhtCYJDgPpnJ48Z27q0no73Qeg3gS7Y74nf3ZEGToWh71Wn9whsbp3QoGMENc4UUth8KPoiu2QuEzbl...
 44s E      
 44s E      ...Full output truncated (2 lines hidden), use '-vv' to show

https://ci.debian.net/packages/d/dropbear/testing/s390x/47157781/

-- 
Kind regards,
Luca Boccassi

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: dropbear
Source-Version: 2024.85-2
Done: Guilhem Moulin <guil...@debian.org>

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

Debian distribution maintenance software
pp.
Guilhem Moulin <guil...@debian.org> (supplier of updated dropbear 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, 03 Jun 2024 00:24:16 +0200
Source: dropbear
Architecture: source
Version: 2024.85-2
Distribution: unstable
Urgency: medium
Maintainer: Guilhem Moulin <guil...@debian.org>
Changed-By: Guilhem Moulin <guil...@debian.org>
Closes: 1072369
Changes:
 dropbear (2024.85-2) unstable; urgency=medium
 .
   * DEP-8: Mark upstream-tests as flaky. (Closes: #1072369)
Checksums-Sha1:
 2c966852d94610674d070543699c8d0022594e4c 2524 dropbear_2024.85-2.dsc
 1dfe5eb323cf31f03f68ddd4aed327b41b8ea777 34800 dropbear_2024.85-2.debian.tar.xz
 9d4f75202928e0f5c56f1fe7873651f7060a89a8 6845 
dropbear_2024.85-2_amd64.buildinfo
Checksums-Sha256:
 3b9b6e4166084cb5da2ef305863535197411a4d271283af4b9d7f6447926996b 2524 
dropbear_2024.85-2.dsc
 5b40326d7aa31a2e31f992d8fa2bab5524ae1ca3c255042c34fea1d590767acf 34800 
dropbear_2024.85-2.debian.tar.xz
 35a067cd4de4e7e33976a1a516e86578c7d66c048d1f7234b7782a3a66fe08da 6845 
dropbear_2024.85-2_amd64.buildinfo
Files:
 697f9b9edd73bcee81fcdacbd1eb7446 2524 net optional dropbear_2024.85-2.dsc
 50542f82a76a9d54e38e8bb9b7ac23ca 34800 net optional 
dropbear_2024.85-2.debian.tar.xz
 4e8cc1c0a0d88509b610908c0cf4de05 6845 net optional 
dropbear_2024.85-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEERpy6p3b9sfzUdbME05pJnDwhpVIFAmZc8TQACgkQ05pJnDwh
pVIr0hAApoj/8hg88MHskLErq7mUTcPQj7oH6OEUsUIoJ9zMbOJi8fhz0DhuQuOJ
zgJa05SlFpO/HKfkKQwfjqDXCzlLO3qSmblo0VoGxF6LFfmtRWAu17Oz+DpDUcb4
E6dn/8ONevv/alnhtsy1SVHtQIwIJJOhFlMoA3yCJAl9FCzP2R3IORWElQ+FzcHh
zd86FmyawY2mqHhTRdj32HEr8BpIEyVJqxbFY8qs/d+0d37rdw6wLUpvVzuvOOKX
gLNT2zQ47/ZcO8I6Q3UhAP9wyjkQb3+JDwH2aAdwSiGNo/cT35p9kmfs2uw15FGV
Xak63epdttLWgYgR3v4Eq6DUkr/BboP0uaLzOAtbmiEeTOBK+1fHKuohLovOSlgT
wNCltART7STETk3yhfVu+RxcUOYOAy0q6Wb+6TC7sg1pyw6WVLZwa2w6bwTAqgh8
FD2I5EJnDrcyeYnemN/SVP5CnD375TzJcVERzG1SSmHHVRznvyW48ZpZp895qnN8
lIBgG88xw/04Vq1xnFfrAH4DPXQTbavg244T4rngmlM7y+hH1VvFHJ4+/mQR8osc
FhNzNIt3fTImqKeTxQf8HlbdwV8LqC3zxSZVfpdy3mcQNbO6+6i4LeVg6x5pLtxV
0aMgyBO9d7wRDZ3GQyNj6rKJbEA0Jc5DecjHuM1vqvI0nQhvvtY=
=Ki6B
-----END PGP SIGNATURE-----

Attachment: pgpXCXBQ_9l8o.pgp
Description: PGP signature


--- End Message ---

Reply via email to