-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-22b5d93b2b.log
788 lines (773 loc) · 52.3 KB
/
1.6.0-DEV-22b5d93b2b.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
Julia Version 1.6.0-DEV.1069
Commit 22b5d93b2b (2020-09-28 17:33 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-10.0.1 (ORCJIT, skylake-avx512)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed Suppressor ───────── v0.1.1
Installed IniFile ──────────── v0.5.0
Installed MbedTLS_jll ──────── v2.16.8+0
Installed InstantiateFromURL ─ v0.5.0
Installed Compat ───────────── v2.2.1
Installed MbedTLS ──────────── v1.0.2
Installed BinaryProvider ───── v0.5.10
Installed HTTP ─────────────── v0.8.19
Updating `~/.julia/environments/v1.6/Project.toml`
[43edad99] + InstantiateFromURL v0.5.0
Updating `~/.julia/environments/v1.6/Manifest.toml`
[b99e7846] + BinaryProvider v0.5.10
[34da2185] + Compat v2.2.1
[cd3eb016] + HTTP v0.8.19
[83e8ac13] + IniFile v0.5.0
[43edad99] + InstantiateFromURL v0.5.0
[739be429] + MbedTLS v1.0.2
[c8ffd9c3] + MbedTLS_jll v2.16.8+0
[fd094767] + Suppressor v0.1.1
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[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
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Testing InstantiateFromURL
Status `/tmp/jl_sj28wT/Project.toml`
[b99e7846] BinaryProvider v0.5.10
[cd3eb016] HTTP v0.8.19
[43edad99] InstantiateFromURL v0.5.0
[fd094767] Suppressor v0.1.1
[ade2ca70] Dates
[d6f4376e] Markdown
[44cfe95a] Pkg
[8dfed614] Test
Status `/tmp/jl_sj28wT/Manifest.toml`
[b99e7846] BinaryProvider v0.5.10
[34da2185] Compat v2.2.1
[cd3eb016] HTTP v0.8.19
[83e8ac13] IniFile v0.5.0
[43edad99] InstantiateFromURL v0.5.0
[739be429] MbedTLS v1.0.2
[c8ffd9c3] MbedTLS_jll v2.16.8+0
[fd094767] Suppressor v0.1.1
[56f22d72] Artifacts
[2a0f44e3] Base64
[ade2ca70] Dates
[8bb1440f] DelimitedFiles
[8ba89e20] Distributed
[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
[fa267f1f] TOML
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
Testing Running tests...
Downloading arnavs/InstantiationTest-master → /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects
#=#=# ######################################################################## 100.0%##O#- #
Instantiating /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-master
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-master/Project.toml`
Installed SortingAlgorithms ─── v0.3.1
Installed Missings ──────────── v0.3.1
Installed QuadGK ────────────── v2.0.2
Installed Expectations ──────── v1.0.2
Installed Distances ─────────── v0.7.3
Installed Compat ────────────── v1.3.0
Installed DataStructures ────── v0.14.0
Installed Distributions ─────── v0.16.4
Installed URIParser ─────────── v0.4.0
Installed SpecialFunctions ──── v0.7.1
Installed PDMats ────────────── v0.9.5
Installed FastGaussQuadrature ─ v0.3.2
Installed BinaryProvider ────── v0.5.2
Installed StatsBase ─────────── v0.25.0
Installed OrderedCollections ── v1.0.2
Installed StatsFuns ─────────── v0.7.0
Installed BinDeps ───────────── v0.8.10
Installed Rmath ─────────────── v0.5.0
Installed Arpack ────────────── v0.2.3
Building SpecialFunctions → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/c35c9c76008babf4d658060fc64aeb369a41e7bd/build.log`
Building Rmath ───────────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/9a6c758cdf73036c3239b0afbea790def1dabff9/build.log`
Building Arpack ──────────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/5b046410fb617d9cf2f8bc0edd5da05a2e5a2ad4/build.log`
PrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompiling project...
project...
project...
project...
project...
project...
project...
┌ Warning: Precompilation failed for indirect dependency Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
┌ Warning: Shouldn't take too long on new precompilations, etc.
└ @ Main ~/.julia/packages/InstantiateFromURL/7E73Z/test/maintest.jl:15
Downloading arnavs/InstantiationTest-master → /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects
######################################################################## 100.0%############ 16.8%######################################################################## 100.0%
Instantiating /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-master
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-master/Project.toml`
Precompiling project...
┌ Warning: Precompilation failed for indirect dependency Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
Downloading arnavs/InstantiationTest-v0.1.0 → /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects
#=#=# ######################################################################## 100.0%##O#- #
Instantiating /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-v0.1.0
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-v0.1.0/Project.toml`
Installed BinaryProvider ─ v0.5.1
PrecompilingPrecompiling project...
project...
┌ Warning: Precompilation failed for indirect dependency Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-v0.1.0-edit/Project.toml`
Downloading arnavs/InstantiationTest-181f673 → /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects
#=#=# ######################################################################## 100.0%##O#- #
Instantiating /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-181f673
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-181f673/Project.toml`
Precompiling project...
┌ Warning: Precompilation failed for indirect dependency Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
Test Summary: | Pass Total
Main Tests | 15 15
Downloading arnavs/InstantiationTest-master → /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects
#=#=# ######################################################################## 100.0%##O#- #
Instantiating /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-master
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/.projects/InstantiationTest-master/Project.toml`
Precompiling project...
┌ Warning: Precompilation failed for indirect dependency Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
Test Summary: | Pass Total
TOML Tests | 1 1
Downloading arnavs/InstantiationTest-master → /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects
######################################################################## 100.0%
Instantiating /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects/InstantiationTest-master
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects/InstantiationTest-master/Project.toml`
Precompiling project...
┌ Warning: Precompilation failed for indirect dependency Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
┌ Warning: Shouldn't take too long on new precompilations, etc.
└ @ Main ~/.julia/packages/InstantiateFromURL/7E73Z/test/namestest.jl:20
Downloading arnavs/InstantiationTest-master → /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects
######################################################################## 100.0%######################################################################## 100.0%
Instantiating /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects/InstantiationTest-master
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects/InstantiationTest-master/Project.toml`
Precompiling project...
┌ Warning: Precompilation failed for indirect dependency Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
Downloading arnavs/InstantiationTest-v0.1.0 → /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects
#=#=# ######################################################################## 100.0%##O#- #
Instantiating /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects/InstantiationTest-v0.1.0
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects/InstantiationTest-v0.1.0/Project.toml`
Precompiling project...
┌ Warning: Precompilation failed for indirect dependency Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects/InstantiationTest-v0.1.0-edit/Project.toml`
Downloading arnavs/InstantiationTest-181f673 → /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects
#=#=# ######################################################################## 100.0%##O#- #
Instantiating /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects/InstantiationTest-181f673
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/Name With Spaces, Commas; and other bad characters/.projects/InstantiationTest-181f673/Project.toml`
Precompiling project...
┌ Warning: Precompilation failed for indirect dependency Compat [34da2185-b29b-5c13-b0c7-acf172513d20]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
Test Summary: | Pass Total
Directory Names Tests | 15 15
┌ Warning: There was an error retrieving the Project.toml
└ @ InstantiateFromURL ~/.julia/packages/InstantiateFromURL/7E73Z/src/activate.jl:92
Test Summary: | Pass Total
Test activate_github_path | 5 5
Activating environment at `~/.julia/packages/InstantiateFromURL/7E73Z/test/Project.toml`
Cloning git-repo `https://github.com/KristofferC/TimerOutputs.jl`
[?25l Fetching: [> ] 0.0 %[2K[?25h Installed FunctionWrappers ─────────────── v1.1.1
Installed ArrayLayouts ─────────────────── v0.2.6
Installed RecipesBase ──────────────────── v1.0.1
Installed QueryOperators ───────────────── v0.9.1
Installed LimitedLDLFactorizations ─────── v0.3.0
Installed ProgressLogging ──────────────── v0.1.2
Installed DataStructures ───────────────── v0.17.17
Installed Clustering ───────────────────── v0.14.0
Installed DualNumbers ──────────────────── v0.6.2
Installed QuadGK ───────────────────────── v2.3.1
Installed CUDAapi ──────────────────────── v4.0.0
Installed FFTW ─────────────────────────── v1.2.2
Installed FFMPEG ───────────────────────── v0.3.0
Installed MultivariateStats ────────────── v0.7.0
Installed GeneralizedGenerated ─────────── v0.2.4
Installed Calculus ─────────────────────── v0.5.1
Installed PositiveFactorizations ───────── v0.2.3
Installed Setfield ─────────────────────── v0.6.0
Installed TableShowUtils ───────────────── v0.2.5
Installed PrettyPrint ──────────────────── v0.1.0
Installed ArrayInterface ───────────────── v2.8.7
Installed DiffResults ──────────────────── v1.0.2
Installed ShiftedArrays ────────────────── v1.0.0
Installed OpenSSL_jll ──────────────────── v1.1.1+2
Installed Flux ─────────────────────────── v0.10.4
Installed Plots ────────────────────────── v1.2.5
Installed AbstractFFTs ─────────────────── v0.5.0
Installed EllipsisNotation ─────────────── v0.4.0
Installed LineSearches ─────────────────── v7.0.1
Installed InfiniteArrays ───────────────── v0.7.0
Installed ColorTypes ───────────────────── v0.10.3
Installed Query ────────────────────────── v0.12.2
Installed FixedEffectModels ────────────── v0.10.7
Installed DiffRules ────────────────────── v1.0.1
Installed RecursiveFactorization ───────── v0.1.2
Installed CodecBzip2 ───────────────────── v0.7.2
Installed x264_jll ─────────────────────── v2019.5.25+2
Installed AxisAlgorithms ───────────────── v1.0.0
Installed CommonSubexpressions ─────────── v0.2.0
Installed DataValueInterfaces ──────────── v1.0.0
Installed VectorizationBase ────────────── v0.12.6
Installed Zygote ───────────────────────── v0.4.20
Installed FFTW_jll ─────────────────────── v3.3.9+5
Installed Vega ─────────────────────────── v0.1.1
Installed NNlib ────────────────────────── v0.6.6
Installed StochasticDiffEq ─────────────── v6.20.0
Installed MathProgBase ─────────────────── v0.7.8
Installed ApproxFunFourier ─────────────── v0.2.4
Installed ApproxFunOrthogonalPolynomials ─ v0.3.4
Installed SpecialFunctions ─────────────── v0.10.3
Installed Parsers ──────────────────────── v1.0.4
Installed OrderedCollections ───────────── v1.2.0
Installed MbedTLS_jll ──────────────────── v2.16.0+2
Installed UnPack ───────────────────────── v1.0.1
Installed GPUArrays ────────────────────── v3.4.1
Installed DomainSets ───────────────────── v0.3.1
Installed Reexport ─────────────────────── v0.2.0
Installed StatsModels ──────────────────── v0.6.11
Installed DataAPI ──────────────────────── v1.3.0
Installed Roots ────────────────────────── v1.0.1
Installed JSON ─────────────────────────── v0.21.0
Installed JuliaVariables ───────────────── v0.2.0
Installed NameResolution ───────────────── v0.1.3
Installed StatsFuns ────────────────────── v0.9.5
Installed FillArrays ───────────────────── v0.8.9
Installed IRTools ──────────────────────── v0.3.3
Installed CategoricalArrays ────────────── v0.8.0
Installed ApproxFunSingularities ───────── v0.1.8
Installed IterTools ────────────────────── v1.3.0
Installed CanonicalTraits ──────────────── v0.2.1
Installed Colors ───────────────────────── v0.12.1
Installed Arpack ───────────────────────── v0.4.0
Installed MatrixFactorizations ─────────── v0.4.0
Installed BlockArrays ──────────────────── v0.12.5
Installed Opus_jll ─────────────────────── v1.3.1+1
Installed LoweredCodeUtils ─────────────── v0.4.5
Installed Unitful ──────────────────────── v1.2.1
Installed TableTraitsUtils ─────────────── v1.0.1
Installed SymbolicUtils ────────────────── v0.3.2
Installed Zlib_jll ─────────────────────── v1.2.11+10
Installed SpatialIndexing ──────────────── v0.1.2
Installed ConsoleProgressMonitor ───────── v0.1.2
Installed Showoff ──────────────────────── v0.3.1
Installed StatsPlots ───────────────────── v0.14.6
Installed MuladdMacro ──────────────────── v0.2.2
Installed IncompleteLU ─────────────────── v0.1.1
Installed OffsetArrays ─────────────────── v1.0.4
Installed OrdinaryDiffEq ───────────────── v5.38.1
Installed RDatasets ────────────────────── v0.6.8
Installed Primes ───────────────────────── v0.4.0
Installed Krylov ───────────────────────── v0.5.1
Installed LinearMaps ───────────────────── v2.6.1
Installed KernelDensity ────────────────── v0.5.1
Installed GPUCompiler ──────────────────── v0.2.0
Installed Compat ───────────────────────── v2.2.0
Installed FriBidi_jll ──────────────────── v1.0.5+3
Installed FastClosures ─────────────────── v0.3.2
Installed ToeplitzMatrices ─────────────── v0.6.1
Installed x265_jll ─────────────────────── v3.0.0+1
Installed TranscodingStreams ───────────── v0.9.5
Installed ApproxFun ────────────────────── v0.11.13
Installed CUDAdrv ──────────────────────── v6.3.0
Installed MPFR_jll ─────────────────────── v4.0.2+2
Installed ExponentialUtilities ─────────── v1.6.0
Installed PlotUtils ────────────────────── v1.0.4
Installed WeakRefStrings ───────────────── v0.6.2
Installed CompilerSupportLibraries_jll ─── v0.3.3+0
Installed SparseDiffTools ──────────────── v1.8.0
Installed SafeTestsets ─────────────────── v0.0.1
Installed Tables ───────────────────────── v1.0.4
Installed TableOperations ──────────────── v0.2.1
Installed CUDAnative ───────────────────── v3.1.0
Installed IntervalSets ─────────────────── v0.5.1
Installed Inflate ──────────────────────── v0.1.2
Installed FastTransforms ───────────────── v0.8.2
Installed libfdk_aac_jll ───────────────── v0.1.6+2
Installed SIMDPirates ──────────────────── v0.8.5
Installed Optim ────────────────────────── v0.20.1
Installed VegaLite ─────────────────────── v2.1.3
Installed LinearOperators ──────────────── v1.1.0
Installed MutableArithmetics ───────────── v0.2.9
Installed MLStyle ──────────────────────── v0.3.1
Installed TerminalLoggers ──────────────── v0.1.1
Installed TableTraits ──────────────────── v1.0.0
Installed Intervals ────────────────────── v1.2.0
Installed ZygoteRules ──────────────────── v0.2.0
Installed Polynomials ──────────────────── v1.0.6
Installed NearestNeighbors ─────────────── v0.4.4
Installed LoggingExtras ────────────────── v0.4.1
Installed libvorbis_jll ────────────────── v1.3.6+4
Installed FiniteDiff ───────────────────── v2.3.2
Installed CSV ──────────────────────────── v0.6.2
Installed VertexSafeGraphs ─────────────── v0.1.2
Installed DocStringExtensions ──────────── v0.8.1
Installed StaticArrays ─────────────────── v0.12.3
Installed ApproxFunBase ────────────────── v0.3.5
Installed Bzip2_jll ────────────────────── v1.0.6+2
Installed RData ────────────────────────── v0.7.2
Installed StatsBase ────────────────────── v0.32.2
Installed LabelledArrays ───────────────── v1.2.1
Installed Combinatorics ────────────────── v1.0.2
Installed AbstractTrees ────────────────── v0.3.3
Installed TimeZones ────────────────────── v1.2.0
Installed CuArrays ─────────────────────── v2.2.0
Installed Parameters ───────────────────── v0.12.1
Installed LazyArrays ───────────────────── v0.16.9
Installed MKL_jll ──────────────────────── v2020.1.216+0
Installed PoissonRandom ────────────────── v0.4.0
Installed DiffEqJump ───────────────────── v6.7.6
Installed SimpleTraits ─────────────────── v0.9.2
Installed InvertedIndices ──────────────── v1.0.0
Installed Juno ─────────────────────────── v0.8.2
Installed CEnum ────────────────────────── v0.3.0
Installed LibVPX_jll ───────────────────── v1.8.1+1
Installed ExprTools ────────────────────── v0.1.1
Installed ResettableStacks ─────────────── v1.0.0
Installed MathOptInterface ─────────────── v0.9.13
Installed CPUTime ──────────────────────── v1.0.0
Installed KrylovKit ────────────────────── v0.4.2
Installed DiffEqOperators ──────────────── v4.10.0
Installed Requires ─────────────────────── v1.0.1
Installed Expokit ──────────────────────── v0.2.0
Installed NLSolversBase ────────────────── v7.6.1
Installed LeastSquaresOptim ────────────── v0.7.5
Installed GLM ──────────────────────────── v1.3.9
Installed Dierckx ──────────────────────── v0.4.1
Installed NLopt_jll ────────────────────── v2.6.2+0
Installed NLopt ────────────────────────── v0.6.0
Installed GR ───────────────────────────── v0.49.1
Installed Arpack_jll ───────────────────── v3.5.0+3
Installed JuMP ─────────────────────────── v0.21.2
Installed Rmath_jll ────────────────────── v0.2.2+0
Installed ForwardDiff ──────────────────── v0.10.10
Installed Preconditioners ──────────────── v0.3.0
Installed Distributions ────────────────── v0.23.2
Installed RecursiveArrayTools ──────────── v2.3.5
Installed IterativeSolvers ─────────────── v0.8.4
Installed Contour ──────────────────────── v0.5.3
Installed Distances ────────────────────── v0.8.2
Installed GeometryTypes ────────────────── v0.8.3
Installed libass_jll ───────────────────── v0.14.0+2
Installed DiffEqBase ───────────────────── v6.36.3
Installed Nullables ────────────────────── v1.0.0
Installed LowRankApprox ────────────────── v0.4.0
Installed PDMats ───────────────────────── v0.9.12
Installed RegressionTables ─────────────── v0.4.0
Installed GMP_jll ──────────────────────── v6.1.2+5
Installed URIParser ────────────────────── v0.4.1
Installed FixedPointNumbers ────────────── v0.8.0
Installed FastGaussQuadrature ──────────── v0.4.2
Installed OpenSpecFun_jll ──────────────── v0.5.3+3
Installed FilePathsBase ────────────────── v0.6.2
Installed FixedEffects ─────────────────── v0.7.3
Installed BlackBoxOptim ────────────────── v0.5.0
Installed GenericSVD ───────────────────── v0.3.0
Installed Measures ─────────────────────── v0.3.1
Installed Adapt ────────────────────────── v1.1.0
Installed LaTeXStrings ─────────────────── v1.1.0
Installed IntelOpenMP_jll ──────────────── v2018.0.3+0
Installed AlgebraicMultigrid ───────────── v0.2.2
Installed LeftChildRightSiblingTrees ───── v0.1.2
Installed NLsolve ──────────────────────── v4.3.0
Installed JuliaInterpreter ─────────────── v0.7.19
Installed NaNMath ──────────────────────── v0.3.3
Installed Widgets ──────────────────────── v0.6.2
Installed IteratorInterfaceExtensions ──── v1.0.0
Installed Media ────────────────────────── v0.5.0
Installed JSONSchema ───────────────────── v0.2.0
Installed Formatting ───────────────────── v0.4.1
Installed QuantEcon ────────────────────── v0.16.2
Installed FilePaths ────────────────────── v0.8.0
Installed CodecZlib ────────────────────── v0.7.0
Installed Ratios ───────────────────────── v0.4.0
Installed Interpolations ───────────────── v0.12.9
Installed Expectations ─────────────────── v1.1.1
Installed BandedMatrices ───────────────── v0.15.7
Installed FFMPEG_jll ───────────────────── v4.1.0+3
Installed TreeViews ────────────────────── v0.3.0
Installed Missings ─────────────────────── v0.4.3
Installed SLEEFPirates ─────────────────── v0.5.0
Installed NodeJS ───────────────────────── v1.1.1
Installed WoodburyMatrices ─────────────── v0.5.2
Installed PkgTemplates ─────────────────── v0.6.4
Installed LoopVectorization ────────────── v0.8.2
Installed Observables ──────────────────── v0.3.1
Installed EzXML ────────────────────────── v1.1.0
Installed CodeTracking ─────────────────── v0.5.11
Installed DataFramesMeta ───────────────── v0.5.1
Installed ConstructionBase ─────────────── v1.0.0
Installed Libiconv_jll ─────────────────── v1.16.0+2
Installed AMD ──────────────────────────── v0.4.0
Installed RecipesPipeline ──────────────── v0.1.9
Installed HTTP ─────────────────────────── v0.8.15
Installed OpenBLAS_jll ─────────────────── v0.3.9+4
Installed Mustache ─────────────────────── v1.0.3
Installed Revise ───────────────────────── v2.6.6
Installed Ogg_jll ──────────────────────── v1.3.4+0
Installed BenchmarkTools ───────────────── v0.5.0
Installed IterableTables ───────────────── v1.0.0
Installed BlockBandedMatrices ──────────── v0.8.4
Installed RandomNumbers ────────────────── v1.4.0
Installed FileIO ───────────────────────── v1.3.0
Installed Cassette ─────────────────────── v0.3.3
Installed FreeType2_jll ────────────────── v2.10.1+2
Installed ChainRulesCore ───────────────── v0.8.0
Installed DiffEqNoiseProcess ───────────── v3.11.0
Installed LAME_jll ─────────────────────── v3.100.0+1
Installed Ipopt ────────────────────────── v0.6.1
Installed Mocking ──────────────────────── v0.7.1
Installed CpuId ────────────────────────── v0.2.2
Installed PooledArrays ─────────────────── v0.5.3
Installed ModelingToolkit ──────────────── v3.6.4
Installed FastTransforms_jll ───────────── v0.2.13+1
Installed XML2_jll ─────────────────────── v2.9.9+4
Installed SparsityDetection ────────────── v0.3.1
Installed ColorSchemes ─────────────────── v3.9.0
Installed Cthulhu ──────────────────────── v1.1.1
Installed DataValues ───────────────────── v0.4.13
Installed MacroTools ───────────────────── v0.5.5
Installed ZipFile ──────────────────────── v0.9.2
Installed Rmath ────────────────────────── v0.6.1
Installed PlotThemes ───────────────────── v2.0.0
Installed ArnoldiMethod ────────────────── v0.0.4
Installed DSP ──────────────────────────── v0.6.7
Installed DataFrames ───────────────────── v0.21.0
Installed LLVM ─────────────────────────── v1.5.1
Installed Latexify ─────────────────────── v0.13.2
Installed LightGraphs ──────────────────── v1.3.3
Installed ProgressMeter ────────────────── v1.2.0
Building FFTW ─────────────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/14536c95939aadcee44014728a459d2fe3ca9acf/build.log`
Building GR ───────────────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/1185d50c5c90ec7c0784af7f8d0d1a600750dc4d/build.log`
Building Plots ────────────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/127c38970034ae9d85a9bef6d97b3aff149927af/build.log`
Building VectorizationBase → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/a7eeff8fae4f11bd1ec140169ae2b10e26adf673/build.log`
Building NNlib ────────────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/d9f196d911f55aeaff11b11f681b135980783824/build.log`
Building TimeZones ────────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/db7bc2051d4c2e5f336409224df81485c00de6cb/build.log`
Building FastTransforms ───→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/21d02133d23e6c1ff55af346502b5814fd4372ec/build.log`
┌ Error: Pkg.Resolve.ResolverError("Unsatisfiable requirements detected for package MPFR_jll [3a97d323]:\n MPFR_jll [3a97d323] log:\n ├─possible versions are: 4.0.2-4.1.0 or uninstalled\n ├─restricted to versions 4.0.2 by an explicit requirement, leaving only versions 4.0.2\n └─restricted by julia compatibility requirements to versions: 4.1.0 or uninstalled — no versions left", nothing)
└ @ Pkg.Operations /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1457
Building Dierckx ──────────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/27a74763c20938a814da26f31a9e8408d16fec44/build.log`
Building Preconditioners ──→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/19b4944292f0a8352cff07c11eaa931eaef6fb4f/build.log`
Building SLEEFPirates ─────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/c5c88ccad9e4aac35e7b4737bfc08296210b2d27/build.log`
Building Ipopt ────────────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/ffc29b65db22ccb31108bf09e1394868efded345/build.log`
PrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompilingPrecompiling project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
project...
┌ Warning: Precompilation failed for indirect dependency MutableArithmetics [d8a4904e-b15c-11e9-3269-09a3773c0cb0]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
WARNING: Method definition _getindex(Base.IndexLinear, AbstractArray{T, 1} where T, Int64) in module Base at abstractarray.jl:1142 overwritten in module Interpolations at /home/pkgeval/.julia/packages/Interpolations/TuOdO/src/Interpolations.jl:267.
** incremental compilation may be fatally broken for this module **
┌ Warning: Precompilation failed for indirect dependency MathOptInterface [b8f27783-ece8-5eb3-8dc8-9495eed66fee]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
ERROR: LoadError: LoadError: ERROR: LoadError: LoadError: UndefVarError: _iszero not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:26
[2] top-level scope
@ ~/.julia/packages/MutableArithmetics/ZGFsK/src/dispatch.jl:272
[3] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[4] include(x::String)
@ MutableArithmetics ~/.julia/packages/MutableArithmetics/ZGFsK/src/MutableArithmetics.jl:7
[5] top-level scope
@ ~/.julia/packages/MutableArithmetics/ZGFsK/src/MutableArithmetics.jl:115
[6] include
@ ./Base.jl:389 [inlined]
[7] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
@ Base ./loading.jl:1144
[8] top-level scope
@ none:1
[9] eval
@ ./boot.jl:360 [inlined]
[10] eval(x::Expr)
@ Base.MainInclude ./client.jl:446
[11] top-level scope
@ none:1
in expression starting at /home/pkgeval/.julia/packages/MutableArithmetics/ZGFsK/src/dispatch.jl:272
in expression starting at /home/pkgeval/.julia/packages/MutableArithmetics/ZGFsK/src/MutableArithmetics.jl:7
UndefVarError: _iszero not defined
Stacktrace:
[1] getproperty(ERROR: x::Module, f::Symbol)
@ Base ./Base.jl:26
[2] top-level scope
@ ~/.julia/packages/MutableArithmetics/ZGFsK/src/dispatch.jl:272
[3] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[4] include(x::String)
@ MutableArithmetics ~/.julia/packages/MutableArithmetics/ZGFsK/src/MutableArithmetics.jl:7
[5] top-level scope
@ ~/.julia/packages/MutableArithmetics/ZGFsK/src/MutableArithmetics.jl:115
[6] include
@ ./Base.jl:389 [inlined]
[7] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
@ Base ./loading.jl:1144
[8] top-level scope
@ none:1
[9] eval
@ ./boot.jl:360 [inlined]
[10] eval(x::Expr)
@ Base.MainInclude ./client.jl:446
[11] top-level scope
@ none:1
in expression starting at /home/pkgeval/.julia/packages/MutableArithmetics/ZGFsK/src/dispatch.jl:272
in expression starting at /home/pkgeval/.julia/packages/MutableArithmetics/ZGFsK/src/MutableArithmetics.jl:7
LoadError: LoadError: ERROR: LoadError: Failed to precompile MutableArithmetics [d8a4904e-b15c-11e9-3269-09a3773c0cb0] to /home/pkgeval/.julia/compiled/v1.6/MutableArithmetics/EoEec_9vzTx.ji.
Stacktrace:
[1] error(s::String)
@ Base ./Failed to precompile MutableArithmetics [d8a4904e-b15c-11e9-3269-09a3773c0cb0] to /home/pkgeval/.julia/compiled/v1.6/MutableArithmetics/EoEec_9vzTx.ji.
Stacktrace:
[1] error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, show_errors::Bool)
@ Base ./loading.jl:1279
[3] compilecache
@ ./loading.jl:1232 [inlined]
[4] _require(pkg::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:953
[5] require(uuidkey::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:846
[6] require(into::Module, mod::Symbol)
@ Base ./loading.jl:833
[7] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[8] include(x::String)
@ MathOptInterface ~/.julia/packages/MathOptInterface/RmalA/src/MathOptInterface.jl:1
[9] top-level scope
@ ~/.julia/packages/MathOptInterface/RmalA/src/MathOptInterface.jl:114
[10] include
@ ./Base.jl:389 [inlined]
[11] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
@ Base ./loading.jl:1144
[12] top-level scope
@ none:1
[13] eval
@ ./boot.jl:360 [inlined]
[14] eval(x::Expr)
@ Base.MainInclude ./client.jl:446
[15] top-level scope
@ none:1
in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/RmalA/src/functions.jl:3
in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/RmalA/src/MathOptInterface.jl:1
errorERROR: (s::LoadError: LoadError: String)
@ Base ./error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, show_errors::Bool)
@ Base ./loading.jl:1279
[3] compilecache
@ ./loading.jl:1232 [inlined]
[4] _require(pkg::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:953
[5] require(uuidkey::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:846
[6] require(into::Module, mod::Symbol)
@ Base ./loading.jl:833
[7] include
@ ./Base.jl:389 [inlined]
[8] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)
@ Base ./loading.jl:1144
[9] top-level scope
@ none:1
[10] eval
@ ./boot.jl:360 [inlined]
[11] eval(x::Expr)
@ Base.MainInclude ./client.jl:446
[12] top-level scope
@ none:1
in expression starting at /home/pkgeval/.julia/packages/JuMP/MnJQc/src/JuMP.jl:11
Failed to precompile MathOptInterface [b8f27783-ece8-5eb3-8dc8-9495eed66fee] to /home/pkgeval/.julia/compiled/v1.6/MathOptInterface/tyub8_9vzTx.ji.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, show_errors::Bool)
@ Base ./loading.jl:1279
[3] compilecache
@ ./loading.jl:1232 [inlined]
[4] _require(pkg::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:953
[5] require(uuidkey::Base.PkgId, cache::Base.TOMLCache)
@ Base ./loading.jl:846
[6] require(into::Module, mod::Symbol)
@ Base ./loading.jl:833
[7] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[8] include(x::String)
@ Ipopt ~/.julia/packages/Ipopt/ruIXY/src/Ipopt.jl:1
[9] top-level scope
@ ~/.julia/packages/Ipopt/ruIXY/src/Ipopt.jl:352
[10] include
@ ./Base.jl:389 [inlined]
[11] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)
@ Base ./loading.jl:1144
[12] top-level scope
@ none:1
[13] eval
@ ./boot.jl:360 [inlined]
[14] eval(x::Expr)
@ Base.MainInclude ./client.jl:446
[15] top-level scope
@ none:1
in expression starting at /home/pkgeval/.julia/packages/Ipopt/ruIXY/src/MOI_wrapper.jl:1
in expression starting at /home/pkgeval/.julia/packages/Ipopt/ruIXY/src/Ipopt.jl:1
┌ Warning: Precompilation failed for indirect dependency CUDAnative [be33ccc6-a3ff-5ff2-a52e-74243cff1e17]
└ @ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:987
ERROR: LoadError: LoadError: TaskFailedException
nested task error: Failed to precompile Ipopt [b6b21f68-93f8-5de0-b562-5493be1d77c9] to /home/pkgeval/.julia/compiled/v1.6/Ipopt/yMQMo_9vzTx.ji.
Stacktrace:
[1] macro expansion
@ /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:985 [inlined]
[2] (::Pkg.API.var"#203#211"{Pkg.Types.Context, Base.TOMLCache, Dict{Base.PkgId, Bool}, Dict{Base.PkgId, Base.Event}, Vector{Base.PkgId}, Base.Semaphore, Vector{Base.PkgId}, Base.PkgId, String, Vector{String}})()
@ Pkg.API ./task.jl:392
caused by: Failed to precompile Ipopt [b6b21f68-93f8-5de0-b562-5493be1d77c9] to /home/pkgeval/.julia/compiled/v1.6/Ipopt/yMQMo_9vzTx.ji.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, show_errors::Bool)
@ Base ./loading.jl:1279
[3] macro expansion
@ /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:980 [inlined]
[4] (::Pkg.API.var"#203#211"{Pkg.Types.Context, Base.TOMLCache, Dict{Base.PkgId, Bool}, Dict{Base.PkgId, Base.Event}, Vector{Base.PkgId}, Base.Semaphore, Vector{Base.PkgId}, Base.PkgId, String, Vector{String}})()
@ Pkg.API ./task.jl:392
...and 1 more exception(s).
Stacktrace:
[1] sync_end(c::Channel{Any})
@ Base ./task.jl:350
[2] macro expansion
@ ./task.jl:369 [inlined]
[3] precompile(ctx::Pkg.Types.Context; internal_call::Bool)
@ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:951
[4] #precompile#195
@ /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:913 [inlined]
[5] precompile()
@ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:913
[6] do_cmd!(command::Pkg.REPLMode.Command, repl::Pkg.REPLMode.MiniREPL)
@ Pkg.REPLMode /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/REPLMode/REPLMode.jl:400
[7] do_cmd(repl::Pkg.REPLMode.MiniREPL, input::String; do_rethrow::Bool)
@ Pkg.REPLMode /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/REPLMode/REPLMode.jl:381
[8] github_project(reponame::String; path::String, version::String, force::Bool, instantiate::Bool, precompile::Bool)
@ InstantiateFromURL ~/.julia/packages/InstantiateFromURL/7E73Z/src/github_project.jl:114
[9] top-level scope
@ ~/.julia/packages/InstantiateFromURL/7E73Z/test/precompiletest.jl:1
[10] include(fname::String)
@ Base.MainInclude ./client.jl:444
[11] top-level scope
@ ~/.julia/packages/InstantiateFromURL/7E73Z/test/runtests.jl:11
[12] include(fname::String)
@ Base.MainInclude ./client.jl:444
[13] top-level scope
@ none:6
in expression starting at /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/precompiletest.jl:1
in expression starting at /home/pkgeval/.julia/packages/InstantiateFromURL/7E73Z/test/runtests.jl:11
ERROR: Package InstantiateFromURL errored during testing
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/Types.jl:52
[2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing)
@ Pkg.Operations /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1609
[3] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:331
[4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec})
@ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:318
[5] #test#62
@ /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:68 [inlined]
[6] test
@ /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:68 [inlined]
[7] #test#61
@ /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:66 [inlined]
[8] test
@ /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:66 [inlined]
[9] test(pkg::String; kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[10] test(pkg::String)
@ Pkg.API /workspace/srcdir/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[11] top-level scope
@ none:19