Ubuntu Pastebin

Paste from powersj at Mon, 9 Jan 2017 18:06:13 +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
powersj@x1:~/Work/repos/cloud-init-wesley$ git rev-parse HEAD
1c5e6db61d37e8fc546b6a05fb505c4b8b741bfd
powersj@x1:~/Work/repos/cloud-init-wesley$ python3 -m tests.cloud_tests run -v -n xenial
2017-01-09 09:54:04,095 - tests.cloud_tests - DEBUG - running with args: Namespace(deb=None, os_name=['xenial'], platform=['lxd'], ppa=None, quiet=False, repo=None, result=None, rpm=None, script=None, subcmd='run', test_config=['/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/bugs/lp1511485.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/bugs/lp1611074.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/bugs/lp1628337.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/add_apt_repositories.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/alter_completion_message.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/configure_instance_trusted_ca_certificates.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/configure_instances_ssh_keys.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/including_user_groups.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/install_arbitrary_packages.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/install_run_chef_recipes.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/run_apt_upgrade.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/run_commands.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/run_commands_first_boot.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/setup_run_puppet.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/examples/writing_out_arbitrary_files.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/main/command_output_simple.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_configure_conf.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_configure_disable_suites.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_configure_primary.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_configure_proxy.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_configure_security.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_configure_sources_key.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_configure_sources_keyserver.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_configure_sources_list.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_configure_sources_ppa.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_pipelining_disable.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/apt_pipelining_os.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/bootcmd.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/byobu.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/ca_certs.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/debug_disable.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/debug_enable.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/final_message.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/keys_to_console.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/landscape.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/locale.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/lxd_bridge.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/lxd_dir.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/ntp.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/ntp_pools.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/ntp_servers.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/package_update_upgrade_install.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/runcmd.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/salt_minion.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/seed_random_command.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/seed_random_data.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/set_hostname.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/set_hostname_fqdn.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/set_password.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/set_password_expire.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/set_password_list.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/snappy.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/ssh_auth_key_fingerprints_disable.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/ssh_auth_key_fingerprints_enable.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/ssh_import_id.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/ssh_keys_generate.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/ssh_keys_provided.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/timezone.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/user_groups.yaml', '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/configs/modules/write_files.yaml'], upgrade=False, upgrade_full=False, verbose=True)

