Ubuntu Pastebin

Paste from alesage at Fri, 30 Jan 2015 03:02:38 +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
1 alesage@dioptrique:~/workspace/sanity-suite/no_serial⟫ phablet-network
Network file is /etc/NetworkManager/system-connections/boite_LeSage
Provisioning network on device

Network setup complete
124 alesage@dioptrique:~/workspace/sanity-suite/no_serial⟫ python3 -m ubuntu_sanity_tests.command_line
The ubuntuuitoolkit.emulators module is deprecated. Import the autopilot helpers from the top-level ubuntuuitoolkit module.
Traceback (most recent call last):
  File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/alesage/workspace/sanity-suite/no_serial/ubuntu_sanity_tests/command_line.py", line 133, in <module>
    main()
  File "/home/alesage/workspace/sanity-suite/no_serial/ubuntu_sanity_tests/command_line.py", line 32, in main
    return_code = run_sanity_tests()
  File "/home/alesage/workspace/sanity-suite/no_serial/ubuntu_sanity_tests/command_line.py", line 49, in run_sanity_tests
    setup_network(config_stack)
  File "/home/alesage/workspace/sanity-suite/no_serial/ubuntu_sanity_tests/command_line.py", line 64, in setup_network
    subprocess.check_output(command)
  File "/usr/lib/python3.4/subprocess.py", line 620, in check_output
    raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command '['phablet-network']' returned non-zero exit status 124
1 alesage@dioptrique:~/workspace/sanity-suite/no_serial⟫ adb devices
List of devices attached 
018472ef11472388        device

alesage@dioptrique:~/workspace/sanity-suite/no_serial⟫ 
Download as text