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 | $ ./tools/run-centos 6 --srpm --artifact
Creating cloud-init-centos-67c3a2ac
Starting cloud-init-centos-67c3a2ac
Installing prep packages: tar git python-argparse
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Setting up Install Process
Determining fastest mirrors
* base: centos.firehosted.com
* extras: centos.firehosted.com
* updates: centos.mbni.med.umich.edu
Resolving Dependencies
--> Running transaction check
---> Package git.x86_64 0:1.7.1-8.el6 will be installed
--> Processing Dependency: perl-Git = 1.7.1-8.el6 for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl >= 5.006 for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: rsync for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(warnings) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(vars) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(strict) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(lib) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(Git) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(Getopt::Long) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(File::Spec) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(File::Find) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(File::Basename) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(Exporter) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(Error) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: perl(Cwd) for package: git-1.7.1-8.el6.x86_64
--> Processing Dependency: /usr/bin/perl for package: git-1.7.1-8.el6.x86_64
---> Package python-argparse.noarch 0:1.2.1-2.1.el6 will be installed
---> Package tar.x86_64 2:1.23-15.el6_8 will be installed
--> Running transaction check
---> Package perl.x86_64 4:5.10.1-144.el6 will be installed
--> Processing Dependency: perl-libs = 4:5.10.1-144.el6 for package: 4:perl-5.10.1-144.el6.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.10.1-144.el6.x86_64
--> Processing Dependency: perl(version) for package: 4:perl-5.10.1-144.el6.x86_64
--> Processing Dependency: perl(Pod::Simple) for package: 4:perl-5.10.1-144.el6.x86_64
--> Processing Dependency: perl(Module::Pluggable) for package: 4:perl-5.10.1-144.el6.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.10.1-144.el6.x86_64
---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
---> Package perl-Git.noarch 0:1.7.1-8.el6 will be installed
---> Package rsync.x86_64 0:3.0.6-12.el6 will be installed
--> Running transaction check
---> Package perl-Module-Pluggable.x86_64 1:3.90-144.el6 will be installed
---> Package perl-Pod-Simple.x86_64 1:3.13-144.el6 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.13-144.el6.x86_64
---> Package perl-libs.x86_64 4:5.10.1-144.el6 will be installed
---> Package perl-version.x86_64 3:0.77-144.el6 will be installed
--> Running transaction check
---> Package perl-Pod-Escapes.x86_64 1:1.04-144.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
git x86_64 1.7.1-8.el6 base 4.6 M
python-argparse noarch 1.2.1-2.1.el6 base 48 k
tar x86_64 2:1.23-15.el6_8 base 810 k
Installing for dependencies:
perl x86_64 4:5.10.1-144.el6 base 10 M
perl-Error noarch 1:0.17015-4.el6 base 29 k
perl-Git noarch 1.7.1-8.el6 base 29 k
perl-Module-Pluggable x86_64 1:3.90-144.el6 base 41 k
perl-Pod-Escapes x86_64 1:1.04-144.el6 base 33 k
perl-Pod-Simple x86_64 1:3.13-144.el6 base 213 k
perl-libs x86_64 4:5.10.1-144.el6 base 579 k
perl-version x86_64 3:0.77-144.el6 base 52 k
rsync x86_64 3.0.6-12.el6 base 335 k
Transaction Summary
================================================================================
Install 12 Package(s)
Total download size: 17 M
Installed size: 54 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 13 MB/s | 17 MB 00:01
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID c105b9de: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Importing GPG key 0xC105B9DE:
Userid : CentOS-6 Key (CentOS 6 Official Signing Key) <centos-6-key@centos.org>
Package: centos-release-6-9.el6.12.3.x86_64 (@base)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : 1:perl-Pod-Escapes-1.04-144.el6.x86_64 1/12
Installing : 3:perl-version-0.77-144.el6.x86_64 2/12
Installing : 1:perl-Module-Pluggable-3.90-144.el6.x86_64 3/12
Installing : 1:perl-Pod-Simple-3.13-144.el6.x86_64 4/12
Installing : 4:perl-libs-5.10.1-144.el6.x86_64 5/12
Installing : 4:perl-5.10.1-144.el6.x86_64 6/12
Installing : 1:perl-Error-0.17015-4.el6.noarch 7/12
Installing : rsync-3.0.6-12.el6.x86_64 8/12
Installing : perl-Git-1.7.1-8.el6.noarch 9/12
Installing : git-1.7.1-8.el6.x86_64 10/12
Installing : python-argparse-1.2.1-2.1.el6.noarch 11/12
Installing : 2:tar-1.23-15.el6_8.x86_64 12/12
Verifying : 1:perl-Error-0.17015-4.el6.noarch 1/12
Verifying : 2:tar-1.23-15.el6_8.x86_64 2/12
Verifying : 4:perl-libs-5.10.1-144.el6.x86_64 3/12
Verifying : perl-Git-1.7.1-8.el6.noarch 4/12
Verifying : 4:perl-5.10.1-144.el6.x86_64 5/12
Verifying : 3:perl-version-0.77-144.el6.x86_64 6/12
Verifying : rsync-3.0.6-12.el6.x86_64 7/12
Verifying : git-1.7.1-8.el6.x86_64 8/12
Verifying : 1:perl-Module-Pluggable-3.90-144.el6.x86_64 9/12
Verifying : 1:perl-Pod-Simple-3.13-144.el6.x86_64 10/12
Verifying : 1:perl-Pod-Escapes-1.04-144.el6.x86_64 11/12
Verifying : python-argparse-1.2.1-2.1.el6.noarch 12/12
Installed:
git.x86_64 0:1.7.1-8.el6 python-argparse.noarch 0:1.2.1-2.1.el6
tar.x86_64 2:1.23-15.el6_8
Dependency Installed:
perl.x86_64 4:5.10.1-144.el6
perl-Error.noarch 1:0.17015-4.el6
perl-Git.noarch 0:1.7.1-8.el6
perl-Module-Pluggable.x86_64 1:3.90-144.el6
perl-Pod-Escapes.x86_64 1:1.04-144.el6
perl-Pod-Simple.x86_64 1:3.13-144.el6
perl-libs.x86_64 4:5.10.1-144.el6
perl-version.x86_64 3:0.77-144.el6
rsync.x86_64 0:3.0.6-12.el6
Complete!
Installing deps: python-configobj python-oauthlib python-contextlib2 python-coverage python-prettytable python-httpretty python-six PyYAML python-jsonpatch python-jinja2 python-jsonschema python-setuptools python-requests python-unittest2 python-mock python-nose e2fsprogs iproute net-tools procps rsyslog shadow-utils sudo python-devel python-setuptools make sudo tar python-tox
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.firehosted.com
* extras: centos.firehosted.com
* updates: centos.mbni.med.umich.edu
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:6-8 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==========================================================================================================================
Package Arch Version Repository Size
==========================================================================================================================
Installing:
epel-release noarch 6-8 extras 14 k
Transaction Summary
==========================================================================================================================
Install 1 Package(s)
Total download size: 14 k
Installed size: 22 k
Downloading Packages:
epel-release-6-8.noarch.rpm | 14 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : epel-release-6-8.noarch 1/1
Verifying : epel-release-6-8.noarch 1/1
Installed:
epel-release.noarch 0:6-8
Complete!
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
epel/metalink | 12 kB 00:00
* base: centos.firehosted.com
* epel: mirror.us-midwest-1.nexcess.net
* extras: centos.firehosted.com
* updates: centos.mbni.med.umich.edu
epel | 4.3 kB 00:00
epel/primary_db | 5.9 MB 00:00
Package iproute-2.6.32-54.el6.x86_64 already installed and latest version
Package net-tools-1.60-114.el6.x86_64 already installed and latest version
Package procps-3.2.8-45.el6.x86_64 already installed and latest version
Package rsyslog-5.8.10-10.el6_6.x86_64 already installed and latest version
Package 2:shadow-utils-4.1.5.1-5.el6.x86_64 already installed and latest version
Package 1:make-3.81-23.el6.x86_64 already installed and latest version
Package 2:tar-1.23-15.el6_8.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package PyYAML.x86_64 0:3.10-3.1.el6 will be installed
--> Processing Dependency: libyaml-0.so.2()(64bit) for package: PyYAML-3.10-3.1.el6.x86_64
---> Package e2fsprogs.x86_64 0:1.41.12-23.el6 will be installed
--> Processing Dependency: libss = 1.41.12-23.el6 for package: e2fsprogs-1.41.12-23.el6.x86_64
--> Processing Dependency: e2fsprogs-libs = 1.41.12-23.el6 for package: e2fsprogs-1.41.12-23.el6.x86_64
--> Processing Dependency: libss.so.2()(64bit) for package: e2fsprogs-1.41.12-23.el6.x86_64
--> Processing Dependency: libext2fs.so.2()(64bit) for package: e2fsprogs-1.41.12-23.el6.x86_64
--> Processing Dependency: libe2p.so.2()(64bit) for package: e2fsprogs-1.41.12-23.el6.x86_64
---> Package python-configobj.noarch 0:4.6.0-3.el6 will be installed
---> Package python-contextlib2.noarch 0:0.5.1-1.el6 will be installed
---> Package python-coverage.x86_64 0:3.0.1-2.el6 will be installed
---> Package python-devel.x86_64 0:2.6.6-66.el6_8 will be installed
---> Package python-httpretty.noarch 0:0.8.14-2.20161011git70af1f8.el6 will be installed
--> Processing Dependency: python-urllib3 for package: python-httpretty-0.8.14-2.20161011git70af1f8.el6.noarch
---> Package python-jinja2.x86_64 0:2.2.1-3.el6 will be installed
--> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.2.1-3.el6.x86_64
---> Package python-jsonpatch.noarch 0:1.2-4.el6 will be installed
--> Processing Dependency: python-jsonpointer for package: python-jsonpatch-1.2-4.el6.noarch
---> Package python-jsonschema.noarch 0:2.3.0-1.el6 will be installed
---> Package python-nose.noarch 0:0.10.4-3.1.el6 will be installed
---> Package python-oauthlib.noarch 0:0.6.0-4.el6 will be installed
--> Processing Dependency: python-crypto2.6 for package: python-oauthlib-0.6.0-4.el6.noarch
---> Package python-prettytable.noarch 0:0.7.2-11.el6 will be installed
---> Package python-requests.noarch 0:2.6.0-4.el6 will be installed
--> Processing Dependency: python-chardet >= 2.2.1-1 for package: python-requests-2.6.0-4.el6.noarch
---> Package python-setuptools.noarch 0:0.6.10-3.el6 will be installed
---> Package python-six.noarch 0:1.9.0-2.el6 will be installed
---> Package python-tox.noarch 0:1.4.2-8.el6 will be installed
--> Processing Dependency: python-virtualenv for package: python-tox-1.4.2-8.el6.noarch
--> Processing Dependency: python-py for package: python-tox-1.4.2-8.el6.noarch
---> Package python-unittest2.noarch 0:0.5.1-3.el6 will be installed
---> Package python2-mock.noarch 0:1.0.1-10.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-55.el6 will be installed
--> Processing Dependency: patch >= 2.5 for package: rpm-build-4.8.0-55.el6.x86_64
--> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.8.0-55.el6.x86_64
--> Processing Dependency: xz for package: rpm-build-4.8.0-55.el6.x86_64
--> Processing Dependency: unzip for package: rpm-build-4.8.0-55.el6.x86_64
--> Processing Dependency: system-rpm-config for package: rpm-build-4.8.0-55.el6.x86_64
--> Processing Dependency: lzma for package: rpm-build-4.8.0-55.el6.x86_64
--> Processing Dependency: file for package: rpm-build-4.8.0-55.el6.x86_64
--> Processing Dependency: bzip2 for package: rpm-build-4.8.0-55.el6.x86_64
--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.8.0-55.el6.x86_64
---> Package sudo.x86_64 0:1.8.6p3-28.el6_9 will be installed
--> Running transaction check
---> Package bzip2.x86_64 0:1.0.5-7.el6_0 will be installed
---> Package e2fsprogs-libs.x86_64 0:1.41.12-23.el6 will be installed
---> Package elfutils.x86_64 0:0.164-2.el6 will be installed
--> Processing Dependency: elfutils-libs(x86-64) = 0.164-2.el6 for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.149)(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.148)(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.138)(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils-0.164-2.el6.x86_64
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils-0.164-2.el6.x86_64
---> Package file.x86_64 0:5.04-30.el6 will be installed
---> Package gdb.x86_64 0:7.2-92.el6 will be installed
---> Package libss.x86_64 0:1.41.12-23.el6 will be installed
---> Package libyaml.x86_64 0:0.1.3-4.el6_6 will be installed
---> Package patch.x86_64 0:2.6-6.el6 will be installed
---> Package python-babel.noarch 0:0.9.4-5.1.el6 will be installed
---> Package python-chardet.noarch 0:2.2.1-1.el6 will be installed
---> Package python-crypto2.6.x86_64 0:2.6.1-2.el6 will be installed
---> Package python-jsonpointer.noarch 0:1.0-4.el6 will be installed
---> Package python-py.noarch 0:1.4.18-1.el6.centos will be installed
---> Package python-urllib3.noarch 0:1.10.2-3.el6 will be installed
--> Processing Dependency: python-backports-ssl_match_hostname for package: python-urllib3-1.10.2-3.el6.noarch
---> Package python-virtualenv.noarch 0:1.10.1-1.el6 will be installed
---> Package redhat-rpm-config.noarch 0:9.0.3-51.el6.centos will be installed
---> Package unzip.x86_64 0:6.0-5.el6 will be installed
---> Package xz.x86_64 0:4.999.9-0.5.beta.20091007git.el6 will be installed
---> Package xz-lzma-compat.x86_64 0:4.999.9-0.5.beta.20091007git.el6 will be installed
--> Running transaction check
---> Package elfutils-libs.x86_64 0:0.164-2.el6 will be installed
---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-5.el6 will be installed
--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-5.el6.noarch
--> Running transaction check
---> Package python-backports.x86_64 0:1.0-5.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==========================================================================================================================
Package Arch Version Repository Size
==========================================================================================================================
Installing:
PyYAML x86_64 3.10-3.1.el6 base 157 k
e2fsprogs x86_64 1.41.12-23.el6 base 554 k
python-configobj noarch 4.6.0-3.el6 base 182 k
python-contextlib2 noarch 0.5.1-1.el6 epel 17 k
python-coverage x86_64 3.0.1-2.el6 base 71 k
python-devel x86_64 2.6.6-66.el6_8 base 173 k
python-httpretty noarch 0.8.14-2.20161011git70af1f8.el6 epel 44 k
python-jinja2 x86_64 2.2.1-3.el6 base 466 k
python-jsonpatch noarch 1.2-4.el6 base 15 k
python-jsonschema noarch 2.3.0-1.el6 epel 62 k
python-nose noarch 0.10.4-3.1.el6 base 220 k
python-oauthlib noarch 0.6.0-4.el6 epel 119 k
python-prettytable noarch 0.7.2-11.el6 base 37 k
python-requests noarch 2.6.0-4.el6 base 96 k
python-setuptools noarch 0.6.10-3.el6 base 336 k
python-six noarch 1.9.0-2.el6 base 28 k
python-tox noarch 1.4.2-8.el6 epel 72 k
python-unittest2 noarch 0.5.1-3.el6 epel 138 k
python2-mock noarch 1.0.1-10.el6 epel 93 k
rpm-build x86_64 4.8.0-55.el6 base 131 k
sudo x86_64 1.8.6p3-28.el6_9 updates 711 k
Installing for dependencies:
bzip2 x86_64 1.0.5-7.el6_0 base 49 k
e2fsprogs-libs x86_64 1.41.12-23.el6 base 121 k
elfutils x86_64 0.164-2.el6 base 240 k
elfutils-libs x86_64 0.164-2.el6 base 230 k
file x86_64 5.04-30.el6 base 49 k
gdb x86_64 7.2-92.el6 base 2.3 M
libss x86_64 1.41.12-23.el6 base 42 k
libyaml x86_64 0.1.3-4.el6_6 base 52 k
patch x86_64 2.6-6.el6 base 90 k
python-babel noarch 0.9.4-5.1.el6 base 1.4 M
python-backports x86_64 1.0-5.el6 base 5.5 k
python-backports-ssl_match_hostname noarch 3.4.0.2-5.el6 base 12 k
python-chardet noarch 2.2.1-1.el6 base 230 k
python-crypto2.6 x86_64 2.6.1-2.el6 epel 513 k
python-jsonpointer noarch 1.0-4.el6 base 9.4 k
python-py noarch 1.4.18-1.el6.centos extras 308 k
python-urllib3 noarch 1.10.2-3.el6 base 103 k
python-virtualenv noarch 1.10.1-1.el6 epel 1.3 M
redhat-rpm-config noarch 9.0.3-51.el6.centos base 60 k
unzip x86_64 6.0-5.el6 base 152 k
xz x86_64 4.999.9-0.5.beta.20091007git.el6 base 137 k
xz-lzma-compat x86_64 4.999.9-0.5.beta.20091007git.el6 base 16 k
Transaction Summary
==========================================================================================================================
Install 43 Package(s)
Total download size: 11 M
Installed size: 34 M
Downloading Packages:
(1/43): PyYAML-3.10-3.1.el6.x86_64.rpm | 157 kB 00:00
(2/43): bzip2-1.0.5-7.el6_0.x86_64.rpm | 49 kB 00:00
(3/43): e2fsprogs-1.41.12-23.el6.x86_64.rpm | 554 kB 00:00
(4/43): e2fsprogs-libs-1.41.12-23.el6.x86_64.rpm | 121 kB 00:00
(5/43): elfutils-0.164-2.el6.x86_64.rpm | 240 kB 00:00
(6/43): elfutils-libs-0.164-2.el6.x86_64.rpm | 230 kB 00:00
(7/43): file-5.04-30.el6.x86_64.rpm | 49 kB 00:00
(8/43): gdb-7.2-92.el6.x86_64.rpm | 2.3 MB 00:00
(9/43): libss-1.41.12-23.el6.x86_64.rpm | 42 kB 00:00
(10/43): libyaml-0.1.3-4.el6_6.x86_64.rpm | 52 kB 00:00
(11/43): patch-2.6-6.el6.x86_64.rpm | 90 kB 00:00
(12/43): python-babel-0.9.4-5.1.el6.noarch.rpm | 1.4 MB 00:00
(13/43): python-backports-1.0-5.el6.x86_64.rpm | 5.5 kB 00:00
(14/43): python-backports-ssl_match_hostname-3.4.0.2-5.el6.noarch.rpm | 12 kB 00:00
(15/43): python-chardet-2.2.1-1.el6.noarch.rpm | 230 kB 00:00
(16/43): python-configobj-4.6.0-3.el6.noarch.rpm | 182 kB 00:00
(17/43): python-contextlib2-0.5.1-1.el6.noarch.rpm | 17 kB 00:00
(18/43): python-coverage-3.0.1-2.el6.x86_64.rpm | 71 kB 00:00
(19/43): python-crypto2.6-2.6.1-2.el6.x86_64.rpm | 513 kB 00:00
(20/43): python-devel-2.6.6-66.el6_8.x86_64.rpm | 173 kB 00:00
(21/43): python-httpretty-0.8.14-2.20161011git70af1f8.el6.noarch.rpm | 44 kB 00:00
(22/43): python-jinja2-2.2.1-3.el6.x86_64.rpm | 466 kB 00:00
(23/43): python-jsonpatch-1.2-4.el6.noarch.rpm | 15 kB 00:00
(24/43): python-jsonpointer-1.0-4.el6.noarch.rpm | 9.4 kB 00:00
(25/43): python-jsonschema-2.3.0-1.el6.noarch.rpm | 62 kB 00:00
(26/43): python-nose-0.10.4-3.1.el6.noarch.rpm | 220 kB 00:00
(27/43): python-oauthlib-0.6.0-4.el6.noarch.rpm | 119 kB 00:00
(28/43): python-prettytable-0.7.2-11.el6.noarch.rpm | 37 kB 00:00
(29/43): python-py-1.4.18-1.el6.centos.noarch.rpm | 308 kB 00:00
(30/43): python-requests-2.6.0-4.el6.noarch.rpm | 96 kB 00:00
(31/43): python-setuptools-0.6.10-3.el6.noarch.rpm | 336 kB 00:00
(32/43): python-six-1.9.0-2.el6.noarch.rpm | 28 kB 00:00
(33/43): python-tox-1.4.2-8.el6.noarch.rpm | 72 kB 00:00
(34/43): python-unittest2-0.5.1-3.el6.noarch.rpm | 138 kB 00:00
(35/43): python-urllib3-1.10.2-3.el6.noarch.rpm | 103 kB 00:00
(36/43): python-virtualenv-1.10.1-1.el6.noarch.rpm | 1.3 MB 00:00
(37/43): python2-mock-1.0.1-10.el6.noarch.rpm | 93 kB 00:00
(38/43): redhat-rpm-config-9.0.3-51.el6.centos.noarch.rpm | 60 kB 00:00
(39/43): rpm-build-4.8.0-55.el6.x86_64.rpm | 131 kB 00:00
(40/43): sudo-1.8.6p3-28.el6_9.x86_64.rpm | 711 kB 00:00
(41/43): unzip-6.0-5.el6.x86_64.rpm | 152 kB 00:00
(42/43): xz-4.999.9-0.5.beta.20091007git.el6.x86_64.rpm | 137 kB 00:00
(43/43): xz-lzma-compat-4.999.9-0.5.beta.20091007git.el6.x86_64.rpm | 16 kB 00:00
--------------------------------------------------------------------------------------------------------------------------
Total 4.5 MB/s | 11 MB 00:02
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Importing GPG key 0x0608B895:
Userid : EPEL (6) <epel@fedoraproject.org>
Package: epel-release-6-8.noarch (@extras)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : python-setuptools-0.6.10-3.el6.noarch 1/43
Installing : xz-4.999.9-0.5.beta.20091007git.el6.x86_64 2/43
Installing : xz-lzma-compat-4.999.9-0.5.beta.20091007git.el6.x86_64 3/43
Installing : python-py-1.4.18-1.el6.centos.noarch 4/43
Installing : bzip2-1.0.5-7.el6_0.x86_64 5/43
Installing : file-5.04-30.el6.x86_64 6/43
Installing : patch-2.6-6.el6.x86_64 7/43
Installing : libss-1.41.12-23.el6.x86_64 8/43
Installing : elfutils-libs-0.164-2.el6.x86_64 9/43
Installing : elfutils-0.164-2.el6.x86_64 10/43
Installing : python-babel-0.9.4-5.1.el6.noarch 11/43
Installing : unzip-6.0-5.el6.x86_64 12/43
Installing : redhat-rpm-config-9.0.3-51.el6.centos.noarch 13/43
Installing : python-chardet-2.2.1-1.el6.noarch 14/43
Installing : python-backports-1.0-5.el6.x86_64 15/43
Installing : python-backports-ssl_match_hostname-3.4.0.2-5.el6.noarch 16/43
Installing : e2fsprogs-libs-1.41.12-23.el6.x86_64 17/43
Installing : python-crypto2.6-2.6.1-2.el6.x86_64 18/43
Installing : python-devel-2.6.6-66.el6_8.x86_64 19/43
Installing : python-virtualenv-1.10.1-1.el6.noarch 20/43
Installing : libyaml-0.1.3-4.el6_6.x86_64 21/43
Installing : gdb-7.2-92.el6.x86_64 22/43
Installing : python-six-1.9.0-2.el6.noarch 23/43
Installing : python-urllib3-1.10.2-3.el6.noarch 24/43
Installing : python-jsonpointer-1.0-4.el6.noarch 25/43
Installing : python-jsonpatch-1.2-4.el6.noarch 26/43
Installing : python-requests-2.6.0-4.el6.noarch 27/43
Installing : python-httpretty-0.8.14-2.20161011git70af1f8.el6.noarch 28/43
Installing : rpm-build-4.8.0-55.el6.x86_64 29/43
Installing : PyYAML-3.10-3.1.el6.x86_64 30/43
Installing : python-tox-1.4.2-8.el6.noarch 31/43
Installing : python-oauthlib-0.6.0-4.el6.noarch 32/43
Installing : e2fsprogs-1.41.12-23.el6.x86_64 33/43
Installing : python-jinja2-2.2.1-3.el6.x86_64 34/43
Installing : python-coverage-3.0.1-2.el6.x86_64 35/43
Installing : python-nose-0.10.4-3.1.el6.noarch 36/43
Installing : python-unittest2-0.5.1-3.el6.noarch 37/43
Installing : sudo-1.8.6p3-28.el6_9.x86_64 38/43
Installing : python-contextlib2-0.5.1-1.el6.noarch 39/43
Installing : python-configobj-4.6.0-3.el6.noarch 40/43
Installing : python-jsonschema-2.3.0-1.el6.noarch 41/43
Installing : python-prettytable-0.7.2-11.el6.noarch 42/43
Installing : python2-mock-1.0.1-10.el6.noarch 43/43
Verifying : python-jsonpointer-1.0-4.el6.noarch 1/43
Verifying : python-six-1.9.0-2.el6.noarch 2/43
Verifying : gdb-7.2-92.el6.x86_64 3/43
Verifying : libyaml-0.1.3-4.el6_6.x86_64 4/43
Verifying : python-devel-2.6.6-66.el6_8.x86_64 5/43
Verifying : python-jsonpatch-1.2-4.el6.noarch 6/43
Verifying : python-oauthlib-0.6.0-4.el6.noarch 7/43
Verifying : xz-4.999.9-0.5.beta.20091007git.el6.x86_64 8/43
Verifying : python-crypto2.6-2.6.1-2.el6.x86_64 9/43
Verifying : e2fsprogs-libs-1.41.12-23.el6.x86_64 10/43
Verifying : python-backports-1.0-5.el6.x86_64 11/43
Verifying : PyYAML-3.10-3.1.el6.x86_64 12/43
Verifying : python2-mock-1.0.1-10.el6.noarch 13/43
Verifying : python-chardet-2.2.1-1.el6.noarch 14/43
Verifying : python-coverage-3.0.1-2.el6.x86_64 15/43
Verifying : e2fsprogs-1.41.12-23.el6.x86_64 16/43
Verifying : redhat-rpm-config-9.0.3-51.el6.centos.noarch 17/43
Verifying : python-tox-1.4.2-8.el6.noarch 18/43
Verifying : elfutils-0.164-2.el6.x86_64 19/43
Verifying : python-requests-2.6.0-4.el6.noarch 20/43
Verifying : unzip-6.0-5.el6.x86_64 21/43
Verifying : python-httpretty-0.8.14-2.20161011git70af1f8.el6.noarch 22/43
Verifying : python-babel-0.9.4-5.1.el6.noarch 23/43
Verifying : python-prettytable-0.7.2-11.el6.noarch 24/43
Verifying : python-py-1.4.18-1.el6.centos.noarch 25/43
Verifying : xz-lzma-compat-4.999.9-0.5.beta.20091007git.el6.x86_64 26/43
Verifying : python-jsonschema-2.3.0-1.el6.noarch 27/43
Verifying : python-urllib3-1.10.2-3.el6.noarch 28/43
Verifying : elfutils-libs-0.164-2.el6.x86_64 29/43
Verifying : python-nose-0.10.4-3.1.el6.noarch 30/43
Verifying : python-setuptools-0.6.10-3.el6.noarch 31/43
Verifying : libss-1.41.12-23.el6.x86_64 32/43
Verifying : python-jinja2-2.2.1-3.el6.x86_64 33/43
Verifying : python-configobj-4.6.0-3.el6.noarch 34/43
Verifying : python-contextlib2-0.5.1-1.el6.noarch 35/43
Verifying : patch-2.6-6.el6.x86_64 36/43
Verifying : file-5.04-30.el6.x86_64 37/43
Verifying : python-virtualenv-1.10.1-1.el6.noarch 38/43
Verifying : sudo-1.8.6p3-28.el6_9.x86_64 39/43
Verifying : rpm-build-4.8.0-55.el6.x86_64 40/43
Verifying : python-backports-ssl_match_hostname-3.4.0.2-5.el6.noarch 41/43
Verifying : python-unittest2-0.5.1-3.el6.noarch 42/43
Verifying : bzip2-1.0.5-7.el6_0.x86_64 43/43
Installed:
PyYAML.x86_64 0:3.10-3.1.el6 e2fsprogs.x86_64 0:1.41.12-23.el6
python-configobj.noarch 0:4.6.0-3.el6 python-contextlib2.noarch 0:0.5.1-1.el6
python-coverage.x86_64 0:3.0.1-2.el6 python-devel.x86_64 0:2.6.6-66.el6_8
python-httpretty.noarch 0:0.8.14-2.20161011git70af1f8.el6 python-jinja2.x86_64 0:2.2.1-3.el6
python-jsonpatch.noarch 0:1.2-4.el6 python-jsonschema.noarch 0:2.3.0-1.el6
python-nose.noarch 0:0.10.4-3.1.el6 python-oauthlib.noarch 0:0.6.0-4.el6
python-prettytable.noarch 0:0.7.2-11.el6 python-requests.noarch 0:2.6.0-4.el6
python-setuptools.noarch 0:0.6.10-3.el6 python-six.noarch 0:1.9.0-2.el6
python-tox.noarch 0:1.4.2-8.el6 python-unittest2.noarch 0:0.5.1-3.el6
python2-mock.noarch 0:1.0.1-10.el6 rpm-build.x86_64 0:4.8.0-55.el6
sudo.x86_64 0:1.8.6p3-28.el6_9
Dependency Installed:
bzip2.x86_64 0:1.0.5-7.el6_0 e2fsprogs-libs.x86_64 0:1.41.12-23.el6
elfutils.x86_64 0:0.164-2.el6 elfutils-libs.x86_64 0:0.164-2.el6
file.x86_64 0:5.04-30.el6 gdb.x86_64 0:7.2-92.el6
libss.x86_64 0:1.41.12-23.el6 libyaml.x86_64 0:0.1.3-4.el6_6
patch.x86_64 0:2.6-6.el6 python-babel.noarch 0:0.9.4-5.1.el6
python-backports.x86_64 0:1.0-5.el6 python-backports-ssl_match_hostname.noarch 0:3.4.0.2-5.el6
python-chardet.noarch 0:2.2.1-1.el6 python-crypto2.6.x86_64 0:2.6.1-2.el6
python-jsonpointer.noarch 0:1.0-4.el6 python-py.noarch 0:1.4.18-1.el6.centos
python-urllib3.noarch 0:1.10.2-3.el6 python-virtualenv.noarch 0:1.10.1-1.el6
redhat-rpm-config.noarch 0:9.0.3-51.el6.centos unzip.x86_64 0:6.0-5.el6
xz.x86_64 0:4.999.9-0.5.beta.20091007git.el6 xz-lzma-compat.x86_64 0:4.999.9-0.5.beta.20091007git.el6
Complete!
# On branch feature/freebsd-variant
# Your branch is ahead of 'upstream/master' by 2 commits.
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .pybuild/
# change adds a couple of makefile targets for ci environments to install all necessary dependencies for package builds and test runs.
# cloud-init-0.7.9+186.gfeb28b3-1.el6.noarch.rpm
# cloud-init-0.7.9+186.gfeb28b3-1.el6.src.rpm
# cloud-init-0.7.9+188.g2d2ba08-1.el6.noarch.rpm
# cloud-init-0.7.9+188.g2d2ba08-1.el6.src.rpm
# cloud-init-0.7.9+188.g2d2ba08-1.el7.centos.noarch.rpm
# cloud-init-0.7.9+188.g2d2ba08-1.el7.centos.src.rpm
# cloud-init-0.7.9-177-gd00da2d5.tar.gz
# cloud-init.dsc
# cloud-init.spec
# cloud-init_0.7.9-182-g11121fe4-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-182-g11121fe4-1~bddeb.dsc
# cloud-init_0.7.9-182-g11121fe4-1~bddeb_source.build
# cloud-init_0.7.9-182-g11121fe4-1~bddeb_source.buildinfo
# cloud-init_0.7.9-182-g11121fe4-1~bddeb_source.changes
# cloud-init_0.7.9-182-g11121fe4.orig.tar.gz
# cloud-init_0.7.9-185-g311fbb70-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-185-g311fbb70-1~bddeb.dsc
# cloud-init_0.7.9-185-g311fbb70-1~bddeb_source.build
# cloud-init_0.7.9-185-g311fbb70-1~bddeb_source.buildinfo
# cloud-init_0.7.9-185-g311fbb70-1~bddeb_source.changes
# cloud-init_0.7.9-185-g311fbb70.orig.tar.gz
# cloud-init_0.7.9-186-g18ff55a5-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-186-g18ff55a5-1~bddeb.dsc
# cloud-init_0.7.9-186-g18ff55a5-1~bddeb_source.build
# cloud-init_0.7.9-186-g18ff55a5-1~bddeb_source.buildinfo
# cloud-init_0.7.9-186-g18ff55a5-1~bddeb_source.changes
# cloud-init_0.7.9-186-g18ff55a5.orig.tar.gz
# cloud-init_0.7.9-186-g627826ae-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-186-g627826ae-1~bddeb.dsc
# cloud-init_0.7.9-186-g627826ae-1~bddeb_source.build
# cloud-init_0.7.9-186-g627826ae-1~bddeb_source.buildinfo
# cloud-init_0.7.9-186-g627826ae-1~bddeb_source.changes
# cloud-init_0.7.9-186-g627826ae.orig.tar.gz
# cloud-init_0.7.9-186-gb045b1e9-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-186-gb045b1e9-1~bddeb.dsc
# cloud-init_0.7.9-186-gb045b1e9-1~bddeb_source.build
# cloud-init_0.7.9-186-gb045b1e9-1~bddeb_source.buildinfo
# cloud-init_0.7.9-186-gb045b1e9-1~bddeb_source.changes
# cloud-init_0.7.9-186-gb045b1e9.orig.tar.gz
# cloud-init_0.7.9-188-ga2a0d585-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-188-ga2a0d585-1~bddeb.dsc
# cloud-init_0.7.9-188-ga2a0d585-1~bddeb_source.build
# cloud-init_0.7.9-188-ga2a0d585-1~bddeb_source.buildinfo
# cloud-init_0.7.9-188-ga2a0d585-1~bddeb_source.changes
# cloud-init_0.7.9-188-ga2a0d585.orig.tar.gz
# cloud-init_0.7.9-188-gecb7a3cd-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-188-gecb7a3cd-1~bddeb.dsc
# cloud-init_0.7.9-188-gecb7a3cd-1~bddeb_source.build
# cloud-init_0.7.9-188-gecb7a3cd-1~bddeb_source.buildinfo
# cloud-init_0.7.9-188-gecb7a3cd-1~bddeb_source.changes
# cloud-init_0.7.9-188-gecb7a3cd.orig.tar.gz
# cloud-init_0.7.9-189-g509c999e-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-189-g509c999e-1~bddeb.dsc
# cloud-init_0.7.9-189-g509c999e-1~bddeb_source.build
# cloud-init_0.7.9-189-g509c999e-1~bddeb_source.buildinfo
# cloud-init_0.7.9-189-g509c999e-1~bddeb_source.changes
# cloud-init_0.7.9-189-g509c999e.orig.tar.gz
# cloud-init_0.7.9-189-g71ebb368-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-189-g71ebb368-1~bddeb.dsc
# cloud-init_0.7.9-189-g71ebb368-1~bddeb_source.build
# cloud-init_0.7.9-189-g71ebb368-1~bddeb_source.buildinfo
# cloud-init_0.7.9-189-g71ebb368-1~bddeb_source.changes
# cloud-init_0.7.9-189-g71ebb368.orig.tar.gz
# cloud-init_0.7.9-189-gdf49fff9-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-189-gdf49fff9-1~bddeb.dsc
# cloud-init_0.7.9-189-gdf49fff9-1~bddeb_source.build
# cloud-init_0.7.9-189-gdf49fff9-1~bddeb_source.buildinfo
# cloud-init_0.7.9-189-gdf49fff9-1~bddeb_source.changes
# cloud-init_0.7.9-189-gdf49fff9.orig.tar.gz
# cloud-init_0.7.9-196-g5417fc6f-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-196-g5417fc6f-1~bddeb.dsc
# cloud-init_0.7.9-196-g5417fc6f-1~bddeb_source.build
# cloud-init_0.7.9-196-g5417fc6f-1~bddeb_source.buildinfo
# cloud-init_0.7.9-196-g5417fc6f-1~bddeb_source.changes
# cloud-init_0.7.9-196-g5417fc6f.orig.tar.gz
# cloud-init_0.7.9-330-g15046efc-1~bddeb.debian.tar.xz
# cloud-init_0.7.9-330-g15046efc-1~bddeb.dsc
# cloud-init_0.7.9-330-g15046efc-1~bddeb_source.build
# cloud-init_0.7.9-330-g15046efc-1~bddeb_source.buildinfo
# cloud-init_0.7.9-330-g15046efc-1~bddeb_source.changes
# cloud-init_0.7.9-330-g15046efc.orig.tar.gz
# config/cloud.cf
# config/cloud.cfg.freebsd
# foo.tmpl
# foo.txt
# freebsd.cfg
# freebsd.cfg.dist
# go.py
# metalink?repo=epel-source-7
# msg
# msg-tpl-cloud-cfg
# msg.freebsd
# msg2
# my.d/
# my.diff
# out
# out-bad.log
# out-good.log
# out-netplan.d/
# out.diff
# out.log
# out.log.tpl
# out6-static.log
# out6.log
# out7-static.log
# out7.log
# rh.list
# setup.py.save
# smfoo/
# tags
# tools/rst-lint
# tox-0.log.tpl
# tpl-cloud-cfg.diff
# ubuntu.cfg
# ubuntu.cfg.dist
# wget-log
# xold/
# xx/
nothing added to commit but untracked files present (use "git add" to track)
Archived the code in u'/tmp/rpmbuildkxbJT1/rpmbuild/SOURCES/cloud-init-0.7.9-187-g8978907.tar.gz'
Created spec file at '/tmp/rpmbuildkxbJT1/rpmbuild/SPECS/cloud-init.spec'
Running 'rpmbuild' in '/tmp/rpmbuildkxbJT1/rpmbuild'
Wrote out redhat package '/home/ci-test/cloud-init/cloud-init-0.7.9+187.g8978907-1.el6.src.rpm'
|