2017-01-09 09:54:04,096 - tests.cloud_tests - DEBUG - using tmpdir /tmp/cloud_test_data_aq7p36rt
2017-01-09 09:54:04,103 - tests.cloud_tests - INFO - setting up platform: lxd
2017-01-09 09:54:04,160 - tests.cloud_tests - INFO - acquiring image for os: xenial
2017-01-09 09:54:15,762 - tests.cloud_tests - DEBUG - updating args for setup with: {'upgrade': True}
2017-01-09 09:54:15,774 - tests.cloud_tests - INFO - setting up image: distro=ubuntu, release=xenial
2017-01-09 09:54:15,780 - tests.cloud_tests - DEBUG - upgrading cloud-init
2017-01-09 09:55:14,211 - tests.cloud_tests - DEBUG - after setup complete, installed cloud-init version is: '0.7.8-49-g9e904bb-0ubuntu1~16.04.3'
2017-01-09 09:55:14,211 - tests.cloud_tests - DEBUG - creating snapshot for xenial
2017-01-09 09:55:22,067 - tests.cloud_tests - INFO - collecting test data for os: xenial
2017-01-09 09:55:22,071 - tests.cloud_tests - WARNING - test config bugs/lp1511485 is not enabled, skipping
2017-01-09 09:55:22,075 - tests.cloud_tests - WARNING - test config bugs/lp1611074 is not enabled, skipping
2017-01-09 09:55:22,079 - tests.cloud_tests - INFO - collecting test data for test: bugs/lp1628337
2017-01-09 09:55:45,742 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:55:46,172 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:55:46,602 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:55:47,030 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:55:47,465 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:55:47,899 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:55:50,011 - tests.cloud_tests - WARNING - test config examples/add_apt_repositories is not enabled, skipping
2017-01-09 09:55:50,015 - tests.cloud_tests - WARNING - test config examples/alter_completion_message is not enabled, skipping
2017-01-09 09:55:50,020 - tests.cloud_tests - WARNING - test config examples/configure_instance_trusted_ca_certificates is not enabled, skipping
2017-01-09 09:55:50,029 - tests.cloud_tests - WARNING - test config examples/configure_instances_ssh_keys is not enabled, skipping
2017-01-09 09:55:50,034 - tests.cloud_tests - WARNING - test config examples/including_user_groups is not enabled, skipping
2017-01-09 09:55:50,039 - tests.cloud_tests - WARNING - test config examples/install_arbitrary_packages is not enabled, skipping
2017-01-09 09:55:50,048 - tests.cloud_tests - WARNING - test config examples/install_run_chef_recipes is not enabled, skipping
2017-01-09 09:55:50,051 - tests.cloud_tests - WARNING - test config examples/run_apt_upgrade is not enabled, skipping
2017-01-09 09:55:50,055 - tests.cloud_tests - WARNING - test config examples/run_commands is not enabled, skipping
2017-01-09 09:55:50,059 - tests.cloud_tests - WARNING - test config examples/run_commands_first_boot is not enabled, skipping
2017-01-09 09:55:50,064 - tests.cloud_tests - WARNING - test config examples/setup_run_puppet is not enabled, skipping
2017-01-09 09:55:50,070 - tests.cloud_tests - WARNING - test config examples/writing_out_arbitrary_files is not enabled, skipping
2017-01-09 09:55:50,074 - tests.cloud_tests - INFO - collecting test data for test: main/command_output_simple
2017-01-09 09:55:57,521 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:55:57,948 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:55:58,376 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:55:58,818 - tests.cloud_tests - DEBUG - running collect script: cloud-init-test-output
2017-01-09 09:55:59,244 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:55:59,709 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:56:00,140 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:56:04,407 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_configure_conf
2017-01-09 09:56:10,851 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:56:11,279 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:56:11,709 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:56:12,142 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:56:12,584 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:56:13,015 - tests.cloud_tests - DEBUG - running collect script: 94cloud-init-config
2017-01-09 09:56:13,445 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:56:18,363 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_configure_disable_suites
2017-01-09 09:56:25,893 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:56:26,327 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:56:26,756 - tests.cloud_tests - DEBUG - running collect script: sources.list
2017-01-09 09:56:27,192 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:56:27,624 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:56:28,058 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:56:28,498 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:56:32,172 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_configure_primary
2017-01-09 09:56:38,612 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:56:39,040 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:56:39,488 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:56:39,918 - tests.cloud_tests - DEBUG - running collect script: gatech.sources.list
2017-01-09 09:56:40,350 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:56:40,782 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:56:41,218 - tests.cloud_tests - DEBUG - running collect script: ubuntu.sources.list
2017-01-09 09:56:41,649 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:56:46,271 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_configure_proxy
2017-01-09 09:56:53,812 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:56:54,375 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:56:54,821 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:56:55,255 - tests.cloud_tests - DEBUG - running collect script: 90cloud-init-aptproxy
2017-01-09 09:56:55,688 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:56:56,129 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:56:56,559 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:57:00,312 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_configure_security
2017-01-09 09:57:07,936 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:57:08,390 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:57:08,837 - tests.cloud_tests - DEBUG - running collect script: sources.list
2017-01-09 09:57:09,287 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:57:09,780 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:57:10,267 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:57:10,716 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:57:14,393 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_configure_sources_key
2017-01-09 09:57:34,222 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:57:34,702 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:57:35,139 - tests.cloud_tests - DEBUG - running collect script: sources.list
2017-01-09 09:57:35,573 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:57:36,019 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:57:36,485 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:57:36,989 - tests.cloud_tests - DEBUG - running collect script: apt_key_list
2017-01-09 09:57:37,566 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:57:42,778 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_configure_sources_keyserver
2017-01-09 09:58:03,375 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:58:03,807 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:58:04,241 - tests.cloud_tests - DEBUG - running collect script: sources.list
2017-01-09 09:58:04,671 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:58:05,118 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:58:05,557 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:58:06,007 - tests.cloud_tests - DEBUG - running collect script: apt_key_list
2017-01-09 09:58:06,442 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:58:11,861 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_configure_sources_list
2017-01-09 09:58:19,501 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:58:19,945 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:58:20,387 - tests.cloud_tests - DEBUG - running collect script: sources.list
2017-01-09 09:58:20,835 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:58:21,281 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:58:21,715 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:58:22,153 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:58:26,281 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_configure_sources_ppa
2017-01-09 09:58:52,099 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:58:52,540 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:58:53,019 - tests.cloud_tests - DEBUG - running collect script: sources.list
2017-01-09 09:58:53,481 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:58:53,934 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:58:54,412 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:58:54,902 - tests.cloud_tests - DEBUG - running collect script: apt-key
2017-01-09 09:58:55,626 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:59:00,217 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_pipelining_disable
2017-01-09 09:59:07,953 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:59:08,396 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:59:08,843 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:59:09,282 - tests.cloud_tests - DEBUG - running collect script: 90cloud-init-pipelining
2017-01-09 09:59:09,752 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:59:10,241 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:59:10,712 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:59:14,422 - tests.cloud_tests - INFO - collecting test data for test: modules/apt_pipelining_os
2017-01-09 09:59:23,304 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:59:23,780 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:59:24,226 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:59:24,670 - tests.cloud_tests - DEBUG - running collect script: 90cloud-init-pipelining
2017-01-09 09:59:25,127 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:59:25,695 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:59:26,286 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:59:29,391 - tests.cloud_tests - INFO - collecting test data for test: modules/bootcmd
2017-01-09 09:59:35,991 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:59:36,437 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:59:36,895 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:59:37,370 - tests.cloud_tests - DEBUG - running collect script: hosts
2017-01-09 09:59:37,815 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:59:38,253 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:59:38,687 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:59:43,340 - tests.cloud_tests - INFO - collecting test data for test: modules/byobu
2017-01-09 09:59:50,888 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 09:59:51,393 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 09:59:51,838 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 09:59:52,271 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 09:59:52,721 - tests.cloud_tests - DEBUG - running collect script: byobu_installed
2017-01-09 09:59:53,154 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 09:59:53,597 - tests.cloud_tests - DEBUG - running collect script: byobu_profile_enabled
2017-01-09 09:59:54,046 - tests.cloud_tests - DEBUG - running collect script: byobu_launch_exists
2017-01-09 09:59:54,486 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 09:59:57,200 - tests.cloud_tests - INFO - collecting test data for test: modules/ca_certs
2017-01-09 10:00:04,822 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 10:00:05,282 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 10:00:05,740 - tests.cloud_tests - DEBUG - running collect script: cert
2017-01-09 10:00:06,179 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 10:00:06,638 - tests.cloud_tests - DEBUG - running collect script: cert_count
2017-01-09 10:00:07,073 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 10:00:07,533 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 10:00:07,992 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 10:00:11,344 - tests.cloud_tests - INFO - collecting test data for test: modules/debug_disable
2017-01-09 10:00:17,893 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 10:00:18,329 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 10:00:18,772 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 10:00:19,223 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 10:00:19,660 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 10:00:20,097 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 10:00:25,407 - tests.cloud_tests - INFO - collecting test data for test: modules/debug_enable
2017-01-09 10:00:32,118 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 10:00:32,562 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 10:00:33,009 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 10:00:33,458 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 10:00:33,901 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 10:00:34,341 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 10:00:39,201 - tests.cloud_tests - INFO - collecting test data for test: modules/final_message
2017-01-09 10:00:46,823 - tests.cloud_tests - DEBUG - running collect script: cloud-init-version
2017-01-09 10:00:47,267 - tests.cloud_tests - DEBUG - running collect script: cloud-init-output.log
2017-01-09 10:00:47,712 - tests.cloud_tests - DEBUG - running collect script: instance-id
2017-01-09 10:00:48,145 - tests.cloud_tests - DEBUG - running collect script: result.json
2017-01-09 10:00:48,445 - tests.cloud_tests - ERROR - stage part: script result.json encountered error: ('Connection aborted.', OSError(24, 'Too many open files'))
2017-01-09 10:00:48,446 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 54, in run_single
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 23, in collect_script
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/base.py", line 89, in run_script
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 43, in execute
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 97, in start
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 26, in pylxd_container
  File "/usr/local/lib/python3.5/dist-packages/pylxd/models/_model.py", line 151, in sync
  File "/usr/local/lib/python3.5/dist-packages/pylxd/client.py", line 102, in get
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 501, in get
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 488, in request
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 609, in send
  File "/usr/local/lib/python3.5/dist-packages/requests/adapters.py", line 473, in send

