Ubuntu Pastebin

Paste from root at Thu, 14 Sep 2017 19:23:30 +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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
2017-09-14 18:36:09,167 - util.py[DEBUG]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 14 Sep 2017 18:36:09 +0000. Up 2.00 seconds.
2017-09-14 18:36:09,167 - main.py[DEBUG]: No kernel command line url found.
2017-09-14 18:36:09,168 - main.py[DEBUG]: Closing stdin.
2017-09-14 18:36:09,176 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes
2017-09-14 18:36:09,178 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 104:4
2017-09-14 18:36:09,178 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished
2017-09-14 18:36:09,179 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net
2017-09-14 18:36:09,179 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check]
2017-09-14 18:36:09,179 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2017-09-14 18:36:09,179 - stages.py[DEBUG]: no cache found
2017-09-14 18:36:09,179 - handlers.py[DEBUG]: finish: init-local/check-cache: SUCCESS: no cache found
2017-09-14 18:36:09,180 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2017-09-14 18:36:09,185 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2017-09-14 18:36:09,185 - __init__.py[DEBUG]: Looking for for data source in: ['NoCloud', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM']
2017-09-14 18:36:09,188 - __init__.py[DEBUG]: Searching for local data source in: ['DataSourceNoCloud']
2017-09-14 18:36:09,189 - handlers.py[DEBUG]: start: init-local/search-NoCloud: searching for local data from DataSourceNoCloud
2017-09-14 18:36:09,189 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloud'>
2017-09-14 18:36:09,189 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:09,196 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/user-data (quiet=False)
2017-09-14 18:36:09,196 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False)
2017-09-14 18:36:09,196 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/vendor-data (quiet=False)
2017-09-14 18:36:09,197 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/network-config (quiet=False)
2017-09-14 18:36:09,197 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/user-data (quiet=False)
2017-09-14 18:36:09,197 - util.py[DEBUG]: Read 18 bytes from /var/lib/cloud/seed/nocloud-net/user-data
2017-09-14 18:36:09,197 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False)
2017-09-14 18:36:09,197 - util.py[DEBUG]: Read 58 bytes from /var/lib/cloud/seed/nocloud-net/meta-data
2017-09-14 18:36:09,197 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/vendor-data (quiet=False)
2017-09-14 18:36:09,198 - util.py[DEBUG]: Read 18 bytes from /var/lib/cloud/seed/nocloud-net/vendor-data
2017-09-14 18:36:09,198 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/network-config (quiet=False)
2017-09-14 18:36:09,198 - util.py[DEBUG]: Read 121 bytes from /var/lib/cloud/seed/nocloud-net/network-config
2017-09-14 18:36:09,198 - DataSourceNoCloud.py[DEBUG]: Using seeded data from /var/lib/cloud/seed/nocloud-net
2017-09-14 18:36:09,198 - util.py[DEBUG]: Attempting to load yaml from string of length 58 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,200 - util.py[DEBUG]: Attempting to load yaml from string of length 121 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,203 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True)
2017-09-14 18:36:09,208 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True)
2017-09-14 18:36:09,212 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2017-09-14 18:36:09,217 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2017-09-14 18:36:09,222 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=cidata', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2017-09-14 18:36:09,228 - handlers.py[DEBUG]: finish: init-local/search-NoCloud: SUCCESS: found local data from DataSourceNoCloud
2017-09-14 18:36:09,228 - stages.py[INFO]: Loaded datasource DataSourceNoCloud - DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]
2017-09-14 18:36:09,229 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2017-09-14 18:36:09,229 - util.py[DEBUG]: Read 3023 bytes from /etc/cloud/cloud.cfg
2017-09-14 18:36:09,229 - util.py[DEBUG]: Attempting to load yaml from string of length 3023 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,251 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2017-09-14 18:36:09,251 - util.py[DEBUG]: Read 238 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2017-09-14 18:36:09,251 - util.py[DEBUG]: Attempting to load yaml from string of length 238 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,254 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2017-09-14 18:36:09,254 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2017-09-14 18:36:09,254 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,261 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2017-09-14 18:36:09,261 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg
2017-09-14 18:36:09,261 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,262 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,262 - util.py[DEBUG]: load_yaml given empty string, returning default
2017-09-14 18:36:09,263 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2017-09-14 18:36:09,263 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/adebug'
2017-09-14 18:36:09,266 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/adebug/datasource (quiet=False)
2017-09-14 18:36:09,266 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/datasource - wb: [644] 88 bytes
2017-09-14 18:36:09,267 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes
2017-09-14 18:36:09,267 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False)
2017-09-14 18:36:09,268 - stages.py[DEBUG]: previous iid found to be NO_PREVIOUS_INSTANCE_ID
2017-09-14 18:36:09,268 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 7 bytes
2017-09-14 18:36:09,269 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 7 bytes
2017-09-14 18:36:09,269 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 24 bytes
2017-09-14 18:36:09,271 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5287 bytes
2017-09-14 18:36:09,272 - main.py[DEBUG]: [local] init will now be targeting instance id: adebug. new=True
2017-09-14 18:36:09,272 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2017-09-14 18:36:09,273 - util.py[DEBUG]: Read 3023 bytes from /etc/cloud/cloud.cfg
2017-09-14 18:36:09,273 - util.py[DEBUG]: Attempting to load yaml from string of length 3023 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,293 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2017-09-14 18:36:09,293 - util.py[DEBUG]: Read 238 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2017-09-14 18:36:09,293 - util.py[DEBUG]: Attempting to load yaml from string of length 238 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,296 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2017-09-14 18:36:09,296 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2017-09-14 18:36:09,296 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,302 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2017-09-14 18:36:09,302 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg
2017-09-14 18:36:09,302 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,303 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:09,303 - util.py[DEBUG]: load_yaml given empty string, returning default
2017-09-14 18:36:09,304 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'type': 'physical', 'name': 'eth0', 'subnets': [{'type': 'dhcp', 'control': 'auto'}]}]}
2017-09-14 18:36:09,305 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2017-09-14 18:36:09,305 - __init__.py[DEBUG]: no interfaces to rename
2017-09-14 18:36:09,306 - stages.py[INFO]: Applying network configuration from ds bringup=False: {'version': 1, 'config': [{'type': 'physical', 'name': 'eth0', 'subnets': [{'type': 'dhcp', 'control': 'auto'}]}]}
2017-09-14 18:36:09,306 - __init__.py[DEBUG]: Selected renderer 'eni' from priority list: None
2017-09-14 18:36:09,309 - util.py[DEBUG]: Writing to /etc/network/interfaces.d/50-cloud-init.cfg - wb: [644] 367 bytes
2017-09-14 18:36:09,310 - util.py[DEBUG]: Writing to /etc/udev/rules.d/70-persistent-net.rules - wb: [644] 0 bytes
2017-09-14 18:36:09,311 - main.py[DEBUG]: [local] Exiting. datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] not in local mode.
2017-09-14 18:36:09,312 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2017-09-14 18:36:09,313 - util.py[DEBUG]: Read 10 bytes from /proc/uptime
2017-09-14 18:36:09,313 - util.py[DEBUG]: cloud-init mode 'init' took 0.211 seconds (0.00)
2017-09-14 18:36:09,313 - handlers.py[DEBUG]: finish: init-local: SUCCESS: searching for local datasources
2017-09-14 18:36:13,299 - util.py[DEBUG]: Cloud-init v. 0.7.9 running 'init' at Thu, 14 Sep 2017 18:36:13 +0000. Up 6.00 seconds.
2017-09-14 18:36:13,299 - main.py[DEBUG]: No kernel command line url found.
2017-09-14 18:36:13,299 - main.py[DEBUG]: Closing stdin.
2017-09-14 18:36:13,302 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes
2017-09-14 18:36:13,303 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 104:4
2017-09-14 18:36:13,303 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True)
2017-09-14 18:36:13,311 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True)
2017-09-14 18:36:13,316 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True)
2017-09-14 18:36:13,322 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early.
2017-09-14 18:36:13,322 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early.
2017-09-14 18:36:13,322 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust]
2017-09-14 18:36:13,322 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2017-09-14 18:36:13,323 - util.py[DEBUG]: Read 5287 bytes from /var/lib/cloud/instance/obj.pkl
2017-09-14 18:36:13,326 - util.py[DEBUG]: Reading from /run/cloud-init/.instance-id (quiet=False)
2017-09-14 18:36:13,326 - util.py[DEBUG]: Read 7 bytes from /run/cloud-init/.instance-id
2017-09-14 18:36:13,327 - stages.py[DEBUG]: restored from cache with run check: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]
2017-09-14 18:36:13,327 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache with run check: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]
2017-09-14 18:36:13,327 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2017-09-14 18:36:13,327 - util.py[DEBUG]: Read 3023 bytes from /etc/cloud/cloud.cfg
2017-09-14 18:36:13,328 - util.py[DEBUG]: Attempting to load yaml from string of length 3023 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,349 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2017-09-14 18:36:13,350 - util.py[DEBUG]: Read 238 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2017-09-14 18:36:13,350 - util.py[DEBUG]: Attempting to load yaml from string of length 238 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,352 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2017-09-14 18:36:13,352 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2017-09-14 18:36:13,352 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,357 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2017-09-14 18:36:13,357 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg
2017-09-14 18:36:13,357 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,358 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,358 - util.py[DEBUG]: load_yaml given empty string, returning default
2017-09-14 18:36:13,359 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2017-09-14 18:36:13,359 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/adebug'
2017-09-14 18:36:13,360 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/adebug/datasource (quiet=False)
2017-09-14 18:36:13,360 - util.py[DEBUG]: Read 88 bytes from /var/lib/cloud/instances/adebug/datasource
2017-09-14 18:36:13,361 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/datasource - wb: [644] 88 bytes
2017-09-14 18:36:13,362 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes
2017-09-14 18:36:13,363 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False)
2017-09-14 18:36:13,363 - util.py[DEBUG]: Read 7 bytes from /var/lib/cloud/data/instance-id
2017-09-14 18:36:13,363 - stages.py[DEBUG]: previous iid found to be adebug
2017-09-14 18:36:13,363 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 7 bytes
2017-09-14 18:36:13,364 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 7 bytes
2017-09-14 18:36:13,365 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 7 bytes
2017-09-14 18:36:13,366 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5377 bytes
2017-09-14 18:36:13,367 - main.py[DEBUG]: [net] init will now be targeting instance id: adebug. new=False
2017-09-14 18:36:13,368 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2017-09-14 18:36:13,368 - util.py[DEBUG]: Read 3023 bytes from /etc/cloud/cloud.cfg
2017-09-14 18:36:13,368 - util.py[DEBUG]: Attempting to load yaml from string of length 3023 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,388 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2017-09-14 18:36:13,388 - util.py[DEBUG]: Read 238 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2017-09-14 18:36:13,388 - util.py[DEBUG]: Attempting to load yaml from string of length 238 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,391 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2017-09-14 18:36:13,392 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2017-09-14 18:36:13,392 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,399 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2017-09-14 18:36:13,400 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg
2017-09-14 18:36:13,400 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,401 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,401 - util.py[DEBUG]: load_yaml given empty string, returning default
2017-09-14 18:36:13,402 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'type': 'physical', 'name': 'eth0', 'subnets': [{'type': 'dhcp', 'control': 'auto'}]}]}
2017-09-14 18:36:13,403 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2017-09-14 18:36:13,404 - __init__.py[DEBUG]: no interfaces to rename
2017-09-14 18:36:13,404 - stages.py[DEBUG]: not a new instance. network config is not applied.
2017-09-14 18:36:13,404 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/user-data.txt - wb: [600] 18 bytes
2017-09-14 18:36:13,405 - util.py[DEBUG]: Attempting to load yaml from string of length 18 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,409 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/user-data.txt.i - wb: [600] 323 bytes
2017-09-14 18:36:13,409 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/vendor-data.txt - wb: [600] 18 bytes
2017-09-14 18:36:13,410 - util.py[DEBUG]: Attempting to load yaml from string of length 18 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,412 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/vendor-data.txt.i - wb: [600] 323 bytes
2017-09-14 18:36:13,413 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/consume_data - wb: [644] 24 bytes
2017-09-14 18:36:13,414 - helpers.py[DEBUG]: Running consume_data using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/consume_data'>)
2017-09-14 18:36:13,415 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data
2017-09-14 18:36:13,415 - stages.py[DEBUG]: Added default handler for {'text/cloud-config-jsonp', 'text/cloud-config'} from CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']]
2017-09-14 18:36:13,416 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']]
2017-09-14 18:36:13,416 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']]
2017-09-14 18:36:13,416 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']]
2017-09-14 18:36:13,417 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__begin__, None, 3) with frequency once-per-instance
2017-09-14 18:36:13,417 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,417 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,417 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,417 - __init__.py[DEBUG]: {'MIME-Version': '1.0', 'Content-Type': 'text/cloud-config', 'Content-Disposition': 'attachment; filename="part-001"'}
2017-09-14 18:36:13,417 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (text/cloud-config, part-001, 3) with frequency once-per-instance
2017-09-14 18:36:13,418 - util.py[DEBUG]: Attempting to load yaml from string of length 18 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,418 - cloud_config.py[DEBUG]: Merging by applying [('dict', ['replace']), ('list', []), ('str', [])]
2017-09-14 18:36:13,419 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__end__, None, 3) with frequency once-per-instance
2017-09-14 18:36:13,419 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/cloud-config.txt - wb: [600] 53 bytes
2017-09-14 18:36:13,421 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,421 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,421 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,421 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data
2017-09-14 18:36:13,421 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data
2017-09-14 18:36:13,421 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2017-09-14 18:36:13,422 - util.py[DEBUG]: Read 53 bytes from /var/lib/cloud/instance/cloud-config.txt
2017-09-14 18:36:13,422 - util.py[DEBUG]: Attempting to load yaml from string of length 53 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,422 - stages.py[DEBUG]: vendor data will be consumed. disabled_handlers=None
2017-09-14 18:36:13,423 - stages.py[DEBUG]: Added default handler for {'text/cloud-config-jsonp', 'text/cloud-config'} from CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']]
2017-09-14 18:36:13,423 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']]
2017-09-14 18:36:13,424 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']]
2017-09-14 18:36:13,424 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']]
2017-09-14 18:36:13,424 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__begin__, None, 3) with frequency once-per-instance
2017-09-14 18:36:13,424 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,424 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,425 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,425 - __init__.py[DEBUG]: {'MIME-Version': '1.0', 'Content-Type': 'text/cloud-config', 'Content-Disposition': 'attachment; filename="part-001"'}
2017-09-14 18:36:13,425 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (text/cloud-config, part-001, 3) with frequency once-per-instance
2017-09-14 18:36:13,425 - util.py[DEBUG]: Attempting to load yaml from string of length 18 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,425 - cloud_config.py[DEBUG]: Merging by applying [('dict', ['replace']), ('list', []), ('str', [])]
2017-09-14 18:36:13,426 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__end__, None, 3) with frequency once-per-instance
2017-09-14 18:36:13,426 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/vendor-cloud-config.txt - wb: [600] 53 bytes
2017-09-14 18:36:13,427 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,427 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,427 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance
2017-09-14 18:36:13,427 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data
2017-09-14 18:36:13,427 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2017-09-14 18:36:13,428 - util.py[DEBUG]: Read 3023 bytes from /etc/cloud/cloud.cfg
2017-09-14 18:36:13,428 - util.py[DEBUG]: Attempting to load yaml from string of length 3023 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,450 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2017-09-14 18:36:13,450 - util.py[DEBUG]: Read 238 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2017-09-14 18:36:13,450 - util.py[DEBUG]: Attempting to load yaml from string of length 238 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,453 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2017-09-14 18:36:13,453 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2017-09-14 18:36:13,453 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,460 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2017-09-14 18:36:13,460 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg
2017-09-14 18:36:13,460 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,461 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,462 - util.py[DEBUG]: load_yaml given empty string, returning default
2017-09-14 18:36:13,462 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2017-09-14 18:36:13,463 - util.py[DEBUG]: Read 53 bytes from /var/lib/cloud/instance/cloud-config.txt
2017-09-14 18:36:13,463 - util.py[DEBUG]: Attempting to load yaml from string of length 53 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,463 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/vendor-cloud-config.txt (quiet=False)
2017-09-14 18:36:13,464 - util.py[DEBUG]: Read 53 bytes from /var/lib/cloud/instance/vendor-cloud-config.txt
2017-09-14 18:36:13,464 - util.py[DEBUG]: Attempting to load yaml from string of length 53 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,465 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2017-09-14 18:36:13,466 - util.py[DEBUG]: Read 53 bytes from /var/lib/cloud/instance/cloud-config.txt
2017-09-14 18:36:13,466 - util.py[DEBUG]: Attempting to load yaml from string of length 53 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,467 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/vendor-cloud-config.txt (quiet=False)
2017-09-14 18:36:13,467 - util.py[DEBUG]: Read 53 bytes from /var/lib/cloud/instance/vendor-cloud-config.txt
2017-09-14 18:36:13,467 - util.py[DEBUG]: Attempting to load yaml from string of length 53 with allowed root types (<class 'dict'>,)
2017-09-14 18:36:13,471 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 4824 bytes
2017-09-14 18:36:13,473 - main.py[DEBUG]: no di_report found in config.
2017-09-14 18:36:13,812 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2017-09-14 18:36:13,813 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_migrator.py'>) with frequency always
2017-09-14 18:36:13,813 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always
2017-09-14 18:36:13,814 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x7fbb5dd4a4e0>)
2017-09-14 18:36:13,814 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names
2017-09-14 18:36:13,815 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully
2017-09-14 18:36:13,815 - stages.py[DEBUG]: Running module ubuntu-init-switch (<module 'cloudinit.config.cc_ubuntu_init_switch' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ubuntu_init_switch.py'>) with frequency once-per-instance
2017-09-14 18:36:13,815 - handlers.py[DEBUG]: start: init-network/config-ubuntu-init-switch: running config-ubuntu-init-switch with frequency once-per-instance
2017-09-14 18:36:13,815 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_ubuntu_init_switch - wb: [644] 23 bytes
2017-09-14 18:36:13,816 - helpers.py[DEBUG]: Running config-ubuntu-init-switch using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_ubuntu_init_switch'>)
2017-09-14 18:36:13,817 - cc_ubuntu_init_switch.py[DEBUG]: ubuntu-init-switch: target=None. nothing to do
2017-09-14 18:36:13,817 - handlers.py[DEBUG]: finish: init-network/config-ubuntu-init-switch: SUCCESS: config-ubuntu-init-switch ran successfully
2017-09-14 18:36:13,817 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance
2017-09-14 18:36:13,817 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance
2017-09-14 18:36:13,818 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_seed_random - wb: [644] 23 bytes
2017-09-14 18:36:13,819 - helpers.py[DEBUG]: Running config-seed_random using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_seed_random'>)
2017-09-14 18:36:13,819 - cc_seed_random.py[DEBUG]: no command provided
2017-09-14 18:36:13,819 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random ran successfully
2017-09-14 18:36:13,819 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_bootcmd.py'>) with frequency always
2017-09-14 18:36:13,820 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always
2017-09-14 18:36:13,820 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x7fbb5dd4c358>)
2017-09-14 18:36:13,820 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration
2017-09-14 18:36:13,820 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully
2017-09-14 18:36:13,820 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance
2017-09-14 18:36:13,821 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance
2017-09-14 18:36:13,821 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_write_files - wb: [644] 24 bytes
2017-09-14 18:36:13,822 - helpers.py[DEBUG]: Running config-write-files using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_write_files'>)
2017-09-14 18:36:13,822 - cc_write_files.py[DEBUG]: Skipping module named write-files, no/empty 'write_files' key in configuration
2017-09-14 18:36:13,822 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files ran successfully
2017-09-14 18:36:13,822 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_growpart.py'>) with frequency always
2017-09-14 18:36:13,823 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always
2017-09-14 18:36:13,823 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x7fbb5dd4cba8>)
2017-09-14 18:36:13,823 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg.  Using default: {'mode': 'auto', 'devices': ['/'], 'ignore_growroot_disabled': False}
2017-09-14 18:36:13,823 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:13,828 - util.py[DEBUG]: Reading from /proc/231/mountinfo (quiet=False)
2017-09-14 18:36:13,828 - util.py[DEBUG]: Read 4994 bytes from /proc/231/mountinfo
2017-09-14 18:36:13,829 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:13,835 - util.py[DEBUG]: resize_devices took 0.007 seconds
2017-09-14 18:36:13,835 - cc_growpart.py[DEBUG]: '/' SKIPPED: stat of 'lxd/containers/adebug' failed: [Errno 2] No such file or directory: 'lxd/containers/adebug'
2017-09-14 18:36:13,836 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully
2017-09-14 18:36:13,836 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_resizefs.py'>) with frequency always
2017-09-14 18:36:13,836 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always
2017-09-14 18:36:13,836 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x7fbb5dddbc88>)
2017-09-14 18:36:13,837 - util.py[DEBUG]: Reading from /proc/231/mountinfo (quiet=False)
2017-09-14 18:36:13,837 - util.py[DEBUG]: Read 4994 bytes from /proc/231/mountinfo
2017-09-14 18:36:13,837 - cc_resizefs.py[DEBUG]: resize_info: dev=lxd/containers/adebug mnt_point=/ path=/
2017-09-14 18:36:13,837 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:13,845 - cc_resizefs.py[DEBUG]: Device 'lxd/containers/adebug' did not exist in container. cannot resize: dev=lxd/containers/adebug mnt_point=/ path=/
2017-09-14 18:36:13,846 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully
2017-09-14 18:36:13,846 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance
2017-09-14 18:36:13,847 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance
2017-09-14 18:36:13,847 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_disk_setup - wb: [644] 24 bytes
2017-09-14 18:36:13,848 - helpers.py[DEBUG]: Running config-disk_setup using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_disk_setup'>)
2017-09-14 18:36:13,849 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup ran successfully
2017-09-14 18:36:13,849 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance
2017-09-14 18:36:13,849 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance
2017-09-14 18:36:13,850 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_mounts - wb: [644] 24 bytes
2017-09-14 18:36:13,851 - helpers.py[DEBUG]: Running config-mounts using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_mounts'>)
2017-09-14 18:36:13,851 - cc_mounts.py[DEBUG]: mounts configuration is []
2017-09-14 18:36:13,867 - cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0
2017-09-14 18:36:13,867 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount ephemeral0
2017-09-14 18:36:13,867 - cc_mounts.py[DEBUG]: Attempting to determine the real name of swap
2017-09-14 18:36:13,868 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount swap
2017-09-14 18:36:13,868 - cc_mounts.py[DEBUG]: no need to setup swap
2017-09-14 18:36:13,868 - cc_mounts.py[DEBUG]: No modifications to fstab needed.
2017-09-14 18:36:13,868 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts ran successfully
2017-09-14 18:36:13,868 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance
2017-09-14 18:36:13,868 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance
2017-09-14 18:36:13,869 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_set_hostname - wb: [644] 23 bytes
2017-09-14 18:36:13,870 - helpers.py[DEBUG]: Running config-set_hostname using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_set_hostname'>)
2017-09-14 18:36:13,870 - cc_set_hostname.py[DEBUG]: Setting the hostname to adebug (adebug)
2017-09-14 18:36:13,870 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False)
2017-09-14 18:36:13,870 - util.py[DEBUG]: Read 7 bytes from /etc/hostname
2017-09-14 18:36:13,871 - util.py[DEBUG]: Writing to /etc/hostname - wb: [644] 7 bytes
2017-09-14 18:36:13,872 - __init__.py[DEBUG]: Non-persistently setting the system hostname to adebug
2017-09-14 18:36:13,872 - util.py[DEBUG]: Running command ['hostname', 'adebug'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:13,875 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname ran successfully
2017-09-14 18:36:13,875 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_update_hostname.py'>) with frequency always
2017-09-14 18:36:13,876 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always
2017-09-14 18:36:13,876 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x7fbb5dd4ce48>)
2017-09-14 18:36:13,876 - cc_update_hostname.py[DEBUG]: Updating hostname to adebug (adebug)
2017-09-14 18:36:13,877 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False)
2017-09-14 18:36:13,877 - util.py[DEBUG]: Read 7 bytes from /etc/hostname
2017-09-14 18:36:13,877 - __init__.py[DEBUG]: Attempting to update hostname to adebug in 1 files
2017-09-14 18:36:13,877 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False)
2017-09-14 18:36:13,877 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-hostname - wb: [644] 7 bytes
2017-09-14 18:36:13,881 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully
2017-09-14 18:36:13,881 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always
2017-09-14 18:36:13,881 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always
2017-09-14 18:36:13,881 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x7fbb5dd4c400>)
2017-09-14 18:36:13,881 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts
2017-09-14 18:36:13,881 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully
2017-09-14 18:36:13,881 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance
2017-09-14 18:36:13,882 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance
2017-09-14 18:36:13,882 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_ca_certs - wb: [644] 23 bytes
2017-09-14 18:36:13,883 - helpers.py[DEBUG]: Running config-ca-certs using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_ca_certs'>)
2017-09-14 18:36:13,883 - cc_ca_certs.py[DEBUG]: Skipping module named ca-certs, no 'ca-certs' key in configuration
2017-09-14 18:36:13,884 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs ran successfully
2017-09-14 18:36:13,884 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance
2017-09-14 18:36:13,884 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance
2017-09-14 18:36:13,884 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_rsyslog - wb: [644] 23 bytes
2017-09-14 18:36:13,885 - helpers.py[DEBUG]: Running config-rsyslog using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_rsyslog'>)
2017-09-14 18:36:13,886 - cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration
2017-09-14 18:36:13,886 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog ran successfully
2017-09-14 18:36:13,886 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance
2017-09-14 18:36:13,886 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance
2017-09-14 18:36:13,887 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_users_groups - wb: [644] 24 bytes
2017-09-14 18:36:13,888 - helpers.py[DEBUG]: Running config-users-groups using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_users_groups'>)
2017-09-14 18:36:13,888 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True)
2017-09-14 18:36:13,888 - util.py[DEBUG]: Read 407 bytes from /etc/os-release
2017-09-14 18:36:13,889 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True)
2017-09-14 18:36:13,890 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini
2017-09-14 18:36:13,890 - __init__.py[DEBUG]: Adding user ubuntu
2017-09-14 18:36:13,890 - util.py[DEBUG]: Running hidden command to protect sensitive input/output logstring: ['useradd', 'ubuntu', '--comment', 'Ubuntu', '--groups', 'adm,audio,cdrom,dialout,dip,floppy,lxd,netdev,plugdev,sudo,video', '--shell', '/bin/bash', '-m']
2017-09-14 18:36:13,931 - util.py[DEBUG]: Running command ['passwd', '-l', 'ubuntu'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:13,941 - util.py[DEBUG]: Reading from /etc/sudoers (quiet=False)
2017-09-14 18:36:13,942 - util.py[DEBUG]: Read 755 bytes from /etc/sudoers
2017-09-14 18:36:13,943 - util.py[DEBUG]: Writing to /etc/sudoers.d/90-cloud-init-users - wb: [440] 123 bytes
2017-09-14 18:36:13,944 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups ran successfully
2017-09-14 18:36:13,944 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance
2017-09-14 18:36:13,945 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance
2017-09-14 18:36:13,945 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_ssh - wb: [644] 24 bytes
2017-09-14 18:36:13,946 - helpers.py[DEBUG]: Running config-ssh using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_ssh'>)
2017-09-14 18:36:13,948 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'rsa', '-N', '', '-f', '/etc/ssh/ssh_host_rsa_key'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:14,029 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'dsa', '-N', '', '-f', '/etc/ssh/ssh_host_dsa_key'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:14,126 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ecdsa', '-N', '', '-f', '/etc/ssh/ssh_host_ecdsa_key'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:14,133 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ed25519', '-N', '', '-f', '/etc/ssh/ssh_host_ed25519_key'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:14,141 - util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh to 1000:1000
2017-09-14 18:36:14,142 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
2017-09-14 18:36:14,143 - util.py[DEBUG]: Read 3262 bytes from /etc/ssh/sshd_config
2017-09-14 18:36:14,144 - util.py[DEBUG]: Writing to /home/ubuntu/.ssh/authorized_keys - wb: [600] 0 bytes
2017-09-14 18:36:14,145 - util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh/authorized_keys to 1000:1000
2017-09-14 18:36:14,146 - util.py[DEBUG]: Changing the ownership of /root/.ssh to 0:0
2017-09-14 18:36:14,147 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
2017-09-14 18:36:14,147 - util.py[DEBUG]: Read 3262 bytes from /etc/ssh/sshd_config
2017-09-14 18:36:14,148 - util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [600] 0 bytes
2017-09-14 18:36:14,149 - util.py[DEBUG]: Changing the ownership of /root/.ssh/authorized_keys to 0:0
2017-09-14 18:36:14,150 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh ran successfully
2017-09-14 18:36:14,150 - main.py[DEBUG]: Ran 16 modules with 0 failures
2017-09-14 18:36:14,151 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2017-09-14 18:36:14,152 - util.py[DEBUG]: Read 10 bytes from /proc/uptime
2017-09-14 18:36:14,152 - util.py[DEBUG]: cloud-init mode 'init' took 0.897 seconds (1.00)
2017-09-14 18:36:14,152 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources
2017-09-14 18:36:15,563 - util.py[DEBUG]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 14 Sep 2017 18:36:15 +0000. Up 8.00 seconds.
2017-09-14 18:36:15,876 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2017-09-14 18:36:15,877 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_emit_upstart.py'>) with frequency always
2017-09-14 18:36:15,877 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always
2017-09-14 18:36:15,877 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x7f86d93c6b38>)
2017-09-14 18:36:15,877 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located
2017-09-14 18:36:15,878 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled
2017-09-14 18:36:15,878 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully
2017-09-14 18:36:15,878 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance
2017-09-14 18:36:15,879 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance
2017-09-14 18:36:15,879 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_snap_config - wb: [644] 24 bytes
2017-09-14 18:36:15,880 - helpers.py[DEBUG]: Running config-snap_config using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_snap_config'>)
2017-09-14 18:36:15,881 - cc_snap_config.py[DEBUG]: No snappy config provided, skipping
2017-09-14 18:36:15,881 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config ran successfully
2017-09-14 18:36:15,881 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance
2017-09-14 18:36:15,882 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance
2017-09-14 18:36:15,882 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_ssh_import_id - wb: [644] 24 bytes
2017-09-14 18:36:15,883 - helpers.py[DEBUG]: Running config-ssh-import-id using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_ssh_import_id'>)
2017-09-14 18:36:15,884 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id ran successfully
2017-09-14 18:36:15,885 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_locale.py'>) with frequency once-per-instance
2017-09-14 18:36:15,886 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance
2017-09-14 18:36:15,886 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_locale - wb: [644] 24 bytes
2017-09-14 18:36:15,887 - helpers.py[DEBUG]: Running config-locale using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_locale'>)
2017-09-14 18:36:15,887 - cc_locale.py[DEBUG]: Setting locale to en_US.UTF-8
2017-09-14 18:36:15,888 - util.py[DEBUG]: Reading from /etc/default/locale (quiet=False)
2017-09-14 18:36:15,888 - util.py[DEBUG]: Read 13 bytes from /etc/default/locale
2017-09-14 18:36:15,888 - util.py[DEBUG]: Running command ['locale-gen', 'en_US.UTF-8'] with allowed return codes [0] (shell=False, capture=False)
2017-09-14 18:36:16,923 - util.py[DEBUG]: Running command ['update-locale', '--locale-file=/etc/default/locale', 'LANG=en_US.UTF-8'] with allowed return codes [0] (shell=False, capture=False)
2017-09-14 18:36:16,967 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale ran successfully
2017-09-14 18:36:16,968 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance
2017-09-14 18:36:16,968 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance
2017-09-14 18:36:16,968 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_set_passwords - wb: [644] 22 bytes
2017-09-14 18:36:16,969 - helpers.py[DEBUG]: Running config-set-passwords using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_set_passwords'>)
2017-09-14 18:36:16,969 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords ran successfully
2017-09-14 18:36:16,969 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance
2017-09-14 18:36:16,969 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance
2017-09-14 18:36:16,970 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_grub_dpkg - wb: [644] 24 bytes
2017-09-14 18:36:16,971 - helpers.py[DEBUG]: Running config-grub-dpkg using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_grub_dpkg'>)
2017-09-14 18:36:16,971 - cc_grub_dpkg.py[DEBUG]: Setting grub debconf-set-selections with '/dev/sda','false'
2017-09-14 18:36:16,971 - util.py[DEBUG]: Running command ['debconf-set-selections'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:17,172 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg ran successfully
2017-09-14 18:36:17,172 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance
2017-09-14 18:36:17,172 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance
2017-09-14 18:36:17,173 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_apt_pipelining - wb: [644] 24 bytes
2017-09-14 18:36:17,174 - helpers.py[DEBUG]: Running config-apt-pipelining using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_apt_pipelining'>)
2017-09-14 18:36:17,174 - util.py[DEBUG]: Writing to /etc/apt/apt.conf.d/90cloud-init-pipelining - wb: [644] 80 bytes
2017-09-14 18:36:17,175 - cc_apt_pipelining.py[DEBUG]: Wrote /etc/apt/apt.conf.d/90cloud-init-pipelining with apt pipeline depth setting 0
2017-09-14 18:36:17,175 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining ran successfully
2017-09-14 18:36:17,175 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance
2017-09-14 18:36:17,175 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance
2017-09-14 18:36:17,175 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_apt_configure - wb: [644] 24 bytes
2017-09-14 18:36:17,176 - helpers.py[DEBUG]: Running config-apt-configure using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_apt_configure'>)
2017-09-14 18:36:17,176 - cc_apt_configure.py[DEBUG]: debconf_selections was not set in config
2017-09-14 18:36:17,176 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True)
2017-09-14 18:36:17,176 - util.py[DEBUG]: Read 407 bytes from /etc/os-release
2017-09-14 18:36:17,177 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True)
2017-09-14 18:36:17,177 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini
2017-09-14 18:36:17,177 - cc_apt_configure.py[DEBUG]: handling apt config: {}
2017-09-14 18:36:17,178 - util.py[DEBUG]: Running command ['lsb_release', '--all'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:17,266 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:17,271 - cc_apt_configure.py[DEBUG]: got primary mirror: None
2017-09-14 18:36:17,272 - cc_apt_configure.py[DEBUG]: got security mirror: None
2017-09-14 18:36:17,272 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:17,276 - __init__.py[DEBUG]: filtered distro mirror info: {'primary': 'http://archive.ubuntu.com/ubuntu', 'security': 'http://security.ubuntu.com/ubuntu'}
2017-09-14 18:36:17,277 - cc_apt_configure.py[DEBUG]: Apt Mirror info: {'primary': 'http://archive.ubuntu.com/ubuntu', 'security': 'http://security.ubuntu.com/ubuntu', 'PRIMARY': 'http://archive.ubuntu.com/ubuntu', 'SECURITY': 'http://security.ubuntu.com/ubuntu', 'MIRROR': 'http://archive.ubuntu.com/ubuntu'}
2017-09-14 18:36:17,277 - cc_apt_configure.py[INFO]: No custom template provided, fall back to builtin
2017-09-14 18:36:17,277 - util.py[DEBUG]: Reading from /etc/cloud/templates/sources.list.ubuntu.tmpl (quiet=False)
2017-09-14 18:36:17,277 - util.py[DEBUG]: Read 2841 bytes from /etc/cloud/templates/sources.list.ubuntu.tmpl
2017-09-14 18:36:17,297 - util.py[DEBUG]: Writing to /etc/apt/sources.list - wb: [644] 3125 bytes
2017-09-14 18:36:17,298 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:17,303 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure ran successfully
2017-09-14 18:36:17,303 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance
2017-09-14 18:36:17,303 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance
2017-09-14 18:36:17,303 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_ntp - wb: [644] 23 bytes
2017-09-14 18:36:17,304 - helpers.py[DEBUG]: Running config-ntp using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_ntp'>)
2017-09-14 18:36:17,304 - cc_ntp.py[DEBUG]: Skipping module named ntp, not present or disabled by cfg
2017-09-14 18:36:17,305 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp ran successfully
2017-09-14 18:36:17,305 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance
2017-09-14 18:36:17,305 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance
2017-09-14 18:36:17,305 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_timezone - wb: [644] 24 bytes
2017-09-14 18:36:17,306 - helpers.py[DEBUG]: Running config-timezone using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_timezone'>)
2017-09-14 18:36:17,306 - cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified
2017-09-14 18:36:17,306 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone ran successfully
2017-09-14 18:36:17,306 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always
2017-09-14 18:36:17,306 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always
2017-09-14 18:36:17,306 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x7f86d894ff98>)
2017-09-14 18:36:17,307 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled
2017-09-14 18:36:17,307 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully
2017-09-14 18:36:17,307 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance
2017-09-14 18:36:17,307 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance
2017-09-14 18:36:17,307 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_runcmd - wb: [644] 24 bytes
2017-09-14 18:36:17,308 - helpers.py[DEBUG]: Running config-runcmd using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_runcmd'>)
2017-09-14 18:36:17,308 - cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration
2017-09-14 18:36:17,309 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd ran successfully
2017-09-14 18:36:17,309 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance
2017-09-14 18:36:17,309 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance
2017-09-14 18:36:17,309 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_byobu - wb: [644] 23 bytes
2017-09-14 18:36:17,310 - helpers.py[DEBUG]: Running config-byobu using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_byobu'>)
2017-09-14 18:36:17,310 - cc_byobu.py[DEBUG]: Skipping module named byobu, no 'byobu' values found
2017-09-14 18:36:17,311 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu ran successfully
2017-09-14 18:36:17,311 - main.py[DEBUG]: Ran 13 modules with 0 failures
2017-09-14 18:36:17,312 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2017-09-14 18:36:17,313 - util.py[DEBUG]: Read 11 bytes from /proc/uptime
2017-09-14 18:36:17,313 - util.py[DEBUG]: cloud-init mode 'modules' took 1.859 seconds (2.00)
2017-09-14 18:36:17,313 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config
2017-09-14 18:36:18,090 - util.py[DEBUG]: Cloud-init v. 0.7.9 running 'modules:final' at Thu, 14 Sep 2017 18:36:17 +0000. Up 11.00 seconds.
2017-09-14 18:36:18,445 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2017-09-14 18:36:18,446 - stages.py[DEBUG]: Running module snappy (<module 'cloudinit.config.cc_snappy' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_snappy.py'>) with frequency once-per-instance
2017-09-14 18:36:18,447 - handlers.py[DEBUG]: start: modules-final/config-snappy: running config-snappy with frequency once-per-instance
2017-09-14 18:36:18,448 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_snappy - wb: [644] 24 bytes
2017-09-14 18:36:18,449 - helpers.py[DEBUG]: Running config-snappy using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_snappy'>)
2017-09-14 18:36:18,449 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True)
2017-09-14 18:36:18,449 - util.py[DEBUG]: Read 407 bytes from /etc/os-release
2017-09-14 18:36:18,450 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True)
2017-09-14 18:36:18,450 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini
2017-09-14 18:36:18,450 - cc_snappy.py[DEBUG]: snappy: 'auto' mode, and system not snappy
2017-09-14 18:36:18,451 - handlers.py[DEBUG]: finish: modules-final/config-snappy: SUCCESS: config-snappy ran successfully
2017-09-14 18:36:18,451 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance
2017-09-14 18:36:18,451 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance
2017-09-14 18:36:18,452 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_package_update_upgrade_install - wb: [644] 24 bytes
2017-09-14 18:36:18,453 - helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_package_update_upgrade_install'>)
2017-09-14 18:36:18,453 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install ran successfully
2017-09-14 18:36:18,453 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_fan.py'>) with frequency once-per-instance
2017-09-14 18:36:18,453 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance
2017-09-14 18:36:18,454 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_fan - wb: [644] 24 bytes
2017-09-14 18:36:18,455 - helpers.py[DEBUG]: Running config-fan using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_fan'>)
2017-09-14 18:36:18,455 - cc_fan.py[DEBUG]: fan: no 'fan' config entry. disabling
2017-09-14 18:36:18,455 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan ran successfully
2017-09-14 18:36:18,455 - stages.py[DEBUG]: Running module landscape (<module 'cloudinit.config.cc_landscape' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_landscape.py'>) with frequency once-per-instance
2017-09-14 18:36:18,456 - handlers.py[DEBUG]: start: modules-final/config-landscape: running config-landscape with frequency once-per-instance
2017-09-14 18:36:18,456 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_landscape - wb: [644] 24 bytes
2017-09-14 18:36:18,457 - helpers.py[DEBUG]: Running config-landscape using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_landscape'>)
2017-09-14 18:36:18,457 - handlers.py[DEBUG]: finish: modules-final/config-landscape: SUCCESS: config-landscape ran successfully
2017-09-14 18:36:18,457 - stages.py[DEBUG]: Running module lxd (<module 'cloudinit.config.cc_lxd' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_lxd.py'>) with frequency once-per-instance
2017-09-14 18:36:18,457 - handlers.py[DEBUG]: start: modules-final/config-lxd: running config-lxd with frequency once-per-instance
2017-09-14 18:36:18,458 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_lxd - wb: [644] 24 bytes
2017-09-14 18:36:18,458 - helpers.py[DEBUG]: Running config-lxd using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_lxd'>)
2017-09-14 18:36:18,459 - cc_lxd.py[DEBUG]: Skipping module named lxd, not present or disabled by cfg
2017-09-14 18:36:18,459 - handlers.py[DEBUG]: finish: modules-final/config-lxd: SUCCESS: config-lxd ran successfully
2017-09-14 18:36:18,459 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance
2017-09-14 18:36:18,459 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance
2017-09-14 18:36:18,460 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_puppet - wb: [644] 24 bytes
2017-09-14 18:36:18,461 - helpers.py[DEBUG]: Running config-puppet using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_puppet'>)
2017-09-14 18:36:18,461 - cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found
2017-09-14 18:36:18,462 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet ran successfully
2017-09-14 18:36:18,462 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_chef.py'>) with frequency once-per-instance
2017-09-14 18:36:18,462 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance
2017-09-14 18:36:18,463 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_chef - wb: [644] 24 bytes
2017-09-14 18:36:18,464 - helpers.py[DEBUG]: Running config-chef using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_chef'>)
2017-09-14 18:36:18,464 - cc_chef.py[DEBUG]: Skipping module named chef, no 'chef' key in configuration
2017-09-14 18:36:18,464 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef ran successfully
2017-09-14 18:36:18,464 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance
2017-09-14 18:36:18,465 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance
2017-09-14 18:36:18,465 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_salt_minion - wb: [644] 22 bytes
2017-09-14 18:36:18,466 - helpers.py[DEBUG]: Running config-salt-minion using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_salt_minion'>)
2017-09-14 18:36:18,467 - cc_salt_minion.py[DEBUG]: Skipping module named salt-minion, no 'salt_minion' key in configuration
2017-09-14 18:36:18,467 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion ran successfully
2017-09-14 18:36:18,467 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance
2017-09-14 18:36:18,467 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance
2017-09-14 18:36:18,468 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_mcollective - wb: [644] 22 bytes
2017-09-14 18:36:18,468 - helpers.py[DEBUG]: Running config-mcollective using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_mcollective'>)
2017-09-14 18:36:18,468 - cc_mcollective.py[DEBUG]: Skipping module named mcollective, no 'mcollective' key in configuration
2017-09-14 18:36:18,469 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective ran successfully
2017-09-14 18:36:18,469 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance
2017-09-14 18:36:18,469 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance
2017-09-14 18:36:18,469 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_rightscale_userdata - wb: [644] 23 bytes
2017-09-14 18:36:18,470 - helpers.py[DEBUG]: Running config-rightscale_userdata using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_rightscale_userdata'>)
2017-09-14 18:36:18,470 - cc_rightscale_userdata.py[DEBUG]: Failed to get raw userdata in module rightscale_userdata
2017-09-14 18:36:18,470 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata ran successfully
2017-09-14 18:36:18,470 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance
2017-09-14 18:36:18,470 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance
2017-09-14 18:36:18,470 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_scripts_vendor - wb: [644] 24 bytes
2017-09-14 18:36:18,471 - helpers.py[DEBUG]: Running config-scripts-vendor using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_scripts_vendor'>)
2017-09-14 18:36:18,472 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor ran successfully
2017-09-14 18:36:18,472 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_per_once.py'>) with frequency once
2017-09-14 18:36:18,472 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once
2017-09-14 18:36:18,473 - util.py[DEBUG]: Writing to /var/lib/cloud/sem/config_scripts_per_once.once - wb: [644] 23 bytes
2017-09-14 18:36:18,474 - helpers.py[DEBUG]: Running config-scripts-per-once using lock (<FileLock using file '/var/lib/cloud/sem/config_scripts_per_once.once'>)
2017-09-14 18:36:18,474 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once ran successfully
2017-09-14 18:36:18,474 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always
2017-09-14 18:36:18,474 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always
2017-09-14 18:36:18,475 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x7fcad02fb710>)
2017-09-14 18:36:18,475 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully
2017-09-14 18:36:18,475 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance
2017-09-14 18:36:18,475 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance
2017-09-14 18:36:18,476 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_scripts_per_instance - wb: [644] 24 bytes
2017-09-14 18:36:18,477 - helpers.py[DEBUG]: Running config-scripts-per-instance using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_scripts_per_instance'>)
2017-09-14 18:36:18,477 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance ran successfully
2017-09-14 18:36:18,477 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance
2017-09-14 18:36:18,477 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance
2017-09-14 18:36:18,478 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_scripts_user - wb: [644] 24 bytes
2017-09-14 18:36:18,479 - helpers.py[DEBUG]: Running config-scripts-user using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_scripts_user'>)
2017-09-14 18:36:18,479 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user ran successfully
2017-09-14 18:36:18,479 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance
2017-09-14 18:36:18,479 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance
2017-09-14 18:36:18,480 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_ssh_authkey_fingerprints - wb: [644] 24 bytes
2017-09-14 18:36:18,481 - helpers.py[DEBUG]: Running config-ssh-authkey-fingerprints using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_ssh_authkey_fingerprints'>)
2017-09-14 18:36:18,481 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
2017-09-14 18:36:18,482 - util.py[DEBUG]: Read 3262 bytes from /etc/ssh/sshd_config
2017-09-14 18:36:18,482 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False)
2017-09-14 18:36:18,482 - util.py[DEBUG]: Read 0 bytes from /home/ubuntu/.ssh/authorized_keys
2017-09-14 18:36:18,483 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints ran successfully
2017-09-14 18:36:18,483 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance
2017-09-14 18:36:18,483 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance
2017-09-14 18:36:18,483 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_keys_to_console - wb: [644] 24 bytes
2017-09-14 18:36:18,484 - helpers.py[DEBUG]: Running config-keys-to-console using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_keys_to_console'>)
2017-09-14 18:36:18,484 - util.py[DEBUG]: Running command ['/usr/lib/cloud-init/write-ssh-key-fingerprints', '', 'ssh-dss'] with allowed return codes [0] (shell=False, capture=True)
2017-09-14 18:36:18,514 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console ran successfully
2017-09-14 18:36:18,515 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance
2017-09-14 18:36:18,515 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance
2017-09-14 18:36:18,516 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_phone_home - wb: [644] 24 bytes
2017-09-14 18:36:18,517 - helpers.py[DEBUG]: Running config-phone-home using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_phone_home'>)
2017-09-14 18:36:18,517 - cc_phone_home.py[DEBUG]: Skipping module named phone-home, no 'phone_home' configuration found
2017-09-14 18:36:18,517 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home ran successfully
2017-09-14 18:36:18,517 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_final_message.py'>) with frequency always
2017-09-14 18:36:18,518 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always
2017-09-14 18:36:18,518 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x7fcacf8bc320>)
2017-09-14 18:36:18,518 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2017-09-14 18:36:18,519 - util.py[DEBUG]: Read 11 bytes from /proc/uptime
2017-09-14 18:36:18,525 - util.py[DEBUG]: Cloud-init v. 0.7.9 finished at Thu, 14 Sep 2017 18:36:18 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net].  Up 12.00 seconds
2017-09-14 18:36:18,526 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 51 bytes
2017-09-14 18:36:18,527 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully
2017-09-14 18:36:18,527 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance
2017-09-14 18:36:18,527 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance
2017-09-14 18:36:18,527 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/adebug/sem/config_power_state_change - wb: [644] 24 bytes
2017-09-14 18:36:18,528 - helpers.py[DEBUG]: Running config-power-state-change using lock (<FileLock using file '/var/lib/cloud/instances/adebug/sem/config_power_state_change'>)
2017-09-14 18:36:18,528 - cc_power_state_change.py[DEBUG]: no power_state provided. doing nothing
2017-09-14 18:36:18,528 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change ran successfully
2017-09-14 18:36:18,528 - main.py[DEBUG]: Ran 20 modules with 0 failures
2017-09-14 18:36:18,529 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json'
2017-09-14 18:36:18,530 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2017-09-14 18:36:18,530 - util.py[DEBUG]: Read 11 bytes from /proc/uptime
2017-09-14 18:36:18,530 - util.py[DEBUG]: cloud-init mode 'modules' took 0.536 seconds (1.00)
2017-09-14 18:36:18,530 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final
Download as text