On Fri, Feb 19, 2016 at 08:45:27PM +0300, Ivan Zakharyaschev wrote: > On Fri, 19 Feb 2016, Dmitry V. Levin wrote: > >On Fri, Feb 19, 2016 at 02:01:52PM +0300, Ivan Zakharyaschev wrote: > > >>Есть отличия в сборке > >>git.alt:/people/glebfm/packages/python3.git=3.5.1-alt1 у себя в > >>hasher-е и в сборочнице. > >> > >>(Сначала думал, что что-то не понимаю про > >>hsh --mountpoints , потому что смотрел > >>невнимательно на логи, а тесты > >>проваливались те же самые, что без > >>--mountpoints=/dev/pts . И даже попробовал добавить > >>явные BuildPreReq в -alt2, но это не важно.) > >> > >>На самом на сборочнице вот такое -- > >>http://git.altlinux.org/tasks/159698/build/300/x86_64/log : > >> > >>====================================================================== > >>ERROR: test_read_pty_output > >>(test.test_asyncio.test_events.PollEventLoopTests) > >>---------------------------------------------------------------------- > >>Traceback (most recent call last): > >> File "/usr/src/RPM/BUILD/python3-3.5.1/Lib/test/support/__init__.py", > >>line 564, in wrapper > >> return func(*args, **kw) > >> File "/usr/src/RPM/BUILD/python3-3.5.1/Lib/test/support/__init__.py", > >>line 519, in wrapper > >> return func(*args, **kw) > >> File > >>"/usr/src/RPM/BUILD/python3-3.5.1/Lib/test/test_asyncio/test_events.py", > >>line 1376, in test_read_pty_output > >> master, slave = os.openpty() > >>OSError: [Errno 30] Read-only file system > >> > >>Это специально на сборочнице /dev/pts/ read-only? > > > >Нет, это был эксперимент. Вернул обратно. > > Теперь, видно, новый эксперимент (с > правами в /dev/pts/) -- > http://git.altlinux.org/tasks/159698/build/400/x86_64/log : > > ====================================================================== > ERROR: test_read_pty_output > (test.test_asyncio.test_events.EPollEventLoopTests) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/src/RPM/BUILD/python3-3.5.1/Lib/test/support/__init__.py", > line 564, in wrapper > return func(*args, **kw) > File "/usr/src/RPM/BUILD/python3-3.5.1/Lib/test/support/__init__.py", > line 519, in wrapper > return func(*args, **kw) > File > "/usr/src/RPM/BUILD/python3-3.5.1/Lib/test/test_asyncio/test_events.py", > line 1376, in test_read_pty_output > master, slave = os.openpty() > PermissionError: [Errno 1] Operation not permitted > > Да? Это когда-то раньше работало? -- ldv