Your message dated Mon, 04 May 2020 09:18:51 +0000
with message-id <[email protected]>
and subject line Bug#954558: fixed in python-portpicker 1.3.1-4
has caused the Debian Bug report #954558,
regarding python-portpicker: FTBFS: tests failed
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.)


-- 
954558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954558
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-portpicker
Version: 1.3.1-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> PYTHONPATH=src python3 src/tests/portpicker_test.py
> ..s....ss.......
> ----------------------------------------------------------------------
> Ran 16 tests in 0.036s
> 
> OK (skipped=3)
> PYTHONPATH=src python3 src/tests/portserver_test.py
> I0322 03:19:52.222 139770363705152 portserver.py:191] Port 22 unexpectedly in 
> use, last owning pid 0.
> I0322 03:19:52.222 139770363705152 portserver.py:191] Port 18862 unexpectedly 
> in use, last owning pid 0.
> I0322 03:19:52.222 139770363705152 portserver.py:195] All ports in use.
> ..I0322 03:19:52.224 139770363705152 portserver.py:191] Port 12344 
> unexpectedly in use, last owning pid 0.
> I0322 03:19:52.224 139770363705152 portserver.py:187] Can't read start time 
> for pid 12345.
> .I0322 03:19:52.224 139770363705152 portserver.py:191] Port 12345 
> unexpectedly in use, last owning pid 0.
> I0322 03:19:52.224 139770363705152 portserver.py:187] Can't read start time 
> for pid 12345.
> ..W0322 03:19:52.226 139770363705152 portserver.py:247] Could not parse 
> request: invalid literal for int() with base 10: b''
> W0322 03:19:52.226 139770363705152 portserver.py:247] Could not parse 
> request: invalid literal for int() with base 10: b'\n'
> W0322 03:19:52.226 139770363705152 portserver.py:247] Could not parse 
> request: invalid literal for int() with base 10: b'99Z\n'
> W0322 03:19:52.226 139770363705152 portserver.py:247] Could not parse 
> request: invalid literal for int() with base 10: b'99 8\n'
> .I0322 03:19:52.227 139770363705152 portserver.py:250] Request on behalf of 
> pid 6.
> I0322 03:19:52.228 139770363705152 portserver.py:251] cmdline: <MagicMock 
> name='_get_process_command_line()' id='139770352359264'>
> .I0322 03:19:52.229 139770363705152 portserver.py:250] Request on behalf of 
> pid 5.
> I0322 03:19:52.229 139770363705152 portserver.py:251] cmdline: <MagicMock 
> name='_get_process_command_line()' id='139770352464848'>
> .I0322 03:19:52.231 139770363705152 portserver.py:250] Request on behalf of 
> pid 8.
> I0322 03:19:52.231 139770363705152 portserver.py:251] cmdline: <MagicMock 
> name='_get_process_command_line()' id='139770352541552'>
> D0322 03:19:52.232 139770363705152 portserver.py:261] Allocated port 999 to 
> pid 8
> .......E0322 03:19:52.240 139770363705152 portserver.py:345] No ports.  
> Invalid port ranges in --portserver_static_pool?
> I0322 03:19:52.242 139770363705152 portserver.py:359] Serving on @TST-14928
> I0322 03:19:52.242 139770363705152 portserver.py:363] Stopping due to ^C.
> I0322 03:19:52.243 139770363705152 portserver.py:267] Dumping statistics:
> I0322 03:19:52.243 139770363705152 portserver.py:277] client-request-errors 0
> I0322 03:19:52.243 139770363705152 portserver.py:277] denied-allocations 0
> I0322 03:19:52.243 139770363705152 portserver.py:277] num-ports-managed 1
> I0322 03:19:52.243 139770363705152 portserver.py:277] 
> num-ports-checked-for-last-request 0
> I0322 03:19:52.243 139770363705152 portserver.py:277] total-allocations 0
> I0322 03:19:52.243 139770363705152 portserver.py:370] Goodbye.
> F.E0322 03:19:52.244 139770363705152 portserver.py:312] Ignoring unparsable 
> port range ''.
> E0322 03:19:52.245 139770363705152 portserver.py:312] Ignoring unparsable 
> port range 'not'.
> E0322 03:19:52.245 139770363705152 portserver.py:312] Ignoring unparsable 
> port range 'numbers'.
> E0322 03:19:52.245 139770363705152 portserver.py:312] Ignoring unparsable 
> port range '8080-8081x'.
> E0322 03:19:52.245 139770363705152 portserver.py:315] Ignoring out of bounds 
> port range '0-1138'.
> E0322 03:19:52.245 139770363705152 portserver.py:315] Ignoring out of bounds 
> port range '1138-65536'.
> .I0322 03:19:52.245 139770363705152 portserver.py:111] Not allocating a port 
> to invalid pid
> I0322 03:19:52.245 139770363705152 portserver.py:116] Not allocating a port 
> to init.
> I0322 03:19:52.246 139770363705152 portserver.py:121] Not allocating a port 
> to a non-existent process
> .
> ======================================================================
> FAIL: test_main (__main__.PortserverFunctionsTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.8/unittest/mock.py", line 1348, in patched
>     return func(*newargs, **newkeywargs)
>   File "src/tests/portserver_test.py", line 154, in test_main
>     mock_event_loop.run_until_complete.assert_any_call(
>   File "/usr/lib/python3.8/unittest/mock.py", line 984, in assert_any_call
>     raise AssertionError(
> AssertionError: run_until_complete(<Mock name='start_unix_server()' 
> id='139770352541120'>) call not found
> 
> ----------------------------------------------------------------------
> Ran 19 tests in 0.025s
> 
> FAILED (failures=1)
> make[1]: *** [debian/rules:27: override_dh_auto_test] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/python-portpicker_1.3.1-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: python-portpicker
Source-Version: 1.3.1-4
Done: Sascha Steinbiss <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-portpicker, 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.
Sascha Steinbiss <[email protected]> (supplier of updated python-portpicker 
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: SHA256

Format: 1.8
Date: Mon, 04 May 2020 11:09:36 +0200
Source: python-portpicker
Architecture: source
Version: 1.3.1-4
Distribution: unstable
Urgency: medium
Maintainer: Sascha Steinbiss <[email protected]>
Changed-By: Sascha Steinbiss <[email protected]>
Closes: 954558
Changes:
 python-portpicker (1.3.1-4) unstable; urgency=medium
 .
   * Disable test for portserver. This seems to have broken with a recent
     Python update and only seems to affect the test, portserver itself seems
     to work fine.
     Closes: #954558
   * Add missing dependency on python3-pkg-resources.
   * Use debhelper-compat.
   * Bump Standards-Version.
Checksums-Sha1:
 989886354ac692f49bc52d04f340fce54add06c6 2043 python-portpicker_1.3.1-4.dsc
 8dbd147e4948716ad1a88504270133107e126975 3884 
python-portpicker_1.3.1-4.debian.tar.xz
 ee7e0327ccda653f6afee4f6cb40cc8f0f277a4b 6483 
python-portpicker_1.3.1-4_amd64.buildinfo
Checksums-Sha256:
 f02abce987eb0c49fd0a2b7f748b4684919b0c84af415190dca5be64d3da9cb3 2043 
python-portpicker_1.3.1-4.dsc
 2f60e0ae0f4843fdae1d898f1039c440db46b44282f2f33f0227f927b7f7e4bb 3884 
python-portpicker_1.3.1-4.debian.tar.xz
 44f503a812dfc58484e6f05e62534121d9e7fe7144c2e4ea2eb91319aca0ef75 6483 
python-portpicker_1.3.1-4_amd64.buildinfo
Files:
 d39e1203407c41531c7347ac19ab87c8 2043 python optional 
python-portpicker_1.3.1-4.dsc
 b2e849aac4d0b54c086fd02c29839d1d 3884 python optional 
python-portpicker_1.3.1-4.debian.tar.xz
 1eee47a56f9d3caffabb4797a06a27bb 6483 python optional 
python-portpicker_1.3.1-4_amd64.buildinfo

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

iQIzBAEBCAAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAl6v3IoACgkQ6NN64vCf
SHI4dQ//Vgwx/721gHXyhTfoFBk4UUI1TnOQpJEf+V0uj1R25BL7qLShn0uqDYYJ
2s12DZwVjG0EXLCVXwa7MiMY3lP8mv67qKWQq2gQwmnnkJitcO31ctfY1JnFs/M6
QZLXymtrbw+/DjHp75EQGSaQjE0ov+zVz8rJoQpdhnZmMZywsSOaXktskmUqJ7E3
Dh/UdNOzM8rjwvVvylvBocyFidTZkmRmLz7GfBndyW6I6a+PqLAgP68G7ZxgnhFd
epsYC6OF/H+mj9lHgx6FRkAUk/7/PVSL8k+M23S+3ybhcppt0X+5sd5rRgj50y2z
/IF5uorOkBcgjiBn5R0iDz10drSYGiLKFOwiGrP6BUYVlmeKEXWpuGOn7CmdlEx6
b/4/jMk8xmhLj/TWkTUwJerWF4ZPPPifqvYZA6G9QZ1qXa57XVg8sWo4Aq4qzAIr
fEixZ1ujgyA9o6vxDXJN4kxYNNdxQBFl/C7TuJNDs8b46nogrHY4zrZXlyKw/3BE
eTozepiiyDMdA04uleNfgrAZTpc9wuQ/Tz4Wk7aKy8zDbc7U8Ba6brjQFU85oxWU
J+hRYgSE3uLfRpVGobe5j7xQQ8QLFIOU169deiUGVGk/Q721NqU1SAqOhcffryWn
0Sdcfv7CQkHyp8FJcxniYbW6x1F62nJy9/hsvtKeEj5tp1MZH4I=
=cJcm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to