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

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)
?         ^
----------------------------------------------------------------------

----------
components: Tests
messages: 325370
nosy: pablogsal
priority: normal
severity: normal
status: open
title: scheduler tests for posix_spawn fail on AMD64 FreeBSD 10.x Shared 3.x
versions: Python 3.8

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

Reply via email to