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 2018-09-14.17:41:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536946872.72.0.956365154283.issue34685@psf.upfronthosting.co.za>
In-reply-to
Content
https://buildbot.python.org/all/#/builders/87/builds/1428/steps/4/logs/stdio


======================================================================
ERROR: test_setscheduler_with_policy (test.test_posix.TestPosixSpawn)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_posix.py", line 1693, in test_setscheduler_with_policy
    scheduler=(policy, os.sched_param(priority))
PermissionError: [Errno 1] Operation not permitted: '/usr/home/buildbot/python/3.x.koobs-freebsd10/build/python'
======================================================================
FAIL: test_setscheduler_only_param (test.test_posix.TestPosixSpawn)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_posix.py", line 1677, in test_setscheduler_only_param
    self.assertEqual(os.waitpid(pid, 0), (pid, 0))
AssertionError: Tuples differ: (96981, 256) != (96981, 0)
First differing element 1:
256
0
- (96981, 256)
?         ^^^
+ (96981, 0)
?         ^
----------------------------------------------------------------------
History
Date User Action Args
2018-09-14 17:41:12pablogsalsetrecipients: + pablogsal
2018-09-14 17:41:12pablogsalsetmessageid: <1536946872.72.0.956365154283.issue34685@psf.upfronthosting.co.za>
2018-09-14 17:41:12pablogsallinkissue34685 messages
2018-09-14 17:41:12pablogsalcreate