Ubuntu Pastebin

Paste from elopio at Wed, 22 Jun 2016 14:21:18 +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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
test_upload_without_login_raises_exception (snapcraft.tests.store.test_store_client.UploadTestCase) ... blame: .//
ok

======================================================================
ERROR: test_update (snapcraft.tests.test_commands_update.UpdateCommandTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/main.py", line 208, in main
    return run(args, project_options)
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/main.py", line 257, in run
    parts.update()
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/internal/parts.py", line 91, in update
    _Update().execute()
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/internal/parts.py", line 54, in execute
    self._request.raise_for_status()
  File "/usr/lib/python3/dist-packages/requests/models.py", line 840, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://localhost:43383/parts.yaml

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/tests/test_commands_update.py", line 46, in test_update
    main.main(['update'])
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/main.py", line 213, in main
    sys.exit(textwrap.fill(str(e)))
SystemExit: 403 Client Error: Forbidden for url: http://localhost:43383/parts.yaml

======================================================================
ERROR: test_update_with_unchanged_etag_does_not_download_again (snapcraft.tests.test_commands_update.UpdateCommandTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/main.py", line 208, in main
    return run(args, project_options)
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/main.py", line 257, in run
    parts.update()
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/internal/parts.py", line 91, in update
    _Update().execute()
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/internal/parts.py", line 54, in execute
    self._request.raise_for_status()
  File "/usr/lib/python3/dist-packages/requests/models.py", line 840, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://localhost:40487/parts.yaml

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/tests/test_commands_update.py", line 73, in test_update_with_unchanged_etag_does_not_download_again
    main.main(['update'])
  File "/tmp/adt-run.DBXcjV/build.hzN/real-tree/snapcraft/main.py", line 213, in main
    sys.exit(textwrap.fill(str(e)))
SystemExit: 403 Client Error: Forbidden for url: http://localhost:40487/parts.yaml

----------------------------------------------------------------------
Ran 571 tests in 83.039s

FAILED (errors=2)
E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1: python3.5 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 3.5 --dir . returned exit code 13
debian/rules:5: recipe for target 'build' failed
make: *** [build] Error 25
dpkg-buildpackage: error: debian/rules build gave error exit status 2
badpkg: rules build failed with exit code 2
adt-run [03:05:22]: ERROR: erroneous package: rules build failed with exit code 2
Download as text