-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-7206b56e94.log
937 lines (901 loc) · 113 KB
/
1.5.0-DEV-7206b56e94.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
Julia Version 1.5.0-DEV.485
Commit 7206b56e94 (2020-03-18 17:25 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed SortingAlgorithms ──────────── v0.3.1
Installed PDMats ─────────────────────── v0.9.12
Installed DataValueInterfaces ────────── v1.0.0
Installed Rmath_jll ──────────────────── v0.2.2+0
Installed CategoricalArrays ──────────── v0.7.7
Installed ClassImbalance ─────────────── v0.8.7
Installed DataFrames ─────────────────── v0.20.2
Installed Distributions ──────────────── v0.22.6
Installed QuadGK ─────────────────────── v2.3.1
Installed Arpack_jll ─────────────────── v3.5.0+2
Installed OpenBLAS_jll ───────────────── v0.3.7+7
Installed CompilerSupportLibraries_jll ─ v0.3.0+0
Installed Reexport ───────────────────── v0.2.0
Installed StatsFuns ──────────────────── v0.9.4
Installed JSON ───────────────────────── v0.21.0
Installed DataStructures ─────────────── v0.17.10
Installed StatsBase ──────────────────── v0.32.2
Installed OpenSpecFun_jll ────────────── v0.5.3+3
Installed PooledArrays ───────────────── v0.5.3
Installed Rmath ──────────────────────── v0.6.1
Installed Missings ───────────────────── v0.4.3
Installed InvertedIndices ────────────── v1.0.0
Installed DataAPI ────────────────────── v1.1.0
Installed Parsers ────────────────────── v0.3.12
Installed SpecialFunctions ───────────── v0.10.0
Installed IteratorInterfaceExtensions ── v1.0.0
Installed Arpack ─────────────────────── v0.4.0
Installed Compat ─────────────────────── v3.8.0
Installed Tables ─────────────────────── v1.0.3
Installed FillArrays ─────────────────── v0.8.5
Installed OrderedCollections ─────────── v1.1.0
Installed TableTraits ────────────────── v1.0.0
#=#=# ########################################################### 82.9%######################################################################## 100.0%
#=#=# ##O#- # ######################################################################## 100.0%
#=#=# # 2.6%##### 8.2%########### 15.8%################# 24.0%######################## 34.4%#################################### 50.7%######################################### 57.2%######################################################## 78.6%######################################################################## 100.0%
#=#=# ## 3.6%######## 11.6%############### 21.1%######################## 33.5%################################# 46.4%############################################# 63.6%############################################################# 85.1%######################################################################## 100.0%
#=#=# ############################## 42.2%######################################################################## 100.0%
Updating `~/.julia/environments/v1.5/Project.toml`
04a18a73 + ClassImbalance v0.8.7
Updating `~/.julia/environments/v1.5/Manifest.toml`
7d9fca2a + Arpack v0.4.0
68821587 + Arpack_jll v3.5.0+2
324d7699 + CategoricalArrays v0.7.7
04a18a73 + ClassImbalance v0.8.7
34da2185 + Compat v3.8.0
e66e0078 + CompilerSupportLibraries_jll v0.3.0+0
9a962f9c + DataAPI v1.1.0
a93c6f00 + DataFrames v0.20.2
864edb3b + DataStructures v0.17.10
e2d170a0 + DataValueInterfaces v1.0.0
31c24e10 + Distributions v0.22.6
1a297f60 + FillArrays v0.8.5
41ab1584 + InvertedIndices v1.0.0
82899510 + IteratorInterfaceExtensions v1.0.0
682c06a0 + JSON v0.21.0
e1d29d7a + Missings v0.4.3
4536629a + OpenBLAS_jll v0.3.7+7
efe28fd5 + OpenSpecFun_jll v0.5.3+3
bac558e1 + OrderedCollections v1.1.0
90014a1f + PDMats v0.9.12
69de0a69 + Parsers v0.3.12
2dfb63ee + PooledArrays v0.5.3
1fd47b50 + QuadGK v2.3.1
189a3867 + Reexport v0.2.0
79098fc4 + Rmath v0.6.1
f50d1b31 + Rmath_jll v0.2.2+0
a2af1166 + SortingAlgorithms v0.3.1
276daf66 + SpecialFunctions v0.10.0
2913bbd2 + StatsBase v0.32.2
4c63d2b9 + StatsFuns v0.9.4
3783bdb8 + TableTraits v1.0.0
bd369af6 + Tables v1.0.3
2a0f44e3 + Base64
ade2ca70 + Dates
8bb1440f + DelimitedFiles
8ba89e20 + Distributed
9fa8497b + Future
b77e0a4c + InteractiveUtils
76f85450 + LibGit2
8f399da3 + Libdl
37e2e46d + LinearAlgebra
56ddb016 + Logging
d6f4376e + Markdown
a63ad114 + Mmap
44cfe95a + Pkg
de0858da + Printf
3fa0cd96 + REPL
9a3f8284 + Random
ea8e919c + SHA
9e88b42a + Serialization
1a1011a3 + SharedArrays
6462fe0b + Sockets
2f01184e + SparseArrays
10745b16 + Statistics
4607b0f0 + SuiteSparse
8dfed614 + Test
cf7118a7 + UUIDs
4ec0a83e + Unicode
Testing ClassImbalance
Status `/tmp/jl_MmqdT2/Project.toml`
04a18a73 ClassImbalance v0.8.7
34da2185 Compat v3.8.0
8f4d0f93 Conda v1.4.1
a93c6f00 DataFrames v0.20.2
31c24e10 Distributions v0.22.6
38e38edf GLM v1.3.7
2913bbd2 StatsBase v0.32.2
37e2e46d LinearAlgebra
44cfe95a Pkg
9a3f8284 Random
10745b16 Statistics
8dfed614 Test
Status `/tmp/jl_MmqdT2/Manifest.toml`
7d9fca2a Arpack v0.4.0
68821587 Arpack_jll v3.5.0+2
324d7699 CategoricalArrays v0.7.7
04a18a73 ClassImbalance v0.8.7
34da2185 Compat v3.8.0
e66e0078 CompilerSupportLibraries_jll v0.3.0+0
8f4d0f93 Conda v1.4.1
9a962f9c DataAPI v1.1.0
a93c6f00 DataFrames v0.20.2
864edb3b DataStructures v0.17.10
e2d170a0 DataValueInterfaces v1.0.0
31c24e10 Distributions v0.22.6
1a297f60 FillArrays v0.8.5
38e38edf GLM v1.3.7
41ab1584 InvertedIndices v1.0.0
82899510 IteratorInterfaceExtensions v1.0.0
682c06a0 JSON v0.21.0
e1d29d7a Missings v0.4.3
4536629a OpenBLAS_jll v0.3.7+7
efe28fd5 OpenSpecFun_jll v0.5.3+3
bac558e1 OrderedCollections v1.1.0
90014a1f PDMats v0.9.12
69de0a69 Parsers v0.3.12
2dfb63ee PooledArrays v0.5.3
1fd47b50 QuadGK v2.3.1
189a3867 Reexport v0.2.0
79098fc4 Rmath v0.6.1
f50d1b31 Rmath_jll v0.2.2+0
1277b4bf ShiftedArrays v1.0.0
a2af1166 SortingAlgorithms v0.3.1
276daf66 SpecialFunctions v0.10.0
2913bbd2 StatsBase v0.32.2
4c63d2b9 StatsFuns v0.9.4
3eaba693 StatsModels v0.6.10
3783bdb8 TableTraits v1.0.0
bd369af6 Tables v1.0.3
81def892 VersionParsing v1.2.0
2a0f44e3 Base64
ade2ca70 Dates
8bb1440f DelimitedFiles
8ba89e20 Distributed
9fa8497b Future
b77e0a4c InteractiveUtils
76f85450 LibGit2
8f399da3 Libdl
37e2e46d LinearAlgebra
56ddb016 Logging
d6f4376e Markdown
a63ad114 Mmap
44cfe95a Pkg
de0858da Printf
3fa0cd96 REPL
9a3f8284 Random
ea8e919c SHA
9e88b42a Serialization
1a1011a3 SharedArrays
6462fe0b Sockets
2f01184e SparseArrays
10745b16 Statistics
4607b0f0 SuiteSparse
8dfed614 Test
cf7118a7 UUIDs
4ec0a83e Unicode
[ Info: Downloading miniconda installer ...
[ Info: Installing miniconda ...
PREFIX=/home/pkgeval/.julia/conda/3
Unpacking payload ...
0%| | 0/36 [00:00<?, ?it/s]Extracting : requests-2.22.0-py37_1.conda: 0%| | 0/36 [00:00<?, ?it/s]Extracting : requests-2.22.0-py37_1.conda: 3%|▎ | 1/36 [00:00<00:05, 6.60it/s]Extracting : urllib3-1.25.8-py37_0.conda: 3%|▎ | 1/36 [00:00<00:05, 6.60it/s] Extracting : pyopenssl-19.1.0-py37_0.conda: 6%|▌ | 2/36 [00:00<00:05, 6.60it/s]Extracting : pyopenssl-19.1.0-py37_0.conda: 8%|▊ | 3/36 [00:00<00:04, 6.65it/s]Extracting : pip-20.0.2-py37_1.conda: 8%|▊ | 3/36 [00:00<00:04, 6.65it/s] Extracting : pip-20.0.2-py37_1.conda: 11%|█ | 4/36 [00:00<00:06, 5.02it/s]Extracting : wheel-0.34.2-py37_0.conda: 11%|█ | 4/36 [00:00<00:06, 5.02it/s]Extracting : cryptography-2.8-py37h1ba5d50_0.conda: 14%|█▍ | 5/36 [00:00<00:06, 5.02it/s]Extracting : setuptools-45.2.0-py37_0.conda: 17%|█▋ | 6/36 [00:00<00:05, 5.02it/s] Extracting : conda-package-handling-1.6.0-py37h7b6447c_0.conda: 19%|█▉ | 7/36 [00:00<00:05, 5.02it/s]Extracting : cffi-1.14.0-py37h2e261b9_0.conda: 22%|██▏ | 8/36 [00:00<00:05, 5.02it/s] Extracting : tqdm-4.42.1-py_0.conda: 25%|██▌ | 9/36 [00:00<00:05, 5.02it/s] Extracting : six-1.14.0-py37_0.conda: 28%|██▊ | 10/36 [00:00<00:05, 5.02it/s]Extracting : ruamel_yaml-0.15.87-py37h7b6447c_0.conda: 31%|███ | 11/36 [00:00<00:04, 5.02it/s]Extracting : pysocks-1.7.1-py37_0.conda: 33%|███▎ | 12/36 [00:00<00:04, 5.02it/s] Extracting : pycparser-2.19-py37_0.conda: 36%|███▌ | 13/36 [00:00<00:04, 5.02it/s]Extracting : pycosat-0.6.3-py37h7b6447c_0.conda: 39%|███▉ | 14/36 [00:00<00:04, 5.02it/s]Extracting : idna-2.8-py37_0.conda: 42%|████▏ | 15/36 [00:00<00:04, 5.02it/s] Extracting : chardet-3.0.4-py37_1003.conda: 44%|████▍ | 16/36 [00:00<00:03, 5.02it/s]Extracting : certifi-2019.11.28-py37_0.conda: 47%|████▋ | 17/36 [00:00<00:03, 5.02it/s]Extracting : asn1crypto-1.3.0-py37_0.conda: 50%|█████ | 18/36 [00:00<00:03, 5.02it/s] Extracting : sqlite-3.31.1-h7b6447c_0.conda: 53%|█████▎ | 19/36 [00:00<00:03, 5.02it/s]Extracting : tk-8.6.8-hbc83047_0.conda: 56%|█████▌ | 20/36 [00:00<00:03, 5.02it/s] Extracting : readline-7.0-h7b6447c_5.conda: 58%|█████▊ | 21/36 [00:00<00:02, 5.02it/s]Extracting : libedit-3.1.20181209-hc058e9b_0.conda: 61%|██████ | 22/36 [00:00<00:02, 5.02it/s]Extracting : zlib-1.2.11-h7b6447c_3.conda: 64%|██████▍ | 23/36 [00:00<00:02, 5.02it/s] Extracting : yaml-0.1.7-had09818_2.conda: 67%|██████▋ | 24/36 [00:00<00:02, 5.02it/s] Extracting : xz-5.2.4-h14c3975_4.conda: 69%|██████▉ | 25/36 [00:00<00:02, 5.02it/s] Extracting : openssl-1.1.1d-h7b6447c_4.conda: 72%|███████▏ | 26/36 [00:00<00:01, 5.02it/s]Extracting : libffi-3.2.1-hd88cf55_4.conda: 75%|███████▌ | 27/36 [00:00<00:01, 5.02it/s] Extracting : libgcc-ng-9.1.0-hdf63c60_0.conda: 78%|███████▊ | 28/36 [00:00<00:01, 5.02it/s]Extracting : libstdcxx-ng-9.1.0-hdf63c60_0.conda: 81%|████████ | 29/36 [00:00<00:01, 5.02it/s]Extracting : ld_impl_linux-64-2.33.1-h53a641e_7.conda: 83%|████████▎ | 30/36 [00:00<00:01, 5.02it/s]Extracting : ca-certificates-2020.1.1-0.conda: 86%|████████▌ | 31/36 [00:00<00:00, 5.02it/s] Extracting : _libgcc_mutex-0.1-main.conda: 89%|████████▉ | 32/36 [00:00<00:00, 5.02it/s] Extracting : python-3.7.6-h0371630_2.conda: 92%|█████████▏| 33/36 [00:01<00:00, 5.02it/s]Extracting : python-3.7.6-h0371630_2.conda: 94%|█████████▍| 34/36 [00:01<00:00, 6.67it/s]Extracting : conda-4.8.2-py37_0.tar.bz2: 94%|█████████▍| 34/36 [00:02<00:00, 6.67it/s] Extracting : ncurses-6.2-he6710b0_0.tar.bz2: 97%|█████████▋| 35/36 [00:02<00:00, 6.67it/s]Extracting : ncurses-6.2-he6710b0_0.tar.bz2: 100%|██████████| 36/36 [00:02<00:00, 6.19it/s] Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3
added / updated specs:
- _libgcc_mutex==0.1=main
- asn1crypto==1.3.0=py37_0
- ca-certificates==2020.1.1=0
- certifi==2019.11.28=py37_0
- cffi==1.14.0=py37h2e261b9_0
- chardet==3.0.4=py37_1003
- conda-package-handling==1.6.0=py37h7b6447c_0
- conda==4.8.2=py37_0
- cryptography==2.8=py37h1ba5d50_0
- idna==2.8=py37_0
- ld_impl_linux-64==2.33.1=h53a641e_7
- libedit==3.1.20181209=hc058e9b_0
- libffi==3.2.1=hd88cf55_4
- libgcc-ng==9.1.0=hdf63c60_0
- libstdcxx-ng==9.1.0=hdf63c60_0
- ncurses==6.2=he6710b0_0
- openssl==1.1.1d=h7b6447c_4
- pip==20.0.2=py37_1
- pycosat==0.6.3=py37h7b6447c_0
- pycparser==2.19=py37_0
- pyopenssl==19.1.0=py37_0
- pysocks==1.7.1=py37_0
- python==3.7.6=h0371630_2
- readline==7.0=h7b6447c_5
- requests==2.22.0=py37_1
- ruamel_yaml==0.15.87=py37h7b6447c_0
- setuptools==45.2.0=py37_0
- six==1.14.0=py37_0
- sqlite==3.31.1=h7b6447c_0
- tk==8.6.8=hbc83047_0
- tqdm==4.42.1=py_0
- urllib3==1.25.8=py37_0
- wheel==0.34.2=py37_0
- xz==5.2.4=h14c3975_4
- yaml==0.1.7=had09818_2
- zlib==1.2.11=h7b6447c_3
The following NEW packages will be INSTALLED:
_libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main
asn1crypto pkgs/main/linux-64::asn1crypto-1.3.0-py37_0
ca-certificates pkgs/main/linux-64::ca-certificates-2020.1.1-0
certifi pkgs/main/linux-64::certifi-2019.11.28-py37_0
cffi pkgs/main/linux-64::cffi-1.14.0-py37h2e261b9_0
chardet pkgs/main/linux-64::chardet-3.0.4-py37_1003
conda pkgs/main/linux-64::conda-4.8.2-py37_0
conda-package-han~ pkgs/main/linux-64::conda-package-handling-1.6.0-py37h7b6447c_0
cryptography pkgs/main/linux-64::cryptography-2.8-py37h1ba5d50_0
idna pkgs/main/linux-64::idna-2.8-py37_0
ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.33.1-h53a641e_7
libedit pkgs/main/linux-64::libedit-3.1.20181209-hc058e9b_0
libffi pkgs/main/linux-64::libffi-3.2.1-hd88cf55_4
libgcc-ng pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0
libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-9.1.0-hdf63c60_0
ncurses pkgs/main/linux-64::ncurses-6.2-he6710b0_0
openssl pkgs/main/linux-64::openssl-1.1.1d-h7b6447c_4
pip pkgs/main/linux-64::pip-20.0.2-py37_1
pycosat pkgs/main/linux-64::pycosat-0.6.3-py37h7b6447c_0
pycparser pkgs/main/linux-64::pycparser-2.19-py37_0
pyopenssl pkgs/main/linux-64::pyopenssl-19.1.0-py37_0
pysocks pkgs/main/linux-64::pysocks-1.7.1-py37_0
python pkgs/main/linux-64::python-3.7.6-h0371630_2
readline pkgs/main/linux-64::readline-7.0-h7b6447c_5
requests pkgs/main/linux-64::requests-2.22.0-py37_1
ruamel_yaml pkgs/main/linux-64::ruamel_yaml-0.15.87-py37h7b6447c_0
setuptools pkgs/main/linux-64::setuptools-45.2.0-py37_0
six pkgs/main/linux-64::six-1.14.0-py37_0
sqlite pkgs/main/linux-64::sqlite-3.31.1-h7b6447c_0
tk pkgs/main/linux-64::tk-8.6.8-hbc83047_0
tqdm pkgs/main/noarch::tqdm-4.42.1-py_0
urllib3 pkgs/main/linux-64::urllib3-1.25.8-py37_0
wheel pkgs/main/linux-64::wheel-0.34.2-py37_0
xz pkgs/main/linux-64::xz-5.2.4-h14c3975_4
yaml pkgs/main/linux-64::yaml-0.1.7-had09818_2
zlib pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3
Preparing transaction: ...working... done
Executing transaction: ...working... done
installation finished.
[ Info: Running `conda config --add channels defaults --file /home/pkgeval/.julia/conda/3/condarc-julia.yml --force` in root environment
Warning: 'defaults' already in 'channels' list, moving to the top
[ Info: Running `conda update -q -y conda` in root environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3
added / updated specs:
- conda
The following packages will be downloaded:
package | build
---------------------------|-----------------
conda-4.8.3 | py37_0 2.8 MB
idna-2.9 | py_1 49 KB
openssl-1.1.1e | h7b6447c_0 2.5 MB
pycparser-2.20 | py_0 92 KB
requests-2.23.0 | py37_0 92 KB
setuptools-46.0.0 | py37_0 510 KB
tqdm-4.43.0 | py_0 56 KB
------------------------------------------------------------
Total: 6.1 MB
The following packages will be UPDATED:
conda 4.8.2-py37_0 --> 4.8.3-py37_0
idna pkgs/main/linux-64::idna-2.8-py37_0 --> pkgs/main/noarch::idna-2.9-py_1
openssl 1.1.1d-h7b6447c_4 --> 1.1.1e-h7b6447c_0
pycparser pkgs/main/linux-64::pycparser-2.19-py~ --> pkgs/main/noarch::pycparser-2.20-py_0
requests 2.22.0-py37_1 --> 2.23.0-py37_0
setuptools 45.2.0-py37_0 --> 46.0.0-py37_0
tqdm 4.42.1-py_0 --> 4.43.0-py_0
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
[ Info: Running `conda config --add channels r --file /home/pkgeval/.julia/conda/3/condarc-julia.yml --force` in root environment
[ Info: Running `conda install -q -y r-base` in root environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3
added / updated specs:
- r-base
The following packages will be downloaded:
package | build
---------------------------|-----------------
_r-mutex-1.0.0 | anacondar_1 3 KB
binutils_impl_linux-64-2.31.1| h6176602_1 3.9 MB
binutils_linux-64-2.31.1 | h6176602_9 26 KB
bwidget-1.9.11 | 1 116 KB
bzip2-1.0.8 | h7b6447c_0 78 KB
cairo-1.14.12 | h8948797_3 906 KB
curl-7.69.1 | hbc83047_0 137 KB
fontconfig-2.13.0 | h9420a91_0 227 KB
freetype-2.9.1 | h8a8886c_1 550 KB
fribidi-1.0.5 | h7b6447c_0 101 KB
gcc_impl_linux-64-7.3.0 | habb00fd_1 41.9 MB
gcc_linux-64-7.3.0 | h553295d_9 27 KB
gfortran_impl_linux-64-7.3.0| hdf63c60_1 7.8 MB
gfortran_linux-64-7.3.0 | h553295d_9 27 KB
glib-2.63.1 | h5a9c865_0 2.9 MB
graphite2-1.3.13 | h23475e2_0 98 KB
gsl-2.4 | h14c3975_4 1.8 MB
gxx_impl_linux-64-7.3.0 | hdf63c60_1 15.0 MB
gxx_linux-64-7.3.0 | h553295d_9 26 KB
harfbuzz-1.8.8 | hffaf4a1_0 507 KB
icu-58.2 | h9c2bf20_1 10.3 MB
jpeg-9b | h024ee3a_2 214 KB
krb5-1.17.1 | h173b8e3_0 1.3 MB
libcurl-7.69.1 | h20c2e04_0 431 KB
libgfortran-ng-7.3.0 | hdf63c60_0 1006 KB
libpng-1.6.37 | hbc83047_0 278 KB
libssh2-1.9.0 | h1ba5d50_1 269 KB
libtiff-4.1.0 | h2733197_0 447 KB
libuuid-1.0.3 | h1bed415_2 15 KB
libxcb-1.13 | h1bed415_1 421 KB
libxml2-2.9.9 | hea5a465_1 1.6 MB
make-4.2.1 | h1bed415_1 415 KB
pango-1.42.4 | h049681c_0 464 KB
pcre-8.43 | he6710b0_0 209 KB
pixman-0.38.0 | h7b6447c_0 364 KB
r-base-3.5.3 | h067a564_0 39.2 MB
tktable-2.10 | h14c3975_0 86 KB
zstd-1.3.7 | h0b5b093_0 401 KB
------------------------------------------------------------
Total: 133.3 MB
The following NEW packages will be INSTALLED:
_r-mutex pkgs/r/linux-64::_r-mutex-1.0.0-anacondar_1
binutils_impl_lin~ pkgs/main/linux-64::binutils_impl_linux-64-2.31.1-h6176602_1
binutils_linux-64 pkgs/main/linux-64::binutils_linux-64-2.31.1-h6176602_9
bwidget pkgs/main/linux-64::bwidget-1.9.11-1
bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0
cairo pkgs/main/linux-64::cairo-1.14.12-h8948797_3
curl pkgs/main/linux-64::curl-7.69.1-hbc83047_0
fontconfig pkgs/main/linux-64::fontconfig-2.13.0-h9420a91_0
freetype pkgs/main/linux-64::freetype-2.9.1-h8a8886c_1
fribidi pkgs/main/linux-64::fribidi-1.0.5-h7b6447c_0
gcc_impl_linux-64 pkgs/main/linux-64::gcc_impl_linux-64-7.3.0-habb00fd_1
gcc_linux-64 pkgs/main/linux-64::gcc_linux-64-7.3.0-h553295d_9
gfortran_impl_lin~ pkgs/main/linux-64::gfortran_impl_linux-64-7.3.0-hdf63c60_1
gfortran_linux-64 pkgs/main/linux-64::gfortran_linux-64-7.3.0-h553295d_9
glib pkgs/main/linux-64::glib-2.63.1-h5a9c865_0
graphite2 pkgs/main/linux-64::graphite2-1.3.13-h23475e2_0
gsl pkgs/main/linux-64::gsl-2.4-h14c3975_4
gxx_impl_linux-64 pkgs/main/linux-64::gxx_impl_linux-64-7.3.0-hdf63c60_1
gxx_linux-64 pkgs/main/linux-64::gxx_linux-64-7.3.0-h553295d_9
harfbuzz pkgs/main/linux-64::harfbuzz-1.8.8-hffaf4a1_0
icu pkgs/main/linux-64::icu-58.2-h9c2bf20_1
jpeg pkgs/main/linux-64::jpeg-9b-h024ee3a_2
krb5 pkgs/main/linux-64::krb5-1.17.1-h173b8e3_0
libcurl pkgs/main/linux-64::libcurl-7.69.1-h20c2e04_0
libgfortran-ng pkgs/main/linux-64::libgfortran-ng-7.3.0-hdf63c60_0
libpng pkgs/main/linux-64::libpng-1.6.37-hbc83047_0
libssh2 pkgs/main/linux-64::libssh2-1.9.0-h1ba5d50_1
libtiff pkgs/main/linux-64::libtiff-4.1.0-h2733197_0
libuuid pkgs/main/linux-64::libuuid-1.0.3-h1bed415_2
libxcb pkgs/main/linux-64::libxcb-1.13-h1bed415_1
libxml2 pkgs/main/linux-64::libxml2-2.9.9-hea5a465_1
make pkgs/main/linux-64::make-4.2.1-h1bed415_1
pango pkgs/main/linux-64::pango-1.42.4-h049681c_0
pcre pkgs/main/linux-64::pcre-8.43-he6710b0_0
pixman pkgs/main/linux-64::pixman-0.38.0-h7b6447c_0
r-base pkgs/r/linux-64::r-base-3.5.3-h067a564_0
tktable pkgs/main/linux-64::tktable-2.10-h14c3975_0
zstd pkgs/main/linux-64::zstd-1.3.7-h0b5b093_0
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Resolving package versions...
Installed Requires ─ v1.0.1
Installed WinReg ─── v0.3.1
Installed RCall ──── v0.13.4
Updating `/tmp/jl_MmqdT2/Project.toml`
6f49c342 + RCall v0.13.4
Updating `/tmp/jl_MmqdT2/Manifest.toml`
6f49c342 + RCall v0.13.4
ae029012 + Requires v1.0.1
1b915085 + WinReg v0.3.1
Building RCall → `~/.julia/packages/RCall/g7dhB/deps/build.log`
Building Conda → `~/.julia/packages/Conda/3rPhK/deps/build.log`
Building RCall → `~/.julia/packages/RCall/g7dhB/deps/build.log`
┌ Warning: ignoring error:
│ e =
│ REvalError: Loading required package: DMwR
│ Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
│ there is no package called 'DMwR'
│ Error in install.packages("DMwR", lib = Sys.getenv("R_LIBS_USER"), repos = "http://cran.r-project.org/", :
│ type 'binary' is not supported on this platform
└ @ Main ~/.julia/packages/ClassImbalance/NRIWC/test/install_dmwr.jl:17
* installing *source* package 'gtools' ...
** package 'gtools' successfully unpacked and MD5 sums checked
** libs
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c gtools_load.c -o gtools_load.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c roman2int.c -o roman2int.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c setTCPNoDelay.c -o setTCPNoDelay.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o gtools.so gtools_load.o roman2int.o setTCPNoDelay.o -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/gtools/libs
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (gtools)
* installing *source* package 'KernSmooth' ...
** package 'KernSmooth' successfully unpacked and MD5 sums checked
** libs
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c blkest.f -o blkest.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c cp.f -o cp.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c dgedi.f -o dgedi.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c dgefa.f -o dgefa.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c dgesl.f -o dgesl.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c init.c -o init.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c linbin.f -o linbin.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c linbin2D.f -o linbin2D.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c locpoly.f -o locpoly.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rlbin.f -o rlbin.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c sdiag.f -o sdiag.o
x86_64-conda_cos6-linux-gnu-gfortran -fpic -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c sstdiag.f -o sstdiag.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o KernSmooth.so blkest.o cp.o dgedi.o dgefa.o dgesl.o init.o linbin.o linbin2D.o locpoly.o rlbin.o sdiag.o sstdiag.o -L/home/pkgeval/.julia/conda/3/lib/R/lib -lRblas -lgfortran -lm -lgomp -lquadmath -lpthread -lgfortran -lm -lgomp -lquadmath -lpthread -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/KernSmooth/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (KernSmooth)
* installing *source* package 'curl' ...
** package 'curl' successfully unpacked and MD5 sums checked
Package libcurl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcurl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcurl' found
Package libcurl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcurl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcurl' found
Using PKG_CFLAGS=
Using PKG_LIBS=-lcurl
** libs
rm -f curl.so callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o interrupt.o multi.o nslookup.o reflist.o split.o ssl.o typechecking.o utils.o version.o winidn.o writer.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c callbacks.c -o callbacks.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c curl.c -o curl.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c download.c -o download.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c escape.c -o escape.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c fetch.c -o fetch.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c form.c -o form.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c getdate.c -o getdate.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c handle.c -o handle.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c ieproxy.c -o ieproxy.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c init.c -o init.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c interrupt.c -o interrupt.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c multi.c -o multi.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c nslookup.c -o nslookup.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c reflist.c -o reflist.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c split.c -o split.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c ssl.c -o ssl.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c typechecking.c -o typechecking.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c utils.c -o utils.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c version.c -o version.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c winidn.c -o winidn.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fvisibility=hidden -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c writer.c -o writer.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o curl.so callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o interrupt.o multi.o nslookup.o reflist.o split.o ssl.o typechecking.o utils.o version.o winidn.o writer.o -lcurl -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/curl/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (curl)
* installing *source* package 'MASS' ...
** package 'MASS' successfully unpacked and MD5 sums checked
** libs
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c MASS.c -o MASS.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c lqs.c -o lqs.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o MASS.so MASS.o lqs.o -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/MASS/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (MASS)
* installing *source* package 'lattice' ...
** package 'lattice' successfully unpacked and MD5 sums checked
** libs
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c init.c -o init.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c threeDplot.c -o threeDplot.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o lattice.so init.o threeDplot.o -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/lattice/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (lattice)
* installing *source* package 'abind' ...
** package 'abind' successfully unpacked and MD5 sums checked
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (abind)
* installing *source* package 'rpart' ...
** package 'rpart' successfully unpacked and MD5 sums checked
** libs
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c anova.c -o anova.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c anovapred.c -o anovapred.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c branch.c -o branch.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c bsplit.c -o bsplit.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c choose_surg.c -o choose_surg.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c fix_cp.c -o fix_cp.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c free_tree.c -o free_tree.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c gini.c -o gini.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c graycode.c -o graycode.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c init.c -o init.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c insert_split.c -o insert_split.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c make_cp_list.c -o make_cp_list.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c make_cp_table.c -o make_cp_table.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c mysort.c -o mysort.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c nodesplit.c -o nodesplit.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c partition.c -o partition.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c poisson.c -o poisson.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c pred_rpart.c -o pred_rpart.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c print_tree.c -o print_tree.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rpart.c -o rpart.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rpart_callback.c -o rpart_callback.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rpartexp.c -o rpartexp.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rpartexp2.c -o rpartexp2.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rpcountup.c -o rpcountup.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rpmatrix.c -o rpmatrix.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rundown.c -o rundown.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rundown2.c -o rundown2.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c surrogate.c -o surrogate.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c usersplit.c -o usersplit.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c xpred.c -o xpred.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c xval.c -o xval.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o rpart.so anova.o anovapred.o branch.o bsplit.o choose_surg.o fix_cp.o free_tree.o gini.o graycode.o init.o insert_split.o make_cp_list.o make_cp_table.o mysort.o nodesplit.o partition.o poisson.o pred_rpart.o print_tree.o rpart.o rpart_callback.o rpartexp.o rpartexp2.o rpcountup.o rpmatrix.o rundown.o rundown2.o surrogate.o usersplit.o xpred.o xval.o -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/rpart/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (rpart)
* installing *source* package 'gdata' ...
** package 'gdata' successfully unpacked and MD5 sums checked
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (gdata)
* installing *source* package 'zoo' ...
** package 'zoo' successfully unpacked and MD5 sums checked
** libs
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c coredata.c -o coredata.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c init.c -o init.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c lag.c -o lag.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o zoo.so coredata.o init.o lag.o -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/libs
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (zoo)
* installing *source* package 'class' ...
** package 'class' successfully unpacked and MD5 sums checked
** libs
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c class.c -o class.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o class.so class.o -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/class/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (class)
ERROR: dependency 'caTools' is not available for package 'gplots'
* removing '/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/gplots'
* installing *source* package 'xts' ...
** package 'xts' successfully unpacked and MD5 sums checked
** libs
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c add_class.c -o add_class.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c any.c -o any.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c attr.c -o attr.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c binsearch.c -o binsearch.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c coredata.c -o coredata.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c diff.c -o diff.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c dimnames.c -o dimnames.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c endpoints.c -o endpoints.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c extract_col.c -o extract_col.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c init.c -o init.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c isOrdered.c -o isOrdered.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c isXts.c -o isXts.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c merge.c -o merge.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c na.c -o na.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c period_apply.c -o period_apply.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c period_arithmetic.c -o period_arithmetic.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c period_quantile.c -o period_quantile.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rbind.c -o rbind.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c rollfun.c -o rollfun.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c runSum.c -o runSum.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c startofyear.c -o startofyear.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c subset.c -o subset.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c subset.old.c -o subset.old.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c toperiod.c -o toperiod.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c totalcols.c -o totalcols.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c tryXts.c -o tryXts.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I../inst/include -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/zoo/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c unique.time.c -o unique.time.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o xts.so add_class.o any.o attr.o binsearch.o coredata.o diff.o dimnames.o endpoints.o extract_col.o init.o isOrdered.o isXts.o merge.o na.o period_apply.o period_arithmetic.o period_quantile.o rbind.o rollfun.o runSum.o startofyear.o subset.o subset.old.o toperiod.o totalcols.o tryXts.o unique.time.o -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (xts)
* installing *source* package 'TTR' ...
** package 'TTR' successfully unpacked and MD5 sums checked
** libs
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c adjRatios.c -o adjRatios.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c aroon.c -o aroon.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c init.c -o init.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c moving_averages.c -o moving_averages.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c percent_rank.c -o percent_rank.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c runfun.c -o runfun.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c sar.c -o sar.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c wilderSum.c -o wilderSum.o
x86_64-conda_cos6-linux-gnu-cc -I"/home/pkgeval/.julia/conda/3/lib/R/include" -DNDEBUG -I"/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/xts/include" -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/pkgeval/.julia/conda/3/include -I/home/pkgeval/.julia/conda/3/include -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/pkgeval/.julia/conda/3/include -fdebug-prefix-map=/tmp/build/80754af9/r-base_1583245844287/work=/usr/local/src/conda/r-base-3.5.3 -fdebug-prefix-map=/home/pkgeval/.julia/conda/3=/usr/local/src/conda-prefix -c zigzag.c -o zigzag.o
x86_64-conda_cos6-linux-gnu-cc -shared -L/home/pkgeval/.julia/conda/3/lib/R/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -L/home/pkgeval/.julia/conda/3/lib -Wl,-rpath-link,/home/pkgeval/.julia/conda/3/lib -o TTR.so adjRatios.o aroon.o init.o moving_averages.o percent_rank.o runfun.o sar.o wilderSum.o zigzag.o -L/home/pkgeval/.julia/conda/3/lib/R/lib -lR
installing to /home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/TTR/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (TTR)
ERROR: dependency 'gplots' is not available for package 'ROCR'
* removing '/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/ROCR'
* installing *source* package 'quantmod' ...
** package 'quantmod' successfully unpacked and MD5 sums checked
** R
** demo
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (quantmod)
ERROR: dependency 'ROCR' is not available for package 'DMwR'
* removing '/home/pkgeval/R/x86_64-conda_cos6-linux-gnu-library/3.5/DMwR'
┌ Warning: RCall.jl: Loading required package: DMwR
│ Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
│ there is no package called 'DMwR'
│ Warning: dependency 'caTools' is not available
│ also installing the dependencies 'gtools', 'gdata', 'KernSmooth', 'TTR', 'curl', 'MASS', 'gplots', 'lattice', 'xts', 'quantmod', 'zoo', 'abind', 'rpart', 'class', 'ROCR'
│
│ trying URL 'http://cran.r-project.org/src/contrib/gtools_3.8.1.tar.gz'
│ Content type 'application/x-gzip' length 187516 bytes (183 KB)
│ ==================================================
│ downloaded 183 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/gdata_2.18.0.tar.gz'
│ Content type 'application/x-gzip' length 1058430 bytes (1.0 MB)
│ ==================================================
│ downloaded 1.0 MB
│
│ trying URL 'http://cran.r-project.org/src/contrib/KernSmooth_2.23-16.tar.gz'
│ Content type 'application/x-gzip' length 24632 bytes (24 KB)
│ ==================================================
│ downloaded 24 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/TTR_0.23-6.tar.gz'
│ Content type 'application/x-gzip' length 309148 bytes (301 KB)
│ ==================================================
│ downloaded 301 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/curl_4.3.tar.gz'
│ Content type 'application/x-gzip' length 673779 bytes (657 KB)
│ ==================================================
│ downloaded 657 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/MASS_7.3-51.5.tar.gz'
│ Content type 'application/x-gzip' length 487569 bytes (476 KB)
│ ==================================================
│ downloaded 476 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/gplots_3.0.3.tar.gz'
│ Content type 'application/x-gzip' length 516153 bytes (504 KB)
│ ==================================================
│ downloaded 504 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/lattice_0.20-40.tar.gz'
│ Content type 'application/x-gzip' length 355871 bytes (347 KB)
│ ==================================================
│ downloaded 347 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/xts_0.12-0.tar.gz'
│ Content type 'application/x-gzip' length 540698 bytes (528 KB)
│ ==================================================
│ downloaded 528 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/quantmod_0.4-16.tar.gz'
│ Content type 'application/x-gzip' length 152106 bytes (148 KB)
│ ==================================================
│ downloaded 148 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/zoo_1.8-7.tar.gz'
│ Content type 'application/x-gzip' length 861309 bytes (841 KB)
│ ==================================================
│ downloaded 841 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/abind_1.4-5.tar.gz'
│ Content type 'application/x-gzip' length 21810 bytes (21 KB)
│ ==================================================
│ downloaded 21 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/rpart_4.1-15.tar.gz'
│ Content type 'application/x-gzip' length 639286 bytes (624 KB)
│ ==================================================
│ downloaded 624 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/class_7.3-15.tar.gz'
│ Content type 'application/x-gzip' length 19757 bytes (19 KB)
│ ==================================================
│ downloaded 19 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/ROCR_1.0-7.tar.gz'
│ Content type 'application/x-gzip' length 107872 bytes (105 KB)
│ ==================================================
│ downloaded 105 KB
│
│ trying URL 'http://cran.r-project.org/src/contrib/DMwR_0.4.1.tar.gz'
│ Content type 'application/x-gzip' length 1941361 bytes (1.9 MB)
│ ==================================================
│ downloaded 1.9 MB
│
│ Warning in install.packages("DMwR", lib = Sys.getenv("R_LIBS_USER"), repos = "http://cran.r-project.org/", :
│ installation of package 'gplots' had non-zero exit status
│ Warning in install.packages("DMwR", lib = Sys.getenv("R_LIBS_USER"), repos = "http://cran.r-project.org/", :
│ installation of package 'ROCR' had non-zero exit status
│ Warning in install.packages("DMwR", lib = Sys.getenv("R_LIBS_USER"), repos = "http://cran.r-project.org/", :
│ installation of package 'DMwR' had non-zero exit status
│
│ The downloaded source packages are in
│ '/tmp/RtmpU2Blh4/downloaded_packages'
└ @ RCall ~/.julia/packages/RCall/g7dhB/src/io.jl:113
ERROR: LoadError: LoadError: REvalError: Error in library("DMwR") : there is no package called 'DMwR'
in expression starting at /home/pkgeval/.julia/packages/ClassImbalance/NRIWC/test/install_dmwr.jl:32
in expression starting at /home/pkgeval/.julia/packages/ClassImbalance/NRIWC/test/runtests.jl:9
ERROR: Package ClassImbalance errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/Types.jl:53
[2] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing) at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/Operations.jl:1523
[3] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:316
[4] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:303
[5] #test#68 at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:297 [inlined]
[6] test at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:297 [inlined]
[7] #test#67 at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:296 [inlined]
[8] test at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:296 [inlined]
[9] test(::String; kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:295
[10] test(::String) at /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:295
[11] top-level scope at none:13