File size: 27,087 Bytes
1ee64fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
travis_fold:start:worker_info
Worker information
hostname: e92db066-e5f4-4c34-bd35-aaa642452c28@1.worker-org-79f7449b7b-psxhw.gce-production-1
version: v6.2.1 https://github.com/travis-ci/worker/tree/4e3246c044eb4915c2378ffacd0b3d3ed0136bba
instance: travis-job-b26edbc9-1d65-409c-93ea-bc5adfa24957 travis-ci-sardonyx-xenial-1553530528-f909ac5 (via amqp)
startup: 6.468036597s
travis_fold:end:worker_info
travis_fold:start:system_info
Build system information
Build language: node_js
Build group: stable
Build dist: xenial
Build id: 562099876
Job id: 562099877
Runtime kernel version: 4.15.0-1028-gcp
travis-build version: 24c88d12b
Build image provisioning date and time
Mon Mar 25 16:43:24 UTC 2019
Operating System Details
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.6 LTS
Release:	16.04
Codename:	xenial
Systemd Version
systemd 229
Cookbooks Version
42e42e4 https://github.com/travis-ci/travis-cookbooks/tree/42e42e4
git version
git version 2.21.0
bash version
GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)
gcc version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
docker version
Client:
 Version:           18.06.0-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        0ffa825
 Built:             Wed Jul 18 19:11:02 2018
 OS/Arch:           linux/amd64
 Experimental:      false
Server:
 Engine:
  Version:          18.06.0-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       0ffa825
  Built:            Wed Jul 18 19:09:05 2018
  OS/Arch:          linux/amd64
  Experimental:     false
clang version
clang version 7.0.0 (tags/RELEASE_700/final)
jq version
jq-1.5
bats version
Bats 0.4.0
shellcheck version
0.6.0
shfmt version
v2.6.3
ccache version
3.2.4
cmake version
cmake version 3.12.4
heroku version
heroku/7.22.7 linux-x64 node-v11.10.1
imagemagick version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-09-28 http://www.imagemagick.org
md5deep version
4.4
mercurial version
version 4.8
mysql version
mysql  Ver 14.14 Distrib 5.7.25, for Linux (x86_64) using  EditLine wrapper
openssl version
OpenSSL 1.0.2g  1 Mar 2016
packer version
1.3.3
postgresql client version
psql (PostgreSQL) 10.7 (Ubuntu 10.7-1.pgdg16.04+1)
ragel version
Ragel State Machine Compiler version 6.8 Feb 2013
sudo version
1.8.16
gzip version
gzip 1.6
zip version
Zip 3.0
vim version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:44:48)
iptables version
iptables v1.6.0
curl version
curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
wget version
GNU Wget 1.17.1 built on linux-gnu.
rsync version
rsync  version 3.1.1  protocol version 31
gimme version
v1.5.3
nvm version
0.34.0
perlbrew version
/home/travis/perl5/perlbrew/bin/perlbrew  - App::perlbrew/0.86
phpenv version
rbenv 1.1.2
rvm version
rvm 1.29.7 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]
default ruby version
ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]
CouchDB version
couchdb 1.6.1
ElasticSearch version
5.5.0
Installed Firefox version
firefox 63.0.1
MongoDB version
MongoDB 4.0.7
PhantomJS version
2.1.1
Pre-installed PostgreSQL versions
9.4.21
9.5.16
9.6.12
Redis version
redis-server 5.0.4
Pre-installed Go versions
1.11.1
mvn version
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
gradle version
Gradle 4.10.2!
lein version
Leiningen 2.9.1 on Java 11.0.2 OpenJDK 64-Bit Server VM
Pre-installed Node.js versions
v10.15.3
v11.0.0
v4.9.1
v6.17.0
v8.12.0
v8.15.1
v8.9
phpenv versions
  system
  5.6
  5.6.40
  7.1
  7.1.27
  7.2
* 7.2.15 (set by /home/travis/.phpenv/version)
  hhvm
  hhvm-stable
