Ubuntu Pastebin

Paste from elopio at Tue, 22 Nov 2016 15:25:19 +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
33
34
35
36
37
38
39
40
======================================================================
ERROR: test_hidden_snapcraft_yaml (test_parser.TestParser)
test_parser.TestParser.test_hidden_snapcraft_yaml
----------------------------------------------------------------------
testtools.testresult.real._StringException: output: {{{
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data.  See "bzr help launchpad-login".
bzr: ERROR: Connection error: while sending POST /~joetalbott/%2Bjunk/testpart/.bzr/smart: [Errno 110] Connection timed out
Traceback (most recent call last):
  File "/usr/bin/snapcraft-parser", line 29, in <module>
    wiki_errors = snapcraft.internal.parser.main()
  File "/usr/lib/python3/dist-packages/snapcraft/internal/parser.py", line 87, in main
    return run(args)
  File "/usr/lib/python3/dist-packages/snapcraft/internal/parser.py", line 297, in run
    data = _process_index(output)
  File "/usr/lib/python3/dist-packages/snapcraft/internal/parser.py", line 273, in _process_index
    _process_wiki_entry(entry, master_parts_list)
  File "/usr/lib/python3/dist-packages/snapcraft/internal/parser.py", line 240, in _process_wiki_entry
    parts_list, after_parts = _process_entry(data)
  File "/usr/lib/python3/dist-packages/snapcraft/internal/parser.py", line 199, in _process_entry
    sources.get(origin_dir, None, options)
  File "/usr/lib/python3/dist-packages/snapcraft/internal/sources.py", line 569, in get
    handler.pull()
  File "/usr/lib/python3/dist-packages/snapcraft/internal/sources.py", line 193, in pull
    subprocess.check_call(cmd)
  File "/usr/lib/python3.5/subprocess.py", line 581, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~joetalbott/+junk/testpart', '/tmp/lpjoetalbottjunktestpart']' returned non-zero exit status 3
}}}

Traceback (most recent call last):
  File "/tmp/autopkgtest.JtiygA/build.liH/snapcraft/integration_tests/test_parser.py", line 44, in test_hidden_snapcraft_yaml
    self.run_snapcraft_parser(args)
  File "/tmp/autopkgtest.JtiygA/build.liH/snapcraft/integration_tests/__init__.py", line 87, in run_snapcraft_parser
    stderr=subprocess.STDOUT, universal_newlines=True)
  File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.5/subprocess.py", line 708, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['snapcraft-parser', '-d', '--index', '/tmp/autopkgtest.JtiygA/build.liH/snapcraft/integration_tests/hidden_parts_wiki', '--output', 'parts.yaml']' returned non-zero exit status 1
Download as text