2017-01-09 10:00:48,447 - tests.cloud_tests - DEBUG - running collect script: status.json
2017-01-09 10:00:48,450 - tests.cloud_tests - ERROR - stage part: script status.json encountered error: ('Connection aborted.', OSError(24, 'Too many open files'))
2017-01-09 10:00:48,451 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 54, in run_single
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 23, in collect_script
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/base.py", line 82, in run_script
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/base.py", line 96, in tmpfile
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 43, in execute
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 97, in start
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 26, in pylxd_container
  File "/usr/local/lib/python3.5/dist-packages/pylxd/models/_model.py", line 151, in sync
  File "/usr/local/lib/python3.5/dist-packages/pylxd/client.py", line 102, in get
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 501, in get
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 488, in request
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 609, in send
  File "/usr/local/lib/python3.5/dist-packages/requests/adapters.py", line 473, in send

2017-01-09 10:00:48,452 - tests.cloud_tests - DEBUG - running collect script: cloud-init.log
2017-01-09 10:00:48,455 - tests.cloud_tests - ERROR - stage part: script cloud-init.log encountered error: ('Connection aborted.', OSError(24, 'Too many open files'))
2017-01-09 10:00:48,455 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 54, in run_single
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 23, in collect_script
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/base.py", line 82, in run_script
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/base.py", line 96, in tmpfile
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 43, in execute
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 97, in start
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 26, in pylxd_container
  File "/usr/local/lib/python3.5/dist-packages/pylxd/models/_model.py", line 151, in sync
  File "/usr/local/lib/python3.5/dist-packages/pylxd/client.py", line 102, in get
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 501, in get
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 488, in request
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 609, in send
  File "/usr/local/lib/python3.5/dist-packages/requests/adapters.py", line 473, in send

2017-01-09 10:00:48,457 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: ('Connection aborted.', OSError(24, 'Too many open files'))
2017-01-09 10:00:48,457 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 65, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 34, in __exit__
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 120, in destroy
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 113, in unfreeze
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/instances/lxd.py", line 26, in pylxd_container
  File "/usr/local/lib/python3.5/dist-packages/pylxd/models/_model.py", line 151, in sync
  File "/usr/local/lib/python3.5/dist-packages/pylxd/client.py", line 102, in get
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 501, in get
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 488, in request
  File "/usr/local/lib/python3.5/dist-packages/requests/sessions.py", line 609, in send
  File "/usr/local/lib/python3.5/dist-packages/requests/adapters.py", line 473, in send

