Package evaluation to test JuliaInterpreter on Julia 1.14.0-DEV.2600 (ff0e675117*) started at 2026-07-06T03:01:18.985 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.42s ################################################################################ # Installation # Installing JuliaInterpreter... Resolving package versions... Installed JuliaInterpreter ─ v0.11.1 Installed CodeTracking ───── v3.0.2 Updating `~/.julia/environments/v1.14/Project.toml` [aa1ae85d] + JuliaInterpreter v0.11.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [da1fd8a2] + CodeTracking v3.0.2 [aa1ae85d] + JuliaInterpreter v0.11.1 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [3fa0cd96] + REPL v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.32s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 4.5 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.7 s ✓ InlineStrings 0.7 s ✓ ManualMemory 0.5 s ✓ Reexport 0.7 s ✓ Adapt 0.9 s ✓ Statistics 0.6 s ✓ DataAPI 0.5 s ✓ SciMLPublic 0.5 s ✓ UnPack 0.6 s ✓ CommonWorldInvalidations 0.5 s ✓ DataValueInterfaces 0.6 s ✓ CassetteBase 1.2 s ✓ OrderedCollections 1.1 s ✓ FunctionWrappers 0.6 s ✓ InvertedIndices 0.6 s ✓ DeepDiffs 0.9 s ✓ DocStringExtensions 1.3 s ✓ OffsetArrays 0.5 s ✓ IfElse 0.5 s ✓ SIMDTypes 0.5 s ✓ IteratorInterfaceExtensions 0.6 s ✓ LaTeXStrings 1.7 s ✓ Crayons 1.4 s ✓ CpuId 1.9 s ✓ SentinelArrays 3.1 s ✓ CodeTracking 1.0 s ✓ Compat 1.4 s ✓ Preferences 1.8 s ✓ ThreadingUtilities 0.9 s ✓ ArrayInterface 1.6 s ✓ Adapt → AdaptSparseArraysExt 1.6 s ✓ Statistics → SparseArraysExt 0.7 s ✓ Missings 0.8 s ✓ PooledArrays 0.9 s ✓ CassetteOverlay 3.7 s ✓ DataStructures 0.6 s ✓ OffsetArrays → OffsetArraysAdaptExt 0.5 s ✓ TableTraits ERROR: LoadError: MethodError: no method matching nteltype(::Core.SimpleVector) The function `nteltype` exists, but no method is defined for this combination of argument types.  Closest candidates are:  nteltype(!Matched::Type{NamedTuple{names, T}} where names) where T  @ Base namedtuple.jl:233  nteltype(!Matched::Type)  @ Base namedtuple.jl:232  Stacktrace:  [1] prepare_call(f::Any, allargs::Vector{Any}; enter_generated::Bool, world::UInt64, method_table::Nothing)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/construct.jl:346  [2] get_call_framecode(fargs::Vector{Any}, parentframe::JuliaInterpreter.FrameCode, idx::Int64; enter_generated::Bool, world::UInt64, method_table::Nothing)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/localmethtable.jl:73  [3] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:299  [4] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:278  [5] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:271  [6] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:433  [7] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:688  [8] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:746  [9] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:14  [10] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:30  [11] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:312  [12] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:278  [13] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:271  [14] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:433  [15] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:688  [16] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:746  [17] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:14  [18] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:30  [19] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:312  [20] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:278  [21] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:271  [22] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:433  [23] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:688  [24] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:746  [25] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:14  [26] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:30  [27] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:312  [28] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:278  [29] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:271  [30] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:433  [31] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:688  [32] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:746  [33] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:14  [34] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:30  [35] macro expansion  @ ~/.julia/packages/JuliaInterpreter/y4Igl/src/construct.jl:874 [inlined]  [36] _precompile_()  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/precompile.jl:7  [37] top-level scope  @ ~/.julia/packages/JuliaInterpreter/y4Igl/src/packagedef.jl:153  [38] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [39] top-level scope  @ ~/.julia/packages/JuliaInterpreter/y4Igl/src/JuliaInterpreter.jl:26  [40] include(mod::Module, _path::String)  @ Base Base.jl:325  [41] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3303  [42] top-level scope  @ stdin:5  [43] eval(m::Module, e::Any)  @ Core boot.jl:533  [44] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [45] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [46] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [47] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/JuliaInterpreter/y4Igl/src/packagedef.jl:153 in expression starting at /home/pkgeval/.julia/packages/JuliaInterpreter/y4Igl/src/JuliaInterpreter.jl:1 in expression starting at stdin:5 ✗ JuliaInterpreter 0.6 s ✓ Compat → CompatLinearAlgebraExt 1.8 s ✓ PrecompileTools 1.5 s ✓ ArrayInterface → ArrayInterfaceSparseArraysExt 1.0 s ✓ SortingAlgorithms 1.8 s ✓ Tables 6.4 s ✓ Aqua 3.7 s ✓ StringManipulation 53.1 s ✓ ExplicitImports 2.2 s ✓ Static 46.5 s ✓ PrettyTables 1.2 s ✓ BitTwiddlingConvenienceFunctions 3.0 s ✓ CPUSummary 3.5 s ✓ StaticArrayInterface 94.3 s ✓ DataFrames 2.8 s ✓ HostCPUFeatures 1.9 s ✓ PolyesterWeave 1.2 s ✓ StaticArrayInterface → StaticArrayInterfaceOffsetArraysExt 1.3 s ✓ CloseOpenIntervals 1.5 s ✓ LayoutPointers 17.7 s ✓ VectorizationBase 3.5 s ✓ SLEEFPirates 41.0 s ✓ LoopVectorization 59 dependencies successfully precompiled in 349 seconds. 37 already precompiled. Precompilation completed after 387.18s ################################################################################ # Testing # Testing JuliaInterpreter Status `/tmp/jl_4HkATN/Project.toml` [4c88cf16] Aqua v0.8.16 [d78b62d4] CassetteOverlay v0.2.5 [da1fd8a2] CodeTracking v3.0.2 [a93c6f00] DataFrames v1.8.2 [ab62b9b5] DeepDiffs v1.2.0 [7d51a73a] ExplicitImports v1.15.0 [069b7b12] FunctionWrappers v1.1.3 [aa1ae85d] JuliaInterpreter v0.11.1 [bdcacae8] LoopVectorization v0.12.174 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [a63ad114] Mmap v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Status `/tmp/jl_4HkATN/Manifest.toml` [79e6a3ab] Adapt v4.7.0 [4c88cf16] Aqua v0.8.16 [4fba245c] ArrayInterface v7.27.0 [62783981] BitTwiddlingConvenienceFunctions v0.1.6 [2a0fbf3d] CPUSummary v0.2.7 [6dd3e646] CassetteBase v0.2.1 [d78b62d4] CassetteOverlay v0.2.5 [fb6a15b2] CloseOpenIntervals v0.1.13 [da1fd8a2] CodeTracking v3.0.2 [f70d9fcc] CommonWorldInvalidations v1.1.0 [34da2185] Compat v4.18.1 [adafc99b] CpuId v0.3.1 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.8.2 [864edb3b] DataStructures v0.19.5 [e2d170a0] DataValueInterfaces v1.0.0 [ab62b9b5] DeepDiffs v1.2.0 [ffbed154] DocStringExtensions v0.9.5 [7d51a73a] ExplicitImports v1.15.0 [069b7b12] FunctionWrappers v1.1.3 [3e5b6fbb] HostCPUFeatures v0.1.18 [615f187c] IfElse v0.1.1 [842dd82b] InlineStrings v1.4.5 [41ab1584] InvertedIndices v1.3.1 [82899510] IteratorInterfaceExtensions v1.0.0 [aa1ae85d] JuliaInterpreter v0.11.1 [b964fa9f] LaTeXStrings v1.4.0 [10f19ff3] LayoutPointers v0.1.17 [bdcacae8] LoopVectorization v0.12.174 [d125e4d3] ManualMemory v0.1.8 [e1d29d7a] Missings v1.2.0 [6fe1bfb0] OffsetArrays v1.17.0 ⌅ [bac558e1] OrderedCollections v1.8.2 [1d0040c9] PolyesterWeave v0.2.2 [2dfb63ee] PooledArrays v1.4.3 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [08abe8d2] PrettyTables v3.4.0 [189a3867] Reexport v1.2.2 [94e857df] SIMDTypes v0.1.0 [476501e8] SLEEFPirates v0.6.46 [431bcebd] SciMLPublic v1.2.1 [91c51154] SentinelArrays v1.4.10 [a2af1166] SortingAlgorithms v1.2.3 [aedffcd0] Static v1.4.2 [0d7ed370] StaticArrayInterface v1.10.0 [10745b16] Statistics v1.11.1 [892a3eda] StringManipulation v0.4.4 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.13.0 [8290d209] ThreadingUtilities v0.5.6 [3a884ed6] UnPack v1.0.2 [3d5dd08c] VectorizationBase v0.21.74 [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.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.5.5+2 [deac9b47] LibCURL_jll v8.21.0+0 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+0 [458c3c95] OpenSSL_jll v3.5.7+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ERROR: LoadError: MethodError: no method matching nteltype(::Core.SimpleVector) The function `nteltype` exists, but no method is defined for this combination of argument types.  Closest candidates are:  nteltype(!Matched::Type{NamedTuple{names, T}} where names) where T  @ Base namedtuple.jl:233  nteltype(!Matched::Type)  @ Base namedtuple.jl:232  Stacktrace:  [1] prepare_call(f::Any, allargs::Vector{Any}; enter_generated::Bool, world::UInt64, method_table::Nothing)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/construct.jl:346  [2] get_call_framecode(fargs::Vector{Any}, parentframe::JuliaInterpreter.FrameCode, idx::Int64; enter_generated::Bool, world::UInt64, method_table::Nothing)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/localmethtable.jl:73  [3] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:299  [4] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:278  [5] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:271  [6] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:433  [7] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:688  [8] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:746  [9] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:14  [10] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:30  [11] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:312  [12] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:278  [13] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:271  [14] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:433  [15] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:688  [16] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:746  [17] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:14  [18] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:30  [19] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:312  [20] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:278  [21] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:271  [22] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:433  [23] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:688  [24] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:746  [25] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:14  [26] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:30  [27] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:312  [28] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:278  [29] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:271  [30] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:433  [31] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:688  [32] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/interpret.jl:746  [33] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:14  [34] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/commands.jl:30  [35] macro expansion  @ ~/.julia/packages/JuliaInterpreter/y4Igl/src/construct.jl:874 [inlined]  [36] _precompile_()  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/y4Igl/src/precompile.jl:7  [37] top-level scope  @ ~/.julia/packages/JuliaInterpreter/y4Igl/src/packagedef.jl:153  [38] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [39] top-level scope  @ ~/.julia/packages/JuliaInterpreter/y4Igl/src/JuliaInterpreter.jl:26  [40] include(mod::Module, _path::String)  @ Base Base.jl:325  [41] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3303  [42] top-level scope  @ stdin:5  [43] eval(m::Module, e::Any)  @ Core boot.jl:533  [44] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [45] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [46] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [47] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/JuliaInterpreter/y4Igl/src/packagedef.jl:153 in expression starting at /home/pkgeval/.julia/packages/JuliaInterpreter/y4Igl/src/JuliaInterpreter.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ JuliaInterpreter │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: JuliaInterpreter Failed to precompile JuliaInterpreter [aa1ae85d-cabe-5617-a682-6adf51b2e16a] to "/home/pkgeval/.julia/compiled/v1.14/JuliaInterpreter/jl_Ddkyld" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/JuliaInterpreter/y4Igl/test/runtests.jl:1 Testing failed after 44.63s ERROR: LoadError: Package JuliaInterpreter errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{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.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{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.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 478.1s: package fails to precompile