Ubuntu Pastebin

Paste from coreycb at Thu, 1 Oct 2015 14:13:55 +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
27
28
29
30
31
32
adt-run [10:10:57]: ERROR: unexpected error:
Traceback (most recent call last):
  File "/usr/bin/adt-run", line 593, in main
    process_actions()
  File "/usr/bin/adt-run", line 556, in process_actions
    run_tests(tests, tests_tree)
  File "/usr/bin/adt-run", line 151, in run_tests
    testbed.run_test(tree, t, opts.env, opts.shell_fail, opts.shell)
  File "/usr/share/autopkgtest/python/adt_testbed.py", line 984, in run_test
    test.passed()
  File "/usr/share/autopkgtest/python/testdesc.py", line 126, in passed
    adtlog.report(self.name, 'PASS')
  File "/usr/share/autopkgtest/python/adtlog.py", line 103, in report
    preport('%-20s %s' % (tname, result))
  File "/usr/share/autopkgtest/python/adtlog.py", line 99, in preport
    psummary(m)
  File "/usr/share/autopkgtest/python/adtlog.py", line 91, in psummary
    summary_stream.write(m.encode('UTF-8'))
ValueError: I/O operation on closed file

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/adt-run", line 600, in <module>
    main()
  File "/usr/bin/adt-run", line 596, in main
    errorcode = print_exception(sys.exc_info(), '')
  File "/usr/bin/adt-run", line 196, in print_exception
    adtlog.psummary('quitting: unexpected error, see log')
  File "/usr/share/autopkgtest/python/adtlog.py", line 91, in psummary
    summary_stream.write(m.encode('UTF-8'))
ValueError: I/O operation on closed file
Download as text