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 vstinner
Recipients vstinner
Date 2016-03-15.09:47:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458035226.03.0.186362831064.issue26566@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%203.x/builds/218/steps/test/logs/stdio

======================================================================
FAIL: test_terminate (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test_subprocess.py", line 1679, in test_terminate
    self.assertEqual(p.wait(), -signal.SIGTERM)
AssertionError: 0 != -15

----------------------------------------------------------------------


======================================================================
FAIL: test_main (test.test_signal.InterProcessSignalTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test_signal.py", line 197, in test_main
    self.fail(tb)
AssertionError: Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test_signal.py", line 180, in test_main
    self.run_test()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test_signal.py", line 117, in run_test
    self.assertTrue(self.a_called)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/unittest/case.py", line 677, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true



[ 94/400/2] test_multiprocessing_main_handling
Timeout (1:00:00)!
Thread 0x0000000801815000 (most recent call first):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/selectors.py", line 376 in select
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/subprocess.py", line 1709 in _communicate
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/subprocess.py", line 1075 in communicate
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/support/script_helper.py", line 86 in run_python_until_end
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/support/script_helper.py", line 96 in _assert_python
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/support/script_helper.py", line 135 in assert_python_ok
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test_multiprocessing_main_handling.py", line 155 in _check_script
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test_multiprocessing_main_handling.py", line 182 in test_ipython_workaround
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/unittest/case.py", line 600 in run
(...)



http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%203.x/builds/217/steps/test/logs/stdio


[  6/400] test_multiprocessing_fork
Timeout (1:00:00)!
Thread 0x0000000801815000 (most recent call first):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/multiprocessing/connection.py", line 379 in _recv
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/multiprocessing/connection.py", line 407 in _recv_bytes
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/multiprocessing/connection.py", line 250 in recv
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/multiprocessing/managers.py", line 717 in _callmethod
  File "<string>", line 2 in terminate
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/_test_multiprocessing.py", line 1837 in test_terminate
(...)
History
Date User Action Args
2016-03-15 09:47:06vstinnersetrecipients: + vstinner
2016-03-15 09:47:06vstinnersetmessageid: <1458035226.03.0.186362831064.issue26566@psf.upfronthosting.co.za>
2016-03-15 09:47:05vstinnerlinkissue26566 messages
2016-03-15 09:47:05vstinnercreate