-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-7206b56e94.log
938 lines (802 loc) · 41.4 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
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
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 VersionParsing ─ v1.2.0
Installed Parsers ──────── v0.3.12
Installed Conda ────────── v1.4.1
Installed JSON ─────────── v0.21.0
Updating `~/.julia/environments/v1.5/Project.toml`
8f4d0f93 + Conda v1.4.1
Updating `~/.julia/environments/v1.5/Manifest.toml`
8f4d0f93 + Conda v1.4.1
682c06a0 + JSON v0.21.0
69de0a69 + Parsers v0.3.12
81def892 + VersionParsing v1.2.0
2a0f44e3 + Base64
ade2ca70 + Dates
8ba89e20 + Distributed
b77e0a4c + InteractiveUtils
56ddb016 + Logging
d6f4376e + Markdown
a63ad114 + Mmap
de0858da + Printf
9a3f8284 + Random
9e88b42a + Serialization
6462fe0b + Sockets
8dfed614 + Test
4ec0a83e + Unicode
Building Conda → `~/.julia/packages/Conda/3rPhK/deps/build.log`
Testing Conda
Status `/tmp/jl_8Qdtzf/Project.toml`
8f4d0f93 Conda v1.4.1
682c06a0 JSON v0.21.0
81def892 VersionParsing v1.2.0
8dfed614 Test
Status `/tmp/jl_8Qdtzf/Manifest.toml`
8f4d0f93 Conda v1.4.1
682c06a0 JSON v0.21.0
69de0a69 Parsers v0.3.12
81def892 VersionParsing v1.2.0
2a0f44e3 Base64
ade2ca70 Dates
8ba89e20 Distributed
b77e0a4c InteractiveUtils
56ddb016 Logging
d6f4376e Markdown
a63ad114 Mmap
de0858da Printf
9a3f8284 Random
9e88b42a Serialization
6462fe0b Sockets
8dfed614 Test
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:08, 4.16it/s]Extracting : urllib3-1.25.8-py37_0.conda: 3%|▎ | 1/36 [00:00<00:08, 4.16it/s] Extracting : urllib3-1.25.8-py37_0.conda: 6%|▌ | 2/36 [00:00<00:06, 4.90it/s]Extracting : pyopenssl-19.1.0-py37_0.conda: 6%|▌ | 2/36 [00:00<00:06, 4.90it/s]Extracting : pip-20.0.2-py37_1.conda: 8%|▊ | 3/36 [00:00<00:06, 4.90it/s] Extracting : wheel-0.34.2-py37_0.conda: 11%|█ | 4/36 [00:00<00:06, 4.90it/s]Extracting : cryptography-2.8-py37h1ba5d50_0.conda: 14%|█▍ | 5/36 [00:00<00:06, 4.90it/s]Extracting : cryptography-2.8-py37h1ba5d50_0.conda: 17%|█▋ | 6/36 [00:00<00:04, 6.53it/s]Extracting : setuptools-45.2.0-py37_0.conda: 17%|█▋ | 6/36 [00:00<00:04, 6.53it/s] Extracting : conda-package-handling-1.6.0-py37h7b6447c_0.conda: 19%|█▉ | 7/36 [00:00<00:04, 6.53it/s]Extracting : conda-package-handling-1.6.0-py37h7b6447c_0.conda: 22%|██▏ | 8/36 [00:00<00:03, 8.06it/s]Extracting : cffi-1.14.0-py37h2e261b9_0.conda: 22%|██▏ | 8/36 [00:00<00:03, 8.06it/s] Extracting : tqdm-4.42.1-py_0.conda: 25%|██▌ | 9/36 [00:00<00:03, 8.06it/s] Extracting : six-1.14.0-py37_0.conda: 28%|██▊ | 10/36 [00:00<00:03, 8.06it/s]Extracting : ruamel_yaml-0.15.87-py37h7b6447c_0.conda: 31%|███ | 11/36 [00:00<00:03, 8.06it/s]Extracting : pysocks-1.7.1-py37_0.conda: 33%|███▎ | 12/36 [00:00<00:02, 8.06it/s] Extracting : pycparser-2.19-py37_0.conda: 36%|███▌ | 13/36 [00:00<00:02, 8.06it/s]Extracting : pycosat-0.6.3-py37h7b6447c_0.conda: 39%|███▉ | 14/36 [00:00<00:02, 8.06it/s]Extracting : idna-2.8-py37_0.conda: 42%|████▏ | 15/36 [00:00<00:02, 8.06it/s] Extracting : chardet-3.0.4-py37_1003.conda: 44%|████▍ | 16/36 [00:00<00:02, 8.06it/s]Extracting : certifi-2019.11.28-py37_0.conda: 47%|████▋ | 17/36 [00:00<00:02, 8.06it/s]Extracting : asn1crypto-1.3.0-py37_0.conda: 50%|█████ | 18/36 [00:00<00:02, 8.06it/s] Extracting : sqlite-3.31.1-h7b6447c_0.conda: 53%|█████▎ | 19/36 [00:00<00:02, 8.06it/s]Extracting : tk-8.6.8-hbc83047_0.conda: 56%|█████▌ | 20/36 [00:00<00:01, 8.06it/s] Extracting : tk-8.6.8-hbc83047_0.conda: 58%|█████▊ | 21/36 [00:00<00:01, 10.90it/s]Extracting : readline-7.0-h7b6447c_5.conda: 58%|█████▊ | 21/36 [00:00<00:01, 10.90it/s]Extracting : libedit-3.1.20181209-hc058e9b_0.conda: 61%|██████ | 22/36 [00:00<00:01, 10.90it/s]Extracting : zlib-1.2.11-h7b6447c_3.conda: 64%|██████▍ | 23/36 [00:00<00:01, 10.90it/s] Extracting : yaml-0.1.7-had09818_2.conda: 67%|██████▋ | 24/36 [00:00<00:01, 10.90it/s] Extracting : xz-5.2.4-h14c3975_4.conda: 69%|██████▉ | 25/36 [00:00<00:01, 10.90it/s] Extracting : openssl-1.1.1d-h7b6447c_4.conda: 72%|███████▏ | 26/36 [00:00<00:00, 10.90it/s]Extracting : libffi-3.2.1-hd88cf55_4.conda: 75%|███████▌ | 27/36 [00:00<00:00, 10.90it/s] Extracting : libgcc-ng-9.1.0-hdf63c60_0.conda: 78%|███████▊ | 28/36 [00:01<00:00, 10.90it/s]Extracting : libgcc-ng-9.1.0-hdf63c60_0.conda: 81%|████████ | 29/36 [00:01<00:00, 13.64it/s]Extracting : libstdcxx-ng-9.1.0-hdf63c60_0.conda: 81%|████████ | 29/36 [00:01<00:00, 13.64it/s]Extracting : ld_impl_linux-64-2.33.1-h53a641e_7.conda: 83%|████████▎ | 30/36 [00:01<00:00, 13.64it/s]Extracting : ca-certificates-2020.1.1-0.conda: 86%|████████▌ | 31/36 [00:01<00:00, 13.64it/s] Extracting : _libgcc_mutex-0.1-main.conda: 89%|████████▉ | 32/36 [00:01<00:00, 13.64it/s] Extracting : python-3.7.6-h0371630_2.conda: 92%|█████████▏| 33/36 [00:01<00:00, 13.64it/s]Extracting : python-3.7.6-h0371630_2.conda: 94%|█████████▍| 34/36 [00:01<00:00, 9.76it/s]Extracting : conda-4.8.2-py37_0.tar.bz2: 94%|█████████▍| 34/36 [00:02<00:00, 9.76it/s] Extracting : ncurses-6.2-he6710b0_0.tar.bz2: 97%|█████████▋| 35/36 [00:02<00:00, 9.76it/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 update -q -y --all conda` in root environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
# All requested packages already installed.
[ Info: Running `conda create -q -y -p /home/pkgeval/.julia/conda/3/envs/test_conda_jl` in root environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
[ Info: Running `conda install -q -y curl` in test_conda_jl environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl
added / updated specs:
- curl
The following packages will be downloaded:
package | build
---------------------------|-----------------
curl-7.69.1 | hbc83047_0 137 KB
krb5-1.17.1 | h173b8e3_0 1.3 MB
libcurl-7.69.1 | h20c2e04_0 431 KB
libssh2-1.9.0 | h1ba5d50_1 269 KB
------------------------------------------------------------
Total: 2.1 MB
The following NEW packages will be INSTALLED:
_libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main
ca-certificates pkgs/main/linux-64::ca-certificates-2020.1.1-0
curl pkgs/main/linux-64::curl-7.69.1-hbc83047_0
krb5 pkgs/main/linux-64::krb5-1.17.1-h173b8e3_0
libcurl pkgs/main/linux-64::libcurl-7.69.1-h20c2e04_0
libedit pkgs/main/linux-64::libedit-3.1.20181209-hc058e9b_0
libgcc-ng pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0
libssh2 pkgs/main/linux-64::libssh2-1.9.0-h1ba5d50_1
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.1e-h7b6447c_0
tk pkgs/main/linux-64::tk-8.6.8-hbc83047_0
zlib pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
[ Info: Running `conda install -q -y python` in test_conda_jl environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl
added / updated specs:
- python
The following packages will be downloaded:
package | build
---------------------------|-----------------
certifi-2019.11.28 | py38_0 153 KB
pip-20.0.2 | py38_1 1.7 MB
python-3.8.1 | h0371630_1 49.5 MB
setuptools-46.0.0 | py38_0 522 KB
wheel-0.34.2 | py38_0 51 KB
------------------------------------------------------------
Total: 51.8 MB
The following NEW packages will be INSTALLED:
certifi pkgs/main/linux-64::certifi-2019.11.28-py38_0
ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.33.1-h53a641e_7
libffi pkgs/main/linux-64::libffi-3.2.1-hd88cf55_4
pip pkgs/main/linux-64::pip-20.0.2-py38_1
python pkgs/main/linux-64::python-3.8.1-h0371630_1
readline pkgs/main/linux-64::readline-7.0-h7b6447c_5
setuptools pkgs/main/linux-64::setuptools-46.0.0-py38_0
sqlite pkgs/main/linux-64::sqlite-3.31.1-h7b6447c_0
wheel pkgs/main/linux-64::wheel-0.34.2-py38_0
xz pkgs/main/linux-64::xz-5.2.4-h14c3975_4
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'zmq'
[ Info: Running `conda install -q -y pyzmq` in test_conda_jl environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl
added / updated specs:
- pyzmq
The following packages will be downloaded:
package | build
---------------------------|-----------------
libsodium-1.0.16 | h1bed415_0 214 KB
pyzmq-18.1.1 | py38he6710b0_0 465 KB
zeromq-4.3.1 | he6710b0_3 496 KB
------------------------------------------------------------
Total: 1.1 MB
The following NEW packages will be INSTALLED:
libsodium pkgs/main/linux-64::libsodium-1.0.16-h1bed415_0
pyzmq pkgs/main/linux-64::pyzmq-18.1.1-py38he6710b0_0
zeromq pkgs/main/linux-64::zeromq-4.3.1-he6710b0_3
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Test Summary: | Pass Total
Install Python package | 2 2
[ Info: Running `conda remove -q -y curl` in test_conda_jl environment
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl
removed specs:
- curl
The following packages will be REMOVED:
curl-7.69.1-hbc83047_0
krb5-1.17.1-h173b8e3_0
libcurl-7.69.1-h20c2e04_0
libssh2-1.9.0-h1ba5d50_1
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
[ Info: Running `conda config --add channels foo --file /home/pkgeval/.julia/conda/3/envs/test_conda_jl/condarc-julia.yml --force` in test_conda_jl environment
[ Info: Running `conda config --add channels foo --file /home/pkgeval/.julia/conda/3/envs/test_conda_jl/condarc-julia.yml --force` in test_conda_jl environment
Warning: 'foo' already in 'channels' list, moving to the top
[ Info: Running `conda config --remove channels foo --file /home/pkgeval/.julia/conda/3/envs/test_conda_jl/condarc-julia.yml --force` in test_conda_jl environment
[ Info: Running `conda install -q -y -c conda-forge requests` in test_conda_jl environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl
added / updated specs:
- requests
The following packages will be downloaded:
package | build
---------------------------|-----------------
ca-certificates-2019.11.28 | hecc5488_0 145 KB conda-forge
certifi-2019.11.28 | py38h32f6830_1 149 KB conda-forge
cffi-1.14.0 | py38hd463f26_0 223 KB conda-forge
chardet-3.0.4 |py38h32f6830_1006 170 KB conda-forge
cryptography-2.8 | py38h766eaa4_2 615 KB conda-forge
idna-2.9 | py_1 52 KB conda-forge
openssl-1.1.1e | h516909a_0 2.1 MB conda-forge
pycparser-2.20 | py_0 89 KB conda-forge
pyopenssl-19.1.0 | py_1 47 KB conda-forge
pysocks-1.7.1 | py38h32f6830_1 27 KB conda-forge
python_abi-3.8 | 1_cp38 4 KB conda-forge
requests-2.23.0 | pyh8c360ce_2 47 KB conda-forge
six-1.14.0 | py_1 13 KB conda-forge
urllib3-1.25.7 | py38h32f6830_1 160 KB conda-forge
------------------------------------------------------------
Total: 3.8 MB
The following NEW packages will be INSTALLED:
cffi conda-forge/linux-64::cffi-1.14.0-py38hd463f26_0
chardet conda-forge/linux-64::chardet-3.0.4-py38h32f6830_1006
cryptography conda-forge/linux-64::cryptography-2.8-py38h766eaa4_2
idna conda-forge/noarch::idna-2.9-py_1
pycparser conda-forge/noarch::pycparser-2.20-py_0
pyopenssl conda-forge/noarch::pyopenssl-19.1.0-py_1
pysocks conda-forge/linux-64::pysocks-1.7.1-py38h32f6830_1
python_abi conda-forge/linux-64::python_abi-3.8-1_cp38
requests conda-forge/noarch::requests-2.23.0-pyh8c360ce_2
six conda-forge/noarch::six-1.14.0-py_1
urllib3 conda-forge/linux-64::urllib3-1.25.7-py38h32f6830_1
The following packages will be UPDATED:
certifi pkgs/main::certifi-2019.11.28-py38_0 --> conda-forge::certifi-2019.11.28-py38h32f6830_1
The following packages will be SUPERSEDED by a higher-priority channel:
ca-certificates pkgs/main::ca-certificates-2020.1.1-0 --> conda-forge::ca-certificates-2019.11.28-hecc5488_0
openssl pkgs/main::openssl-1.1.1e-h7b6447c_0 --> conda-forge::openssl-1.1.1e-h516909a_0
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
[ Info: Running `conda install -q -y affine ansi2html` in test_conda_jl environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl
added / updated specs:
- affine
- ansi2html
The following packages will be downloaded:
package | build
---------------------------|-----------------
affine-2.3.0 | py_0 19 KB
ansi2html-1.5.2 | py38_0 34 KB
------------------------------------------------------------
Total: 53 KB
The following NEW packages will be INSTALLED:
affine pkgs/main/noarch::affine-2.3.0-py_0
ansi2html pkgs/main/linux-64::ansi2html-1.5.2-py38_0
The following packages will be UPDATED:
ca-certificates conda-forge::ca-certificates-2019.11.~ --> pkgs/main::ca-certificates-2020.1.1-0
The following packages will be SUPERSEDED by a higher-priority channel:
certifi conda-forge::certifi-2019.11.28-py38h~ --> pkgs/main::certifi-2019.11.28-py38_0
openssl conda-forge::openssl-1.1.1e-h516909a_0 --> pkgs/main::openssl-1.1.1e-h7b6447c_0
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
[ Info: Running `conda remove -q -y affine ansi2html` in test_conda_jl environment
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl
removed specs:
- affine
- ansi2html
The following packages will be downloaded:
package | build
---------------------------|-----------------
asn1crypto-1.3.0 | py38_0 164 KB
cffi-1.14.0 | py38h2e261b9_0 226 KB
chardet-3.0.4 | py38_1003 174 KB
cryptography-2.8 | py38h1ba5d50_0 555 KB
idna-2.9 | py_1 49 KB
pycparser-2.20 | py_0 92 KB
pyopenssl-19.1.0 | py38_0 88 KB
pysocks-1.7.1 | py38_0 28 KB
six-1.14.0 | py38_0 27 KB
urllib3-1.25.8 | py38_0 170 KB
------------------------------------------------------------
Total: 1.5 MB
The following NEW packages will be INSTALLED:
asn1crypto pkgs/main/linux-64::asn1crypto-1.3.0-py38_0
The following packages will be REMOVED:
affine-2.3.0-py_0
ansi2html-1.5.2-py38_0
python_abi-3.8-1_cp38
The following packages will be UPDATED:
urllib3 conda-forge::urllib3-1.25.7-py38h32f6~ --> pkgs/main::urllib3-1.25.8-py38_0
The following packages will be SUPERSEDED by a higher-priority channel:
cffi conda-forge::cffi-1.14.0-py38hd463f26~ --> pkgs/main::cffi-1.14.0-py38h2e261b9_0
chardet conda-forge::chardet-3.0.4-py38h32f68~ --> pkgs/main::chardet-3.0.4-py38_1003
cryptography conda-forge::cryptography-2.8-py38h76~ --> pkgs/main::cryptography-2.8-py38h1ba5d50_0
idna conda-forge --> pkgs/main
pycparser conda-forge --> pkgs/main
pyopenssl conda-forge/noarch::pyopenssl-19.1.0-~ --> pkgs/main/linux-64::pyopenssl-19.1.0-py38_0
pysocks conda-forge::pysocks-1.7.1-py38h32f68~ --> pkgs/main::pysocks-1.7.1-py38_0
six conda-forge/noarch::six-1.14.0-py_1 --> pkgs/main/linux-64::six-1.14.0-py38_0
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Test Summary: | Pass Total
Batch install and uninstall | 4 4
DEBUG conda.gateways.logging:set_verbosity(231): verbosity set to 2
WARNING: 'conda clean --source-cache' is deprecated.
Use 'conda build purge-all' to remove source cache files.
DEBUG conda.core.package_cache_data:_check_writable(259): package cache directory '/home/pkgeval/.julia/conda/3/pkgs' writable: True
Cache location: /home/pkgeval/.julia/conda/3/pkgs
Will remove the following tarballs:
/home/pkgeval/.julia/conda/3/pkgs
---------------------------------
asn1crypto-1.3.0-py38_0.conda 164 KB
idna-2.9-py_1.conda 49 KB
pyopenssl-19.1.0-py38_0.conda 88 KB
pycparser-2.20-py_0.conda 92 KB
cryptography-2.8-py38h1ba5d50_0.conda 555 KB
chardet-3.0.4-py38_1003.conda 174 KB
urllib3-1.25.8-py38_0.conda 170 KB
pysocks-1.7.1-py38_0.conda 28 KB
cffi-1.14.0-py38h2e261b9_0.conda 226 KB
six-1.14.0-py38_0.conda 27 KB
ansi2html-1.5.2-py38_0.conda 34 KB
affine-2.3.0-py_0.tar.bz2 19 KB
idna-2.9-py_1.tar.bz2 52 KB
urllib3-1.25.7-py38h32f6830_1.tar.bz2 160 KB
openssl-1.1.1e-h516909a_0.tar.bz2 2.1 MB
pysocks-1.7.1-py38h32f6830_1.tar.bz2 27 KB
pycparser-2.20-py_0.tar.bz2 89 KB
pyopenssl-19.1.0-py_1.tar.bz2 47 KB
chardet-3.0.4-py38h32f6830_1006.tar.bz2 170 KB
python_abi-3.8-1_cp38.tar.bz2 4 KB
requests-2.23.0-pyh8c360ce_2.tar.bz2 47 KB
ca-certificates-2019.11.28-hecc5488_0.tar.bz2 145 KB
cffi-1.14.0-py38hd463f26_0.tar.bz2 223 KB
six-1.14.0-py_1.tar.bz2 13 KB
cryptography-2.8-py38h766eaa4_2.tar.bz2 615 KB
certifi-2019.11.28-py38h32f6830_1.tar.bz2 149 KB
libsodium-1.0.16-h1bed415_0.conda 214 KB
zeromq-4.3.1-he6710b0_3.conda 496 KB
pyzmq-18.1.1-py38he6710b0_0.conda 465 KB
certifi-2019.11.28-py38_0.conda 153 KB
pip-20.0.2-py38_1.conda 1.7 MB
python-3.8.1-h0371630_1.conda 49.5 MB
setuptools-46.0.0-py38_0.conda 522 KB
wheel-0.34.2-py38_0.conda 51 KB
krb5-1.17.1-h173b8e3_0.conda 1.3 MB
libcurl-7.69.1-h20c2e04_0.conda 431 KB
curl-7.69.1-hbc83047_0.conda 137 KB
libssh2-1.9.0-h1ba5d50_1.conda 269 KB
conda-4.8.3-py37_0.conda 2.8 MB
setuptools-46.0.0-py37_0.conda 510 KB
tqdm-4.43.0-py_0.conda 56 KB
requests-2.23.0-py37_0.conda 92 KB
openssl-1.1.1e-h7b6447c_0.conda 2.5 MB
conda-4.8.2-py37_0.tar.bz2 3.0 MB
requests-2.22.0-py37_1.conda 92 KB
urllib3-1.25.8-py37_0.conda 169 KB
pyopenssl-19.1.0-py37_0.conda 87 KB
pip-20.0.2-py37_1.conda 1.7 MB
wheel-0.34.2-py37_0.conda 51 KB
cryptography-2.8-py37h1ba5d50_0.conda 553 KB
setuptools-45.2.0-py37_0.conda 511 KB
conda-package-handling-1.6.0-py37h7b6447c_0.conda 797 KB
cffi-1.14.0-py37h2e261b9_0.conda 224 KB
tqdm-4.42.1-py_0.conda 56 KB
six-1.14.0-py37_0.conda 27 KB
ruamel_yaml-0.15.87-py37h7b6447c_0.conda 256 KB
pysocks-1.7.1-py37_0.conda 31 KB
pycparser-2.19-py37_0.conda 171 KB
pycosat-0.6.3-py37h7b6447c_0.conda 82 KB
idna-2.8-py37_0.conda 85 KB
chardet-3.0.4-py37_1003.conda 174 KB
certifi-2019.11.28-py37_0.conda 153 KB
asn1crypto-1.3.0-py37_0.conda 164 KB
sqlite-3.31.1-h7b6447c_0.conda 1.1 MB
tk-8.6.8-hbc83047_0.conda 2.8 MB
readline-7.0-h7b6447c_5.conda 324 KB
libedit-3.1.20181209-hc058e9b_0.conda 163 KB
zlib-1.2.11-h7b6447c_3.conda 103 KB
yaml-0.1.7-had09818_2.conda 73 KB
xz-5.2.4-h14c3975_4.conda 283 KB
openssl-1.1.1d-h7b6447c_4.conda 2.5 MB
ncurses-6.2-he6710b0_0.tar.bz2 1.1 MB
libffi-3.2.1-hd88cf55_4.conda 40 KB
libgcc-ng-9.1.0-hdf63c60_0.conda 5.1 MB
libstdcxx-ng-9.1.0-hdf63c60_0.conda 3.1 MB
ld_impl_linux-64-2.33.1-h53a641e_7.conda 568 KB
ca-certificates-2020.1.1-0.conda 125 KB
_libgcc_mutex-0.1-main.conda 3 KB
python-3.7.6-h0371630_2.conda 44.9 MB
---------------------------------------------------
Total: 136.9 MB
Removed asn1crypto-1.3.0-py38_0.conda
Removed idna-2.9-py_1.conda
Removed pyopenssl-19.1.0-py38_0.conda
Removed pycparser-2.20-py_0.conda
Removed cryptography-2.8-py38h1ba5d50_0.conda
Removed chardet-3.0.4-py38_1003.conda
Removed urllib3-1.25.8-py38_0.conda
Removed pysocks-1.7.1-py38_0.conda
Removed cffi-1.14.0-py38h2e261b9_0.conda
Removed six-1.14.0-py38_0.conda
Removed ansi2html-1.5.2-py38_0.conda
Removed affine-2.3.0-py_0.tar.bz2
Removed idna-2.9-py_1.tar.bz2
Removed urllib3-1.25.7-py38h32f6830_1.tar.bz2
Removed openssl-1.1.1e-h516909a_0.tar.bz2
Removed pysocks-1.7.1-py38h32f6830_1.tar.bz2
Removed pycparser-2.20-py_0.tar.bz2
Removed pyopenssl-19.1.0-py_1.tar.bz2
Removed chardet-3.0.4-py38h32f6830_1006.tar.bz2
Removed python_abi-3.8-1_cp38.tar.bz2
Removed requests-2.23.0-pyh8c360ce_2.tar.bz2
Removed ca-certificates-2019.11.28-hecc5488_0.tar.bz2
Removed cffi-1.14.0-py38hd463f26_0.tar.bz2
Removed six-1.14.0-py_1.tar.bz2
Removed cryptography-2.8-py38h766eaa4_2.tar.bz2
Removed certifi-2019.11.28-py38h32f6830_1.tar.bz2
Removed libsodium-1.0.16-h1bed415_0.conda
Removed zeromq-4.3.1-he6710b0_3.conda
Removed pyzmq-18.1.1-py38he6710b0_0.conda
Removed certifi-2019.11.28-py38_0.conda
Removed pip-20.0.2-py38_1.conda
Removed python-3.8.1-h0371630_1.conda
Removed setuptools-46.0.0-py38_0.conda
Removed wheel-0.34.2-py38_0.conda
Removed krb5-1.17.1-h173b8e3_0.conda
Removed libcurl-7.69.1-h20c2e04_0.conda
Removed curl-7.69.1-hbc83047_0.conda
Removed libssh2-1.9.0-h1ba5d50_1.conda
Removed conda-4.8.3-py37_0.conda
Removed setuptools-46.0.0-py37_0.conda
Removed tqdm-4.43.0-py_0.conda
Removed requests-2.23.0-py37_0.conda
Removed openssl-1.1.1e-h7b6447c_0.conda
Removed conda-4.8.2-py37_0.tar.bz2
Removed requests-2.22.0-py37_1.conda
Removed urllib3-1.25.8-py37_0.conda
Removed pyopenssl-19.1.0-py37_0.conda
Removed pip-20.0.2-py37_1.conda
Removed wheel-0.34.2-py37_0.conda
Removed cryptography-2.8-py37h1ba5d50_0.conda
Removed setuptools-45.2.0-py37_0.conda
Removed conda-package-handling-1.6.0-py37h7b6447c_0.conda
Removed cffi-1.14.0-py37h2e261b9_0.conda
Removed tqdm-4.42.1-py_0.conda
Removed six-1.14.0-py37_0.conda
Removed ruamel_yaml-0.15.87-py37h7b6447c_0.conda
Removed pysocks-1.7.1-py37_0.conda
Removed pycparser-2.19-py37_0.conda
Removed pycosat-0.6.3-py37h7b6447c_0.conda
Removed idna-2.8-py37_0.conda
Removed chardet-3.0.4-py37_1003.conda
Removed certifi-2019.11.28-py37_0.conda
Removed asn1crypto-1.3.0-py37_0.conda
Removed sqlite-3.31.1-h7b6447c_0.conda
Removed tk-8.6.8-hbc83047_0.conda
Removed readline-7.0-h7b6447c_5.conda
Removed libedit-3.1.20181209-hc058e9b_0.conda
Removed zlib-1.2.11-h7b6447c_3.conda
Removed yaml-0.1.7-had09818_2.conda
Removed xz-5.2.4-h14c3975_4.conda
Removed openssl-1.1.1d-h7b6447c_4.conda
Removed ncurses-6.2-he6710b0_0.tar.bz2
Removed libffi-3.2.1-hd88cf55_4.conda
Removed libgcc-ng-9.1.0-hdf63c60_0.conda
Removed libstdcxx-ng-9.1.0-hdf63c60_0.conda
Removed ld_impl_linux-64-2.33.1-h53a641e_7.conda
Removed ca-certificates-2020.1.1-0.conda
Removed _libgcc_mutex-0.1-main.conda
Removed python-3.7.6-h0371630_2.conda
WARNING: /home/pkgeval/.conda/pkgs does not exist
Cache location: /home/pkgeval/.julia/conda/3/pkgs
Will remove the following packages:
/home/pkgeval/.julia/conda/3/pkgs
---------------------------------
ansi2html-1.5.2-py38_0 150 KB
affine-2.3.0-py_0 69 KB
urllib3-1.25.7-py38h32f6830_1 676 KB
openssl-1.1.1e-h516909a_0 6.0 MB
pysocks-1.7.1-py38h32f6830_1 87 KB
pyopenssl-19.1.0-py_1 234 KB
chardet-3.0.4-py38h32f6830_1006 838 KB
python_abi-3.8-1_cp38 10 KB
ca-certificates-2019.11.28-hecc5488_0 284 KB
cffi-1.14.0-py38hd463f26_0 838 KB
six-1.14.0-py_1 48 KB
cryptography-2.8-py38h766eaa4_2 3.4 MB
certifi-2019.11.28-py38h32f6830_1 294 KB
krb5-1.17.1-h173b8e3_0 5.1 MB
libcurl-7.69.1-h20c2e04_0 2.1 MB
curl-7.69.1-hbc83047_0 293 KB
libssh2-1.9.0-h1ba5d50_1 1.3 MB
_libgcc_mutex-0.1-main 7 KB
conda-4.8.2-py37_0 11.5 MB
openssl-1.1.1d-h7b6447c_4 13.3 MB
setuptools-45.2.0-py37_0 2.8 MB
pycparser-2.19-py37_0 949 KB
idna-2.8-py37_0 487 KB
tqdm-4.42.1-py_0 224 KB
requests-2.22.0-py37_1 355 KB
---------------------------------------------------
Total: 51.2 MB
removing ansi2html-1.5.2-py38_0
removing affine-2.3.0-py_0
removing urllib3-1.25.7-py38h32f6830_1
removing openssl-1.1.1e-h516909a_0
removing pysocks-1.7.1-py38h32f6830_1
removing pyopenssl-19.1.0-py_1
removing chardet-3.0.4-py38h32f6830_1006
removing python_abi-3.8-1_cp38
removing ca-certificates-2019.11.28-hecc5488_0
removing cffi-1.14.0-py38hd463f26_0
removing six-1.14.0-py_1
removing cryptography-2.8-py38h766eaa4_2
removing certifi-2019.11.28-py38h32f6830_1
removing krb5-1.17.1-h173b8e3_0
removing libcurl-7.69.1-h20c2e04_0
removing curl-7.69.1-hbc83047_0
removing libssh2-1.9.0-h1ba5d50_1
removing _libgcc_mutex-0.1-main
removing conda-4.8.2-py37_0
removing openssl-1.1.1d-h7b6447c_4
removing setuptools-45.2.0-py37_0
removing pycparser-2.19-py37_0
removing idna-2.8-py37_0
removing tqdm-4.42.1-py_0
removing requests-2.22.0-py37_1
[ Info: Running `conda install -q -y curl` in test_conda_jl environment
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl
added / updated specs:
- curl
The following packages will be downloaded:
package | build
---------------------------|-----------------
curl-7.69.1 | hbc83047_0 137 KB
krb5-1.17.1 | h173b8e3_0 1.3 MB
libcurl-7.69.1 | h20c2e04_0 431 KB
libssh2-1.9.0 | h1ba5d50_1 269 KB
------------------------------------------------------------
Total: 2.1 MB
The following NEW packages will be INSTALLED:
curl pkgs/main/linux-64::curl-7.69.1-hbc83047_0
krb5 pkgs/main/linux-64::krb5-1.17.1-h173b8e3_0
libcurl pkgs/main/linux-64::libcurl-7.69.1-h20c2e04_0
libssh2 pkgs/main/linux-64::libssh2-1.9.0-h1ba5d50_1
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
environment location: /home/pkgeval/.julia/conda/3/envs/test_conda_jl_2
added / updated specs:
- _libgcc_mutex==0.1=main
- asn1crypto==1.3.0=py38_0
- ca-certificates==2020.1.1=0
- certifi==2019.11.28=py38_0
- cffi==1.14.0=py38h2e261b9_0
- chardet==3.0.4=py38_1003
- cryptography==2.8=py38h1ba5d50_0
- curl==7.69.1=hbc83047_0
- idna==2.9=py_1
- krb5==1.17.1=h173b8e3_0
- ld_impl_linux-64==2.33.1=h53a641e_7
- libcurl==7.69.1=h20c2e04_0
- libedit==3.1.20181209=hc058e9b_0
- libffi==3.2.1=hd88cf55_4
- libgcc-ng==9.1.0=hdf63c60_0
- libsodium==1.0.16=h1bed415_0
- libssh2==1.9.0=h1ba5d50_1
- libstdcxx-ng==9.1.0=hdf63c60_0
- ncurses==6.2=he6710b0_0
- openssl==1.1.1e=h7b6447c_0
- pip==20.0.2=py38_1
- pycparser==2.20=py_0
- pyopenssl==19.1.0=py38_0
- pysocks==1.7.1=py38_0
- python==3.8.1=h0371630_1
- pyzmq==18.1.1=py38he6710b0_0
- readline==7.0=h7b6447c_5
- requests==2.23.0=pyh8c360ce_2
- setuptools==46.0.0=py38_0
- six==1.14.0=py38_0
- sqlite==3.31.1=h7b6447c_0
- tk==8.6.8=hbc83047_0
- urllib3==1.25.8=py38_0
- wheel==0.34.2=py38_0
- xz==5.2.4=h14c3975_4
- zeromq==4.3.1=he6710b0_3
- zlib==1.2.11=h7b6447c_3
The following packages will be downloaded:
package | build
---------------------------|-----------------
_libgcc_mutex-0.1 | main 3 KB
------------------------------------------------------------
Total: 3 KB
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-py38_0
ca-certificates pkgs/main/linux-64::ca-certificates-2020.1.1-0
certifi pkgs/main/linux-64::certifi-2019.11.28-py38_0
cffi pkgs/main/linux-64::cffi-1.14.0-py38h2e261b9_0
chardet pkgs/main/linux-64::chardet-3.0.4-py38_1003
cryptography pkgs/main/linux-64::cryptography-2.8-py38h1ba5d50_0
curl pkgs/main/linux-64::curl-7.69.1-hbc83047_0
idna pkgs/main/noarch::idna-2.9-py_1
krb5 pkgs/main/linux-64::krb5-1.17.1-h173b8e3_0
ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.33.1-h53a641e_7
libcurl pkgs/main/linux-64::libcurl-7.69.1-h20c2e04_0
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
libsodium pkgs/main/linux-64::libsodium-1.0.16-h1bed415_0
libssh2 pkgs/main/linux-64::libssh2-1.9.0-h1ba5d50_1
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.1e-h7b6447c_0
pip pkgs/main/linux-64::pip-20.0.2-py38_1
pycparser pkgs/main/noarch::pycparser-2.20-py_0
pyopenssl pkgs/main/linux-64::pyopenssl-19.1.0-py38_0
pysocks pkgs/main/linux-64::pysocks-1.7.1-py38_0
python pkgs/main/linux-64::python-3.8.1-h0371630_1
pyzmq pkgs/main/linux-64::pyzmq-18.1.1-py38he6710b0_0
readline pkgs/main/linux-64::readline-7.0-h7b6447c_5
requests conda-forge/noarch::requests-2.23.0-pyh8c360ce_2
setuptools pkgs/main/linux-64::setuptools-46.0.0-py38_0
six pkgs/main/linux-64::six-1.14.0-py38_0
sqlite pkgs/main/linux-64::sqlite-3.31.1-h7b6447c_0
tk pkgs/main/linux-64::tk-8.6.8-hbc83047_0
urllib3 pkgs/main/linux-64::urllib3-1.25.8-py38_0
wheel pkgs/main/linux-64::wheel-0.34.2-py38_0
xz pkgs/main/linux-64::xz-5.2.4-h14c3975_4
zeromq pkgs/main/linux-64::zeromq-4.3.1-he6710b0_3
zlib pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Test Summary: | Pass Total
Exporting and creating environments | 1 1
Testing Conda tests passed