Package evaluation to test GarishPrint on Julia 1.14.0-DEV.1384 (b34261b5d0*) started at 2025-12-18T12:55:35.838 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.24s ################################################################################ # Installation # Installing GarishPrint... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [b0ab02a7] + GarishPrint v0.5.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [5218b696] + Configurations v0.17.6 [55351af7] + ExproniconLite v0.10.14 [b0ab02a7] + GarishPrint v0.5.1 [bac558e1] + OrderedCollections v1.8.1 [21216c6a] + Preferences v1.5.0 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.03s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 12.96s ################################################################################ # Testing # Testing GarishPrint Status `/tmp/jl_Uy1GCI/Project.toml` [5218b696] Configurations v0.17.6 [a93c6f00] DataFrames v1.8.1 [b0ab02a7] GarishPrint v0.5.1 [21216c6a] Preferences v1.5.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Status `/tmp/jl_Uy1GCI/Manifest.toml` [34da2185] Compat v4.18.1 [5218b696] Configurations v0.17.6 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.8.1 [864edb3b] DataStructures v0.19.3 [e2d170a0] DataValueInterfaces v1.0.0 [55351af7] ExproniconLite v0.10.14 [b0ab02a7] GarishPrint v0.5.1 [842dd82b] InlineStrings v1.4.5 [41ab1584] InvertedIndices v1.3.1 [82899510] IteratorInterfaceExtensions v1.0.0 [b964fa9f] LaTeXStrings v1.4.0 [e1d29d7a] Missings v1.2.0 [bac558e1] OrderedCollections v1.8.1 [2dfb63ee] PooledArrays v1.4.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [08abe8d2] PrettyTables v3.1.2 [189a3867] Reexport v1.2.2 [91c51154] SentinelArrays v1.4.8 [a2af1166] SortingAlgorithms v1.2.2 [10745b16] Statistics v1.11.1 [892a3eda] StringManipulation v0.4.2 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Test Summary: | Pass Total Time prefs | 1 1 7.0s Main.TestBasic.T1( │ x = 1, )Main.TestBasic.T2( │ x = 1, │ y = 2.0, )Main.TestBasic.T3( │ x = 1, │ y = Main.TestBasic.T1( │ │ x = 2, │ ), │ z = Main.TestBasic.T2( │ │ x = 1, │ │ y = 2.0, │ ), )Main.TestBasic.T4{Complex{Int64}}( │ x = 1 + 2im, │ y = 2im, )Main.TestBasic.T4{Complex{Int64}}( │ x = 2 + 0im, │ y = 2im, )Main.TestBasic.T5{Vector{Any}}( │ x = Any[1, 2, 3], )0-dimensional Array{UndefInitializer, 0}: UndefInitializer()Main.TestBasic.T4{Main.TestBasic.T5{Vector{Int64}}}( │ x = Main.TestBasic.T5{Vector{Int64}}( │ │ x = [1, 2, 3], │ ), │ y = Main.TestBasic.T5{Vector{Int64}}( │ │ x = [1, 2, 3], │ ), )Main.TestBasic.T5{Irrational{:π}}( │ x = π, )Main.TestBasic.T5{Vector{Float64}}( │ x = [ │ │ 0.5317131966093459, │ │ 0.5053771850019702, │ │ 0.11595120926027924, │ │ 0.8507460661640801, │ │ 0.3438454549499198, │ │ 0.5728424512364522, │ │ 0.6201794739096674, │ │ 0.19369430457003167, │ │ 0.15294961747684888, │ │ 0.8695870846655614, │ … │ │ 0.5917264831312079, │ │ 0.00046554479881444344, │ │ 0.3425187956614405, │ │ 0.9717236885028775, │ │ 0.9293289265548007, │ │ 0.4023139301376941, │ │ 0.7386602374863529, │ │ 0.11831670825411267, │ │ 0.6587000871225371, │ │ 0.5448558993873425, │ ], )Main.TestBasic.T5{Dict{Int64, Int64}}( │ x = Dict(1 => 2), )Main.TestBasic.T5{Dict{Any, Any}}( │ x = Dict{Any, Any}(), )Main.TestBasic.T5{Irrational{:π}}( │ x = π, )Main.TestBasic.T5{Irrational{:ℯ}}( │ x = ℯ, )Main.TestBasic.T5{Array{Irrational{:π}, 0}}( │ x = fill(π), )Main.TestBasic.T5{Float32}( │ x = 0.1f0, )Main.TestBasic.T5{String}( │ x = "0.10f0", )Main.TestBasic.T5{Dict{String, Number}}( │ x = Dict{String, Number}("a" => 2.0, "b" => 2im), )Main.TestBasic.T5{Dict{String, Any}}( │ x = Dict{String, Any}( │ │ "a" => Main.TestBasic.T4{Main.TestBasic.T5{Vector{Int64}}}( │ │ │ │ x = Main.TestBasic.T5{Vector{Int64}}( │ │ │ │ │ x = [1, 2, 3], │ │ │ │ ), │ │ │ │ y = Main.TestBasic.T5{Vector{Int64}}( │ │ │ │ │ x = [1, 2, 3], │ │ │ │ ), │ │ │ ), │ │ "b" => 2im, │ ), )Main.TestBasic.T5{Dict{String, Any}}( │ x = Dict{String, Any}("a" => ( │ │ │ │ 1, │ │ │ │ 2, │ │ │ │ 3, │ │ │ ), "b" => Any), )TTTTTTTTTTTTTTTTTTTT{ │ TTTTTTTTTTTTTTTTTTTT{ │ │ Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}, │ │ Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}, │ }, │ TTTTTTTTTTTTTTTTTTTT{ │ │ Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}, │ │ Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}, │ }, }( │ x = TTTTTTTTTTTTTTTTTTTT{ │ │ Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}, │ │ Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}, │ }( │ │ x = Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}( │ │ │ x = 1, │ │ │ y = 2, │ │ ), │ │ y = Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}( │ │ │ x = 1, │ │ │ y = 2, │ │ ), │ ), │ y = TTTTTTTTTTTTTTTTTTTT{ │ │ Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}, │ │ Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}, │ }( │ │ x = Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}( │ │ │ x = 1, │ │ │ y = 2, │ │ ), │ │ y = Main.TestBasic.TTTTTTTTTTTTTTTTTTTT{Int64, Int64}( │ │ │ x = 1, │ │ │ y = 2, │ │ ), │ ), )Main.TestConfigs.OptionB( │ a = [1, 2, 3], │ b = Main.TestConfigs.OptionA( │ │ a = 2, │ │ b = 2, │ ), )Main.TestConfigs.JobInstance( │ project = "test", │ emulation = Main.TestConfigs.Emulation[ │ │ Main.TestConfigs.Emulation( │ │ │ pulse = "linear", │ │ │ algo = "Vern8", │ │ │ precision = "float32", │ │ │ geometry = Main.TestConfigs.Geometry( │ │ │ │ L = 8, │ │ │ │ graph = 188, │ │ │ ), │ │ ), │ │ Main.TestConfigs.Emulation( │ │ │ pulse = "linear", │ │ │ algo = "Vern8", │ │ │ precision = "float32", │ │ │ geometry = Main.TestConfigs.Geometry( │ │ │ │ L = 8, │ │ │ │ graph = 188, │ │ │ ), │ │ ), │ ], │ postprocess = Main.TestConfigs.PostProcess[ │ │ Main.TestConfigs.PostProcess( │ │ │ pulse = "linear", │ │ │ algo = "Vern8", │ │ │ precision = "float32", │ │ │ geometry = Main.TestConfigs.Geometry( │ │ │ │ L = 8, │ │ │ │ graph = 188, │ │ │ ), │ │ ), │ │ Main.TestConfigs.PostProcess( │ │ │ pulse = "linear", │ │ │ algo = "Vern8", │ │ │ precision = "float32", │ │ │ geometry = Main.TestConfigs.Geometry( │ │ │ │ L = 8, │ │ │ │ graph = 188, │ │ │ ), │ │ ), │ ], )Main.TestDataFrame.Example{Dict{String, Any}, UndefInitializer}( │ field_a = Dict{String, Any}( │ │ "matrix" => 10×10 Array{Float64, 2}: │ │ │ 0.633155716589102 … 0.39337946756360354 │ │ │ 0.5558643807493134 0.9819310088486536 │ │ │ 0.8979571911723369 0.9908514942600006 │ │ │ 0.7139736236601961 0.7802582928445821 │ │ │ 0.6890392634305864 0.044309097845826706 │ │ │ 0.9755271641359197 … 0.6099862687863771 │ │ │ 0.10181052686506464 0.5847887811195799 │ │ │ 0.8934276394771092 0.1420521754585764 │ │ │ 0.196083481864038 0.35108807387497054 │ │ │ 0.7473464733196626 0.9611705853944283 │ │ │ , │ │ "boolean" => false, │ │ "set{any}" => Set(Any[ │ │ │ │ 3, │ │ │ │ 2, │ │ │ │ 1, │ │ │ │ 4, │ │ │ │ 5, │ │ │ │ 6, │ │ │ │ 13, │ │ │ │ 8, │ │ │ │ 7, │ │ │ │ 10, │ │ │ │ 12, │ │ │ │ 11, │ │ │ │ 9, │ │ │ ]), │ │ "missing" => missing, │ │ "nested" => Example{ │ │ │ │ Dict{ │ │ │ │ │ String, │ │ │ │ │ Example{ │ │ │ │ │ │ Vector{Int64}, Float64 │ │ │ │ │ }, │ │ │ │ }, │ │ │ │ UndefInitializer, │ │ │ }( │ │ │ │ field_a = Dict{String, Main.TestDataFrame.Example{Vector{Int64}, Float64}}( │ │ │ │ │ "a" => Example{ │ │ │ │ │ │ │ Vector{Int64}, Float64 │ │ │ │ │ │ }( │ │ │ │ │ │ │ field_a = [1, 2, 3], │ │ │ │ │ │ │ field_b = 2.0, │ │ │ │ │ │ │ abc = Main.TestDataFrame.ABC{Int64, ComplexF64, Float32}( │ │ │ │ │ │ │ │ hee = 1, │ │ │ │ │ │ │ │ haa = 2.0im, │ │ │ │ │ │ │ │ hoo = 3.12f0, │ │ │ │ │ │ │ ), │ │ │ │ │ │ ), │ │ │ │ ), │ │ │ │ field_b = undef, │ │ │ │ abc = Main.TestDataFrame.ABC{Nothing, ComplexF64, Irrational{:π}}( │ │ │ │ │ hee = nothing, │ │ │ │ │ haa = 1.2 + 2.1im, │ │ │ │ │ hoo = π, │ │ │ │ ), │ │ │ ), │ │ "set" => Set([3, 2, 1]), │ │ "a" => Main.TestDataFrame.Example{Vector{Int64}, Float64}( │ │ │ │ field_a = [1, 2, 3], │ │ │ │ field_b = 2.0, │ │ │ │ abc = Main.TestDataFrame.ABC{Int64, ComplexF64, Float32}( │ │ │ │ │ hee = 1, │ │ │ │ │ haa = 2.0im, │ │ │ │ │ hoo = 3.12f0, │ │ │ │ ), │ │ │ ), │ │ "str" => Set([3, 2, 1]), │ │ "dataframe" => 4×2 DataFrame │ │ │ Row │ A B │ │ │ │ Int64 String │ │ │ ─────┼─────────────── │ │ │ 1 │ 1 M │ │ │ 2 │ 2 F │ │ │ 3 │ 3 F │ │ │ 4 │ 4 M │ │ │ , │ │ "type" => Any, │ │ "named_tuple" => (name = "ABC", age = 25), │ │ "empty set" => Set{Any}(), │ ), │ field_b = undef, │ abc = Main.TestDataFrame.ABC{Nothing, ComplexF64, Irrational{:π}}( │ │ hee = nothing, │ │ haa = 1.2 + 2.1im, │ │ hoo = π, │ ), )Main.TestDataFrame.Example{Dict{String, Any}, UndefInitializer}( │ field_a = Dict{String, Any}( │ │ "matrix" => 10×10 Array{Float64, 2}: │ │ │ 0.633155716589102 … 0.39337946756360354 │ │ │ 0.5558643807493134 0.9819310088486536 │ │ │ 0.8979571911723369 0.9908514942600006 │ │ │ 0.7139736236601961 0.7802582928445821 │ │ │ 0.6890392634305864 0.044309097845826706 │ │ │ 0.9755271641359197 … 0.6099862687863771 │ │ │ 0.10181052686506464 0.5847887811195799 │ │ │ 0.8934276394771092 0.1420521754585764 │ │ │ 0.196083481864038 0.35108807387497054 │ │ │ 0.7473464733196626 0.9611705853944283 │ │ │ , │ │ "boolean" => false, │ │ "set{any}" => Set(Any[3, 2, 1, 4, 5, 6, 13, 8, 7, 10, 12, 11, 9]), │ │ "missing" => missing, │ │ "nested" => Example{ │ │ │ │ Dict{ │ │ │ │ │ String, │ │ │ │ │ Main.TestDataFrame.Example{Array{Int64, 1}, Float64}, │ │ │ │ }, │ │ │ │ UndefInitializer, │ │ │ }( │ │ │ │ field_a = Dict{String, Main.TestDataFrame.Example{Vector{Int64}, Float64}}( │ │ │ │ │ "a" => Main.TestDataFrame.Example{Array{Int64, 1}, Float64}( │ │ │ │ │ │ │ field_a = [1, 2, 3], │ │ │ │ │ │ │ field_b = 2.0, │ │ │ │ │ │ │ abc = Main.TestDataFrame.ABC{Int64, Complex{Float64}, Float32}( │ │ │ │ │ │ │ │ hee = 1, │ │ │ │ │ │ │ │ haa = 2.0im, │ │ │ │ │ │ │ │ hoo = 3.12f0, │ │ │ │ │ │ │ ), │ │ │ │ │ │ ), │ │ │ │ ), │ │ │ │ field_b = undef, │ │ │ │ abc = Main.TestDataFrame.ABC{Nothing, Complex{Float64}, Irrational{:π}}( │ │ │ │ │ hee = nothing, │ │ │ │ │ haa = 1.2 + 2.1im, │ │ │ │ │ hoo = π, │ │ │ │ ), │ │ │ ), │ │ "set" => Set([3, 2, 1]), │ │ "a" => Main.TestDataFrame.Example{Array{Int64, 1}, Float64}( │ │ │ │ field_a = [1, 2, 3], │ │ │ │ field_b = 2.0, │ │ │ │ abc = Main.TestDataFrame.ABC{Int64, Complex{Float64}, Float32}( │ │ │ │ │ hee = 1, │ │ │ │ │ haa = 2.0im, │ │ │ │ │ hoo = 3.12f0, │ │ │ │ ), │ │ │ ), │ │ "str" => Set([3, 2, 1]), │ │ "dataframe" => 4×2 DataFrame │ │ │ Row │ A B │ │ │ │ Int64 String │ │ │ ─────┼─────────────── │ │ │ 1 │ 1 M │ │ │ 2 │ 2 F │ │ │ 3 │ 3 F │ │ │ 4 │ 4 M │ │ │ , │ │ "type" => Any, │ │ "named_tuple" => (name = "ABC", age = 25), │ │ "empty set" => Set{Any}(), │ ), │ field_b = undef, │ abc = Main.TestDataFrame.ABC{Nothing, Complex{Float64}, Irrational{:π}}( │ │ hee = nothing, │ │ haa = 1.2 + 2.1im, │ │ hoo = π, │ ), )Main.TestDataFrame.Example{Dict{String, Any}, UndefInitializer}(field_a=Dict{String, Any}("matrix"=>[0.633156 0.641545 … 0.202659 0.393379; 0.555864 0.364047 … 0.966599 0.981931; … ; 0.196083 0.352043 … 0.162576 0.351088; 0.747346 0.474201 … 0.630984 0.961171], "boolean"=>false, "set{any}"=>Set(Any[3, 2, 1, 4, 5, 6, 13, 8, 7, 10, 12, 11, 9]), "missing"=>missing, "nested"=>Example{ Dict{String, Main.TestDataFrame.Example{Vector{Int64}, Float64}}, UndefInitializer, }(field_a=Dict{String, Main.TestDataFrame.Example{Vector{Int64}, Float64}}("a"=>Main.TestDataFrame.Example{Vector{Int64}, Float64}(field_a=[1, 2, 3], field_b=2.0, abc=Main.TestDataFrame.ABC{Int64, ComplexF64, Float32}(hee=1, haa=2.0im, hoo=3.12f0))), field_b=undef, abc=Main.TestDataFrame.ABC{Nothing, ComplexF64, Irrational{:π}}(hee=nothing, haa=1.2+2.1im, hoo=π)), "set"=>Set([3, 2, 1]), "a"=>Main.TestDataFrame.Example{Vector{Int64}, Float64}(field_a=[1, 2, 3], field_b=2.0, abc=Main.TestDataFrame.ABC{Int64, ComplexF64, Float32}(hee=1, haa=2.0im, hoo=3.12f0)), "str"=>Set([3, 2, 1]), "dataframe"=>4×2 DataFrame Row │ A B │ Int64 String ─────┼─────────────── 1 │ 1 M 2 │ 2 F 3 │ 3 F 4 │ 4 M , "type"=>Any, "named_tuple"=>(name = "ABC", age = 25), "empty set"=>Set{Any}()), field_b=undef, abc=Main.TestDataFrame.ABC{Nothing, ComplexF64, Irrational{:π}}(hee=nothing, haa=1.2+2.1im, hoo=π))Main.TestDataFrame.Example{Dict{String, Any}, UndefInitializer}( field_a = Dict{String, Any}( "matrix" => 10×10 Array{Float64, 2}: 0.633155716589102 … 0.39337946756360354 0.5558643807493134 0.9819310088486536 0.8979571911723369 0.9908514942600006 0.7139736236601961 0.7802582928445821 0.6890392634305864 0.044309097845826706 0.9755271641359197 … 0.6099862687863771 0.10181052686506464 0.5847887811195799 0.8934276394771092 0.1420521754585764 0.196083481864038 0.35108807387497054 0.7473464733196626 0.9611705853944283 , "boolean" => false, "set{any}" => Set(Any[ 3, 2, 1, 4, 5, 6, 13, 8, 7, 10, 12, 11, 9, ]), "missing" => missing, "nested" => Example{ Dict{ String, Example{ Vector{Int64}, Float64 }, }, UndefInitializer, }( field_a = Dict{String, Main.TestDataFrame.Example{Vector{Int64}, Float64}}( "a" => Example{ Vector{Int64}, Float64 }( field_a = [1, 2, 3], field_b = 2.0, abc = Main.TestDataFrame.ABC{Int64, ComplexF64, Float32}( hee = 1, haa = 2.0im, hoo = 3.12f0, ), ), ), field_b = undef, abc = Main.TestDataFrame.ABC{Nothing, ComplexF64, Irrational{:π}}( hee = nothing, haa = 1.2 + 2.1im, hoo = π, ), ), "set" => Set([3, 2, 1]), "a" => Main.TestDataFrame.Example{Vector{Int64}, Float64}( field_a = [1, 2, 3], field_b = 2.0, abc = Main.TestDataFrame.ABC{Int64, ComplexF64, Float32}( hee = 1, haa = 2.0im, hoo = 3.12f0, ), ), "str" => Set([3, 2, 1]), "dataframe" => 4×2 DataFrame Row │ A B │ Int64 String ─────┼─────────────── 1 │ 1 M 2 │ 2 F 3 │ 3 F 4 │ 4 M , "type" => Any, "named_tuple" => (name = "ABC", age = 25), "empty set" => Set{Any}(), ), field_b = undef, abc = Main.TestDataFrame.ABC{Nothing, ComplexF64, Irrational{:π}}( hee = nothing, haa = 1.2 + 2.1im, hoo = π, ), )Main.TestDataFrame.Example{Dict{String, Any}, UndefInitializer}( field_a = Dict{String, Any}( "matrix" => 10×10 Array{Float64, 2}: 0.633155716589102 … 0.39337946756360354 0.5558643807493134 0.9819310088486536 0.8979571911723369 0.9908514942600006 0.7139736236601961 0.7802582928445821 0.6890392634305864 0.044309097845826706 0.9755271641359197 … 0.6099862687863771 0.10181052686506464 0.5847887811195799 0.8934276394771092 0.1420521754585764 0.196083481864038 0.35108807387497054 0.7473464733196626 0.9611705853944283 , "boolean" => false, "set{any}" => Set(Any[3, 2, 1, 4, 5, 6, 13, 8, 7, 10, 12, 11, 9]), "missing" => missing, "nested" => Example{ Dict{ String, Main.TestDataFrame.Example{Array{Int64, 1}, Float64}, }, UndefInitializer, }( field_a = Dict{String, Main.TestDataFrame.Example{Vector{Int64}, Float64}}( "a" => Main.TestDataFrame.Example{Array{Int64, 1}, Float64}( field_a = [1, 2, 3], field_b = 2.0, abc = Main.TestDataFrame.ABC{Int64, Complex{Float64}, Float32}( hee = 1, haa = 2.0im, hoo = 3.12f0, ), ), ), field_b = undef, abc = Main.TestDataFrame.ABC{Nothing, Complex{Float64}, Irrational{:π}}( hee = nothing, haa = 1.2 + 2.1im, hoo = π, ), ), "set" => Set([3, 2, 1]), "a" => Main.TestDataFrame.Example{Array{Int64, 1}, Float64}( field_a = [1, 2, 3], field_b = 2.0, abc = Main.TestDataFrame.ABC{Int64, Complex{Float64}, Float32}( hee = 1, haa = 2.0im, hoo = 3.12f0, ), ), "str" => Set([3, 2, 1]), "dataframe" => 4×2 DataFrame Row │ A B │ Int64 String ─────┼─────────────── 1 │ 1 M 2 │ 2 F 3 │ 3 F 4 │ 4 M , "type" => Any, "named_tuple" => (name = "ABC", age = 25), "empty set" => Set{Any}(), ), field_b = undef, abc = Main.TestDataFrame.ABC{Nothing, Complex{Float64}, Irrational{:π}}( hee = nothing, haa = 1.2 + 2.1im, hoo = π, ), ) Testing GarishPrint tests passed Testing completed after 335.4s PkgEval succeeded after 369.42s