-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-9392bbe347.log
951 lines (945 loc) · 46.1 KB
/
1.6.0-DEV-9392bbe347.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
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
Julia Version 1.6.0-DEV.1122
Commit 9392bbe347 (2020-10-03 14:15 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD EPYC 7502 32-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-10.0.1 (ORCJIT, znver2)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed Crayons ────────────────────── v4.0.4
Installed SortingAlgorithms ──────────── v0.3.1
Installed SIMDPirates ────────────────── v0.8.25
Installed Parsers ────────────────────── v1.0.10
Installed QuadGK ─────────────────────── v2.4.1
Installed Requires ───────────────────── v1.1.0
Installed NNlib ──────────────────────── v0.7.5
Installed Missings ───────────────────── v0.4.4
Installed DiffRules ──────────────────── v1.0.1
Installed ArrayLayouts ───────────────── v0.4.8
Installed FunctionWrappers ───────────── v1.1.1
Installed ChainRulesCore ─────────────── v0.9.11
Installed Rmath_jll ──────────────────── v0.2.2+1
Installed StaticArrays ───────────────── v0.12.4
Installed AbstractFFTs ───────────────── v0.5.0
Installed PDMats ─────────────────────── v0.10.1
Installed Distributions ──────────────── v0.23.12
Installed StatsFuns ──────────────────── v0.9.5
Installed CommonSubexpressions ───────── v0.3.0
Installed MacroTools ─────────────────── v0.5.5
Installed ForwardDiff ────────────────── v0.10.12
Installed FillArrays ─────────────────── v0.9.6
Installed Mjolnir ────────────────────── v0.2.1
Installed JSON ───────────────────────── v0.21.1
Installed Compat ─────────────────────── v3.18.0
Installed StatsBase ──────────────────── v0.33.1
Installed Rmath ──────────────────────── v0.6.1
Installed Reexport ───────────────────── v0.2.0
Installed ZygoteRules ────────────────── v0.2.0
Installed CpuId ──────────────────────── v0.2.2
Installed MuladdMacro ────────────────── v0.2.2
Installed FunctionalCollections ──────── v0.5.0
Installed VectorizationBase ──────────── v0.12.33
Installed UnicodePlots ───────────────── v1.3.0
Installed Jaynes ─────────────────────── v0.1.25
Installed OffsetArrays ───────────────── v1.3.0
Installed UnPack ─────────────────────── v1.0.2
Installed DataAPI ────────────────────── v1.3.0
Installed OrderedCollections ─────────── v1.3.1
Installed NaNMath ────────────────────── v0.3.4
Installed DataStructures ─────────────── v0.17.20
Installed ChainRules ─────────────────── v0.7.22
Installed Gen ────────────────────────── v0.3.5
Installed CompilerSupportLibraries_jll ─ v0.3.3+0
Installed SLEEFPirates ───────────────── v0.5.5
Installed DistributionsAD ────────────── v0.6.9
Installed DiffResults ────────────────── v1.0.2
Installed Adapt ──────────────────────── v2.3.0
Installed Zygote ─────────────────────── v0.5.8
Installed ReverseDiff ────────────────── v1.4.3
Installed IRTools ────────────────────── v0.4.1
Installed DocStringExtensions ────────── v0.8.3
Installed OpenSpecFun_jll ────────────── v0.5.3+3
Installed SpecialFunctions ───────────── v0.10.3
Installed LoopVectorization ──────────── v0.8.26
Updating `~/.julia/environments/v1.6/Project.toml`
[a2015381] + Jaynes v0.1.25
Updating `~/.julia/environments/v1.6/Manifest.toml`
[621f4979] + AbstractFFTs v0.5.0
[79e6a3ab] + Adapt v2.3.0
[4c555306] + ArrayLayouts v0.4.8
[082447d4] + ChainRules v0.7.22
[d360d2e6] + ChainRulesCore v0.9.11
[bbf7d656] + CommonSubexpressions v0.3.0
[34da2185] + Compat v3.18.0
[e66e0078] + CompilerSupportLibraries_jll v0.3.3+0
[adafc99b] + CpuId v0.2.2
[a8cc5b0e] + Crayons v4.0.4
[9a962f9c] + DataAPI v1.3.0
[864edb3b] + DataStructures v0.17.20
[163ba53b] + DiffResults v1.0.2
[b552c78f] + DiffRules v1.0.1
[31c24e10] + Distributions v0.23.12
[ced4e74d] + DistributionsAD v0.6.9
[ffbed154] + DocStringExtensions v0.8.3
[1a297f60] + FillArrays v0.9.6
[f6369f11] + ForwardDiff v0.10.12
[069b7b12] + FunctionWrappers v1.1.1
[de31a74c] + FunctionalCollections v0.5.0
[ea4f424c] + Gen v0.3.5
[7869d1d1] + IRTools v0.4.1
[682c06a0] + JSON v0.21.1
[a2015381] + Jaynes v0.1.25
[bdcacae8] + LoopVectorization v0.8.26
[1914dd2f] + MacroTools v0.5.5
[e1d29d7a] + Missings v0.4.4
[1154507a] + Mjolnir v0.2.1
[46d2c3a1] + MuladdMacro v0.2.2
[872c559c] + NNlib v0.7.5
[77ba4419] + NaNMath v0.3.4
[6fe1bfb0] + OffsetArrays v1.3.0
[efe28fd5] + OpenSpecFun_jll v0.5.3+3
[bac558e1] + OrderedCollections v1.3.1
[90014a1f] + PDMats v0.10.1
[69de0a69] + Parsers v1.0.10
[1fd47b50] + QuadGK v2.4.1
[189a3867] + Reexport v0.2.0
[ae029012] + Requires v1.1.0
[37e2e3b7] + ReverseDiff v1.4.3
[79098fc4] + Rmath v0.6.1
[f50d1b31] + Rmath_jll v0.2.2+1
[21efa798] + SIMDPirates v0.8.25
[476501e8] + SLEEFPirates v0.5.5
[a2af1166] + SortingAlgorithms v0.3.1
[276daf66] + SpecialFunctions v0.10.3
[90137ffa] + StaticArrays v0.12.4
[2913bbd2] + StatsBase v0.33.1
[4c63d2b9] + StatsFuns v0.9.5
[3a884ed6] + UnPack v1.0.2
[b8865327] + UnicodePlots v1.3.0
[3d5dd08c] + VectorizationBase v0.12.33
[e88e6eb3] + Zygote v0.5.8
[700de1a5] + ZygoteRules v0.2.0
[56f22d72] + Artifacts
[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
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building SLEEFPirates → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/67ae90a18aa8c22bf159318300e765fbd89ddf6e/build.log`
Testing Jaynes
Status `/tmp/jl_Dzv5D0/Project.toml`
[31c24e10] Distributions v0.23.12
[ced4e74d] DistributionsAD v0.6.9
[f6369f11] ForwardDiff v0.10.12
[ea4f424c] Gen v0.3.5
[7869d1d1] IRTools v0.4.1
[a2015381] Jaynes v0.1.25
[1914dd2f] MacroTools v0.5.5
[1154507a] Mjolnir v0.2.1
[189a3867] Reexport v0.2.0
[90137ffa] StaticArrays v0.12.4
[b8865327] UnicodePlots v1.3.0
[e88e6eb3] Zygote v0.5.8
[b77e0a4c] InteractiveUtils
[37e2e46d] LinearAlgebra
[9a3f8284] Random
[2f01184e] SparseArrays
[8dfed614] Test
Status `/tmp/jl_Dzv5D0/Manifest.toml`
[621f4979] AbstractFFTs v0.5.0
[79e6a3ab] Adapt v2.3.0
[4c555306] ArrayLayouts v0.4.8
[082447d4] ChainRules v0.7.22
[d360d2e6] ChainRulesCore v0.9.11
[bbf7d656] CommonSubexpressions v0.3.0
[34da2185] Compat v3.18.0
[e66e0078] CompilerSupportLibraries_jll v0.3.3+0
[adafc99b] CpuId v0.2.2
[a8cc5b0e] Crayons v4.0.4
[9a962f9c] DataAPI v1.3.0
[864edb3b] DataStructures v0.17.20
[163ba53b] DiffResults v1.0.2
[b552c78f] DiffRules v1.0.1
[31c24e10] Distributions v0.23.12
[ced4e74d] DistributionsAD v0.6.9
[ffbed154] DocStringExtensions v0.8.3
[1a297f60] FillArrays v0.9.6
[f6369f11] ForwardDiff v0.10.12
[069b7b12] FunctionWrappers v1.1.1
[de31a74c] FunctionalCollections v0.5.0
[ea4f424c] Gen v0.3.5
[7869d1d1] IRTools v0.4.1
[682c06a0] JSON v0.21.1
[a2015381] Jaynes v0.1.25
[bdcacae8] LoopVectorization v0.8.26
[1914dd2f] MacroTools v0.5.5
[e1d29d7a] Missings v0.4.4
[1154507a] Mjolnir v0.2.1
[46d2c3a1] MuladdMacro v0.2.2
[872c559c] NNlib v0.7.5
[77ba4419] NaNMath v0.3.4
[6fe1bfb0] OffsetArrays v1.3.0
[efe28fd5] OpenSpecFun_jll v0.5.3+3
[bac558e1] OrderedCollections v1.3.1
[90014a1f] PDMats v0.10.1
[69de0a69] Parsers v1.0.10
[1fd47b50] QuadGK v2.4.1
[189a3867] Reexport v0.2.0
[ae029012] Requires v1.1.0
[37e2e3b7] ReverseDiff v1.4.3
[79098fc4] Rmath v0.6.1
[f50d1b31] Rmath_jll v0.2.2+1
[21efa798] SIMDPirates v0.8.25
[476501e8] SLEEFPirates v0.5.5
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.10.3
[90137ffa] StaticArrays v0.12.4
[2913bbd2] StatsBase v0.33.1
[4c63d2b9] StatsFuns v0.9.5
[3a884ed6] UnPack v1.0.2
[b8865327] UnicodePlots v1.3.0
[3d5dd08c] VectorizationBase v0.12.33
[e88e6eb3] Zygote v0.5.8
[700de1a5] ZygoteRules v0.2.0
[56f22d72] Artifacts
[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
[fa267f1f] TOML
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
Testing Running tests...
WARNING: Method definition special_reverse_exec!(ReverseDiff.SpecialInstruction{typeof(Base.fill), I, O, C} where C where O where I) in module ReverseDiff at /home/pkgeval/.julia/packages/ReverseDiff/jFRo1/src/macros.jl:212 overwritten in module Gen at /home/pkgeval/.julia/packages/Gen/5JiNL/src/backprop.jl:33.
** incremental compilation may be fatally broken for this module **
WARNING: Method definition special_forward_exec!(ReverseDiff.SpecialInstruction{typeof(Base.fill), I, O, C} where C where O where I) in module ReverseDiff at /home/pkgeval/.julia/packages/ReverseDiff/jFRo1/src/macros.jl:228 overwritten in module Gen at /home/pkgeval/.julia/packages/Gen/5JiNL/src/backprop.jl:42.
** incremental compilation may be fatally broken for this module **
________________________
Compiler.
test set: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/compiler/update.jl:21
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] simulate(::Function, ::Float64, ::Float64, ::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/simulate.jl:37
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/compiler/update.jl:21
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/compiler/update.jl:21
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:14 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:14 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:13 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
42.357162 seconds (46.48 M allocations: 3.006 GiB, 3.23% gc time, 188.27% compilation time)
Execution contexts.
Simulate: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:13
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] simulate(::Function, ::Float64, ::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/simulate.jl:37
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:14
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:14
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:18 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
Generate: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:19
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] generate(::Main.TestJaynes.Jaynes.DynamicMap{Main.TestJaynes.Jaynes.Value}, ::Function, ::Float64, ::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/generate.jl:53
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:21
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:20
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:18 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
Update: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:29
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] simulate(::Function, ::Float64, ::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/simulate.jl:37
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:30
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:30
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:18 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
Regenerate: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:50
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] simulate(::Function, ::Float64, ::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/simulate.jl:37
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:51
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:51
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:18 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
Propose: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:69
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] propose(::Function, ::Float64, ::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/propose.jl:45
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:70
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:70
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:18 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
Score: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:75
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] score(::Main.TestJaynes.Jaynes.DynamicMap{Main.TestJaynes.Jaynes.Value}, ::Function, ::Float64, ::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/score.jl:46
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:77
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/contexts.jl:76
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:19 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:18 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
1.925654 seconds (866.32 k allocations: 52.483 MiB, 1.28% gc time, 56.92% compilation time)
Gradients.
Choice gradients: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/gradients.jl:21
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] simulate(::Main.TestJaynes.Jaynes.DynamicMap{Main.TestJaynes.Jaynes.Value}, ::Function)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/simulate.jl:43
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/gradients.jl:23
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/gradients.jl:22
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:24 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:24 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:23 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
Learnable parameter gradients: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/gradients.jl:31
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] simulate(::Main.TestJaynes.Jaynes.DynamicMap{Main.TestJaynes.Jaynes.Value}, ::Function)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/simulate.jl:43
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/gradients.jl:33
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/gradients.jl:32
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:24 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:24 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:23 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
1.419108 seconds (1.32 M allocations: 78.003 MiB, 2.09% gc time, 98.70% compilation time)
Black-box extensions.
Trace: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/blackbox.jl:4
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] simulate(fn::Function, args::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/simulate.jl:37
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/blackbox.jl:5
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/blackbox.jl:5
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:29 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:29 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:28 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
Generate: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/blackbox.jl:9
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] generate(target::Main.TestJaynes.Jaynes.DynamicMap{Main.TestJaynes.Jaynes.Value}, fn::Function, args::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/generate.jl:53
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/blackbox.jl:11
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/blackbox.jl:10
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:29 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:29 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:28 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
Update: Error During Test at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/core/blackbox.jl:16
Got exception outside of a @test
MethodError: no method matching Core.Compiler.IRCode(::Vector{Any}, ::Vector{Any}, ::Vector{Int32}, ::Vector{UInt8}, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Any}, ::Vector{Any})
Stacktrace:
[1] Core.Compiler.IRCode(ir::IRTools.Inner.IR)
@ IRTools.Inner.Wrap ~/.julia/packages/IRTools/GVPoj/src/ir/wrap.jl:55
[2] update!(ci::Core.CodeInfo, ir::IRTools.Inner.IR)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/utils.jl:143
[3] dynamo(::Any, ::Any, ::Any, ::Vararg{Any, N} where N)
@ IRTools.Inner ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:81
[4] #s351#80
@ ~/.julia/packages/IRTools/GVPoj/src/reflection/dynamo.jl:114 [inlined]
[5] #s351#80(mx::Any, args::Any)
@ Main.TestJaynes.Jaynes ./none:0
[6] (::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any, N} where N)
@ Core ./boot.jl:571
[7] simulate(fn::Function, args::Float64)
@ Main.TestJaynes.Jaynes ~/.julia/packages/Jaynes/mqCep/src/contexts/dynamic/simulate.jl:37
[8] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/blackbox.jl:17
[9] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[10] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/core/blackbox.jl:17
[11] include(mod::Module, _path::String)
@ Base ./Base.jl:389
[12] include
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:1 [inlined]
[13] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:29 [inlined]
[14] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[15] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:29 [inlined]
[16] macro expansion
@ ./timing.jl:186 [inlined]
[17] macro expansion
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:28 [inlined]
[18] macro expansion
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113 [inlined]
[19] top-level scope
@ ~/.julia/packages/Jaynes/mqCep/test/runtests.jl:12
[20] include(fname::String)
@ Base.MainInclude ./client.jl:444
[21] top-level scope
@ none:6
[22] eval(m::Module, e::Any)
@ Core ./boot.jl:360
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:261
[24] _start()
@ Base ./client.jl:485
0.953629 seconds (393.55 k allocations: 24.649 MiB, 4.13% gc time, 80.11% compilation time)
Selection query language.
2.603989 seconds (1.58 M allocations: 94.472 MiB, 1.96% gc time, 98.70% compilation time)
Gradient learning.
0.000081 seconds (27 allocations: 21.406 KiB)
Test Summary: | Pass Error Total
Core | 13 12 25
Compiler. | 1 1
test set | 1 1
Execution contexts. | 6 6
Simulate | 1 1
Generate | 1 1
Update | 1 1
Regenerate | 1 1
Propose | 1 1
Score | 1 1
Gradients. | 2 2
Choice gradients | 1 1
Learnable parameter gradients | 1 1
Black-box extensions. | 3 3
Trace | 1 1
Generate | 1 1
Update | 1 1
Selection query language. | 13 13
Gradient learning. | No tests
ERROR: LoadError: Some tests did not pass: 13 passed, 0 failed, 12 errored, 0 broken.
in expression starting at /home/pkgeval/.julia/packages/Jaynes/mqCep/test/runtests.jl:1
ERROR: Package Jaynes errored during testing
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types /buildworker/worker/package_linux64/build/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 /buildworker/worker/package_linux64/build/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 /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:331
[4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec})
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:318
[5] #test#62
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:68 [inlined]
[6] test
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:68 [inlined]
[7] #test#61
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:66 [inlined]
[8] test
@ /buildworker/worker/package_linux64/build/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 /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[10] test(pkg::String)
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[11] top-level scope
@ none:19