Ubuntu Pastebin

Paste from ubuntu at Thu, 26 May 2016 19:54:34 +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
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
May 26 19:51:49 wtllab-compute-1 rsyslogd: [origin software="rsyslogd" swVersion="8.16.0" x-pid="2033" x-info="http://www.rsyslog.com"] start
May 26 19:51:49 wtllab-compute-1 rsyslogd-2222: command 'KLogPermitNonKernelFacility' is currently not permitted - did you already set it via a RainerScript command (v6+ config)? [v8.16.0 try http://www.rsyslog.com/e/2222 ]
May 26 19:51:49 wtllab-compute-1 rsyslogd-2307: warning: ~ action is deprecated, consider using the 'stop' statement instead [v8.16.0 try http://www.rsyslog.com/e/2307 ]
May 26 19:51:49 wtllab-compute-1 rsyslogd: rsyslogd's groupid changed to 108
May 26 19:51:49 wtllab-compute-1 rsyslogd: rsyslogd's userid changed to 104
May 26 19:51:49 wtllab-compute-1 systemd[1]: Stopping System Logging Service...
May 26 19:51:49 wtllab-compute-1 systemd[1]: Stopped System Logging Service.
May 26 19:51:49 wtllab-compute-1 systemd[1]: Starting System Logging Service...
May 26 19:51:49 wtllab-compute-1 systemd[1]: Started System Logging Service.
May 26 19:51:49 wtllab-compute-1 rsyslogd-2039: Could not open output pipe '/dev/xconsole':: No such file or directory [v8.16.0 try http://www.rsyslog.com/e/2039 ]
May 26 19:51:49 wtllab-compute-1 rsyslogd-2007: action 'action 13' suspended, next retry is Thu May 26 19:52:19 2016 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] cc_rsyslog.py[DEBUG]: rsyslog configured ['/etc/rsyslog.d/20-cloud-config.conf'] files
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog ran successfully
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST', 'headers': {'Authorization': 'OAuth oauth_nonce="113871628019945613001464292309", oauth_timestamp="1464292309", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}} configuration
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST', 'headers': {'Authorization': 'OAuth oauth_nonce="117511533863567123141464292309", oauth_timestamp="1464292309", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}} configuration
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_users_groups - wb: [420] 25 bytes
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-users-groups using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_users_groups'>)
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] __init__.py[DEBUG]: Adding user ubuntu
May 26 19:51:49 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Running hidden command to protect sensitive input/output logstring: ['useradd', 'ubuntu', '--shell', '/bin/bash', '--groups', 'adm,audio,cdrom,dialout,dip,floppy,lxd,netdev,plugdev,sudo,video', '--comment', 'Ubuntu', '-m']
May 26 19:51:50 wtllab-compute-1 useradd[2038]: new group: name=ubuntu, GID=1000
May 26 19:51:50 wtllab-compute-1 useradd[2038]: new user: name=ubuntu, UID=1000, GID=1000, home=/home/ubuntu, shell=/bin/bash
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'adm'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'dialout'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'cdrom'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'floppy'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'sudo'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'audio'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'dip'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'video'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'plugdev'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'netdev'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to group 'lxd'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'adm'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'dialout'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'cdrom'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'floppy'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'sudo'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'audio'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'dip'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'video'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'plugdev'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'netdev'
May 26 19:51:50 wtllab-compute-1 useradd[2038]: add 'ubuntu' to shadow group 'lxd'
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Running command ['passwd', '-l', 'ubuntu'] with allowed return codes [0] (shell=False, capture=True)
May 26 19:51:50 wtllab-compute-1 passwd[2043]: password for 'ubuntu' changed by 'root'
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /etc/sudoers (quiet=False)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 745 bytes from /etc/sudoers
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /etc/sudoers.d/90-cloud-init-users - wb: [288] 123 bytes
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups ran successfully
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST', 'headers': {'Authorization': 'OAuth oauth_nonce="117613445330189709981464292310", oauth_timestamp="1464292310", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}} configuration
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST', 'headers': {'Authorization': 'OAuth oauth_nonce="84385828758021761791464292310", oauth_timestamp="1464292310", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}} configuration
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_ssh - wb: [420] 25 bytes
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-ssh using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_ssh'>)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] 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)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] 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)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] 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)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] 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)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh to 1000:1000
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 2540 bytes from /etc/ssh/sshd_config
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /home/ubuntu/.ssh/authorized_keys - wb: [384] 393 bytes
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh/authorized_keys to 1000:1000
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Changing the ownership of /root/.ssh to 0:0
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 2540 bytes from /etc/ssh/sshd_config
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [384] 548 bytes
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Changing the ownership of /root/.ssh/authorized_keys to 0:0
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh ran successfully
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST', 'headers': {'Authorization': 'OAuth oauth_nonce="119176696265267572201464292310", oauth_timestamp="1464292310", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}} configuration
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] cloud-init[DEBUG]: Ran 14 modules with 0 failures
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 13 bytes from /proc/uptime
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: cloud-init mode 'init' took 5.291 seconds (5.29)
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST', 'headers': {'Authorization': 'OAuth oauth_nonce="12593731287760990411464292310", oauth_timestamp="1464292310", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}} configuration
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Generating public/private rsa key pair.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: The key fingerprint is:
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: SHA256:VEpGFSFBcg4nXOygYVOA0rOp4TbP8ihNEtuqcQ3URnE root@wtllab-compute-1
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: The key's randomart image is:
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: +---[RSA 2048]----+
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: | . .+=E=@o=o     |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |. +o+.oX.+       |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: | ..=o+ o+        |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |o.o..  ..        |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |.*.     S        |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |++oo             |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |o== .            |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |o+oo             |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |+.o.             |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: +----[SHA256]-----+
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Generating public/private dsa key pair.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: The key fingerprint is:
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: SHA256:c/wPnQrmmUTus5dy2LKblI8CptdiWjczeXyQxlfnwPo root@wtllab-compute-1
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: The key's randomart image is:
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: +---[DSA 1024]----+
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |                 |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |             .   |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |              + .|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |         o . o + |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |        S O o   .|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |      o  O = o . |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |     o.o* Xo+.E  |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |    ..+.o@=O=+   |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |    .+ . .@Xo .  |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: +----[SHA256]-----+
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Generating public/private ecdsa key pair.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: The key fingerprint is:
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: SHA256:M3oGKH75GKZlo20W+gqg9bf2PXobzFjwZQZKS4QTt64 root@wtllab-compute-1
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: The key's randomart image is:
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: +---[ECDSA 256]---+
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |      .+= .      |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |      o+ + .     |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |       .=   +    |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |     . . o +     |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |. o . . S o      |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |oo o.. + B       |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |o ..X.E + +      |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: | ..Oo*.+ .o.     |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |  +=+.o.oooo     |
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: +----[SHA256]-----+
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Generating public/private ed25519 key pair.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: The key fingerprint is:
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: SHA256:+BXxqb0NRFWL4I95Chl5ztDXfqvbaN9yQdnMAiP0O0k root@wtllab-compute-1
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: The key's randomart image is:
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: +--[ED25519 256]--+
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |         .o......|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |          ==+.o .|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |         +.=E= =o|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |       .  B*=ooo+|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |      . Soo=*o.o.|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |       . .. o= .o|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |        .  .. ...|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |             .= o|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: |            .+o=.|
May 26 19:51:50 wtllab-compute-1 cloud-init[1905]: +----[SHA256]-----+
May 26 19:51:50 wtllab-compute-1 systemd[1]: Started Initial cloud-init job (metadata service crawler).
May 26 19:51:50 wtllab-compute-1 systemd[1]: Reached target Network is Online.
May 26 19:51:50 wtllab-compute-1 systemd[1]: Starting iSCSI initiator daemon (iscsid)...
May 26 19:51:50 wtllab-compute-1 systemd[1]: Starting /etc/rc.local Compatibility...
May 26 19:51:50 wtllab-compute-1 systemd[1]: Reached target Cloud-config availability.
May 26 19:51:50 wtllab-compute-1 systemd[1]: Starting Apply the settings specified in cloud-config...
May 26 19:51:50 wtllab-compute-1 systemd[1]: Starting OpenBSD Secure Shell server...
May 26 19:51:50 wtllab-compute-1 systemd[1]: Started /etc/rc.local Compatibility.
May 26 19:51:50 wtllab-compute-1 iscsid: iSCSI logger with pid=2070 started!
May 26 19:51:50 wtllab-compute-1 iscsid: iSCSI daemon with pid=2071 started!
May 26 19:51:50 wtllab-compute-1 systemd[1]: Started iSCSI initiator daemon (iscsid).
May 26 19:51:50 wtllab-compute-1 systemd[1]: Starting Login to default iSCSI targets...
May 26 19:51:50 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.7 running 'modules:config' at Thu, 26 May 2016 19:51:50 +0000. Up 16.83 seconds.
May 26 19:51:51 wtllab-compute-1 iscsid: Could not read data from db. Using default and currently negotiated values
May 26 19:51:53 wtllab-compute-1 iscsiadm[2076]: iscsiadm: No records found
May 26 19:51:53 wtllab-compute-1 sshd[2065]: Server listening on 0.0.0.0 port 22.
May 26 19:51:53 wtllab-compute-1 sshd[2065]: Server listening on :: port 22.
May 26 19:51:53 wtllab-compute-1 systemd[1]: Started OpenBSD Secure Shell server.
May 26 19:51:53 wtllab-compute-1 systemd[1]: Started Login to default iSCSI targets.
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="130174977679680991661464292313", oauth_timestamp="1464292313", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:53 wtllab-compute-1 systemd[1]: Reached target Remote File Systems (Pre).
May 26 19:51:53 wtllab-compute-1 systemd[1]: Reached target Remote File Systems.
May 26 19:51:53 wtllab-compute-1 systemd[1]: Starting Permit User Sessions...
May 26 19:51:53 wtllab-compute-1 systemd[1]: Starting LSB: automatic crash report generation...
May 26 19:51:53 wtllab-compute-1 systemd[1]: Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
May 26 19:51:53 wtllab-compute-1 systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
May 26 19:51:53 wtllab-compute-1 systemd[1]: Started Permit User Sessions.
May 26 19:51:53 wtllab-compute-1 apport[2092]:  * Starting automatic crash report generation: apport
May 26 19:51:53 wtllab-compute-1 systemd[1]: Starting Terminate Plymouth Boot Screen...
May 26 19:51:53 wtllab-compute-1 systemd[1]: Starting Hold until boot process finishes up...
May 26 19:51:53 wtllab-compute-1 systemd[1]: Started Hold until boot process finishes up.
May 26 19:51:53 wtllab-compute-1 irqbalance[2096]:  * Starting SMP IRQ Balancer: irqbalance
May 26 19:51:53 wtllab-compute-1 systemd[1]: Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
May 26 19:51:53 wtllab-compute-1 apport[2092]:    ...done.
May 26 19:51:53 wtllab-compute-1 systemd[1]: Started LSB: automatic crash report generation.
May 26 19:51:53 wtllab-compute-1 systemd[1]: Started Getty on tty1.
May 26 19:51:53 wtllab-compute-1 systemd[1]: Reached target Login Prompts.
May 26 19:51:53 wtllab-compute-1 systemd[1]: Started Terminate Plymouth Boot Screen.
May 26 19:51:53 wtllab-compute-1 irqbalance[2096]:    ...done.
May 26 19:51:53 wtllab-compute-1 systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x7fcac5c3c3c8>)
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] cc_emit_upstart.py[DEBUG]: no /sbin/initctl located
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] cc_emit_upstart.py[DEBUG]: not upstart system, '%s' disabled
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="57021752499239723091464292313", oauth_timestamp="1464292313", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-disk_setup: running config-disk_setup with frequency once-per-instance
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="91795779621116451191464292313", oauth_timestamp="1464292313", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:53 wtllab-compute-1 iscsid: connection1:0 is operational after recovery (1 attempts)
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_disk_setup - wb: [420] 25 bytes
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-disk_setup using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_disk_setup'>)
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-disk_setup: SUCCESS: config-disk_setup ran successfully
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="69915788179975722891464292313", oauth_timestamp="1464292313", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-mounts: running config-mounts with frequency once-per-instance
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="66228006577004835001464292313", oauth_timestamp="1464292313", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_mounts - wb: [420] 25 bytes
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-mounts using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_mounts'>)
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount ephemeral0
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting to determine the real name of swap
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount swap
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] cc_mounts.py[DEBUG]: no need to setup swap
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] cc_mounts.py[DEBUG]: No modifications to fstab needed.
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-mounts: SUCCESS: config-mounts ran successfully
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="5510002252611754631464292313", oauth_timestamp="1464292313", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="165084439892246577901464292313", oauth_timestamp="1464292313", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_ssh_import_id - wb: [420] 25 bytes
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-ssh-import-id using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_ssh_import_id'>)
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id ran successfully
May 26 19:51:53 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="173350255742750434791464292313", oauth_timestamp="1464292313", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="129933087385695824251464292314", oauth_timestamp="1464292314", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_locale - wb: [420] 23 bytes
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-locale using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_locale'>)
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] cc_locale.py[DEBUG]: Setting locale to en_US.UTF-8
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Running command ['locale-gen', 'en_US.UTF-8'] with allowed return codes [0] (shell=False, capture=False)
May 26 19:51:54 wtllab-compute-1 cloud-init[2061]: Generating locales (this might take a while)...
May 26 19:51:54 wtllab-compute-1 cloud-init[2061]:   en_US.UTF-8... done
May 26 19:51:54 wtllab-compute-1 cloud-init[2061]: Generation complete.
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Running command ['update-locale', 'en_US.UTF-8'] with allowed return codes [0] (shell=False, capture=False)
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /etc/default/locale - wb: [420] 87 bytes
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale ran successfully
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="167311889816499519081464292314", oauth_timestamp="1464292314", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="85652308109557111311464292314", oauth_timestamp="1464292314", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_set_passwords - wb: [420] 24 bytes
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-set-passwords using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_set_passwords'>)
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords ran successfully
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="158972989910807489561464292314", oauth_timestamp="1464292314", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-snappy: running config-snappy with frequency once-per-instance
May 26 19:51:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="13611323208759507901464292314", oauth_timestamp="1464292314", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_snappy - wb: [420] 23 bytes
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-snappy using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_snappy'>)
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True)
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] cc_snappy.py[DEBUG]: snappy: 'auto' mode, and system not snappy
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-snappy: SUCCESS: config-snappy ran successfully
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="9588858994155377971464292315", oauth_timestamp="1464292315", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="79037940897933690841464292315", oauth_timestamp="1464292315", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_grub_dpkg - wb: [420] 25 bytes
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-grub-dpkg using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_grub_dpkg'>)
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] cc_grub_dpkg.py[DEBUG]: Setting grub debconf-set-selections with '/dev/sda','false'
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Running command ['debconf-set-selections'] with allowed return codes [0] (shell=False, capture=True)
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg ran successfully
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="49848292398595877301464292315", oauth_timestamp="1464292315", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="27301195780885615881464292315", oauth_timestamp="1464292315", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_apt_pipelining - wb: [420] 24 bytes
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-apt-pipelining using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_apt_pipelining'>)
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /etc/apt/apt.conf.d/90cloud-init-pipelining - wb: [420] 80 bytes
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] cc_apt_pipelining.py[DEBUG]: Wrote /etc/apt/apt.conf.d/90cloud-init-pipelining with apt pipeline depth setting 0
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining ran successfully
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="143744640747666908531464292315", oauth_timestamp="1464292315", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="2518577999068020071464292315", oauth_timestamp="1464292315", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_apt_configure - wb: [420] 25 bytes
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-apt-configure using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_apt_configure'>)
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Running command ['lsb_release', '-cs'] with allowed return codes [0] (shell=False, capture=True)
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True)
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] __init__.py[DEBUG]: filtered distro mirror info: {'primary': 'http://archive.ubuntu.com/ubuntu', 'security': 'http://archive.ubuntu.com/ubuntu'}
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] cc_apt_configure.py[DEBUG]: Mirror info: {'mirror': 'http://archive.ubuntu.com/ubuntu', 'primary': 'http://archive.ubuntu.com/ubuntu', 'security': 'http://archive.ubuntu.com/ubuntu'}
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /etc/cloud/templates/sources.list.ubuntu.tmpl (quiet=False)
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 2841 bytes from /etc/cloud/templates/sources.list.ubuntu.tmpl
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] templater.py[DEBUG]: Rendering content of '/etc/cloud/templates/sources.list.ubuntu.tmpl' using renderer jinja
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /etc/apt/sources.list - wb: [420] 3119 bytes
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Renaming /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_universe_i18n_Translation-en to /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-security_universe_i18n_Translation-en
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Renaming /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_restricted_binary-amd64_Packages to /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-security_restricted_binary-amd64_Packages
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Renaming /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_multiverse_i18n_Translation-en to /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-security_multiverse_i18n_Translation-en
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Renaming /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_multiverse_binary-amd64_Packages to /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-security_multiverse_binary-amd64_Packages
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Renaming /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_restricted_i18n_Translation-en to /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-security_restricted_i18n_Translation-en
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Renaming /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_main_i18n_Translation-en to /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-security_main_i18n_Translation-en
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Renaming /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_universe_binary-amd64_Packages to /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-security_universe_binary-amd64_Packages
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Renaming /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_main_binary-amd64_Packages to /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-security_main_binary-amd64_Packages
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Renaming /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_InRelease to /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-security_InRelease
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /etc/apt/apt.conf.d/95cloud-init-proxy - wb: [420] 48 bytes
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure ran successfully
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="160743258781557898311464292315", oauth_timestamp="1464292315", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance
May 26 19:51:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="135741330197021268951464292315", oauth_timestamp="1464292315", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_package_update_upgrade_install - wb: [420] 25 bytes
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_package_update_upgrade_install'>)
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install ran successfully
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="62566086631902520961464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-fan: running config-fan with frequency once-per-instance
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="112620086644388679351464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_fan - wb: [420] 25 bytes
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-fan using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_fan'>)
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] cc_fan.py[DEBUG]: fan: no 'fan' config entry. disabling
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-fan: SUCCESS: config-fan ran successfully
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="90933857912461721091464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-landscape: running config-landscape with frequency once-per-instance
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="130157667977282424951464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_landscape - wb: [420] 25 bytes
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-landscape using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_landscape'>)
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-landscape: SUCCESS: config-landscape ran successfully
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="116642625787656379551464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="116463776470320691361464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_timezone - wb: [420] 25 bytes
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-timezone using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_timezone'>)
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone ran successfully
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="47051652521336673941464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-lxd: running config-lxd with frequency once-per-instance
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="34848567614474709881464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_lxd - wb: [420] 24 bytes
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-lxd using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_lxd'>)
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] cc_lxd.py[DEBUG]: Skipping module named %s, not present or disabled by cfg
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-lxd: SUCCESS: config-lxd ran successfully
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="120778867350489307741464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-puppet: running config-puppet with frequency once-per-instance
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="155436729080573507601464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_puppet - wb: [420] 25 bytes
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-puppet using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_puppet'>)
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-puppet: SUCCESS: config-puppet ran successfully
May 26 19:51:56 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="96673810716741972911464292316", oauth_timestamp="1464292316", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-chef: running config-chef with frequency once-per-instance
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="18233840851920025081464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_chef - wb: [420] 25 bytes
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-chef using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_chef'>)
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] cc_chef.py[DEBUG]: Skipping module named chef, no 'chef' key in configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-chef: SUCCESS: config-chef ran successfully
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="109312551732746400481464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-salt-minion: running config-salt-minion with frequency once-per-instance
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="44637478617314540461464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_salt_minion - wb: [420] 24 bytes
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-salt-minion using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_salt_minion'>)
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] cc_salt_minion.py[DEBUG]: Skipping module named salt-minion, no 'salt_minion' key in configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-salt-minion: SUCCESS: config-salt-minion ran successfully
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="74099479071886297481464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-mcollective: running config-mcollective with frequency once-per-instance
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="154375628082449010221464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_mcollective - wb: [420] 24 bytes
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-mcollective using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_mcollective'>)
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] cc_mcollective.py[DEBUG]: Skipping module named mcollective, no 'mcollective' key in configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-mcollective: SUCCESS: config-mcollective ran successfully
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="23469372592241031261464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="13366724453433641721464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x7fcac5b6add8>)
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="138196275540110382091464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="160732878198602835701464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_runcmd - wb: [420] 25 bytes
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-runcmd using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_runcmd'>)
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd ran successfully
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="96326274786454423661464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="45492671458613460291464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_byobu - wb: [420] 25 bytes
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-byobu using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_byobu'>)
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] cc_byobu.py[DEBUG]: Skipping module named byobu, no 'byobu' values found
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu ran successfully
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="40213943091062321101464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] cloud-init[DEBUG]: Ran 22 modules with 0 failures
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 14 bytes from /proc/uptime
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: cloud-init mode 'modules' took 7.034 seconds (7.03)
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'headers': {'Authorization': 'OAuth oauth_nonce="485545610599507261464292317", oauth_timestamp="1464292317", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'allow_redirects': True, 'method': 'POST'} configuration
May 26 19:51:57 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:57 wtllab-compute-1 cloud-init[2061]: Cloud-init v. 0.7.7 running 'modules:config' at Thu, 26 May 2016 19:51:50 +0000. Up 16.83 seconds.
May 26 19:51:58 wtllab-compute-1 systemd[1]: Started Apply the settings specified in cloud-config.
May 26 19:51:58 wtllab-compute-1 systemd[1]: Starting Execute cloud user/final scripts...
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.7 running 'modules:final' at Thu, 26 May 2016 19:51:58 +0000. Up 24.22 seconds.
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="65160269183893493731464292318", oauth_timestamp="1464292318", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_rightscale_userdata - wb: [420] 25 bytes
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-rightscale_userdata using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_rightscale_userdata'>)
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] cc_rightscale_userdata.py[DEBUG]: Failed to get raw userdata in module rightscale_userdata
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="8528424347574980181464292318", oauth_timestamp="1464292318", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata ran successfully
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="68263445285570355231464292318", oauth_timestamp="1464292318", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_scripts_vendor - wb: [420] 25 bytes
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-vendor using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_scripts_vendor'>)
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="59795950022729983451464292318", oauth_timestamp="1464292318", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor ran successfully
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="50963307606781237511464292318", oauth_timestamp="1464292318", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/sem/config_scripts_per_once.once - wb: [420] 25 bytes
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-per-once using lock (<FileLock using file '/var/lib/cloud/sem/config_scripts_per_once.once'>)
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="52972472117498237791464292318", oauth_timestamp="1464292318", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once ran successfully
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="31859024378031537751464292318", oauth_timestamp="1464292318", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x7fcc0d847e10>)
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="170198705493073361121464292318", oauth_timestamp="1464292318", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:58 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="138155547061871081011464292318", oauth_timestamp="1464292318", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_scripts_per_instance - wb: [420] 25 bytes
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-per-instance using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_scripts_per_instance'>)
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="44984113249144972851464292319", oauth_timestamp="1464292319", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance ran successfully
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="36713161603132168951464292319", oauth_timestamp="1464292319", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_scripts_user - wb: [420] 25 bytes
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-user using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_scripts_user'>)
May 26 19:51:59 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Running command ['/var/lib/cloud/instance/scripts/part-001'] with allowed return codes [0] (shell=False, capture=False)
May 26 19:52:00 wtllab-compute-1 kernel: [   26.433263]  sda: sda1
May 26 19:52:00 wtllab-compute-1 kernel: [   26.461388]  sda: sda1
May 26 19:52:02 wtllab-compute-1 kernel: [   28.488317]  sda: sda1
May 26 19:52:02 wtllab-compute-1 systemd-udevd[2228]: inotify_add_watch(9, /dev/sda1, 10) failed: No such file or directory
May 26 19:52:02 wtllab-compute-1 kernel: [   28.509337]  sda:
May 26 19:52:02 wtllab-compute-1 kernel: [   28.522347]  sda:
May 26 19:52:02 wtllab-compute-1 kernel: [   28.540123]  sda:
May 26 19:52:02 wtllab-compute-1 kernel: [   28.555574]  sda:
May 26 19:52:02 wtllab-compute-1 kernel: [   28.569306]  sda:
May 26 19:52:02 wtllab-compute-1 kernel: [   28.584672]  sda:
May 26 19:52:02 wtllab-compute-1 kernel: [   28.598669]  sda:
May 26 19:52:02 wtllab-compute-1 kernel: [   28.617475]  sda: sda1
May 26 19:52:02 wtllab-compute-1 kernel: [   28.633882]  sda: sda1
May 26 19:52:02 wtllab-compute-1 kernel: [   28.690299]  sda: sda1
May 26 19:52:03 wtllab-compute-1 kernel: [   29.755561]  sda: sda1
May 26 19:52:03 wtllab-compute-1 kernel: [   29.811100]  sda: sda1
May 26 19:52:03 wtllab-compute-1 kernel: [   29.874718]  sda: sda1
May 26 19:52:03 wtllab-compute-1 kernel: [   29.933842]  sda: sda1
May 26 19:52:04 wtllab-compute-1 kernel: [   30.106800]  sda: sda1
May 26 19:52:04 wtllab-compute-1 kernel: [   30.147887]  sda: sda1
May 26 19:52:04 wtllab-compute-1 kernel: [   30.175841] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
May 26 19:52:05 wtllab-compute-1 cloud-init[2166]: --2016-05-26 19:52:05--  http://172.20.0.1:5248/images/ubuntu/amd64/generic/xenial/release/root-tgz
May 26 19:52:05 wtllab-compute-1 cloud-init[2166]: Connecting to 172.20.0.1:5248... connected.
May 26 19:52:05 wtllab-compute-1 cloud-init[2166]: HTTP request sent, awaiting response... 200 OK
May 26 19:52:05 wtllab-compute-1 cloud-init[2166]: Length: 203059814 (194M) [text/html]
May 26 19:52:05 wtllab-compute-1 cloud-init[2166]: Saving to: 'STDOUT'
May 26 19:52:05 wtllab-compute-1 cloud-init[2166]:      0K ........ ........ ........ ........ ........ ........  1% 38.7M 5s
May 26 19:52:05 wtllab-compute-1 cloud-init[2166]:   3072K ........ ........ ........ ........ ........ ........  3% 42.2M 5s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:   6144K ........ ........ ........ ........ ........ ........  4% 48.8M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:   9216K ........ ........ ........ ........ ........ ........  6% 40.5M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  12288K ........ ........ ........ ........ ........ ........  7% 42.1M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  15360K ........ ........ ........ ........ ........ ........  9% 38.0M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  18432K ........ ........ ........ ........ ........ ........ 10% 40.1M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  21504K ........ ........ ........ ........ ........ ........ 12% 46.9M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  24576K ........ ........ ........ ........ ........ ........ 13% 44.7M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  27648K ........ ........ ........ ........ ........ ........ 15% 53.7M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  30720K ........ ........ ........ ........ ........ ........ 17% 39.0M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  33792K ........ ........ ........ ........ ........ ........ 18% 41.4M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  36864K ........ ........ ........ ........ ........ ........ 20% 34.3M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  39936K ........ ........ ........ ........ ........ ........ 21% 37.5M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  43008K ........ ........ ........ ........ ........ ........ 23% 47.9M 4s
May 26 19:52:06 wtllab-compute-1 cloud-init[2166]:  46080K ........ ........ ........ ........ ........ ........ 24% 47.0M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  49152K ........ ........ ........ ........ ........ ........ 26% 41.4M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  52224K ........ ........ ........ ........ ........ ........ 27% 35.5M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  55296K ........ ........ ........ ........ ........ ........ 29% 41.2M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  58368K ........ ........ ........ ........ ........ ........ 30% 37.8M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  61440K ........ ........ ........ ........ ........ ........ 32% 44.1M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  64512K ........ ........ ........ ........ ........ ........ 34% 47.7M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  67584K ........ ........ ........ ........ ........ ........ 35% 39.8M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  70656K ........ ........ ........ ........ ........ ........ 37% 42.3M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  73728K ........ ........ ........ ........ ........ ........ 38% 41.8M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  76800K ........ ........ ........ ........ ........ ........ 40% 38.2M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  79872K ........ ........ ........ ........ ........ ........ 41% 44.5M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  82944K ........ ........ ........ ........ ........ ........ 43% 40.1M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  86016K ........ ........ ........ ........ ........ ........ 44% 41.5M 3s
May 26 19:52:07 wtllab-compute-1 cloud-init[2166]:  89088K ........ ........ ........ ........ ........ ........ 46% 38.2M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]:  92160K ........ ........ ........ ........ ........ ........ 48% 40.2M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]:  95232K ........ ........ ........ ........ ........ ........ 49% 52.2M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]:  98304K ........ ........ ........ ........ ........ ........ 51% 38.7M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 101376K ........ ........ ........ ........ ........ ........ 52% 63.3M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 104448K ........ ........ ........ ........ ........ ........ 54% 31.8M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 107520K ........ ........ ........ ........ ........ ........ 55% 36.8M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 110592K ........ ........ ........ ........ ........ ........ 57% 40.0M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 113664K ........ ........ ........ ........ ........ ........ 58% 38.4M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 116736K ........ ........ ........ ........ ........ ........ 60% 51.0M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 119808K ........ ........ ........ ........ ........ ........ 61% 41.6M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 122880K ........ ........ ........ ........ ........ ........ 63% 39.2M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 125952K ........ ........ ........ ........ ........ ........ 65% 47.2M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 129024K ........ ........ ........ ........ ........ ........ 66% 80.2M 2s
May 26 19:52:08 wtllab-compute-1 cloud-init[2166]: 132096K ........ ........ ........ ........ ........ ........ 68% 81.9M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 135168K ........ ........ ........ ........ ........ ........ 69% 35.8M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 138240K ........ ........ ........ ........ ........ ........ 71% 34.7M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 141312K ........ ........ ........ ........ ........ ........ 72% 36.4M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 144384K ........ ........ ........ ........ ........ ........ 74% 30.1M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 147456K ........ ........ ........ ........ ........ ........ 75% 34.0M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 150528K ........ ........ ........ ........ ........ ........ 77% 33.0M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 153600K ........ ........ ........ ........ ........ ........ 79% 34.5M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 156672K ........ ........ ........ ........ ........ ........ 80% 36.7M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 159744K ........ ........ ........ ........ ........ ........ 82% 36.7M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 162816K ........ ........ ........ ........ ........ ........ 83% 33.6M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 165888K ........ ........ ........ ........ ........ ........ 85% 41.5M 1s
May 26 19:52:09 wtllab-compute-1 cloud-init[2166]: 168960K ........ ........ ........ ........ ........ ........ 86% 46.8M 1s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 172032K ........ ........ ........ ........ ........ ........ 88% 44.2M 1s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 175104K ........ ........ ........ ........ ........ ........ 89% 42.2M 0s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 178176K ........ ........ ........ ........ ........ ........ 91% 33.2M 0s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 181248K ........ ........ ........ ........ ........ ........ 92% 43.1M 0s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 184320K ........ ........ ........ ........ ........ ........ 94% 48.4M 0s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 187392K ........ ........ ........ ........ ........ ........ 96% 45.6M 0s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 190464K ........ ........ ........ ........ ........ ........ 97% 36.0M 0s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 193536K ........ ........ ........ ........ ........ ........ 99% 44.7M 0s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 196608K ........ ........ ........ ..                        100% 40.4M=4.7s
May 26 19:52:10 wtllab-compute-1 cloud-init[2166]: 2016-05-26 19:52:10 (41.0 MB/s) - written to stdout [203059814/203059814]
May 26 19:52:11 wtllab-compute-1 cloud-init[2166]: Get:1 http://archive.ubuntu.com//ubuntu xenial InRelease [247 kB]
May 26 19:52:11 wtllab-compute-1 cloud-init[2166]: Get:2 http://archive.ubuntu.com//ubuntu xenial-updates InRelease [94.5 kB]
May 26 19:52:11 wtllab-compute-1 cloud-init[2166]: Get:3 http://archive.ubuntu.com//ubuntu xenial-security InRelease [94.5 kB]
May 26 19:52:12 wtllab-compute-1 cloud-init[2166]: Get:4 http://archive.ubuntu.com//ubuntu xenial/main amd64 Packages [1201 kB]
May 26 19:52:12 wtllab-compute-1 cloud-init[2166]: Get:5 http://archive.ubuntu.com//ubuntu xenial/restricted amd64 Packages [8344 B]
May 26 19:52:12 wtllab-compute-1 cloud-init[2166]: Get:6 http://archive.ubuntu.com//ubuntu xenial/universe amd64 Packages [7532 kB]
May 26 19:52:12 wtllab-compute-1 cloud-init[2166]: Get:7 http://archive.ubuntu.com//ubuntu xenial/multiverse amd64 Packages [144 kB]
May 26 19:52:12 wtllab-compute-1 cloud-init[2166]: Get:8 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 Packages [111 kB]
May 26 19:52:13 wtllab-compute-1 cloud-init[2166]: Get:9 http://archive.ubuntu.com//ubuntu xenial-updates/restricted amd64 Packages [64 B]
May 26 19:52:13 wtllab-compute-1 cloud-init[2166]: Get:10 http://archive.ubuntu.com//ubuntu xenial-updates/universe amd64 Packages [50.3 kB]
May 26 19:52:13 wtllab-compute-1 cloud-init[2166]: Get:11 http://archive.ubuntu.com//ubuntu xenial-updates/multiverse amd64 Packages [1176 B]
May 26 19:52:13 wtllab-compute-1 cloud-init[2166]: Get:12 http://archive.ubuntu.com//ubuntu xenial-security/main amd64 Packages [56.4 kB]
May 26 19:52:13 wtllab-compute-1 cloud-init[2166]: Get:13 http://archive.ubuntu.com//ubuntu xenial-security/restricted amd64 Packages [64 B]
May 26 19:52:14 wtllab-compute-1 cloud-init[2166]: Get:14 http://archive.ubuntu.com//ubuntu xenial-security/universe amd64 Packages [12.6 kB]
May 26 19:52:14 wtllab-compute-1 cloud-init[2166]: Get:15 http://archive.ubuntu.com//ubuntu xenial-security/multiverse amd64 Packages [1176 B]
May 26 19:52:14 wtllab-compute-1 cloud-init[2166]: Fetched 9553 kB in 2s (3269 kB/s)
May 26 19:52:14 wtllab-compute-1 cloud-init[2166]: Reading package lists...
May 26 19:52:14 wtllab-compute-1 cloud-init[2166]: Reading package lists...
May 26 19:52:14 wtllab-compute-1 cloud-init[2166]: Building dependency tree...
May 26 19:52:14 wtllab-compute-1 cloud-init[2166]: Reading state information...
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: The following additional packages will be installed:
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   crda grub-common grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common iw
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   libfreetype6 libnl-3-200 libnl-genl-3-200 linux-firmware
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   linux-headers-4.4.0-22 linux-headers-4.4.0-22-generic linux-headers-generic
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   linux-image-4.4.0-22-generic linux-image-extra-4.4.0-22-generic
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   linux-image-generic os-prober thermald wireless-regdb
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Suggested packages:
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   multiboot-doc grub-emu xorriso desktop-base fdutils linux-doc-4.4.0
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   | linux-source-4.4.0 linux-tools
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: The following NEW packages will be installed:
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   crda grub-common grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common iw
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   libfreetype6 libnl-3-200 libnl-genl-3-200 linux-firmware linux-generic
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   linux-headers-4.4.0-22 linux-headers-4.4.0-22-generic linux-headers-generic
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   linux-image-4.4.0-22-generic linux-image-extra-4.4.0-22-generic
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]:   linux-image-generic os-prober thermald wireless-regdb
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: 0 upgraded, 21 newly installed, 0 to remove and 47 not upgraded.
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Need to get 105 MB of archives.
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: After this operation, 436 MB of additional disk space will be used.
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:1 http://archive.ubuntu.com//ubuntu xenial/main amd64 libfreetype6 amd64 2.6.1-0.1ubuntu2 [316 kB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:2 http://archive.ubuntu.com//ubuntu xenial/main amd64 grub-common amd64 2.02~beta2-36ubuntu3 [1709 kB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:3 http://archive.ubuntu.com//ubuntu xenial/main amd64 grub2-common amd64 2.02~beta2-36ubuntu3 [511 kB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:4 http://archive.ubuntu.com//ubuntu xenial/main amd64 grub-pc-bin amd64 2.02~beta2-36ubuntu3 [885 kB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:5 http://archive.ubuntu.com//ubuntu xenial/main amd64 grub-gfxpayload-lists amd64 0.7 [3658 B]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:6 http://archive.ubuntu.com//ubuntu xenial/main amd64 grub-pc amd64 2.02~beta2-36ubuntu3 [198 kB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:7 http://archive.ubuntu.com//ubuntu xenial/main amd64 libnl-3-200 amd64 3.2.27-1 [52.1 kB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:8 http://archive.ubuntu.com//ubuntu xenial/main amd64 libnl-genl-3-200 amd64 3.2.27-1 [11.2 kB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:9 http://archive.ubuntu.com//ubuntu xenial/main amd64 wireless-regdb all 2015.07.20-1ubuntu1 [9058 B]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:10 http://archive.ubuntu.com//ubuntu xenial/main amd64 iw amd64 3.17-1 [63.5 kB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:11 http://archive.ubuntu.com//ubuntu xenial/main amd64 crda amd64 3.13-1 [60.5 kB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:12 http://archive.ubuntu.com//ubuntu xenial/main amd64 linux-firmware all 1.157 [32.6 MB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:13 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 linux-image-4.4.0-22-generic amd64 4.4.0-22.40 [18.7 MB]
May 26 19:52:15 wtllab-compute-1 cloud-init[2166]: Get:14 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 linux-image-extra-4.4.0-22-generic amd64 4.4.0-22.40 [38.9 MB]
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Get:15 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 linux-image-generic amd64 4.4.0.22.23 [2314 B]
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Get:16 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 linux-headers-4.4.0-22 all 4.4.0-22.40 [9934 kB]
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Get:17 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 linux-headers-4.4.0-22-generic amd64 4.4.0-22.40 [783 kB]
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Get:18 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 linux-headers-generic amd64 4.4.0.22.23 [2288 B]
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Get:19 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 linux-generic amd64 4.4.0.22.23 [1786 B]
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Get:20 http://archive.ubuntu.com//ubuntu xenial/main amd64 os-prober amd64 1.70ubuntu3 [18.8 kB]
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Get:21 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 thermald amd64 1.5-2ubuntu1 [187 kB]
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preconfiguring packages ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Fetched 105 MB in 1s (86.7 MB/s)
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (2: No such file or directory)
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package libfreetype6:amd64.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: (Reading database ... 25401 files and directories currently installed.)
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../libfreetype6_2.6.1-0.1ubuntu2_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking libfreetype6:amd64 (2.6.1-0.1ubuntu2) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package grub-common.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../grub-common_2.02~beta2-36ubuntu3_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking grub-common (2.02~beta2-36ubuntu3) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package grub2-common.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../grub2-common_2.02~beta2-36ubuntu3_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking grub2-common (2.02~beta2-36ubuntu3) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package grub-pc-bin.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../grub-pc-bin_2.02~beta2-36ubuntu3_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking grub-pc-bin (2.02~beta2-36ubuntu3) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package grub-gfxpayload-lists.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../grub-gfxpayload-lists_0.7_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking grub-gfxpayload-lists (0.7) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package grub-pc.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../grub-pc_2.02~beta2-36ubuntu3_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking grub-pc (2.02~beta2-36ubuntu3) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package libnl-3-200:amd64.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../libnl-3-200_3.2.27-1_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking libnl-3-200:amd64 (3.2.27-1) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package libnl-genl-3-200:amd64.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../libnl-genl-3-200_3.2.27-1_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking libnl-genl-3-200:amd64 (3.2.27-1) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package wireless-regdb.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../wireless-regdb_2015.07.20-1ubuntu1_all.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking wireless-regdb (2015.07.20-1ubuntu1) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package iw.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../archives/iw_3.17-1_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking iw (3.17-1) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package crda.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../archives/crda_3.13-1_amd64.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking crda (3.13-1) ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package linux-firmware.
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../linux-firmware_1.157_all.deb ...
May 26 19:52:16 wtllab-compute-1 cloud-init[2166]: Unpacking linux-firmware (1.157) ...
May 26 19:52:19 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package linux-image-4.4.0-22-generic.
May 26 19:52:19 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../linux-image-4.4.0-22-generic_4.4.0-22.40_amd64.deb ...
May 26 19:52:19 wtllab-compute-1 cloud-init[2166]: Done.
May 26 19:52:19 wtllab-compute-1 cloud-init[2166]: Unpacking linux-image-4.4.0-22-generic (4.4.0-22.40) ...
May 26 19:52:21 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package linux-image-extra-4.4.0-22-generic.
May 26 19:52:21 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../linux-image-extra-4.4.0-22-generic_4.4.0-22.40_amd64.deb ...
May 26 19:52:21 wtllab-compute-1 cloud-init[2166]: Unpacking linux-image-extra-4.4.0-22-generic (4.4.0-22.40) ...
May 26 19:52:26 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package linux-image-generic.
May 26 19:52:26 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../linux-image-generic_4.4.0.22.23_amd64.deb ...
May 26 19:52:26 wtllab-compute-1 cloud-init[2166]: Unpacking linux-image-generic (4.4.0.22.23) ...
May 26 19:52:26 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package linux-headers-4.4.0-22.
May 26 19:52:26 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../linux-headers-4.4.0-22_4.4.0-22.40_all.deb ...
May 26 19:52:26 wtllab-compute-1 cloud-init[2166]: Unpacking linux-headers-4.4.0-22 (4.4.0-22.40) ...
May 26 19:52:28 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package linux-headers-4.4.0-22-generic.
May 26 19:52:28 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../linux-headers-4.4.0-22-generic_4.4.0-22.40_amd64.deb ...
May 26 19:52:28 wtllab-compute-1 cloud-init[2166]: Unpacking linux-headers-4.4.0-22-generic (4.4.0-22.40) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package linux-headers-generic.
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../linux-headers-generic_4.4.0.22.23_amd64.deb ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Unpacking linux-headers-generic (4.4.0.22.23) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package linux-generic.
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../linux-generic_4.4.0.22.23_amd64.deb ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Unpacking linux-generic (4.4.0.22.23) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package os-prober.
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../os-prober_1.70ubuntu3_amd64.deb ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Unpacking os-prober (1.70ubuntu3) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Selecting previously unselected package thermald.
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Preparing to unpack .../thermald_1.5-2ubuntu1_amd64.deb ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Unpacking thermald (1.5-2ubuntu1) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Processing triggers for libc-bin (2.23-0ubuntu3) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Processing triggers for ureadahead (0.100.0-19) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Processing triggers for systemd (229-4ubuntu4) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Processing triggers for man-db (2.7.5-1) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Processing triggers for install-info (6.1.0.dfsg.1-5) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Processing triggers for dbus (1.10.6-1ubuntu3) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up libfreetype6:amd64 (2.6.1-0.1ubuntu2) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up grub-common (2.02~beta2-36ubuntu3) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Running in chroot, ignoring request.
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: invoke-rc.d: policy-rc.d denied execution of start.
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up grub2-common (2.02~beta2-36ubuntu3) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up grub-pc-bin (2.02~beta2-36ubuntu3) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up libnl-3-200:amd64 (3.2.27-1) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up libnl-genl-3-200:amd64 (3.2.27-1) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up wireless-regdb (2015.07.20-1ubuntu1) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up iw (3.17-1) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up crda (3.13-1) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up linux-firmware (1.157) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Setting up linux-image-4.4.0-22-generic (4.4.0-22.40) ...
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Running depmod.
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: update-initramfs: deferring update (hook will be called later)
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: Examining /etc/kernel/postinst.d.
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-22-generic /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-22-generic /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:29 wtllab-compute-1 cloud-init[2166]: update-initramfs: Generating /boot/initrd.img-4.4.0-22-generic
May 26 19:52:33 wtllab-compute-1 cloud-init[2166]: W: plymouth: The plugin label.so is missing, the selected theme might not work as expected.
May 26 19:52:33 wtllab-compute-1 cloud-init[2166]: W: plymouth: You might want to install the plymouth-themes and plymouth-label package to fix this.
May 26 19:52:33 wtllab-compute-1 cloud-init[2166]: W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
May 26 19:52:38 wtllab-compute-1 cloud-init[2166]: run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.4.0-22-generic /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:38 wtllab-compute-1 cloud-init[2166]: run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-22-generic /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:38 wtllab-compute-1 cloud-init[2166]: Setting up linux-image-extra-4.4.0-22-generic (4.4.0-22.40) ...
May 26 19:52:38 wtllab-compute-1 cloud-init[2166]: run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-22-generic /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:38 wtllab-compute-1 cloud-init[2166]: run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-22-generic /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:38 wtllab-compute-1 cloud-init[2166]: update-initramfs: Generating /boot/initrd.img-4.4.0-22-generic
May 26 19:52:41 wtllab-compute-1 cloud-init[2166]: W: plymouth: The plugin label.so is missing, the selected theme might not work as expected.
May 26 19:52:41 wtllab-compute-1 cloud-init[2166]: W: plymouth: You might want to install the plymouth-themes and plymouth-label package to fix this.
May 26 19:52:42 wtllab-compute-1 cloud-init[2166]: W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.4.0-22-generic /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-22-generic /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Setting up linux-image-generic (4.4.0.22.23) ...
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Setting up linux-headers-4.4.0-22 (4.4.0-22.40) ...
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Setting up linux-headers-4.4.0-22-generic (4.4.0-22.40) ...
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Setting up linux-headers-generic (4.4.0.22.23) ...
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Setting up linux-generic (4.4.0.22.23) ...
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Setting up os-prober (1.70ubuntu3) ...
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Setting up thermald (1.5-2ubuntu1) ...
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Running in chroot, ignoring request.
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: invoke-rc.d: policy-rc.d denied execution of start.
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Setting up grub-pc (2.02~beta2-36ubuntu3) ...
May 26 19:52:47 wtllab-compute-1 cloud-init[2166]: Creating config file /etc/default/grub with new version
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]: Generating grub configuration file ...
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]: Found linux image: /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]: Found initrd image: /boot/initrd.img-4.4.0-22-generic
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]:   /run/lvm/lvmetad.socket: connect failed: No such file or directory
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]:   WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]: done
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]: Setting up grub-gfxpayload-lists (0.7) ...
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]: Processing triggers for libc-bin (2.23-0ubuntu3) ...
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]: Processing triggers for ureadahead (0.100.0-19) ...
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]: Processing triggers for systemd (229-4ubuntu4) ...
May 26 19:52:48 wtllab-compute-1 cloud-init[2166]: Processing triggers for dbus (1.10.6-1ubuntu3) ...
May 26 19:52:49 wtllab-compute-1 cloud-init[2166]: Leaving 'diversion of /etc/init/ureadahead.conf to /etc/init/ureadahead.conf.disabled by cloud-init'
May 26 19:52:50 wtllab-compute-1 cloud-init[2166]: Setting up swapspace version 1, size = 8 GiB (8589930496 bytes)
May 26 19:52:50 wtllab-compute-1 cloud-init[2166]: no label, UUID=feb2686e-a782-4ff4-8d68-bedcb728d3a9
May 26 19:52:50 wtllab-compute-1 cloud-init[2166]: Replacing config file /etc/default/grub with new version
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: Generating grub configuration file ...
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: Found linux image: /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: Found initrd image: /boot/initrd.img-4.4.0-22-generic
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: done
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: Generating grub configuration file ...
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: Found linux image: /boot/vmlinuz-4.4.0-22-generic
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: Found initrd image: /boot/initrd.img-4.4.0-22-generic
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: done
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: Installing for i386-pc platform.
May 26 19:52:51 wtllab-compute-1 cloud-init[2166]: Installation finished. No error reported.
May 26 19:52:53 wtllab-compute-1 cloud-init[2166]: --2016-05-26 19:52:53--  http://172.20.0.1:5240/MAAS/metadata/latest/by-id/4y3h7s/
May 26 19:52:53 wtllab-compute-1 cloud-init[2166]: Connecting to 172.20.0.1:5240... connected.
May 26 19:52:53 wtllab-compute-1 cloud-init[2166]: HTTP request sent, awaiting response... 200 OK
May 26 19:52:53 wtllab-compute-1 cloud-init[2166]: Length: unspecified [text/plain]
May 26 19:52:53 wtllab-compute-1 cloud-init[2166]: Saving to: '/dev/null'
May 26 19:52:53 wtllab-compute-1 cloud-init[2166]:      0K                                                         231K=0s
May 26 19:52:53 wtllab-compute-1 cloud-init[2166]: 2016-05-26 19:52:53 (231 KB/s) - '/dev/null' saved [2]
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="174726628460926636551464292374", oauth_timestamp="1464292374", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user ran successfully
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="6984623636063863711464292374", oauth_timestamp="1464292374", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_ssh_authkey_fingerprints - wb: [420] 25 bytes
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-ssh-authkey-fingerprints using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_ssh_authkey_fingerprints'>)
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 2540 bytes from /etc/ssh/sshd_config
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False)
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 393 bytes from /home/ubuntu/.ssh/authorized_keys
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="168234520433147505091464292374", oauth_timestamp="1464292374", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints ran successfully
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="60347332189368252791464292374", oauth_timestamp="1464292374", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_keys_to_console - wb: [420] 25 bytes
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-keys-to-console using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_keys_to_console'>)
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Running command ['/usr/lib/cloud-init/write-ssh-key-fingerprints', '', 'ssh-dss'] with allowed return codes [0] (shell=False, capture=True)
May 26 19:52:54 wtllab-compute-1 ec2: 
May 26 19:52:54 wtllab-compute-1 ec2: #############################################################
May 26 19:52:54 wtllab-compute-1 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
May 26 19:52:54 wtllab-compute-1 ec2: 1024 SHA256:c/wPnQrmmUTus5dy2LKblI8CptdiWjczeXyQxlfnwPo root@wtllab-compute-1 (DSA)
May 26 19:52:54 wtllab-compute-1 ec2: 256 SHA256:M3oGKH75GKZlo20W+gqg9bf2PXobzFjwZQZKS4QTt64 root@wtllab-compute-1 (ECDSA)
May 26 19:52:54 wtllab-compute-1 ec2: 256 SHA256:+BXxqb0NRFWL4I95Chl5ztDXfqvbaN9yQdnMAiP0O0k root@wtllab-compute-1 (ED25519)
May 26 19:52:54 wtllab-compute-1 ec2: 2048 SHA256:VEpGFSFBcg4nXOygYVOA0rOp4TbP8ihNEtuqcQ3URnE root@wtllab-compute-1 (RSA)
May 26 19:52:54 wtllab-compute-1 ec2: -----END SSH HOST KEY FINGERPRINTS-----
May 26 19:52:54 wtllab-compute-1 ec2: #############################################################
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="44786205994678525071464292374", oauth_timestamp="1464292374", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console ran successfully
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="133130022021943668881464292374", oauth_timestamp="1464292374", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_phone_home - wb: [420] 25 bytes
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-phone-home using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_phone_home'>)
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] cc_phone_home.py[DEBUG]: Skipping module named phone-home, no 'phone_home' configuration found
May 26 19:52:54 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="171604631292994840591464292374", oauth_timestamp="1464292374", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home ran successfully
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="37866119042380033551464292375", oauth_timestamp="1464292375", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x7fcc0d7eee48>)
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 14 bytes from /proc/uptime
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.7 finished at Thu, 26 May 2016 19:52:55 +0000. Datasource DataSourceMAAS [http://172.20.0.1:5240/MAAS/metadata/curtin].  Up 81.02 seconds
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [420] 51 bytes
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="111154394694337230141464292375", oauth_timestamp="1464292375", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] 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
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="76269008794619004031464292375", oauth_timestamp="1464292375", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/4y3h7s/sem/config_power_state_change - wb: [420] 25 bytes
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] helpers.py[DEBUG]: Running config-power-state-change using lock (<FileLock using file '/var/lib/cloud/instances/4y3h7s/sem/config_power_state_change'>)
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] cc_power_state_change.py[DEBUG]: no power_state provided. doing nothing
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="100798580414637379541464292375", oauth_timestamp="1464292375", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change ran successfully
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] cloud-init[DEBUG]: Ran 11 modules with 0 failures
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json'
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: Read 14 bytes from /proc/uptime
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] util.py[DEBUG]: cloud-init mode 'modules' took 57.042 seconds (57.04)
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: [0/1] open 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s' with {'allow_redirects': True, 'headers': {'Authorization': 'OAuth oauth_nonce="128183267129110145321464292375", oauth_timestamp="1464292375", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="tv7hQLR4DqSACChjQm", oauth_token="VRNLLDuH2DLyC2NgCc", oauth_signature="%263t2wfeeeNasuv4WZRSTKEHydbfq2DF5z"'}, 'url': 'http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s', 'method': 'POST'} configuration
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] url_helper.py[DEBUG]: Read from http://172.20.0.1:5240/MAAS/metadata/status/4y3h7s (200, 2b) after 1 attempts
May 26 19:52:55 wtllab-compute-1 [CLOUDINIT] handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final
May 26 19:52:55 wtllab-compute-1 cloud-init[2166]: Cloud-init v. 0.7.7 running 'modules:final' at Thu, 26 May 2016 19:51:58 +0000. Up 24.22 seconds.
May 26 19:52:55 wtllab-compute-1 cloud-init[2166]: Cloud-init v. 0.7.7 finished at Thu, 26 May 2016 19:52:55 +0000. Datasource DataSourceMAAS [http://172.20.0.1:5240/MAAS/metadata/curtin].  Up 81.02 seconds
May 26 19:52:55 wtllab-compute-1 systemd[1]: Started Execute cloud user/final scripts.
May 26 19:52:55 wtllab-compute-1 systemd[1]: Reached target Cloud-init target.
May 26 19:52:55 wtllab-compute-1 systemd[1]: Reached target Multi-User System.
May 26 19:52:55 wtllab-compute-1 systemd[1]: Reached target Graphical Interface.
May 26 19:52:55 wtllab-compute-1 systemd[1]: Started Stop ureadahead data collection 45s after completed startup.
May 26 19:52:55 wtllab-compute-1 systemd[1]: Starting Update UTMP about System Runlevel Changes...
May 26 19:52:55 wtllab-compute-1 systemd[1]: Started Update UTMP about System Runlevel Changes.
May 26 19:52:55 wtllab-compute-1 systemd[1]: Startup finished in 8.798s (kernel) + 1min 12.608s (userspace) = 1min 21.406s.
May 26 19:52:59 wtllab-compute-1 systemd[1]: local-fs-pre.target: Found ordering cycle on local-fs-pre.target/stop
May 26 19:52:59 wtllab-compute-1 systemd[1]: local-fs-pre.target: Found dependency on lvm2-monitor.service/stop
May 26 19:52:59 wtllab-compute-1 systemd[1]: local-fs-pre.target: Found dependency on lvm2-lvmetad.service/stop
May 26 19:52:59 wtllab-compute-1 systemd[1]: local-fs-pre.target: Found dependency on lvm2-lvmetad.socket/stop
May 26 19:52:59 wtllab-compute-1 systemd[1]: local-fs-pre.target: Found dependency on -.mount/start
May 26 19:52:59 wtllab-compute-1 systemd[1]: local-fs-pre.target: Found dependency on media-root\x2dro.mount/start
May 26 19:52:59 wtllab-compute-1 systemd[1]: local-fs-pre.target: Found dependency on local-fs-pre.target/stop
May 26 19:52:59 wtllab-compute-1 systemd[1]: local-fs-pre.target: Breaking ordering cycle by deleting job lvm2-monitor.service/stop
May 26 19:52:59 wtllab-compute-1 systemd[1]: lvm2-monitor.service: Job lvm2-monitor.service/stop deleted to break ordering cycle starting with local-fs-pre.target/stop
May 26 19:52:59 wtllab-compute-1 systemd[1]: media-root\x2dro.mount: Found ordering cycle on media-root\x2dro.mount/start
May 26 19:52:59 wtllab-compute-1 systemd[1]: media-root\x2dro.mount: Found dependency on -.mount/start
May 26 19:52:59 wtllab-compute-1 systemd[1]: media-root\x2dro.mount: Found dependency on media-root\x2dro.mount/start
May 26 19:52:59 wtllab-compute-1 systemd[1]: media-root\x2dro.mount: Breaking ordering cycle by deleting job -.mount/start
May 26 19:52:59 wtllab-compute-1 systemd[1]: -.mount: Job -.mount/start deleted to break ordering cycle starting with media-root\x2dro.mount/start
May 26 19:52:59 wtllab-compute-1 systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopping LVM2 metadata daemon...
May 26 19:52:59 wtllab-compute-1 systemd[1]: Starting Unattended Upgrades Shutdown...
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopped Stop ureadahead data collection 45s after completed startup.
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopping Authenticate and Authorize Users to Run Privileged Tasks...
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopped target Timers.
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopped Daily apt activities.
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopping ACPI event daemon...
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopped target Graphical Interface.
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopping Accounts Service...
May 26 19:52:59 wtllab-compute-1 systemd[1]: Stopped target Multi-User System.
May 26 19:52:59 wtllab-compute-1 rsyslogd: [origin software="rsyslogd" swVersion="8.16.0" x-pid="2033" x-info="http://www.rsyslog.com"] exiting on signal 15.
Download as text