composer --version
Composer version 1.8.4 2019-02-11 10:52:10
Pre-installed Ruby versions
ruby-2.3.8
ruby-2.4.5
ruby-2.5.3
travis_fold:end:system_info
travis_fold:start:docker_mtu
travis_fold:end:docker_mtu
travis_fold:start:resolvconf
travis_fold:end:resolvconf
travis_fold:start:git.checkout
travis_time:start:02f953db
$ git clone --depth=50 https://github.com/airbnb/javascript.git airbnb/javascript
Cloning into 'airbnb/javascript'...
remote: Enumerating objects: 304, done.
remote: Counting objects:   0% (1/304)   
remote: Counting objects:   1% (4/304)   
remote: Counting objects:   2% (7/304)   
remote: Counting objects:   3% (10/304)   
remote: Counting objects:   4% (13/304)   
remote: Counting objects:   5% (16/304)   
remote: Counting objects:   6% (19/304)   
remote: Counting objects:   7% (22/304)   
remote: Counting objects:   8% (25/304)   
remote: Counting objects:   9% (28/304)   
remote: Counting objects:  10% (31/304)   
remote: Counting objects:  11% (34/304)   
remote: Counting objects:  12% (37/304)   
remote: Counting objects:  13% (40/304)   
remote: Counting objects:  14% (43/304)   
remote: Counting objects:  15% (46/304)   
remote: Counting objects:  16% (49/304)   
remote: Counting objects:  17% (52/304)   
remote: Counting objects:  18% (55/304)   
remote: Counting objects:  19% (58/304)   
remote: Counting objects:  20% (61/304)   
remote: Counting objects:  21% (64/304)   
remote: Counting objects:  22% (67/304)   
remote: Counting objects:  23% (70/304)   
remote: Counting objects:  24% (73/304)   
remote: Counting objects:  25% (76/304)   
remote: Counting objects:  26% (80/304)   
remote: Counting objects:  27% (83/304)   
remote: Counting objects:  28% (86/304)   
remote: Counting objects:  29% (89/304)   
remote: Counting objects:  30% (92/304)   
remote: Counting objects:  31% (95/304)   
remote: Counting objects:  32% (98/304)   
remote: Counting objects:  33% (101/304)   
remote: Counting objects:  34% (104/304)   
remote: Counting objects:  35% (107/304)   
remote: Counting objects:  36% (110/304)   
remote: Counting objects:  37% (113/304)   
remote: Counting objects:  38% (116/304)   
remote: Counting objects:  39% (119/304)   
remote: Counting objects:  40% (122/304)   
remote: Counting objects:  41% (125/304)   
remote: Counting objects:  42% (128/304)   
remote: Counting objects:  43% (131/304)   
remote: Counting objects:  44% (134/304)   
remote: Counting objects:  45% (137/304)   
remote: Counting objects:  46% (140/304)   
remote: Counting objects:  47% (143/304)   
remote: Counting objects:  48% (146/304)   
remote: Counting objects:  49% (149/304)   
remote: Counting objects:  50% (152/304)   
remote: Counting objects:  51% (156/304)   
remote: Counting objects:  52% (159/304)   
remote: Counting objects:  53% (162/304)   
remote: Counting objects:  54% (165/304)   
remote: Counting objects:  55% (168/304)   
remote: Counting objects:  56% (171/304)   
remote: Counting objects:  57% (174/304)   
remote: Counting objects:  58% (177/304)   
remote: Counting objects:  59% (180/304)   
remote: Counting objects:  60% (183/304)   
remote: Counting objects:  61% (186/304)   
remote: Counting objects:  62% (189/304)   
remote: Counting objects:  63% (192/304)   
remote: Counting objects:  64% (195/304)   
remote: Counting objects:  65% (198/304)   
remote: Counting objects:  66% (201/304)   
remote: Counting objects:  67% (204/304)   
remote: Counting objects:  68% (207/304)   
remote: Counting objects:  69% (210/304)   
remote: Counting objects:  70% (213/304)   
remote: Counting objects:  71% (216/304)   
remote: Counting objects:  72% (219/304)   
remote: Counting objects:  73% (222/304)   
remote: Counting objects:  74% (225/304)   
remote: Counting objects:  75% (228/304)   
remote: Counting objects:  76% (232/304)   
remote: Counting objects:  77% (235/304)   
remote: Counting objects:  78% (238/304)   
remote: Counting objects:  79% (241/304)   
remote: Counting objects:  80% (244/304)   
remote: Counting objects:  81% (247/304)   
remote: Counting objects:  82% (250/304)   
remote: Counting objects:  83% (253/304)   
remote: Counting objects:  84% (256/304)   
remote: Counting objects:  85% (259/304)   
remote: Counting objects:  86% (262/304)   
remote: Counting objects:  87% (265/304)   
remote: Counting objects:  88% (268/304)   
remote: Counting objects:  89% (271/304)   
remote: Counting objects:  90% (274/304)   
remote: Counting objects:  91% (277/304)   
remote: Counting objects:  92% (280/304)   
remote: Counting objects:  93% (283/304)   
remote: Counting objects:  94% (286/304)   
remote: Counting objects:  95% (289/304)   
remote: Counting objects:  96% (292/304)   
remote: Counting objects:  97% (295/304)   
remote: Counting objects:  98% (298/304)   
remote: Counting objects:  99% (301/304)   
remote: Counting objects: 100% (304/304)   
remote: Counting objects: 100% (304/304), done.
remote: Compressing objects:   0% (1/155)   
remote: Compressing objects:   1% (2/155)   
remote: Compressing objects:   2% (4/155)   
remote: Compressing objects:   3% (5/155)   
remote: Compressing objects:   4% (7/155)   
remote: Compressing objects:   5% (8/155)   
remote: Compressing objects:   6% (10/155)   
remote: Compressing objects:   7% (11/155)   
remote: Compressing objects:   8% (13/155)   
remote: Compressing objects:   9% (14/155)   
remote: Compressing objects:  10% (16/155)   
remote: Compressing objects:  11% (18/155)   
remote: Compressing objects:  12% (19/155)   
remote: Compressing objects:  13% (21/155)   
remote: Compressing objects:  14% (22/155)   
remote: Compressing objects:  15% (24/155)   
remote: Compressing objects:  16% (25/155)   
remote: Compressing objects:  17% (27/155)   
remote: Compressing objects:  18% (28/155)   
remote: Compressing objects:  19% (30/155)   
remote: Compressing objects:  20% (31/155)   
remote: Compressing objects:  21% (33/155)   
remote: Compressing objects:  22% (35/155)   
remote: Compressing objects:  23% (36/155)   
remote: Compressing objects:  24% (38/155)   
remote: Compressing objects:  25% (39/155)   
remote: Compressing objects:  26% (41/155)   
remote: Compressing objects:  27% (42/155)   
remote: Compressing objects:  28% (44/155)   
remote: Compressing objects:  29% (45/155)   
remote: Compressing objects:  30% (47/155)   
remote: Compressing objects:  31% (49/155)   
remote: Compressing objects:  32% (50/155)   
remote: Compressing objects:  33% (52/155)   
remote: Compressing objects:  34% (53/155)   
remote: Compressing objects:  35% (55/155)   
remote: Compressing objects:  36% (56/155)   
remote: Compressing objects:  37% (58/155)   
remote: Compressing objects:  38% (59/155)   
remote: Compressing objects:  39% (61/155)   
remote: Compressing objects:  40% (62/155)   
remote: Compressing objects:  41% (64/155)   
remote: Compressing objects:  42% (66/155)   
remote: Compressing objects:  43% (67/155)   
remote: Compressing objects:  44% (69/155)   
remote: Compressing objects:  45% (70/155)   
remote: Compressing objects:  46% (72/155)   
remote: Compressing objects:  47% (73/155)   
remote: Compressing objects:  48% (75/155)   
remote: Compressing objects:  49% (76/155)   
remote: Compressing objects:  50% (78/155)   
remote: Compressing objects:  51% (80/155)   
remote: Compressing objects:  52% (81/155)   
remote: Compressing objects:  53% (83/155)   
remote: Compressing objects:  54% (84/155)   
remote: Compressing objects:  55% (86/155)   
remote: Compressing objects:  56% (87/155)   
remote: Compressing objects:  57% (89/155)   
remote: Compressing objects:  58% (90/155)   
remote: Compressing objects:  59% (92/155)   
remote: Compressing objects:  60% (93/155)   
remote: Compressing objects:  61% (95/155)   
remote: Compressing objects:  62% (97/155)   
remote: Compressing objects:  63% (98/155)   
remote: Compressing objects:  64% (100/155)   
remote: Compressing objects:  65% (101/155)   
remote: Compressing objects:  66% (103/155)   
remote: Compressing objects:  67% (104/155)   
remote: Compressing objects:  68% (106/155)   
remote: Compressing objects:  69% (107/155)   
remote: Compressing objects:  70% (109/155)   
remote: Compressing objects:  71% (111/155)   
remote: Compressing objects:  72% (112/155)   
remote: Compressing objects:  73% (114/155)   
remote: Compressing objects:  74% (115/155)   
remote: Compressing objects:  75% (117/155)   
remote: Compressing objects:  76% (118/155)   
remote: Compressing objects:  77% (120/155)   
remote: Compressing objects:  78% (121/155)   
remote: Compressing objects:  79% (123/155)   
remote: Compressing objects:  80% (124/155)   
remote: Compressing objects:  81% (126/155)   
remote: Compressing objects:  82% (128/155)   
remote: Compressing objects:  83% (129/155)   
remote: Compressing objects:  84% (131/155)   
remote: Compressing objects:  85% (132/155)   
remote: Compressing objects:  86% (134/155)   
remote: Compressing objects:  87% (135/155)   
remote: Compressing objects:  88% (137/155)   
remote: Compressing objects:  89% (138/155)   
remote: Compressing objects:  90% (140/155)   
remote: Compressing objects:  91% (142/155)   
remote: Compressing objects:  92% (143/155)   
remote: Compressing objects:  93% (145/155)   
remote: Compressing objects:  94% (146/155)   
remote: Compressing objects:  95% (148/155)   
remote: Compressing objects:  96% (149/155)   
remote: Compressing objects:  97% (151/155)   
remote: Compressing objects:  98% (152/155)   
remote: Compressing objects:  99% (154/155)   
remote: Compressing objects: 100% (155/155)   
remote: Compressing objects: 100% (155/155), done.
Receiving objects:   0% (1/304)   
Receiving objects:   1% (4/304)   
Receiving objects:   2% (7/304)   
Receiving objects:   3% (10/304)   
Receiving objects:   4% (13/304)   
Receiving objects:   5% (16/304)   
Receiving objects:   6% (19/304)   
Receiving objects:   7% (22/304)   
Receiving objects:   8% (25/304)   
Receiving objects:   9% (28/304)   
Receiving objects:  10% (31/304)   
Receiving objects:  11% (34/304)   
Receiving objects:  12% (37/304)   
Receiving objects:  13% (40/304)   
Receiving objects:  14% (43/304)   
Receiving objects:  15% (46/304)   
Receiving objects:  16% (49/304)   
Receiving objects:  17% (52/304)   
Receiving objects:  18% (55/304)   
Receiving objects:  19% (58/304)   
Receiving objects:  20% (61/304)   
Receiving objects:  21% (64/304)   
Receiving objects:  22% (67/304)   
Receiving objects:  23% (70/304)   
Receiving objects:  24% (73/304)   
Receiving objects:  25% (76/304)   
Receiving objects:  26% (80/304)   
Receiving objects:  27% (83/304)   
Receiving objects:  28% (86/304)   
Receiving objects:  29% (89/304)   
Receiving objects:  30% (92/304)   
Receiving objects:  31% (95/304)   
Receiving objects:  32% (98/304)   
Receiving objects:  33% (101/304)   
Receiving objects:  34% (104/304)   
Receiving objects:  35% (107/304)   
Receiving objects:  36% (110/304)   
Receiving objects:  37% (113/304)   
Receiving objects:  38% (116/304)   
Receiving objects:  39% (119/304)   
Receiving objects:  40% (122/304)   
Receiving objects:  41% (125/304)   
Receiving objects:  42% (128/304)   
Receiving objects:  43% (131/304)   
Receiving objects:  44% (134/304)   
Receiving objects:  45% (137/304)   
Receiving objects:  46% (140/304)   
Receiving objects:  47% (143/304)   
Receiving objects:  48% (146/304)   
Receiving objects:  49% (149/304)   
Receiving objects:  50% (152/304)   
Receiving objects:  51% (156/304)   
Receiving objects:  52% (159/304)   
Receiving objects:  53% (162/304)   
Receiving objects:  54% (165/304)   
Receiving objects:  55% (168/304)   
Receiving objects:  56% (171/304)   
Receiving objects:  57% (174/304)   
Receiving objects:  58% (177/304)   
Receiving objects:  59% (180/304)   
Receiving objects:  60% (183/304)   
Receiving objects:  61% (186/304)   
Receiving objects:  62% (189/304)   
Receiving objects:  63% (192/304)   
Receiving objects:  64% (195/304)   
Receiving objects:  65% (198/304)   
Receiving objects:  66% (201/304)   
Receiving objects:  67% (204/304)   
Receiving objects:  68% (207/304)   
Receiving objects:  69% (210/304)   
Receiving objects:  70% (213/304)   
Receiving objects:  71% (216/304)   
Receiving objects:  72% (219/304)   
Receiving objects:  73% (222/304)   
Receiving objects:  74% (225/304)   
Receiving objects:  75% (228/304)   
Receiving objects:  76% (232/304)   
Receiving objects:  77% (235/304)   
Receiving objects:  78% (238/304)   
Receiving objects:  79% (241/304)   
Receiving objects:  80% (244/304)   
Receiving objects:  81% (247/304)   
Receiving objects:  82% (250/304)   
Receiving objects:  83% (253/304)   
Receiving objects:  84% (256/304)   
Receiving objects:  85% (259/304)   
Receiving objects:  86% (262/304)   
Receiving objects:  87% (265/304)   
remote: Total 304 (delta 168), reused 243 (delta 138), pack-reused 0
Receiving objects:  88% (268/304)   
Receiving objects:  89% (271/304)   
Receiving objects:  90% (274/304)   
Receiving objects:  91% (277/304)   
Receiving objects:  92% (280/304)   
Receiving objects:  93% (283/304)   
Receiving objects:  94% (286/304)   
Receiving objects:  95% (289/304)   
Receiving objects:  96% (292/304)   
Receiving objects:  97% (295/304)   
Receiving objects:  98% (298/304)   
Receiving objects:  99% (301/304)   
Receiving objects: 100% (304/304)   
Receiving objects: 100% (304/304), 145.14 KiB | 3.30 MiB/s, done.
Resolving deltas:   0% (0/168)   
Resolving deltas:   1% (3/168)   
Resolving deltas:   8% (15/168)   
Resolving deltas:  40% (68/168)   
Resolving deltas:  41% (69/168)   
Resolving deltas:  42% (71/168)   
Resolving deltas:  51% (87/168)   
Resolving deltas:  57% (96/168)   
Resolving deltas:  58% (98/168)   
Resolving deltas:  72% (121/168)   
Resolving deltas:  73% (123/168)   
Resolving deltas:  77% (131/168)   
Resolving deltas:  78% (132/168)   
Resolving deltas:  85% (144/168)   
Resolving deltas:  87% (147/168)   
Resolving deltas:  88% (148/168)   
Resolving deltas:  89% (151/168)   
Resolving deltas:  91% (154/168)   
Resolving deltas:  92% (155/168)   
Resolving deltas:  93% (157/168)   
Resolving deltas:  94% (158/168)   
Resolving deltas:  97% (163/168)   
Resolving deltas: 100% (168/168)   
Resolving deltas: 100% (168/168), done.
travis_time:end:02f953db:start=1563801937300739969,finish=1563801938121228131,duration=820488162
$ cd airbnb/javascript
travis_time:start:1f05b52f
$ git fetch origin +refs/pull/2059/merge:
remote: Enumerating objects: 11, done.
remote: Counting objects:  11% (1/9)   
remote: Counting objects:  22% (2/9)   
remote: Counting objects:  33% (3/9)   
remote: Counting objects:  44% (4/9)   
remote: Counting objects:  55% (5/9)   
remote: Counting objects:  66% (6/9)   
remote: Counting objects:  77% (7/9)   
remote: Counting objects:  88% (8/9)   
remote: Counting objects: 100% (9/9)   
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects:  33% (1/3)   
remote: Compressing objects:  66% (2/3)   
remote: Compressing objects: 100% (3/3)   
remote: Compressing objects: 100% (3/3), done.
remote: Total 5 (delta 2), reused 4 (delta 2), pack-reused 0
Unpacking objects:  20% (1/5)   
Unpacking objects:  40% (2/5)   
Unpacking objects:  60% (3/5)   
Unpacking objects:  80% (4/5)   
Unpacking objects: 100% (5/5)   
Unpacking objects: 100% (5/5), done.
From https://github.com/airbnb/javascript
 * branch            refs/pull/2059/merge -> FETCH_HEAD
