New submission from Pablo Galindo Salgado <pablog...@gmail.com>:

Ran 352 tests in 243.972s
OK (skipped=34)
/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/multiprocessing/resource_tracker.py:203:
 UserWarning: resource_tracker: There appear to be 1 leaked shared_memory 
objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/multiprocessing/resource_tracker.py:216:
 UserWarning: resource_tracker: '/psm_5b8ca94b': [Errno 2] No such file or 
directory: '/psm_5b8ca94b'
  warnings.warn('resource_tracker: %r: %s' % (name, e))


1 test altered the execution environment:
    test_multiprocessing_spawn

It seems that the shared memory leaked is causing the test to fail. 

----------
components: Tests
messages: 356929
nosy: pablogsal
priority: normal
severity: normal
status: open
title: test_multiprocessing_spawn altered the execution environment in AMD64 
FreeBSD Non-Debug 3.x
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38842>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to