Ubuntu Pastebin

Paste from Alberto Milone at Wed, 31 Aug 2016 09:55:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
======================================================================
FAIL: test_auto_install_chroot (ubuntu_drivers.ToolTest)
ubuntu-drivers autoinstall for fake sysfs and chroot
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/ubuntu_drivers.py", line 664, in test_auto_install_chroot
    self.assertEqual(err, '')
AssertionError: 'E: Can not write log (Is /dev/pts mounted[39 chars]d)\n' != ''
- E: Can not write log (Is /dev/pts mounted?) - posix_openpt (13: Permission denied)


======================================================================
FAIL: test_auto_install_packagelist (ubuntu_drivers.ToolTest)
ubuntu-drivers autoinstall package list creation
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/ubuntu_drivers.py", line 689, in test_auto_install_packagelist
    self.assertEqual(err, '')
AssertionError: 'E: Can not write log (Is /dev/pts mounted[39 chars]d)\n' != ''
- E: Can not write log (Is /dev/pts mounted?) - posix_openpt (13: Permission denied)


----------------------------------------------------------------------
Ran 85 tests in 95.942s

FAILED (failures=2)
Download as text