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.

classification
Title: Failures on FreeBSD CURRENT buildbot
Type: Stage:
Components: Versions: Python 3.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: koobs, python-dev, vstinner
Priority: normal Keywords: buildbot

Created on 2016-03-15 09:47 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg261805 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-03-15 09:47
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
(...)
msg261808 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-03-15 10:33
New changeset 93b998d47bc0 by Victor Stinner in branch 'default':
Issue #26566: Rewrite test_signal.InterProcessSignalTests
https://hg.python.org/cpython/rev/93b998d47bc0
msg282448 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-12-05 17:46
This random failure is just too old, I close the issue.
History
Date User Action Args
2022-04-11 14:58:28adminsetgithub: 70753
2016-12-05 17:46:18vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg282448
2016-03-15 10:33:05python-devsetnosy: + python-dev
messages: + msg261808
2016-03-15 09:49:57koobssetnosy: + koobs
2016-03-15 09:47:06vstinnercreate