travis_time:end:1f05b52f:start=1563801938125785316,finish=1563801938735630064,duration=609844748
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout
Setting environment variables from .travis.yml
$ export TEST=true
$ export ESLINT=5
$ export PACKAGE=eslint-config-airbnb-base
travis_fold:start:nvm.install
travis_time:start:0db658a2
$ nvm install 11
Downloading and installing node v11.15.0...
Downloading https://nodejs.org/dist/v11.15.0/node-v11.15.0-linux-x64.tar.xz...
Computing checksum with sha256sum
Checksums matched!
Now using node v11.15.0 (npm v6.7.0)
travis_time:end:0db658a2:start=1563801939878728513,finish=1563801943607073228,duration=3728344715
travis_fold:end:nvm.install
travis_fold:start:cache.1
Setting up build cache
$ export CASHER_DIR=${TRAVIS_HOME}/.casher
travis_time:start:0be80c6c
$ Installing caching utilities
travis_time:end:0be80c6c:start=1563801945147063410,finish=1563801945430877811,duration=283814401
travis_time:start:05e8160b
travis_time:end:05e8160b:start=1563801945436994487,finish=1563801945440806893,duration=3812406
travis_time:start:0565737c
attempting to download cache archive
fetching PR.2059/cache-linux-xenial-8039f2270777ed77d50654db100f71e05be61863c36501cff680a94bc28c73e9--node-11.tgz
fetching PR.2059/cache--node-11.tgz
fetching master/cache-linux-xenial-8039f2270777ed77d50654db100f71e05be61863c36501cff680a94bc28c73e9--node-11.tgz
fetching master/cache--node-11.tgz
could not download cache
travis_time:end:0565737c:start=1563801945445270792,finish=1563801947757363909,duration=2312093117
travis_fold:end:cache.1
travis_fold:start:cache.npm
travis_time:start:085de136
travis_time:end:085de136:start=1563801948026935222,finish=1563801948031454401,duration=4519179
travis_time:start:15637291
adding /home/travis/build/airbnb/javascript/node_modules to cache
creating directory /home/travis/build/airbnb/javascript/node_modules
travis_time:end:15637291:start=1563801948037061436,finish=1563801949379299850,duration=1342238414
travis_fold:end:cache.npm
$ node --version
v11.15.0
$ npm --version
6.7.0
$ nvm --version
0.34.0
travis_fold:start:before_install
travis_time:start:040e9de9
$ nvm install-latest-npm
Attempting to upgrade to the latest working version of npm...
* Installing latest `npm`; if this does not work on your node version, please report a bug!
/home/travis/.nvm/versions/node/v11.15.0/bin/npm -> /home/travis/.nvm/versions/node/v11.15.0/lib/node_modules/npm/bin/npm-cli.js
/home/travis/.nvm/versions/node/v11.15.0/bin/npx -> /home/travis/.nvm/versions/node/v11.15.0/lib/node_modules/npm/bin/npx-cli.js
+ [email protected]
added 21 packages from 15 contributors, removed 14 packages and updated 37 packages in 7.232s
* npm upgraded to: v6.10.1
travis_time:end:040e9de9:start=1563801950367698776,finish=1563801958704955234,duration=8337256458
travis_fold:end:before_install
travis_fold:start:install.1
travis_time:start:050027a6
$ if [ -n "${PACKAGE-}" ]; then cd "packages/${PACKAGE}"; fi
travis_time:end:050027a6:start=1563801958710869457,finish=1563801958714510646,duration=3641189
travis_fold:end:install.1
travis_fold:start:install.2
travis_time:start:127e2a5e
$ if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected].
> [email protected] postinstall /home/travis/build/airbnb/javascript/packages/eslint-config-airbnb-base/node_modules/core-js
> node scripts/postinstall || echo "ignore"
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.
> [email protected] prepublish /home/travis/build/airbnb/javascript/packages/eslint-config-airbnb-base
> (in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest
added 370 packages from 195 contributors and audited 2892 packages in 12.646s
found 4 vulnerabilities (1 low, 1 moderate, 2 high)
  run `npm audit fix` to fix them, or `npm audit` for details
travis_time:end:127e2a5e:start=1563801958719788020,finish=1563801971926900252,duration=13207112232
travis_fold:end:install.2
travis_fold:start:install.3
travis_time:start:2f775165
$ if [ -n "${ESLINT}" ]; then npm install --no-save "eslint@${ESLINT}"; fi
+ [email protected]
updated 1 package and audited 2892 packages in 5.923s
found 4 vulnerabilities (1 low, 1 moderate, 2 high)
  run `npm audit fix` to fix them, or `npm audit` for details
travis_time:end:2f775165:start=1563801971932350815,finish=1563801978393922804,duration=6461571989
travis_fold:end:install.3
travis_time:start:13bac335
$ if [ -n "${PREPUBLISH-}" ]; then npm run pretravis && npm run prepublish && npm run posttravis; elif [ -n "${LINT-}" ]; then npm run lint; else npm run travis; fi
> [email protected] pretravis /home/travis/build/airbnb/javascript/packages/eslint-config-airbnb-base
> :
> [email protected] travis /home/travis/build/airbnb/javascript/packages/eslint-config-airbnb-base
> npm run --silent test
CHANGELOG.md failed indent_char: found setting '  ', should be '    '
README.md failed indent_char: found setting '  ', should be '    '
index.js failed indent_char: found setting '  ', should be '    '
legacy.js failed indent_char: found setting '  ', should be '    '
package.json failed indent_char: found setting '  ', should be '    '
whitespace.js failed indent_char: found setting '  ', should be '    '
rules/best-practices.js failed indent_char: found setting '  ', should be '    '
rules/errors.js failed indent_char: found setting '  ', should be '    '
rules/es6.js failed indent_char: found setting '  ', should be '    '
rules/imports.js failed indent_char: found setting '  ', should be '    '
rules/node.js failed indent_char: found setting '  ', should be '    '
rules/strict.js failed indent_char: found setting '  ', should be '    '
rules/style.js failed indent_char: found setting '  ', should be '    '
rules/variables.js failed indent_char: found setting '  ', should be '    '
test/requires.js failed indent_char: found setting '  ', should be '    '
test/test-base.js failed indent_char: found setting '  ', should be '    '
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] travis: `npm run --silent test`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] travis script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR!     /home/travis/.npm/_logs/2019-07-22T13_26_19_674Z-debug.log
travis_time:end:13bac335:start=1563801978399965177,finish=1563801979694187833,duration=1294222656
The command "if [ -n "${PREPUBLISH-}" ]; then npm run pretravis && npm run prepublish && npm run posttravis; elif [ -n "${LINT-}" ]; then npm run lint; else npm run travis; fi" exited with 1.
travis_fold:start:cache.2
store build cache
travis_time:start:171983a0
travis_time:end:171983a0:start=1563801979701392496,finish=1563801979705720537,duration=4328041
travis_time:start:0edaa698
changes detected, packing new archive
uploading PR.2059/cache-linux-xenial-8039f2270777ed77d50654db100f71e05be61863c36501cff680a94bc28c73e9--node-11.tgz
cache uploaded
travis_time:end:0edaa698:start=1563801979711186189,finish=1563801981743052716,duration=2031866527
travis_fold:end:cache.2
Done. Your build exited with 1.