2017-01-09 10:00:48,457 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,458 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,458 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,458 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,458 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,459 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,459 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,459 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,459 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,459 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,459 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,459 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,460 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,460 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,460 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,460 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,460 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,460 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,460 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,460 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,461 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,461 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,461 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,461 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,461 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,461 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,461 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,462 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,462 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,462 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,462 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,462 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,463 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,463 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,463 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,463 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,463 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,463 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,463 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,464 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,464 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,464 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,464 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,464 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,464 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,464 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,464 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,465 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,465 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,465 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,465 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,465 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:48,465 - tests.cloud_tests - ERROR - stage: collect test data for xenial encountered error: [Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'
2017-01-09 10:00:48,465 - tests.cloud_tests - ERROR - traceback:
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/stage.py", line 94, in run_stage
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/collect.py", line 39, in collect_test_data
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/config.py", line 117, in load_test_config
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 428, in read_conf
  File "/home/powersj/Work/repos/cloud-init-wesley/cloudinit/util.py", line 1278, in load_file

2017-01-09 10:00:50,769 - tests.cloud_tests - DEBUG - collect stages: {'errors': [], 'success': False, 'time': 406.6730465888977, 'name': 'collect data', 'stages': [{'errors': [], 'success': False, 'time': 406.6235399246216, 'name': 'collect for platform: lxd', 'stages': [{'errors': [], 'success': False, 'time': 393.756147146225, 'name': 'set up and collect data for os: xenial', 'stages': [{'errors': [], 'success': True, 'time': 58.289599657058716, 'name': 'set up for image: distro=ubuntu, release=xenial', 'stages': [{'errors': [], 'success': True, 'time': 58.28959393501282, 'name': 'setup func for --upgrade, upgrade cloud-init'}]}, {'errors': ["('Connection aborted.', OSError(24, 'Too many open files'))", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'", "[Errno 24] Too many open files: '/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases.yaml'"], 'success': False, 'time': 326.398761510849, 'name': 'collect test data for xenial', 'stages': [{}, {}, {'errors': [], 'success': True, 'time': 26.014207363128662, 'name': 'collect for test: bugs/lp1628337', 'stages': [{'errors': [], 'success': True, 'time': 23.429295539855957, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.42957377433776855, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.43018484115600586, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.42740845680236816, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.43551087379455566, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.4341776371002197, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.42801976203918457, 'name': 'script cloud-init.log'}]}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {'errors': [], 'success': True, 'time': 10.282588720321655, 'name': 'collect for test: main/command_output_simple', 'stages': [{'errors': [], 'success': True, 'time': 7.22785210609436, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.42727136611938477, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.4279754161834717, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.44146728515625, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.4262068271636963, 'name': 'script cloud-init-test-output'}, {'errors': [], 'success': True, 'time': 0.46445345878601074, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.4317967891693115, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.4355299472808838, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 9.250590324401855, 'name': 'collect for test: modules/apt_configure_conf', 'stages': [{'errors': [], 'success': True, 'time': 6.226840019226074, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.42824530601501465, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.43059349060058594, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.43239283561706543, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.4417903423309326, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.43161678314208984, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.4295971393585205, 'name': 'script 94cloud-init-config'}, {'errors': [], 'success': True, 'time': 0.4294748306274414, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 10.348531007766724, 'name': 'collect for test: modules/apt_configure_disable_suites', 'stages': [{'errors': [], 'success': True, 'time': 7.308081388473511, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.43328022956848145, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.42891669273376465, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.43643927574157715, 'name': 'script sources.list'}, {'errors': [], 'success': True, 'time': 0.43161606788635254, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.43395090103149414, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.4400174617767334, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.43617796897888184, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 9.693593740463257, 'name': 'collect for test: modules/apt_configure_primary', 'stages': [{'errors': [], 'success': True, 'time': 6.2256178855896, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.4288468360900879, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.447751522064209, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.42981576919555664, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.43216466903686523, 'name': 'script gatech.sources.list'}, {'errors': [], 'success': True, 'time': 0.43224644660949707, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.4355752468109131, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.4314002990722656, 'name': 'script ubuntu.sources.list'}, {'errors': [], 'success': True, 'time': 0.4301321506500244, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 10.490589380264282, 'name': 'collect for test: modules/apt_configure_proxy', 'stages': [{'errors': [], 'success': True, 'time': 7.314254283905029, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.5637965202331543, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.4457237720489502, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.43373966217041016, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.43330812454223633, 'name': 'script 90cloud-init-aptproxy'}, {'errors': [], 'success': True, 'time': 0.44088149070739746, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.4296855926513672, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.42914795875549316, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 10.630140542984009, 'name': 'collect for test: modules/apt_configure_security', 'stages': [{'errors': [], 'success': True, 'time': 7.362847328186035, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.4543280601501465, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.44658875465393066, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.4498558044433594, 'name': 'script sources.list'}, {'errors': [], 'success': True, 'time': 0.49274444580078125, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.4871540069580078, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.449263334274292, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.48730897903442383, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 23.373722553253174, 'name': 'collect for test: modules/apt_configure_sources_key', 'stages': [{'errors': [], 'success': True, 'time': 19.578222513198853, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.4796416759490967, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.43691205978393555, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.4339256286621094, 'name': 'script sources.list'}, {'errors': [], 'success': True, 'time': 0.4461660385131836, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.4664573669433594, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.5035347938537598, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.5768582820892334, 'name': 'script apt_key_list'}, {'errors': [], 'success': True, 'time': 0.451951265335083, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 23.935030698776245, 'name': 'collect for test: modules/apt_configure_sources_keyserver', 'stages': [{'errors': [], 'success': True, 'time': 20.3770272731781, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.4325392246246338, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.43383240699768066, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.43000292778015137, 'name': 'script sources.list'}, {'errors': [], 'success': True, 'time': 0.4465782642364502, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.4387533664703369, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.4503796100616455, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.43474698066711426, 'name': 'script apt_key_list'}, {'errors': [], 'success': True, 'time': 0.4911229610443115, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 10.518338203430176, 'name': 'collect for test: modules/apt_configure_sources_list', 'stages': [{'errors': [], 'success': True, 'time': 7.413257598876953, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.44350314140319824, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.44182538986206055, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.4486715793609619, 'name': 'script sources.list'}, {'errors': [], 'success': True, 'time': 0.44569969177246094, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.4337923526763916, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.43786168098449707, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.4536857604980469, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 29.569610834121704, 'name': 'collect for test: modules/apt_configure_sources_ppa', 'stages': [{'errors': [], 'success': True, 'time': 25.59535312652588, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.4413793087005615, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.47898006439208984, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.4618699550628662, 'name': 'script sources.list'}, {'errors': [], 'success': True, 'time': 0.45319461822509766, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.47751545906066895, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.49045228958129883, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.7238967418670654, 'name': 'script apt-key'}, {'errors': [], 'success': True, 'time': 0.4469187259674072, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 10.712020874023438, 'name': 'collect for test: modules/apt_pipelining_disable', 'stages': [{'errors': [], 'success': True, 'time': 7.506083011627197, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.44301915168762207, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.4467320442199707, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.43891429901123047, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.4705483913421631, 'name': 'script 90cloud-init-pipelining'}, {'errors': [], 'success': True, 'time': 0.4888591766357422, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.471193790435791, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.44663023948669434, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 12.249221086502075, 'name': 'collect for test: modules/apt_pipelining_os', 'stages': [{'errors': [], 'success': True, 'time': 8.64376950263977, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.47603845596313477, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.445479154586792, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.4439826011657715, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.45743632316589355, 'name': 'script 90cloud-init-pipelining'}, {'errors': [], 'success': True, 'time': 0.5681285858154297, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.5901846885681152, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.6241574287414551, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 9.512964487075806, 'name': 'collect for test: modules/bootcmd', 'stages': [{'errors': [], 'success': True, 'time': 6.371496200561523, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.44587016105651855, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.4589405059814453, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.4740879535675049, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.44506263732910156, 'name': 'script hosts'}, {'errors': [], 'success': True, 'time': 0.43865203857421875, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.43349123001098633, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.44531679153442383, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 11.362982273101807, 'name': 'collect for test: modules/byobu', 'stages': [{'errors': [], 'success': True, 'time': 7.321686506271362, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.505258321762085, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.4446101188659668, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.43323278427124023, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.44949984550476074, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.43346476554870605, 'name': 'script byobu_installed'}, {'errors': [], 'success': True, 'time': 0.4430227279663086, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.44843482971191406, 'name': 'script byobu_profile_enabled'}, {'errors': [], 'success': True, 'time': 0.4402329921722412, 'name': 'script byobu_launch_exists'}, {'errors': [], 'success': True, 'time': 0.44348788261413574, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 11.007508516311646, 'name': 'collect for test: modules/ca_certs', 'stages': [{'errors': [], 'success': True, 'time': 7.388159513473511, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.4595832824707031, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.45864343643188477, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.4382915496826172, 'name': 'script cert'}, {'errors': [], 'success': True, 'time': 0.4593029022216797, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.43492698669433594, 'name': 'script cert_count'}, {'errors': [], 'success': True, 'time': 0.45957469940185547, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.45913243293762207, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.449843168258667, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 8.94160008430481, 'name': 'collect for test: modules/debug_disable', 'stages': [{'errors': [], 'success': True, 'time': 6.295884609222412, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.4357869625091553, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.4432651996612549, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.45090484619140625, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.43671655654907227, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.4370408058166504, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.4419667720794678, 'name': 'script cloud-init.log'}]}, {'errors': [], 'success': True, 'time': 9.155421733856201, 'name': 'collect for test: modules/debug_enable', 'stages': [{'errors': [], 'success': True, 'time': 6.479262113571167, 'name': 'boot instance'}, {'errors': [], 'success': True, 'time': 0.4435842037200928, 'name': 'script cloud-init-version'}, {'errors': [], 'success': True, 'time': 0.44776153564453125, 'name': 'script cloud-init-output.log'}, {'errors': [], 'success': True, 'time': 0.44895505905151367, 'name': 'script instance-id'}, {'errors': [], 'success': True, 'time': 0.44232606887817383, 'name': 'script result.json'}, {'errors': [], 'success': True, 'time': 0.440138578414917, 'name': 'script status.json'}, {'errors': [], 'success': True, 'time': 0.45336103439331055, 'name': 'script cloud-init.log'}]}]}]}]}]}
2017-01-09 10:00:50,771 - tests.cloud_tests - DEBUG - found test data: {'lxd': {'xenial': ['main/command_output_simple', 'bugs/lp1628337', 'modules/apt_configure_sources_key', 'modules/apt_configure_disable_suites', 'modules/apt_pipelining_disable', 'modules/apt_configure_sources_keyserver', 'modules/apt_configure_security', 'modules/bootcmd', 'modules/apt_configure_proxy', 'modules/final_message', 'modules/debug_enable', 'modules/ca_certs', 'modules/debug_disable', 'modules/apt_configure_sources_ppa', 'modules/apt_configure_primary', 'modules/apt_pipelining_os', 'modules/apt_configure_sources_list', 'modules/byobu', 'modules/apt_configure_conf']}}

2017-01-09 10:00:50,771 - tests.cloud_tests - INFO - test: platform='lxd', os='xenial' verifying test data
2017-01-09 10:00:50,771 - tests.cloud_tests - DEBUG - verifying test data for main/command_output_simple
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_output_file (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.003s

OK
2017-01-09 10:00:50,782 - tests.cloud_tests - DEBUG - verifying test data for bugs/lp1628337
test_fetch_indices (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Verify no apt errors ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_ntp (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Verify can find ntp and install it ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK
2017-01-09 10:00:50,788 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_key
test_apt_key_list (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test key list updated ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_source_list (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test source.list updated ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK
2017-01-09 10:00:50,799 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_disable_suites
test_empty_sourcelist (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test source list is empty ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
2017-01-09 10:00:50,807 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_pipelining_disable
test_disable_pipelining (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test pipelining disabled ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
2017-01-09 10:00:50,813 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_keyserver
test_apt_key_list (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test specific key added ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_source_list (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test source.list updated ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.001s

OK
2017-01-09 10:00:50,819 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_security
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_security_mirror (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test security lines added and uncommented in source.list ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
2017-01-09 10:00:50,824 - tests.cloud_tests - DEBUG - verifying test data for modules/bootcmd
test_bootcmd_host (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test boot cmd worked ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
2017-01-09 10:00:50,829 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_proxy
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_proxy_config (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test proxy options added to apt config ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.001s

OK
2017-01-09 10:00:50,834 - tests.cloud_tests - DEBUG - verifying test data for modules/final_message
test_final_message_string (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_final_message_subs (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... FAIL
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... FAIL

======================================================================
FAIL: test_final_message_subs (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/modules/final_message.py", line 43, in test_final_message_subs
    patterns = {'$datasource': self.get_datasource()}
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 65, in get_datasource
    data = self.get_status_data(self.get_data_file('result.json'))
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 40, in get_data_file
    .format(name))
AssertionError: File "result.json" missing from collect data

======================================================================
FAIL: test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 72, in test_no_stages_errors
    status = self.get_status_data(self.get_data_file('status.json'))
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 40, in get_data_file
    .format(name))
AssertionError: File "status.json" missing from collect data

----------------------------------------------------------------------
Ran 3 tests in 0.002s

FAILED (failures=2)
2017-01-09 10:00:50,843 - tests.cloud_tests - WARNING - test case: modules/final_message failed TestFinalMessage.test_final_message_subs with: AssertionError: File "result.json" missing from collect data
2017-01-09 10:00:50,843 - tests.cloud_tests - WARNING - test case: modules/final_message failed TestFinalMessage.test_no_stages_errors with: AssertionError: File "status.json" missing from collect data
2017-01-09 10:00:50,843 - tests.cloud_tests - DEBUG - verifying test data for modules/debug_enable
test_debug_enable (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test debug messages in cloud-init log ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
2017-01-09 10:00:50,848 - tests.cloud_tests - DEBUG - verifying test data for modules/ca_certs
test_cert_count (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test the count is proper ... ok
test_cert_installed (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test line from our cert exists ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK
2017-01-09 10:00:50,857 - tests.cloud_tests - DEBUG - verifying test data for modules/debug_disable
test_debug_disable (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test verbose output missing from logs ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
2017-01-09 10:00:50,861 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_ppa
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_ppa (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
test specific ppa added ... ok
test_ppa_key (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
test ppa key added ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK
2017-01-09 10:00:50,867 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_primary
test_gatech_sources (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test GaTech entires exist ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_ubuntu_sources (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test no default Ubuntu entries exist ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK
2017-01-09 10:00:50,876 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_pipelining_os
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_os_pipelining (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test pipelining set to os ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
2017-01-09 10:00:50,882 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_list
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok
test_sources_list (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test sources.list includes sources ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.001s

OK
2017-01-09 10:00:50,889 - tests.cloud_tests - DEBUG - verifying test data for modules/byobu
test_byobu_installed (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test byobu installed ... FAIL
test_byobu_launch_exists (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test byobu-launch exists ... FAIL
test_byobu_profile_enabled (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test byobu profile.d file exists ... FAIL
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... FAIL

======================================================================
FAIL: test_byobu_installed (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test byobu installed
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/modules/byobu.py", line 13, in test_byobu_installed
    self.assertIn('/usr/bin/byobu', out)
AssertionError: '/usr/bin/byobu' not found in ''

======================================================================
FAIL: test_byobu_launch_exists (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test byobu-launch exists
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/modules/byobu.py", line 23, in test_byobu_launch_exists
    self.assertIn('/usr/bin/byobu-launch', out)
AssertionError: '/usr/bin/byobu-launch' not found in ''

======================================================================
FAIL: test_byobu_profile_enabled (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test byobu profile.d file exists
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/modules/byobu.py", line 18, in test_byobu_profile_enabled
    self.assertIn('/etc/profile.d/Z97-byobu.sh', out)
AssertionError: '/etc/profile.d/Z97-byobu.sh' not found in ''

======================================================================
FAIL: test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 77, in test_no_stages_errors
    .format(status[stage]['errors'], stage))
AssertionError: 1 != 0 : errors ['(\'byobu\', ProcessExecutionError(\'Unexpected error while running command.\\nCommand: [\\\'/bin/sh\\\', \\\'-c\\\', \\\'X=0; echo "byobu byobu/launch-by-default boolean true" | debconf-set-selections && dpkg-reconfigure byobu --frontend=noninteractive || X=$(($X+1));  exit $X\\\']\\nExit code: 1\\nReason: -\\nStdout: \\\'\\\'\\nStderr: \\\'\\\'\',))'] were encountered in stage modules-config

----------------------------------------------------------------------
Ran 4 tests in 0.001s

FAILED (failures=4)
2017-01-09 10:00:50,896 - tests.cloud_tests - WARNING - test case: modules/byobu failed TestByobu.test_byobu_installed with: AssertionError: '/usr/bin/byobu' not found in ''
2017-01-09 10:00:50,896 - tests.cloud_tests - WARNING - test case: modules/byobu failed TestByobu.test_byobu_launch_exists with: AssertionError: '/usr/bin/byobu-launch' not found in ''
2017-01-09 10:00:50,896 - tests.cloud_tests - WARNING - test case: modules/byobu failed TestByobu.test_byobu_profile_enabled with: AssertionError: '/etc/profile.d/Z97-byobu.sh' not found in ''
2017-01-09 10:00:50,896 - tests.cloud_tests - WARNING - test case: modules/byobu failed TestByobu.test_no_stages_errors with: AssertionError: 1 != 0 : errors ['(\'byobu\', ProcessExecutionError(\'Unexpected error while running command.\\nCommand: [\\\'/bin/sh\\\', \\\'-c\\\', \\\'X=0; echo "byobu byobu/launch-by-default boolean true" | debconf-set-selections && dpkg-reconfigure byobu --frontend=noninteractive || X=$(($X+1));  exit $X\\\']\\nExit code: 1\\nReason: -\\nStdout: \\\'\\\'\\nStderr: \\\'\\\'\',))'] were encountered in stage modules-config
2017-01-09 10:00:50,896 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_conf
test_apt_conf_assumeyes (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test config assumes true ... ok
test_apt_conf_fixbroken (tests.cloud_tests.testcases.get_suite.<locals>.tmp)
Test config fixes broken ... ok
test_no_stages_errors (tests.cloud_tests.testcases.get_suite.<locals>.tmp) ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK
2017-01-09 10:00:50,902 - tests.cloud_tests - WARNING - test: platform='lxd', os='xenial' failed 2 tests
2017-01-09 10:00:50,902 - tests.cloud_tests - DEBUG - verify results: {'lxd': {'xenial': {'modules/debug_disable': {'failures': [], 'passed': True}, 'modules/apt_configure_security': {'failures': [], 'passed': True}, 'modules/apt_pipelining_os': {'failures': [], 'passed': True}, 'modules/apt_configure_proxy': {'failures': [], 'passed': True}, 'modules/apt_configure_primary': {'failures': [], 'passed': True}, 'modules/apt_pipelining_disable': {'failures': [], 'passed': True}, 'modules/final_message': {'failures': [{'module': 'tests.cloud_tests.testcases.modules.final_message', 'class': 'TestFinalMessage', 'function': 'test_final_message_subs', 'traceback': 'Traceback (most recent call last):\n  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/modules/final_message.py", line 43, in test_final_message_subs\n    patterns = {\'$datasource\': self.get_datasource()}\n  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 65, in get_datasource\n    data = self.get_status_data(self.get_data_file(\'result.json\'))\n  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 40, in get_data_file\n    .format(name))\nAssertionError: File "result.json" missing from collect data\n', 'error': 'AssertionError: File "result.json" missing from collect data'}, {'module': 'tests.cloud_tests.testcases.modules.final_message', 'class': 'TestFinalMessage', 'function': 'test_no_stages_errors', 'traceback': 'Traceback (most recent call last):\n  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 72, in test_no_stages_errors\n    status = self.get_status_data(self.get_data_file(\'status.json\'))\n  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 40, in get_data_file\n    .format(name))\nAssertionError: File "status.json" missing from collect data\n', 'error': 'AssertionError: File "status.json" missing from collect data'}], 'passed': False}, 'modules/apt_configure_sources_ppa': {'failures': [], 'passed': True}, 'modules/apt_configure_sources_list': {'failures': [], 'passed': True}, 'modules/byobu': {'failures': [{'module': 'tests.cloud_tests.testcases.modules.byobu', 'class': 'TestByobu', 'function': 'test_byobu_installed', 'traceback': 'Traceback (most recent call last):\n  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/modules/byobu.py", line 13, in test_byobu_installed\n    self.assertIn(\'/usr/bin/byobu\', out)\nAssertionError: \'/usr/bin/byobu\' not found in \'\'\n', 'error': "AssertionError: '/usr/bin/byobu' not found in ''"}, {'module': 'tests.cloud_tests.testcases.modules.byobu', 'class': 'TestByobu', 'function': 'test_byobu_launch_exists', 'traceback': 'Traceback (most recent call last):\n  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/modules/byobu.py", line 23, in test_byobu_launch_exists\n    self.assertIn(\'/usr/bin/byobu-launch\', out)\nAssertionError: \'/usr/bin/byobu-launch\' not found in \'\'\n', 'error': "AssertionError: '/usr/bin/byobu-launch' not found in ''"}, {'module': 'tests.cloud_tests.testcases.modules.byobu', 'class': 'TestByobu', 'function': 'test_byobu_profile_enabled', 'traceback': 'Traceback (most recent call last):\n  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/modules/byobu.py", line 18, in test_byobu_profile_enabled\n    self.assertIn(\'/etc/profile.d/Z97-byobu.sh\', out)\nAssertionError: \'/etc/profile.d/Z97-byobu.sh\' not found in \'\'\n', 'error': "AssertionError: '/etc/profile.d/Z97-byobu.sh' not found in ''"}, {'module': 'tests.cloud_tests.testcases.modules.byobu', 'class': 'TestByobu', 'function': 'test_no_stages_errors', 'traceback': 'Traceback (most recent call last):\n  File "/home/powersj/Work/repos/cloud-init-wesley/tests/cloud_tests/testcases/base.py", line 77, in test_no_stages_errors\n    .format(status[stage][\'errors\'], stage))\nAssertionError: 1 != 0 : errors [\'(\\\'byobu\\\', ProcessExecutionError(\\\'Unexpected error while running command.\\\\nCommand: [\\\\\\\'/bin/sh\\\\\\\', \\\\\\\'-c\\\\\\\', \\\\\\\'X=0; echo "byobu byobu/launch-by-default boolean true" | debconf-set-selections && dpkg-reconfigure byobu --frontend=noninteractive || X=$(($X+1));  exit $X\\\\\\\']\\\\nExit code: 1\\\\nReason: -\\\\nStdout: \\\\\\\'\\\\\\\'\\\\nStderr: \\\\\\\'\\\\\\\'\\\',))\'] were encountered in stage modules-config\n', 'error': 'AssertionError: 1 != 0 : errors [\'(\\\'byobu\\\', ProcessExecutionError(\\\'Unexpected error while running command.\\\\nCommand: [\\\\\\\'/bin/sh\\\\\\\', \\\\\\\'-c\\\\\\\', \\\\\\\'X=0; echo "byobu byobu/launch-by-default boolean true" | debconf-set-selections && dpkg-reconfigure byobu --frontend=noninteractive || X=$(($X+1));  exit $X\\\\\\\']\\\\nExit code: 1\\\\nReason: -\\\\nStdout: \\\\\\\'\\\\\\\'\\\\nStderr: \\\\\\\'\\\\\\\'\\\',))\'] were encountered in stage modules-config'}], 'passed': False}, 'modules/apt_configure_sources_key': {'failures': [], 'passed': True}, 'modules/bootcmd': {'failures': [], 'passed': True}, 'modules/debug_enable': {'failures': [], 'passed': True}, 'modules/apt_configure_disable_suites': {'failures': [], 'passed': True}, 'modules/apt_configure_conf': {'failures': [], 'passed': True}, 'modules/ca_certs': {'failures': [], 'passed': True}, 'bugs/lp1628337': {'failures': [], 'passed': True}, 'main/command_output_simple': {'failures': [], 'passed': True}, 'modules/apt_configure_sources_keyserver': {'failures': [], 'passed': True}}}}
2017-01-09 10:00:50,902 - tests.cloud_tests - WARNING - some tests failed, leaving data in /tmp/cloud_test_data_aq7p36rt
Download as text