Your message dated Fri, 16 Dec 2022 09:49:06 +0000
with message-id <e1p67l0-001qcn...@fasolo.debian.org>
and subject line Bug#1024913: fixed in flask-restful 0.3.9-5
has caused the Debian Bug report #1024913,
regarding flask-restful: (autopkgtest) needs update for python3.11: Address 
already in use
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.)


-- 
1024913: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024913
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flask-restful
Version: 0.3.9-4
Severity: serious
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
User: debian-pyt...@lists.debian.org
Usertags: python3.11
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of adding python3.11 as a supported Python version [0]. With a recent upload of python3-defaults the autopkgtest of flask-restful fails in testing when that autopkgtest is run with the binary packages of python3-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
python3-defaults       from testing    3.10.6-3
flask-restful          from testing    0.3.9-4
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 python3-defaults to testing [1]. https://docs.python.org/3/whatsnew/3.11.html lists what's new in Python3.11, it may help to identify what needs to be updated.

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

Paul

[0] https://bugs.debian.org/1021984
[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/f/flask-restful/28726231/log.gz

Testing with python3.11...
 * Serving Flask app 'testapp' (lazy loading)
 * Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 909-049-734
127.0.0.1 - - [27/Nov/2022 17:13:39] "PUT /todo1 HTTP/1.1" 200 -
{
    "todo1": "Remember the milk"
}
127.0.0.1 - - [27/Nov/2022 17:13:39] "GET /todo1 HTTP/1.1" 200 -
    "todo1": "Remember the milk"
Testing with python3.10...
 * Serving Flask app 'testapp' (lazy loading)
 * Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.5ke7vhtl/downtmp/build.o8w/src/debian/tests/testapp.py", line 22, in <module>
    app.run(debug=True)
  File "/usr/lib/python3/dist-packages/flask/app.py", line 920, in run
    run_simple(t.cast(str, host), port, self, **options)
File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 984, in run_simple
    s.bind(server_address)
OSError: [Errno 98] Address already in use
127.0.0.1 - - [27/Nov/2022 17:13:40] "PUT /todo1 HTTP/1.1" 200 -
{
    "todo1": "Remember the milk"
}
127.0.0.1 - - [27/Nov/2022 17:13:40] "GET /todo1 HTTP/1.1" 200 -
    "todo1": "Remember the milk"
/tmp/autopkgtest-lxc.5ke7vhtl/downtmp/build.o8w/src/debian/tests/functional: line 6: kill: (2433) - No such process /tmp/autopkgtest-lxc.5ke7vhtl/downtmp/wrapper.sh: Killing leaked background processes: 2424 2426 PID TTY STAT TIME COMMAND
   2424 ?        S      0:00 python3.11 debian/tests/testapp.py
2426 ? Sl 0:00 /usr/bin/python3.11 /tmp/autopkgtest-lxc.5ke7vhtl/downtmp/build.o8w/src/debian/tests/testapp.py
autopkgtest [17:13:40]: test functional

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: flask-restful
Source-Version: 0.3.9-5
Done: Thomas Goirand <z...@debian.org>

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

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated flask-restful 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: Fri, 16 Dec 2022 10:23:13 +0100
Source: flask-restful
Architecture: source
Version: 0.3.9-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1024913
Changes:
 flask-restful (0.3.9-5) unstable; urgency=medium
 .
   * Team upload.
   * Refreshed 0003-Use-local-copies-of-object.inv-for-building-document.patch.
   * Add Fix_the_tests_with_flask_2.1.2.patch.
   * Fix autopkgtest so it works with multiple Python interpreter installed (ie:
     kill the flask-restful server before trying to spawn a 2nd one).
     (Closes: #1024913).
   * Add replace-flask_abort-by-_aborter.patch
   * Add add-missing-location-when-calling-add_argument.patch thanks to Rene
     Luria <rene.lu...@infomaniak.com>. This fixes all unit tests with the new
     werkzeug 2.2.2.
Checksums-Sha1:
 1d729ed16396fc0e2cc041798ee764b26d50463f 2353 flask-restful_0.3.9-5.dsc
 cf619bf2ff3b03a42141de90498a639f5a8c4193 9820 
flask-restful_0.3.9-5.debian.tar.xz
 7d97448d22febc55b99666f8d7184446bb2c4b2a 8992 
flask-restful_0.3.9-5_amd64.buildinfo
Checksums-Sha256:
 762c9dfe671efadb1d21cdb46d80265d9a425d23723c4f39937b4863f909ef45 2353 
flask-restful_0.3.9-5.dsc
 f205c2bb8f4f6112c036347efc49f56e2511eb2f9b1d7d3587dfe58ce3a154e2 9820 
flask-restful_0.3.9-5.debian.tar.xz
 9ec14961b6c19626245338fd1d0ce571e294276e2ef7fe206316cd9d2479d034 8992 
flask-restful_0.3.9-5_amd64.buildinfo
Files:
 46c8db1b53d880870d1569583aeb8d84 2353 python optional flask-restful_0.3.9-5.dsc
 37a98612feaf47cf50d8543f073bddf3 9820 python optional 
flask-restful_0.3.9-5.debian.tar.xz
 e9dccdea08f15b025ee1551bf11fa0b1 8992 python optional 
flask-restful_0.3.9-5_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmOcOVUACgkQ1BatFaxr
Q/4Uow/+M84cdg+xhbO9Ei+Bq6wfOtFpagrjCB0/bWFAU3GSHAOq0plhVRd07Ydw
lkaiWPDQi9U69kz1peB6y9mmKt8KO0ExDUsyvwi2YKnb5CyFwdNOOBBnQUGOKHJm
Q5XJWnmnk2OMmAUHWj18oK5gwvNn1e0QKhlY0NeAyGtDtZXrpyMk8+cntRYUFASz
yAo8mprsY2me75LRVglBedNnFLP3gQ3+0yCASVbgOyd8+u5wEVUhI1d0vnF4bxsp
Medvgrr/bfpvV4w8CTxO2t//RKbH25QEiULP4Dq8QXq3qkrBcjqIGMuZTCMaR+rh
L959pjDJ854yWap16BAsdtv+1ETj5fMGueNOmQzf8+90x4RGg7Y4I4bEJ4/N3c8d
zx3AyulxBOXmNqAb8hhLd15jwzcSeDaHof4aNxD67jjU9ti0/vszApfADu8igAYh
JVOHZfseXSQSRS42RRlXgOevWuaSaY8EoFvfrUAn+2s3t/6ppDK3uBfxwL25oW18
fmVERBFgiJjabWVO/0sM1QyXA1v0icU96vpk615cSUJH1oNPm9+RAoShnq4+vUGT
kTdwq8fSKwCIuqTZnUUcIgBtJLX6gw73TYkOIG3d5LbGipYbJUY0s9ZXqE8MflQS
G99+k6YVdH/W0ymHa0iVChZtzvLQuAVk+4EUByrp4S/iNt3iLyo=
=PC0M
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to