Ubuntu Pastebin

Paste from cmars at Mon, 29 Aug 2016 18:04:22 +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
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
Script started on Mon 29 Aug 2016 12:58:31 PM CDT
c@zeugmatic:~/src/charm-pkg$ snapcraft
Skipping pull charm (already ran)
Skipping pull charm-terms (already ran)
Skipping pull wrapper (already ran)
Skipping pull git (already ran)
Skipping pull charm-tools (already ran)
Skipping build charm (already ran)
Skipping build charm-terms (already ran)
Skipping build wrapper (already ran)
Skipping build git (already ran)
Preparing to build charm-tools 
Building charm-tools 
python2 /home/c/src/charm-pkg/parts/charm-tools/build/setup.py build_ext -I/home/c/src/charm-pkg/parts/charm-tools/install/usr/include/python2.7 install --install-layout=deb --prefix=/home/c/src/charm-pkg/parts/charm-tools/install/usr
running build_ext
running install
running bdist_egg
running egg_info
creating charm_tools.egg-info
writing requirements to charm_tools.egg-info/requires.txt
writing charm_tools.egg-info/PKG-INFO
writing top-level names to charm_tools.egg-info/top_level.txt
writing dependency_links to charm_tools.egg-info/dependency_links.txt
writing entry points to charm_tools.egg-info/entry_points.txt
writing manifest file 'charm_tools.egg-info/SOURCES.txt'
reading manifest file 'charm_tools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'charmtools'
warning: no previously-included files found matching 'Makefile'
writing manifest file 'charm_tools.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/charmtools
copying charmtools/list.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/test.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/bundles.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/generate.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/repofinder.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/fetchers.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/mr.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/create.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/diff_match_patch.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/linter.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/version.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/pullsource.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/utils.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/cli.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/charms.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/proof.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/__init__.py -> build/lib.linux-x86_64-2.7/charmtools
copying charmtools/unpromulgate.py -> build/lib.linux-x86_64-2.7/charmtools
creating build/lib.linux-x86_64-2.7/charmtools/generators
copying charmtools/generators/template.py -> build/lib.linux-x86_64-2.7/charmtools/generators
copying charmtools/generators/generator.py -> build/lib.linux-x86_64-2.7/charmtools/generators
copying charmtools/generators/utils.py -> build/lib.linux-x86_64-2.7/charmtools/generators
copying charmtools/generators/prompt.py -> build/lib.linux-x86_64-2.7/charmtools/generators
copying charmtools/generators/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/generators
creating build/lib.linux-x86_64-2.7/charmtools/templates
copying charmtools/templates/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/templates
creating build/lib.linux-x86_64-2.7/charmtools/build
copying charmtools/build/builder.py -> build/lib.linux-x86_64-2.7/charmtools/build
copying charmtools/build/fetchers.py -> build/lib.linux-x86_64-2.7/charmtools/build
copying charmtools/build/inspector.py -> build/lib.linux-x86_64-2.7/charmtools/build
copying charmtools/build/errors.py -> build/lib.linux-x86_64-2.7/charmtools/build
copying charmtools/build/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/build
copying charmtools/build/config.py -> build/lib.linux-x86_64-2.7/charmtools/build
copying charmtools/build/tactics.py -> build/lib.linux-x86_64-2.7/charmtools/build
creating build/lib.linux-x86_64-2.7/charmtools/templates/reactive_python
copying charmtools/templates/reactive_python/template.py -> build/lib.linux-x86_64-2.7/charmtools/templates/reactive_python
copying charmtools/templates/reactive_python/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/templates/reactive_python
creating build/lib.linux-x86_64-2.7/charmtools/templates/python
copying charmtools/templates/python/template.py -> build/lib.linux-x86_64-2.7/charmtools/templates/python
copying charmtools/templates/python/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/templates/python
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef
copying charmtools/templates/chef/template.py -> build/lib.linux-x86_64-2.7/charmtools/templates/chef
copying charmtools/templates/chef/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/templates/chef
creating build/lib.linux-x86_64-2.7/charmtools/templates/reactive_bash
copying charmtools/templates/reactive_bash/template.py -> build/lib.linux-x86_64-2.7/charmtools/templates/reactive_bash
copying charmtools/templates/reactive_bash/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/templates/reactive_bash
creating build/lib.linux-x86_64-2.7/charmtools/templates/python_services
copying charmtools/templates/python_services/template.py -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services
copying charmtools/templates/python_services/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services
creating build/lib.linux-x86_64-2.7/charmtools/templates/powershell
copying charmtools/templates/powershell/template.py -> build/lib.linux-x86_64-2.7/charmtools/templates/powershell
copying charmtools/templates/powershell/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/templates/powershell
creating build/lib.linux-x86_64-2.7/charmtools/templates/bash
copying charmtools/templates/bash/template.py -> build/lib.linux-x86_64-2.7/charmtools/templates/bash
copying charmtools/templates/bash/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/templates/bash
creating build/lib.linux-x86_64-2.7/charmtools/templates/ansible
copying charmtools/templates/ansible/template.py -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible
copying charmtools/templates/ansible/__init__.py -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible
creating build/lib.linux-x86_64-2.7/charmtools/templates/charm
copying charmtools/templates/charm/README.ex -> build/lib.linux-x86_64-2.7/charmtools/templates/charm
copying charmtools/templates/charm/icon.svg -> build/lib.linux-x86_64-2.7/charmtools/templates/charm
creating build/lib.linux-x86_64-2.7/charmtools/templates/tests
copying charmtools/templates/tests/99-autogen.tpl -> build/lib.linux-x86_64-2.7/charmtools/templates/tests
creating build/lib.linux-x86_64-2.7/charmtools/templates/python/files
copying charmtools/templates/python/files/README.ex -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files
copying charmtools/templates/python/files/charm-helpers.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files
copying charmtools/templates/python/files/config.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files
copying charmtools/templates/python/files/icon.svg -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files
copying charmtools/templates/python/files/metadata.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files
copying charmtools/templates/python/files/revision -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files
creating build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks
copying charmtools/templates/python/files/hooks/config-changed -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks
copying charmtools/templates/python/files/hooks/install -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks
copying charmtools/templates/python/files/hooks/start -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks
copying charmtools/templates/python/files/hooks/stop -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks
copying charmtools/templates/python/files/hooks/upgrade-charm -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks
creating build/lib.linux-x86_64-2.7/charmtools/templates/python/files/scripts
copying charmtools/templates/python/files/scripts/charm_helpers_sync.py -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files/scripts
creating build/lib.linux-x86_64-2.7/charmtools/templates/python/files/tests
copying charmtools/templates/python/files/tests/00-setup -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files/tests
copying charmtools/templates/python/files/tests/10-deploy -> build/lib.linux-x86_64-2.7/charmtools/templates/python/files/tests
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files
copying charmtools/templates/chef/files/README.ex -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files
copying charmtools/templates/chef/files/config.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files
copying charmtools/templates/chef/files/icon.svg -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files
copying charmtools/templates/chef/files/metadata.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks
copying charmtools/templates/chef/files/cookbooks/Gemfile -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks
copying charmtools/templates/chef/files/cookbooks/Gemfile.lock -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name
copying charmtools/templates/chef/files/cookbooks/charm-name/metadata.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying charmtools/templates/chef/files/cookbooks/charm-name/recipes/config-changed.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying charmtools/templates/chef/files/cookbooks/charm-name/recipes/install.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying charmtools/templates/chef/files/cookbooks/charm-name/recipes/start.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying charmtools/templates/chef/files/cookbooks/charm-name/recipes/stop.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying charmtools/templates/chef/files/cookbooks/charm-name/recipes/upgrade-charm.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers
copying charmtools/templates/chef/files/cookbooks/juju-helpers/metadata.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/definitions
copying charmtools/templates/chef/files/cookbooks/juju-helpers/definitions/juju_port.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/definitions
copying charmtools/templates/chef/files/cookbooks/juju-helpers/definitions/relation_set.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/definitions
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries
copying charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju
copying charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju/juju_helpers.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju
copying charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju/juju_helpers_dev.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation
copying charmtools/templates/chef/files/cookbooks/relation-name-relation/metadata.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
copying charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes/broken.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
copying charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes/changed.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
copying charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes/departed.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
copying charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes/joined.rb -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/bootstrap -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/config-changed -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/install -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/relation-name-relation-broken -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/relation-name-relation-changed -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/relation-name-relation-departed -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/relation-name-relation-joined -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/start -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/stop -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/stub -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
copying charmtools/templates/chef/files/hooks/upgrade-charm -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks
creating build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/tests
copying charmtools/templates/chef/files/tests/00-setup -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/tests
copying charmtools/templates/chef/files/tests/99-autogen -> build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/tests
copying charmtools/templates/python_services/config.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services
creating build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files
copying charmtools/templates/python_services/files/README.example -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files
copying charmtools/templates/python_services/files/config.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files
copying charmtools/templates/python_services/files/icon.svg -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files
copying charmtools/templates/python_services/files/metadata.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files
creating build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks
copying charmtools/templates/python_services/files/hooks/actions.py -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks
copying charmtools/templates/python_services/files/hooks/config-changed -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks
copying charmtools/templates/python_services/files/hooks/install -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks
copying charmtools/templates/python_services/files/hooks/services.py -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks
copying charmtools/templates/python_services/files/hooks/setup.py -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks
copying charmtools/templates/python_services/files/hooks/start -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks
copying charmtools/templates/python_services/files/hooks/stop -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks
copying charmtools/templates/python_services/files/hooks/upgrade-charm -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks
creating build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/templates
copying charmtools/templates/python_services/files/templates/upstart.conf -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/templates
creating build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/tests
copying charmtools/templates/python_services/files/tests/00-setup -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/tests
copying charmtools/templates/python_services/files/tests/10-deploy -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/tests
creating build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/unit_tests
copying charmtools/templates/python_services/files/unit_tests/test_actions.py -> build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/unit_tests
creating build/lib.linux-x86_64-2.7/charmtools/templates/bash/files
copying charmtools/templates/bash/files/README.ex -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files
copying charmtools/templates/bash/files/config.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files
copying charmtools/templates/bash/files/icon.svg -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files
copying charmtools/templates/bash/files/metadata.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files
copying charmtools/templates/bash/files/revision -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files
creating build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
copying charmtools/templates/bash/files/hooks/config-changed -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
copying charmtools/templates/bash/files/hooks/install -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
copying charmtools/templates/bash/files/hooks/relation-name-relation-broken -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
copying charmtools/templates/bash/files/hooks/relation-name-relation-changed -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
copying charmtools/templates/bash/files/hooks/relation-name-relation-departed -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
copying charmtools/templates/bash/files/hooks/relation-name-relation-joined -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
copying charmtools/templates/bash/files/hooks/start -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
copying charmtools/templates/bash/files/hooks/stop -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
copying charmtools/templates/bash/files/hooks/upgrade-charm -> build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks
creating build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files
copying charmtools/templates/ansible/files/Makefile -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files
copying charmtools/templates/ansible/files/README.ex -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files
copying charmtools/templates/ansible/files/charm-helpers.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files
copying charmtools/templates/ansible/files/config.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files
copying charmtools/templates/ansible/files/icon.svg -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files
copying charmtools/templates/ansible/files/metadata.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files
copying charmtools/templates/ansible/files/revision -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files
creating build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/hooks
copying charmtools/templates/ansible/files/hooks/hooks.py -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/hooks
creating build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/playbooks
copying charmtools/templates/ansible/files/playbooks/site.yaml -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/playbooks
creating build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/scripts
copying charmtools/templates/ansible/files/scripts/charm_helpers_sync.py -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/scripts
creating build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/unit_tests
copying charmtools/templates/ansible/files/unit_tests/test_hooks.py -> build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/unit_tests
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/list.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/test.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/bundles.py -> build/bdist.linux-x86_64/egg/charmtools
creating build/bdist.linux-x86_64/egg/charmtools/generators
copying build/lib.linux-x86_64-2.7/charmtools/generators/template.py -> build/bdist.linux-x86_64/egg/charmtools/generators
copying build/lib.linux-x86_64-2.7/charmtools/generators/generator.py -> build/bdist.linux-x86_64/egg/charmtools/generators
copying build/lib.linux-x86_64-2.7/charmtools/generators/utils.py -> build/bdist.linux-x86_64/egg/charmtools/generators
copying build/lib.linux-x86_64-2.7/charmtools/generators/prompt.py -> build/bdist.linux-x86_64/egg/charmtools/generators
copying build/lib.linux-x86_64-2.7/charmtools/generators/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/generators
copying build/lib.linux-x86_64-2.7/charmtools/generate.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/repofinder.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/fetchers.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/mr.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/create.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/diff_match_patch.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/linter.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/version.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/pullsource.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/utils.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/cli.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/charms.py -> build/bdist.linux-x86_64/egg/charmtools
copying build/lib.linux-x86_64-2.7/charmtools/proof.py -> build/bdist.linux-x86_64/egg/charmtools
creating build/bdist.linux-x86_64/egg/charmtools/templates
creating build/bdist.linux-x86_64/egg/charmtools/templates/reactive_python
copying build/lib.linux-x86_64-2.7/charmtools/templates/reactive_python/template.py -> build/bdist.linux-x86_64/egg/charmtools/templates/reactive_python
copying build/lib.linux-x86_64-2.7/charmtools/templates/reactive_python/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/templates/reactive_python
creating build/bdist.linux-x86_64/egg/charmtools/templates/python
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/template.py -> build/bdist.linux-x86_64/egg/charmtools/templates/python
creating build/bdist.linux-x86_64/egg/charmtools/templates/python/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/python/files/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/tests/00-setup -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/tests/10-deploy -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/metadata.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/python/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks/stop -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks/config-changed -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks/upgrade-charm -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks/start -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/hooks/install -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/README.ex -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/charm-helpers.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/revision -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/icon.svg -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/config.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/python/files/scripts
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/files/scripts/charm_helpers_sync.py -> build/bdist.linux-x86_64/egg/charmtools/templates/python/files/scripts
copying build/lib.linux-x86_64-2.7/charmtools/templates/python/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/templates/python
creating build/bdist.linux-x86_64/egg/charmtools/templates/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/tests/99-autogen.tpl -> build/bdist.linux-x86_64/egg/charmtools/templates/tests
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/template.py -> build/bdist.linux-x86_64/egg/charmtools/templates/chef
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/tests/00-setup -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/tests/99-autogen -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/metadata.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju/juju_helpers.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju/juju_helpers_dev.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers/libraries/juju
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/metadata.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers/definitions
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/definitions/juju_port.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers/definitions
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/juju-helpers/definitions/relation_set.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/juju-helpers/definitions
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/Gemfile -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/relation-name-relation
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/metadata.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/relation-name-relation
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes/changed.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes/joined.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes/departed.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes/broken.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/relation-name-relation/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/Gemfile.lock -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/charm-name
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/metadata.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/charm-name
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes/start.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes/install.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes/upgrade-charm.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes/config-changed.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/charm-name/recipes
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/cookbooks/charm-name/recipes/stop.rb -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/cookbooks/charm-name/recipes
creating build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/relation-name-relation-broken -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/relation-name-relation-changed -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/stub -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/stop -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/config-changed -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/relation-name-relation-joined -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/relation-name-relation-departed -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/upgrade-charm -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/start -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/bootstrap -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/hooks/install -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/README.ex -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/icon.svg -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/files/config.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/chef/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/chef/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/templates/chef
creating build/bdist.linux-x86_64/egg/charmtools/templates/reactive_bash
copying build/lib.linux-x86_64-2.7/charmtools/templates/reactive_bash/template.py -> build/bdist.linux-x86_64/egg/charmtools/templates/reactive_bash
copying build/lib.linux-x86_64-2.7/charmtools/templates/reactive_bash/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/templates/reactive_bash
creating build/bdist.linux-x86_64/egg/charmtools/templates/charm
copying build/lib.linux-x86_64-2.7/charmtools/templates/charm/README.ex -> build/bdist.linux-x86_64/egg/charmtools/templates/charm
copying build/lib.linux-x86_64-2.7/charmtools/templates/charm/icon.svg -> build/bdist.linux-x86_64/egg/charmtools/templates/charm
creating build/bdist.linux-x86_64/egg/charmtools/templates/python_services
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/template.py -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services
creating build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/README.example -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/unit_tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/unit_tests/test_actions.py -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/unit_tests
creating build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/tests/00-setup -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/tests/10-deploy -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/metadata.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks/actions.py -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks/stop -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks/config-changed -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks/upgrade-charm -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks/start -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks/setup.py -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks/services.py -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/hooks/install -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/icon.svg -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/config.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/templates
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/files/templates/upstart.conf -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/templates
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/config.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services
copying build/lib.linux-x86_64-2.7/charmtools/templates/python_services/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/templates/python_services
creating build/bdist.linux-x86_64/egg/charmtools/templates/powershell
copying build/lib.linux-x86_64-2.7/charmtools/templates/powershell/template.py -> build/bdist.linux-x86_64/egg/charmtools/templates/powershell
copying build/lib.linux-x86_64-2.7/charmtools/templates/powershell/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/templates/powershell
creating build/bdist.linux-x86_64/egg/charmtools/templates/bash
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/template.py -> build/bdist.linux-x86_64/egg/charmtools/templates/bash
creating build/bdist.linux-x86_64/egg/charmtools/templates/bash/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/metadata.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks/relation-name-relation-broken -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks/relation-name-relation-changed -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks/stop -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks/config-changed -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks/relation-name-relation-joined -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks/relation-name-relation-departed -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks/upgrade-charm -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks/start -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/hooks/install -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/README.ex -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/revision -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/icon.svg -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/files/config.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/bash/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/bash/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/templates/bash
creating build/bdist.linux-x86_64/egg/charmtools/templates/ansible
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/template.py -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible
creating build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/playbooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/playbooks/site.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/playbooks
creating build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/unit_tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/unit_tests/test_hooks.py -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/unit_tests
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/metadata.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/hooks/hooks.py -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/hooks
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/README.ex -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/charm-helpers.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/Makefile -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/revision -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/icon.svg -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/config.yaml -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files
creating build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/scripts
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/files/scripts/charm_helpers_sync.py -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/scripts
copying build/lib.linux-x86_64-2.7/charmtools/templates/ansible/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/templates/ansible
copying build/lib.linux-x86_64-2.7/charmtools/templates/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/templates
copying build/lib.linux-x86_64-2.7/charmtools/__init__.py -> build/bdist.linux-x86_64/egg/charmtools
creating build/bdist.linux-x86_64/egg/charmtools/build
copying build/lib.linux-x86_64-2.7/charmtools/build/builder.py -> build/bdist.linux-x86_64/egg/charmtools/build
copying build/lib.linux-x86_64-2.7/charmtools/build/fetchers.py -> build/bdist.linux-x86_64/egg/charmtools/build
copying build/lib.linux-x86_64-2.7/charmtools/build/inspector.py -> build/bdist.linux-x86_64/egg/charmtools/build
copying build/lib.linux-x86_64-2.7/charmtools/build/errors.py -> build/bdist.linux-x86_64/egg/charmtools/build
copying build/lib.linux-x86_64-2.7/charmtools/build/__init__.py -> build/bdist.linux-x86_64/egg/charmtools/build
copying build/lib.linux-x86_64-2.7/charmtools/build/config.py -> build/bdist.linux-x86_64/egg/charmtools/build
copying build/lib.linux-x86_64-2.7/charmtools/build/tactics.py -> build/bdist.linux-x86_64/egg/charmtools/build
copying build/lib.linux-x86_64-2.7/charmtools/unpromulgate.py -> build/bdist.linux-x86_64/egg/charmtools
byte-compiling build/bdist.linux-x86_64/egg/charmtools/list.py to list.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/test.py to test.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/bundles.py to bundles.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/generators/template.py to template.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/generators/generator.py to generator.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/generators/utils.py to utils.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/generators/prompt.py to prompt.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/generators/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/generate.py to generate.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/repofinder.py to repofinder.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/fetchers.py to fetchers.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/mr.py to mr.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/create.py to create.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/diff_match_patch.py to diff_match_patch.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/linter.py to linter.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/version.py to version.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/pullsource.py to pullsource.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/utils.py to utils.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/cli.py to cli.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/charms.py to charms.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/proof.py to proof.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/reactive_python/template.py to template.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/reactive_python/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/python/template.py to template.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/python/files/scripts/charm_helpers_sync.py to charm_helpers_sync.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/python/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/chef/template.py to template.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/chef/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/reactive_bash/template.py to template.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/reactive_bash/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/python_services/template.py to template.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/unit_tests/test_actions.py to test_actions.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks/actions.py to actions.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks/setup.py to setup.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/python_services/files/hooks/services.py to services.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/python_services/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/powershell/template.py to template.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/powershell/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/bash/template.py to template.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/bash/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/ansible/template.py to template.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/unit_tests/test_hooks.py to test_hooks.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/hooks/hooks.py to hooks.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/ansible/files/scripts/charm_helpers_sync.py to charm_helpers_sync.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/ansible/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/templates/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/build/builder.py to builder.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/build/fetchers.py to fetchers.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/build/inspector.py to inspector.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/build/errors.py to errors.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/build/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/build/config.py to config.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/build/tactics.py to tactics.pyc
byte-compiling build/bdist.linux-x86_64/egg/charmtools/unpromulgate.py to unpromulgate.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying charm_tools.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying charm_tools.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying charm_tools.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying charm_tools.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying charm_tools.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying charm_tools.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
charmtools.__init__: module references __file__
charmtools.charms: module references __file__
charmtools.cli: module references __file__
charmtools.generate: module references __file__
charmtools.templates.python.template: module references __file__
charmtools.templates.chef.template: module references __file__
charmtools.templates.python_services.template: module references __file__
charmtools.templates.bash.template: module references __file__
charmtools.templates.ansible.template: module references __file__
creating dist
creating 'dist/charm_tools-2.1.2-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing charm_tools-2.1.2-py2.7.egg
removing '/home/c/src/charm-pkg/parts/charm-tools/install/usr/lib/python2.7/dist-packages/charm_tools-2.1.2-py2.7.egg' (and everything under it)
creating /home/c/src/charm-pkg/parts/charm-tools/install/usr/lib/python2.7/dist-packages/charm_tools-2.1.2-py2.7.egg
Extracting charm_tools-2.1.2-py2.7.egg to /home/c/src/charm-pkg/parts/charm-tools/install/usr/lib/python2.7/dist-packages
charm-tools 2.1.2 is already the active version in easy-install.pth
Installing charm-test script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin
Installing charm-help script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin
Installing charm-proof script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin
Installing charm-build script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin
Installing charm-add script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin
Installing juju-test script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin
Installing charm-create script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin
Installing charm-layers script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin
Installing charm-pull-source script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin
Installing charm-version script to /home/c/src/charm-pkg/parts/charm-tools/install/usr/bin

Installed /home/c/src/charm-pkg/parts/charm-tools/install/usr/lib/python2.7/dist-packages/charm_tools-2.1.2-py2.7.egg
Processing dependencies for charm-tools==2.1.2
error: PyYAML 3.12 is installed but PyYAML==3.11 is required by set(['jujubundlelib'])
Command '['/bin/sh', '/tmp/tmpkv7tz071', 'python2', '/home/c/src/charm-pkg/parts/charm-tools/build/setup.py', 'build_ext', '-I/home/c/src/charm-pkg/parts/charm-tools/install/usr/include/python2.7', 'install', '--install-layout=deb', '--prefix=/home/c/src/charm-pkg/parts/charm-tools/install/usr']' returned non-zero exit status 1
c@zeugmatic:~/src/charm-pkg$ exit

Script done on Mon 29 Aug 2016 01:03:55 PM CDT
Download as text