Ubuntu Pastebin

Paste from james beedy at Wed, 1 Feb 2017 23:26:41 +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
$ charm build -r -l DEBUG
build: Composing into /home/ubuntu/allcode/charms/repo
build: Destination charm directory: /home/ubuntu/allcode/charms/repo/builds/feed-web
build: {
  "INTERFACE_PATH": "/home/ubuntu/allcode/charms/interfaces", 
  "JUJU_REPOSITORY": "/home/ubuntu/allcode/charms/repo", 
  "LAYER_PATH": "/home/ubuntu/allcode/charms/layers", 
  "_charm": ".", 
  "_charm_metadata": {
    "description": "This charm provides the web component to 'FEED', the product cataloging,\nsample tracking and project configuration for CreativeDrive's customers.\n", 
    "maintainer": "James Beedy <james.beedy@creativedrive.com>", 
    "name": "feed-web", 
    "provides": {
      "feeddb": {
        "interface": "feeddb"
      }, 
      "http": {
        "interface": "http"
      }
    }, 
    "requires": {
      "db": {
        "interface": "pgsql"
      }, 
      "reportdb": {
        "interface": "pgsql"
      }
    }, 
    "series": [
      "xenial"
    ], 
    "subordinate": false, 
    "summary": "CreateDrive's FEED Rails application.", 
    "tags": [
      "feed", 
      "webapp"
    ]
  }, 
  "_name": "feed-web", 
  "_top_layer": null, 
  "config": "BuildConfig({'_tactics': [], 'configured': False})", 
  "deps": "/home/ubuntu/allcode/charms/repo/deps", 
  "description": false, 
  "force": false, 
  "hide_metrics": false, 
  "interface_service": "http://interfaces.juju.solutions", 
  "log_level": "DEBUG", 
  "no_local_layers": false, 
  "output_dir": "/home/ubuntu/allcode/charms/repo", 
  "repo": "/home/ubuntu/allcode/charms/repo/builds", 
  "report": true, 
  "series": null, 
  "target_dir": "/home/ubuntu/allcode/charms/repo/builds/feed-web"
}
charmtools.fetchers: git clone https://github.com/juju-solutions/layer-basic.git /home/ubuntu/allcode/charms/repo/deps/layer/tmpqnlg5x: Cloning into '/home/ubuntu/allcode/charms/repo/deps/layer/tmpqnlg5x'...

charmtools.fetchers: git clone https://github.com/jamesbeedy/juju-layer-barbican-client /home/ubuntu/allcode/charms/repo/deps/layer/tmp9U2V3L: Cloning into '/home/ubuntu/allcode/charms/repo/deps/layer/tmp9U2V3L'...

charmtools.fetchers: git clone https://github.com/jamesbeedy/layer-nginx-passenger /home/ubuntu/allcode/charms/repo/deps/layer/tmpiphxqd: Cloning into '/home/ubuntu/allcode/charms/repo/deps/layer/tmpiphxqd'...

build: Cloning into '/home/ubuntu/allcode/charms/repo/deps/layer/tmpPqyzEP'...
remote: ('503', 'Service Unavailable')
fatal: unable to access 'https://git.launchpad.net/layer-apt/': The requested URL returned error: 500
Download as text