Package evaluation of StableHashTraits on Julia 1.12.0-DEV.1805 (a080deafdd*) started at 2025-03-24T12:46:19.313 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.74s ################################################################################ # Installation # Installing StableHashTraits... Resolving package versions... Installed DataValueInterfaces ───────── v1.0.0 Installed DataAPI ───────────────────── v1.16.0 Installed Tables ────────────────────── v1.12.0 Installed Compat ────────────────────── v4.16.0 Installed OrderedCollections ────────── v1.8.0 Installed TupleTools ────────────────── v1.6.0 Installed TableTraits ───────────────── v1.0.1 Installed IteratorInterfaceExtensions ─ v1.0.0 Installed StructTypes ───────────────── v1.11.0 Installed StableHashTraits ──────────── v2.0.0 Updating `~/.julia/environments/v1.12/Project.toml` [c5dd0088] + StableHashTraits v2.0.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [34da2185] + Compat v4.16.0 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [82899510] + IteratorInterfaceExtensions v1.0.0 [bac558e1] + OrderedCollections v1.8.0 [c5dd0088] + StableHashTraits v2.0.0 [856f2bd8] + StructTypes v1.11.0 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 [9d95972d] + TupleTools v1.6.0 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.41s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 5772.7 ms ✓ TestEnv 1 dependency successfully precompiled in 8 seconds. 25 already precompiled. Precompiling package dependencies... ERROR: LoadError: The following 1 direct dependency failed to precompile: Pluto Failed to precompile Pluto [c3e4b0f8-55cb-11ea-2926-15256bba5781] to "/home/pkgeval/.julia/compiled/v1.12/Pluto/jl_SUIjKb". ERROR: LoadError: MethodError: no method matching pretty_stackcall(::Base.StackTraces.StackFrame, ::Core.CodeInstance) The function `pretty_stackcall` exists, but no method is defined for this combination of argument types. Closest candidates are: pretty_stackcall(::Base.StackTraces.StackFrame, !Matched::Module) @ Pluto ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:126 pretty_stackcall(::Base.StackTraces.StackFrame, !Matched::Method) @ Pluto ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:122 pretty_stackcall(::Base.StackTraces.StackFrame, !Matched::Core.MethodInstance) @ Pluto ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:109 ... Stacktrace: [1] (::Pluto.PlutoRunner.var"#70#71")(s::Base.StackTraces.StackFrame) @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:67 [2] iterate @ ./generator.jl:48 [inlined] [3] collect_to!(dest::Vector{Dict{Symbol, Any}}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}, offs::Int64, st::Int64) @ Base ./array.jl:848 [4] collect_to_with_first!(dest::Vector{Dict{Symbol, Any}}, v1::Dict{Symbol, Any}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}, st::Int64) @ Base ./array.jl:826 [5] _collect(c::Vector{Base.StackTraces.StackFrame}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}, ::Base.EltypeUnknown, isz::Base.HasShape{1}) @ Base ./array.jl:820 [6] collect_similar(cont::Vector{Base.StackTraces.StackFrame}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}) @ Base ./array.jl:732 [7] map(f::Function, A::Vector{Base.StackTraces.StackFrame}) @ Base ./abstractarray.jl:3410 [8] format_output(val::CapturedException; context::IOContext{Base.DevNull}) @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:62 [9] format_output @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:38 [inlined] [10] #53 @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/format_output.jl:45 [inlined] [11] with_io_to_logs(f::Pluto.PlutoRunner.var"#53#54"{Base.UUID, Base.UUID, Module, CapturedException, Dict{Tuple{UInt64, Int64}, Int64}}; enabled::Bool, loglevel::Base.CoreLogging.LogLevel) @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/stdout.jl:64 [12] with_io_to_logs @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/stdout.jl:11 [inlined] [13] #121 @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:129 [inlined] [14] with_logstate(f::Pluto.PlutoRunner.var"#121#122"{Bool, Base.CoreLogging.LogLevel, Pluto.PlutoRunner.var"#53#54"{Base.UUID, Base.UUID, Module, CapturedException, Dict{Tuple{UInt64, Int64}, Int64}}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [15] with_logger(f::Function, logger::Pluto.PlutoRunner.PlutoCellLogger) @ Base.CoreLogging ./logging/logging.jl:632 [16] #with_logger_and_io_to_logs#119 @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:128 [inlined] [17] with_logger_and_io_to_logs @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:127 [inlined] [18] formatted_result_of(notebook_id::Base.UUID, cell_id::Base.UUID, ends_with_semicolon::Bool, known_published_objects::Vector{String}, showmore::Nothing, workspace::Module; capture_stdout::Bool) @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/format_output.jl:44 [19] macro expansion @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/precompile.jl:18 [inlined] [20] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [21] top-level scope @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/precompile.jl:102 [22] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:301 [23] top-level scope @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/PlutoRunner.jl:78 [24] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:301 [25] top-level scope @ ~/.julia/packages/Pluto/6smog/src/Pluto.jl:52 [26] include(mod::Module, _path::String) @ Base ./Base.jl:300 [27] 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, UInt128}}, source::Nothing) @ Base ./loading.jl:2995 [28] top-level scope @ stdin:6 [29] eval(m::Module, e::Any) @ Core ./boot.jl:485 [30] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [31] include_string @ ./loading.jl:2856 [inlined] [32] exec_options(opts::Base.JLOptions) @ Base ./client.jl:327 [33] _start() @ Base ./client.jl:558 in expression starting at /home/pkgeval/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/precompile.jl:6 in expression starting at /home/pkgeval/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/PlutoRunner.jl:1 in expression starting at /home/pkgeval/.julia/packages/Pluto/6smog/src/Pluto.jl:1 in expression starting at stdin: in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 502.57s ################################################################################ # Testing # Testing StableHashTraits Status `/tmp/jl_wmAoKM/Project.toml` ⌅ [1c724243] AWSS3 v0.10.4 [4c88cf16] Aqua v0.8.11 [6e4b80f9] BenchmarkTools v1.6.0 [34da2185] Compat v4.16.0 [a93c6f00] DataFrames v1.7.0 ⌅ [c3e4b0f8] Pluto v0.19.47 [324d217c] ReferenceTests v0.10.5 [c5dd0088] StableHashTraits v2.0.0 [856f2bd8] StructTypes v1.11.0 [bd369af6] Tables v1.12.0 [9d95972d] TupleTools v1.6.0 [8bf52ea8] CRC32c v1.11.0 [ade2ca70] Dates v1.11.0 [ea8e919c] SHA v0.7.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Status `/tmp/jl_wmAoKM/Manifest.toml` [fbe9abb3] AWS v1.92.0 ⌅ [1c724243] AWSS3 v0.10.4 [4c88cf16] Aqua v0.8.11 [31f734f8] ArrowTypes v2.3.0 [6e4b80f9] BenchmarkTools v1.6.0 [d1d4a3ce] BitFlags v0.1.9 [944b1d66] CodecZlib v0.7.8 [3da002f7] ColorTypes v0.12.0 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.0 [34da2185] Compat v4.16.0 [f0e56b4a] ConcurrentUtilities v2.5.0 [5218b696] Configurations v0.17.6 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.7.0 [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 [ab62b9b5] DeepDiffs v1.2.0 [b4f34e82] Distances v0.10.12 [460bff9d] ExceptionUnwrapping v0.1.11 [e2ba6199] ExprTools v0.1.10 [21656369] ExpressionExplorer v1.1.1 [55351af7] ExproniconLite v0.10.14 [8f5d6c58] EzXML v1.2.1 [5789e2e9] FileIO v1.17.0 [48062228] FilePathsBase v0.9.24 [53c48c17] FixedPointNumbers v0.8.5 [fb4132e2] FuzzyCompletions v0.5.5 [bc5e4493] GitHub v5.9.0 [cd3eb016] HTTP v1.10.15 [ac1192a8] HypertextLiteral v0.9.5 [c817782e] ImageBase v0.1.7 [a09fc81d] ImageCore v0.10.5 [83e8ac13] IniFile v0.5.1 [842dd82b] InlineStrings v1.4.3 [41ab1584] InvertedIndices v1.3.1 [c8e1da08] IterTools v1.10.0 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [b964fa9f] LaTeXStrings v1.4.0 [0e77f7df] LazilyInitializedFields v1.3.0 [8cdb02fc] LazyModules v0.3.1 [e6f89c97] LoggingExtras v1.1.0 ⌅ [6c6e2e6c] MIMEs v0.1.4 [36869731] Malt v1.1.2 [dbb5928d] MappedArrays v0.4.2 [739be429] MbedTLS v1.1.9 [e1d29d7a] Missings v1.2.0 ⌅ [78c3b35d] Mocking v0.7.9 [e94cdb99] MosaicViews v0.3.4 [99f44e22] MsgPack v1.2.1 [6fe1bfb0] OffsetArrays v1.16.0 [4d8831e6] OpenSSL v1.4.3 [bac558e1] OrderedCollections v1.8.0 [5432bcbf] PaddedViews v0.5.12 [69de0a69] Parsers v2.8.1 ⌅ [c3e4b0f8] Pluto v0.19.47 ⌅ [72656b73] PlutoDependencyExplorer v1.0.4 [2dfb63ee] PooledArrays v1.4.3 [91cefc8d] PrecompileSignatures v3.0.3 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [08abe8d2] PrettyTables v2.4.0 [189a3867] Reexport v1.2.2 [324d217c] ReferenceTests v0.10.5 [2792f1a3] RegistryInstances v0.1.0 [05181044] RelocatableFolders v1.0.1 [ae029012] Requires v1.3.1 [20febd7b] Retry v0.4.1 [6c6a2e73] Scratch v1.2.1 [91c51154] SentinelArrays v1.4.8 [777ac1f9] SimpleBufferStream v1.2.0 [2133526b] SodiumSeal v0.1.1 [a2af1166] SortingAlgorithms v1.2.1 [c5dd0088] StableHashTraits v2.0.0 [cae243ae] StackViews v0.1.1 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.0 [892a3eda] StringManipulation v0.4.1 [856f2bd8] StructTypes v1.11.0 [2da68c74] SymDict v0.3.0 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [62fd8b95] TensorCore v0.1.1 [3bb67fe8] TranscodingStreams v0.11.3 [410a4b4d] Tricks v0.1.10 [9d95972d] TupleTools v1.6.0 [5c2747f8] URIs v1.5.1 [228000da] XMLDict v0.4.1 [c8c2cc18] XTermColors v0.2.1 [94ce4f54] Libiconv_jll v1.18.0+0 [458c3c95] OpenSSL_jll v3.0.16+0 [02c8fc9c] XML2_jll v2.13.6+1 [a9144af2] libsodium_jll v1.0.21+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [8bf52ea8] CRC32c v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [dc6e5ff7] JuliaSyntaxHighlighting v1.12.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.12.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.2.0+0 [deac9b47] LibCURL_jll v8.6.0+0 [e37daf67] LibGit2_jll v1.8.0+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+1 [14a3606d] MozillaCACerts_jll v2024.11.26 [4536629a] OpenBLAS_jll v0.3.28+3 [83775a58] Zlib_jll v1.3.1+1 [8e850b90] libblastrampoline_jll v5.11.2+0 [8e850ede] nghttp2_jll v1.63.0+1 [3f19e933] p7zip_jll v17.5.0+1 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Precompiling packages... Info Given Pluto was explicitly requested, output will be shown live  ERROR: LoadError: MethodError: no method matching pretty_stackcall(::Base.StackTraces.StackFrame, ::Core.CodeInstance) The function `pretty_stackcall` exists, but no method is defined for this combination of argument types.  Closest candidates are:  pretty_stackcall(::Base.StackTraces.StackFrame, !Matched::Module)  @ Pluto ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:126  pretty_stackcall(::Base.StackTraces.StackFrame, !Matched::Method)  @ Pluto ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:122  pretty_stackcall(::Base.StackTraces.StackFrame, !Matched::Core.MethodInstance)  @ Pluto ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:109  ...  Stacktrace:  [1] (::Pluto.PlutoRunner.var"#70#71")(s::Base.StackTraces.StackFrame)  @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:67  [2] iterate  @ ./generator.jl:48 [inlined]  [3] collect_to!(dest::Vector{Dict{Symbol, Any}}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}, offs::Int64, st::Int64)  @ Base ./array.jl:848  [4] collect_to_with_first!(dest::Vector{Dict{Symbol, Any}}, v1::Dict{Symbol, Any}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}, st::Int64)  @ Base ./array.jl:826  [5] _collect(c::Vector{Base.StackTraces.StackFrame}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}, ::Base.EltypeUnknown, isz::Base.HasShape{1})  @ Base ./array.jl:820  [6] collect_similar(cont::Vector{Base.StackTraces.StackFrame}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"})  @ Base ./array.jl:732  [7] map(f::Function, A::Vector{Base.StackTraces.StackFrame})  @ Base ./abstractarray.jl:3410  [8] format_output(val::CapturedException; context::IOContext{Base.DevNull})  @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:62  [9] format_output  @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:38 [inlined]  [10] #53  @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/format_output.jl:45 [inlined]  [11] with_io_to_logs(f::Pluto.PlutoRunner.var"#53#54"{Base.UUID, Base.UUID, Module, CapturedException, Dict{Tuple{UInt64, Int64}, Int64}}; enabled::Bool, loglevel::Base.CoreLogging.LogLevel)  @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/stdout.jl:64  [12] with_io_to_logs  @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/stdout.jl:11 [inlined]  [13] #121  @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:129 [inlined]  [14] with_logstate(f::Pluto.PlutoRunner.var"#121#122"{Bool, Base.CoreLogging.LogLevel, Pluto.PlutoRunner.var"#53#54"{Base.UUID, Base.UUID, Module, CapturedException, Dict{Tuple{UInt64, Int64}, Int64}}}, logstate::Base.CoreLogging.LogState)  @ Base.CoreLogging ./logging/logging.jl:522  [15] with_logger(f::Function, logger::Pluto.PlutoRunner.PlutoCellLogger)  @ Base.CoreLogging ./logging/logging.jl:632  [16] #with_logger_and_io_to_logs#119  @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:128 [inlined]  [17] with_logger_and_io_to_logs  @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:127 [inlined]  [18] formatted_result_of(notebook_id::Base.UUID, cell_id::Base.UUID, ends_with_semicolon::Bool, known_published_objects::Vector{String}, showmore::Nothing, workspace::Module; capture_stdout::Bool)  @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/format_output.jl:44  [19] macro expansion  @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/precompile.jl:18 [inlined]  [20] macro expansion  @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined]  [21] top-level scope  @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/precompile.jl:102  [22] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:301  [23] top-level scope  @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/PlutoRunner.jl:78  [24] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:301  [25] top-level scope  @ ~/.julia/packages/Pluto/6smog/src/Pluto.jl:52  [26] include(mod::Module, _path::String)  @ Base ./Base.jl:300  [27] 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, UInt128}}, source::Nothing)  @ Base ./loading.jl:2995  [28] top-level scope  @ stdin:6  [29] eval(m::Module, e::Any)  @ Core ./boot.jl:485  [30] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2846  [31] include_string  @ ./loading.jl:2856 [inlined]  [32] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:327  [33] _start()  @ Base ./client.jl:558 in expression starting at /home/pkgeval/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/precompile.jl:6 in expression starting at /home/pkgeval/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/PlutoRunner.jl:1 in expression starting at /home/pkgeval/.julia/packages/Pluto/6smog/src/Pluto.jl:1 in expression starting at stdin:6 ✗ Pluto 0 dependencies successfully precompiled in 33 seconds. 67 already precompiled. ERROR: LoadError: The following 1 direct dependency failed to precompile: Pluto Failed to precompile Pluto [c3e4b0f8-55cb-11ea-2926-15256bba5781] to "/home/pkgeval/.julia/compiled/v1.12/Pluto/jl_D45YOV". ERROR: LoadError: MethodError: no method matching pretty_stackcall(::Base.StackTraces.StackFrame, ::Core.CodeInstance) The function `pretty_stackcall` exists, but no method is defined for this combination of argument types. Closest candidates are: pretty_stackcall(::Base.StackTraces.StackFrame, !Matched::Module) @ Pluto ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:126 pretty_stackcall(::Base.StackTraces.StackFrame, !Matched::Method) @ Pluto ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:122 pretty_stackcall(::Base.StackTraces.StackFrame, !Matched::Core.MethodInstance) @ Pluto ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:109 ... Stacktrace: [1] (::Pluto.PlutoRunner.var"#70#71")(s::Base.StackTraces.StackFrame) @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:67 [2] iterate @ ./generator.jl:48 [inlined] [3] collect_to!(dest::Vector{Dict{Symbol, Any}}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}, offs::Int64, st::Int64) @ Base ./array.jl:848 [4] collect_to_with_first!(dest::Vector{Dict{Symbol, Any}}, v1::Dict{Symbol, Any}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}, st::Int64) @ Base ./array.jl:826 [5] _collect(c::Vector{Base.StackTraces.StackFrame}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}, ::Base.EltypeUnknown, isz::Base.HasShape{1}) @ Base ./array.jl:820 [6] collect_similar(cont::Vector{Base.StackTraces.StackFrame}, itr::Base.Generator{Vector{Base.StackTraces.StackFrame}, Pluto.PlutoRunner.var"#70#71"}) @ Base ./array.jl:732 [7] map(f::Function, A::Vector{Base.StackTraces.StackFrame}) @ Base ./abstractarray.jl:3410 [8] format_output(val::CapturedException; context::IOContext{Base.DevNull}) @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:62 [9] format_output @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/Exception.jl:38 [inlined] [10] #53 @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/format_output.jl:45 [inlined] [11] with_io_to_logs(f::Pluto.PlutoRunner.var"#53#54"{Base.UUID, Base.UUID, Module, CapturedException, Dict{Tuple{UInt64, Int64}, Int64}}; enabled::Bool, loglevel::Base.CoreLogging.LogLevel) @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/stdout.jl:64 [12] with_io_to_logs @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/stdout.jl:11 [inlined] [13] #121 @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:129 [inlined] [14] with_logstate(f::Pluto.PlutoRunner.var"#121#122"{Bool, Base.CoreLogging.LogLevel, Pluto.PlutoRunner.var"#53#54"{Base.UUID, Base.UUID, Module, CapturedException, Dict{Tuple{UInt64, Int64}, Int64}}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [15] with_logger(f::Function, logger::Pluto.PlutoRunner.PlutoCellLogger) @ Base.CoreLogging ./logging/logging.jl:632 [16] #with_logger_and_io_to_logs#119 @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:128 [inlined] [17] with_logger_and_io_to_logs @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:127 [inlined] [18] formatted_result_of(notebook_id::Base.UUID, cell_id::Base.UUID, ends_with_semicolon::Bool, known_published_objects::Vector{String}, showmore::Nothing, workspace::Module; capture_stdout::Bool) @ Pluto.PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/display/format_output.jl:44 [19] macro expansion @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/precompile.jl:18 [inlined] [20] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [21] top-level scope @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/precompile.jl:102 [22] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:301 [23] top-level scope @ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/PlutoRunner.jl:78 [24] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:301 [25] top-level scope @ ~/.julia/packages/Pluto/6smog/src/Pluto.jl:52 [26] include(mod::Module, _path::String) @ Base ./Base.jl:300 [27] 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, UInt128}}, source::Nothing) @ Base ./loading.jl:2995 [28] top-level scope @ stdin:6 [29] eval(m::Module, e::Any) @ Core ./boot.jl:485 [30] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2846 [31] include_string @ ./loading.jl:2856 [inlined] [32] exec_options(opts::Base.JLOptions) @ Base ./client.jl:327 [33] _start() @ Base ./client.jl:558 in expression starting at /home/pkgeval/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/precompile.jl:6 in expression starting at /home/pkgeval/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/PlutoRunner.jl:1 in expression starting at /home/pkgeval/.julia/packages/Pluto/6smog/src/Pluto.jl:1 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/StableHashTraits/i0qql/test/setup_tests.jl:12 in expression starting at /home/pkgeval/.julia/packages/StableHashTraits/i0qql/test/runtests.jl:1 Testing failed after 60.06s ERROR: LoadError: Package StableHashTraits errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2359 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2214 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:159 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:147 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:147 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:146 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:300 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [12] _start() @ Base ./client.jl:558 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 595.4s: package fails to precompile