Ubuntu Pastebin

Paste from david at Mon, 4 Apr 2016 14:52:42 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
The plugin does not exist. Run `snapcraft list-plugins` to see the available plugins.
Traceback (most recent call last):
  File "./snapcraft/scripts/generate_reference.py", line 115, in <module>
    main()
  File "./snapcraft/scripts/generate_reference.py", line 111, in main
    Reference(args.output_file)
  File "./snapcraft/scripts/generate_reference.py", line 54, in __init__
    self._read()
  File "./snapcraft/scripts/generate_reference.py", line 62, in _read
    text = _get_help_output(topic)
  File "./snapcraft/scripts/generate_reference.py", line 32, in _get_help_output
    return _run_snapcraft(['help', topic], lines)
  File "./snapcraft/scripts/generate_reference.py", line 38, in _run_snapcraft
    cmd, cwd=os.path.join(os.path.dirname(__file__), '../../bin'))
  File "/usr/lib/python3.4/subprocess.py", line 620, in check_output
    raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command '['./snapcraft', 'help', 'kernel']' returned non-zero exit status 1
Download as text