Package evaluation to load PosDefManifold on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T03:53:28.671 ################################################################################ # Set-up # Set-up completed after 0.14s ################################################################################ # Installation # Installing PosDefManifold... Resolving package versions... Installed PrecompileSignatures ─ v3.0.3 Installed Statistics ─────────── v1.11.1 Installed PosDefManifold ─────── v0.5.8 Updating `~/.julia/environments/v1.14/Project.toml` [f45a3650] + PosDefManifold v0.5.8 Updating `~/.julia/environments/v1.14/Manifest.toml` [f45a3650] + PosDefManifold v0.5.8 [91cefc8d] + PrecompileSignatures v3.0.3 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 9.59s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 1.1 s ✓ Statistics 2.9 s ✓ PrecompileSignatures ┌ Info: JuliaLowering threw given input: │ code = │ :(function dim(vector::AnyMatrixVector, d::Int) │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:262 =# │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:263 =# │ if d == 1 │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:263 =# │ return length(vector) │ elseif #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:264 =# 2 <= d <= 3 │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:264 =# │ return size(vector[1], d - 1) │ elseif #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:265 =# return 0 │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:265 =# │ end │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [function] │ │ [call] │ │ dim :: Identifier │ │ [::] │ │ vector :: Identifier │ │ AnyMatrixVector :: Identifier │ │ [::] │ │ d :: Identifier │ │ Int :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ 1 :: Value │ │ [block] │ │ [return] │ │ [call] │ │ length :: Identifier │ │ vector :: Identifier │ │ [elseif] │ │ [block] │ │ [comparison] │ │ 2 :: Value │ │ <= :: Identifier │ │ d :: Identifier │ │ <= :: Identifier │ │ 3 :: Value │ │ [block] │ │ [return] │ │ [call] │ │ size :: Identifier │ │ [ref] │ │ vector :: Identifier │ │ 1 :: Value │ │ [call] │ │ - :: Identifier │ │ d :: Identifier │ │ 1 :: Value │ │ [elseif] │ │ [block] │ │ [return] │ │ 0 :: Value │ │ [block] │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [function] │ │ [call] │ │ dim :: Identifier │ scope_layer=1 │ [::] │ │ vector :: Identifier │ scope_layer=1 │ AnyMatrixVector :: Identifier │ scope_layer=1 │ [::] │ │ d :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [block] │ │ [return] │ │ [call] │ │ length :: Identifier │ scope_layer=1 │ vector :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [comparison] │ │ 2 :: Value │ │ <= :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ <= :: Identifier │ scope_layer=1 │ 3 :: Value │ │ [block] │ │ [return] │ │ [call] │ │ size :: Identifier │ scope_layer=1 │ [ref] │ │ vector :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [call] │ │ - :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [elseif] │ │ [block] │ │ [return] │ │ 0 :: Value │ │ [block] │ │ │ file = "/home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl" │ line = 262 └ mod = PosDefManifold ERROR: LoadError: MethodError: no method matching head(::Nothing) The function `head` exists, but no method is defined for this combination of argument types.  Closest candidates are:  head(!Matched::Base.JuliaSyntax.FullToken)  @ Base /source/usr/share/julia/JuliaSyntax/src/core/parse_stream.jl:506  head(!Matched::Base.JuliaSyntax.GreenTreeCursor)  @ Base /source/usr/share/julia/JuliaSyntax/src/core/tree_cursors.jl:70  head(!Matched::Base.JuliaSyntax.RawGreenNode)  @ Base /source/usr/share/julia/JuliaSyntax/src/core/parse_stream.jl:189  ...  Stacktrace:  [1] kind(x::Nothing)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/core/parse_stream.jl:64  [2] is_valid_ir_argument(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:6  [3] is_valid_body_ir_argument(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:106  [4] compile_condition_term(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:418  [5] compile_conditional(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, false_label::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:457  [6] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:797  ┌ [7] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:802  ╰──── repeated 2 times  [9] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:715  [10] compile_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1031  [11] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1191  [12] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:854  [13] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:715  [14] compile_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1031  [15] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1191  [16] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1281  [17] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [18] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [19] top-level scope  @ ~/.julia/packages/PosDefManifold/sFy5R/src/PosDefManifold.jl:208  [20] include(mod::Module, _path::String)  @ Base Base.jl:326  [21] 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:3296  [22] top-level scope  @ stdin:5  [23] eval(m::Module, e::Any)  @ Core boot.jl:521  [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [25] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [26] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [27] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:262 in expression starting at /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/PosDefManifold.jl:10 in expression starting at stdin:5 ✗ PosDefManifold 2 dependencies successfully precompiled in 12 seconds Precompilation completed after 33.59s ################################################################################ # Loading # Loading PosDefManifold... ┌ Info: JuliaLowering threw given input: │ code = │ :(function dim(vector::AnyMatrixVector, d::Int) │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:262 =# │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:263 =# │ if d == 1 │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:263 =# │ return length(vector) │ elseif #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:264 =# 2 <= d <= 3 │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:264 =# │ return size(vector[1], d - 1) │ elseif #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:265 =# return 0 │ #= /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:265 =# │ end │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [function] │ │ [call] │ │ dim :: Identifier │ │ [::] │ │ vector :: Identifier │ │ AnyMatrixVector :: Identifier │ │ [::] │ │ d :: Identifier │ │ Int :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ 1 :: Value │ │ [block] │ │ [return] │ │ [call] │ │ length :: Identifier │ │ vector :: Identifier │ │ [elseif] │ │ [block] │ │ [comparison] │ │ 2 :: Value │ │ <= :: Identifier │ │ d :: Identifier │ │ <= :: Identifier │ │ 3 :: Value │ │ [block] │ │ [return] │ │ [call] │ │ size :: Identifier │ │ [ref] │ │ vector :: Identifier │ │ 1 :: Value │ │ [call] │ │ - :: Identifier │ │ d :: Identifier │ │ 1 :: Value │ │ [elseif] │ │ [block] │ │ [return] │ │ 0 :: Value │ │ [block] │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [function] │ │ [call] │ │ dim :: Identifier │ scope_layer=1 │ [::] │ │ vector :: Identifier │ scope_layer=1 │ AnyMatrixVector :: Identifier │ scope_layer=1 │ [::] │ │ d :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [block] │ │ [return] │ │ [call] │ │ length :: Identifier │ scope_layer=1 │ vector :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [comparison] │ │ 2 :: Value │ │ <= :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ <= :: Identifier │ scope_layer=1 │ 3 :: Value │ │ [block] │ │ [return] │ │ [call] │ │ size :: Identifier │ scope_layer=1 │ [ref] │ │ vector :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [call] │ │ - :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [elseif] │ │ [block] │ │ [return] │ │ 0 :: Value │ │ [block] │ │ │ file = "/home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl" │ line = 262 └ mod = PosDefManifold ERROR: LoadError: MethodError: no method matching head(::Nothing) The function `head` exists, but no method is defined for this combination of argument types.  Closest candidates are:  head(!Matched::Base.JuliaSyntax.FullToken)  @ Base /source/usr/share/julia/JuliaSyntax/src/core/parse_stream.jl:506  head(!Matched::Base.JuliaSyntax.GreenTreeCursor)  @ Base /source/usr/share/julia/JuliaSyntax/src/core/tree_cursors.jl:70  head(!Matched::Base.JuliaSyntax.RawGreenNode)  @ Base /source/usr/share/julia/JuliaSyntax/src/core/parse_stream.jl:189  ...  Stacktrace:  [1] kind(x::Nothing)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/core/parse_stream.jl:64  [2] is_valid_ir_argument(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:6  [3] is_valid_body_ir_argument(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:106  [4] compile_condition_term(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:418  [5] compile_conditional(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, false_label::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:457  [6] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:797  ┌ [7] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:802  ╰──── repeated 2 times  [9] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:715  [10] compile_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1031  [11] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1191  [12] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:854  [13] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:715  [14] compile_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1031  [15] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1191  [16] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1281  [17] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [18] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [19] top-level scope  @ ~/.julia/packages/PosDefManifold/sFy5R/src/PosDefManifold.jl:208  [20] include(mod::Module, _path::String)  @ Base Base.jl:326  [21] 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:3296  [22] top-level scope  @ stdin:5  [23] eval(m::Module, e::Any)  @ Core boot.jl:521  [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [25] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [26] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [27] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/linearAlgebra.jl:262 in expression starting at /home/pkgeval/.julia/packages/PosDefManifold/sFy5R/src/PosDefManifold.jl:10 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ PosDefManifold │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: PosDefManifold Failed to precompile PosDefManifold [f45a3650-5c51-11e9-1e9a-133aa5e309cf] to "/home/pkgeval/.julia/compiled/v1.14/PosDefManifold/jl_wumzgb" (ProcessExited(1)). Loading failed after 17.4s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using PosDefManifold'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ Base process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base process.jl:525 [3] run(::Cmd) @ Base process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [7] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 82.63s: package fails to precompile