This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal
Date 2019-11-18.23:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574120393.33.0.271928086665.issue38842@roundup.psfhosted.org>
In-reply-to
Content
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. 
History
Date User Action Args
2019-11-18 23:39:53pablogsalsetrecipients: + pablogsal
2019-11-18 23:39:53pablogsalsetmessageid: <1574120393.33.0.271928086665.issue38842@roundup.psfhosted.org>
2019-11-18 23:39:53pablogsallinkissue38842 messages
2019-11-18 23:39:52pablogsalcreate