Package evaluation to test FixedPointAcceleration on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T16:58:41.362 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.28s ################################################################################ # Installation # Installing FixedPointAcceleration... Resolving package versions... Installed FixedPointAcceleration ─ v1.1.1 Updating `~/.julia/environments/v1.14/Project.toml` [817d07cb] + FixedPointAcceleration v1.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [817d07cb] + FixedPointAcceleration v1.1.1 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.27s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.3 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1 =# Core.@doc " This contains the results from a function evaluation in the FixedPointAcceleration framework.\n It containing the following fields:\n * `Input_` - The input\n * `Output_` - The output of the function. May be `missing` if function could not complete without error.\n * `Error_` - A symbol representing what error occured.\n" struct FunctionEvaluationResult{T <: Number, R} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:9 =# │ Input_::Vector{T} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:10 =# │ Output_::Union{Missing, Vector{Missing}, Vector{Union{Missing, R}}, Vector{R}} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:11 =# │ Other_Output_::Union{Missing, NamedTuple} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:12 =# │ Error_::Symbol │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:13 =# │ function FunctionEvaluationResult(Input::Vector{T}, Output_::Missing, Error_::Symbol, Other_Output_::Union{Missing, NamedTuple} = missing) where T <: Number │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:13 =# │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:14 =# │ return new{T, T}(Input, Output_, Other_Output_, Error_) │ end │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:16 =# │ function (FunctionEvaluationResult(Input::Vector{T}, Output::Vector{R}, Error_::Symbol, Other_Output_::Union{Missing, NamedTuple} = missing) where T <: Number) where R <: Union{Missing, <:Number} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:16 =# │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:17 =# │ if R === Missing │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:18 =# │ return new{T, T}(Input, Output, Other_Output_, Error_) │ elseif #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:19 =# R <: Number │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:20 =# │ return new{T, R}(Input, Output, Other_Output_, Error_) │ else │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:22 =# │ return new{T, nonmissingtype(R)}(Input, Output, Other_Output_, Error_) │ end │ 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__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1 =#) :: Value │ │ " This contains the results from a function evaluation in the FixedPointAcceleration framework.\n It containing the following fields:\n * `Input_` - The input\n * `Output_` - The output of the function. May be `missing` if function could not complete without error.\n * `Error_` - A symbol representing what error occured.\n" :: Value │ │ [struct] │ │ false :: Value │ │ [curly] │ │ FunctionEvaluationResult :: Identifier │ │ [<:] │ │ T :: Identifier │ │ Number :: Identifier │ │ R :: Identifier │ │ [block] │ │ [::] │ │ Input_ :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [::] │ │ Output_ :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ Missing :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ R :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ R :: Identifier │ │ [::] │ │ Other_Output_ :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ NamedTuple :: Identifier │ │ [::] │ │ Error_ :: Identifier │ │ Symbol :: Identifier │ │ [function] │ │ [where] │ │ [call] │ │ FunctionEvaluationResult :: Identifier │ │ [::] │ │ Input :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [::] │ │ Output_ :: Identifier │ │ Missing :: Identifier │ │ [::] │ │ Error_ :: Identifier │ │ Symbol :: Identifier │ │ [kw] │ │ [::] │ │ Other_Output_ :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ NamedTuple :: Identifier │ │ missing :: Identifier │ │ [<:] │ │ T :: Identifier │ │ Number :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ Input :: Identifier │ │ Output_ :: Identifier │ │ Other_Output_ :: Identifier │ │ Error_ :: Identifier │ │ [function] │ │ [where] │ │ [where] │ │ [call] │ │ FunctionEvaluationResult :: Identifier │ │ [::] │ │ Input :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [::] │ │ Output :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ R :: Identifier │ │ [::] │ │ Error_ :: Identifier │ │ Symbol :: Identifier │ │ [kw] │ │ [::] │ │ Other_Output_ :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ NamedTuple :: Identifier │ │ missing :: Identifier │ │ [<:] │ │ T :: Identifier │ │ Number :: Identifier │ │ [<:] │ │ R :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ [<:] │ │ Number :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ === :: Identifier │ │ R :: Identifier │ │ Missing :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ Input :: Identifier │ │ Output :: Identifier │ │ Other_Output_ :: Identifier │ │ Error_ :: Identifier │ │ [elseif] │ │ [block] │ │ [<:] │ │ R :: Identifier │ │ Number :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ T :: Identifier │ │ R :: Identifier │ │ Input :: Identifier │ │ Output :: Identifier │ │ Other_Output_ :: Identifier │ │ Error_ :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ T :: Identifier │ │ [call] │ │ nonmissingtype :: Identifier │ │ R :: Identifier │ │ Input :: Identifier │ │ Output :: Identifier │ │ Other_Output_ :: Identifier │ │ Error_ :: Identifier │ │ │ 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 │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [struct] │ │ false :: Value │ macro_source=163 │ [curly] │ │ FunctionEvaluationResult :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ Input_ :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ Output_ :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [::] │ │ Other_Output_ :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ NamedTuple :: Identifier │ scope_layer=1 │ [::] │ │ Error_ :: Identifier │ scope_layer=1 │ Symbol :: Identifier │ scope_layer=1 │ [function] │ │ [where] │ │ [call] │ │ FunctionEvaluationResult :: Identifier │ scope_layer=1 │ [::] │ │ Input :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ Output_ :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [::] │ │ Error_ :: Identifier │ scope_layer=1 │ Symbol :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ Other_Output_ :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ NamedTuple :: Identifier │ scope_layer=1 │ missing :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Input :: Identifier │ scope_layer=1 │ Output_ :: Identifier │ scope_layer=1 │ Other_Output_ :: Identifier │ scope_layer=1 │ Error_ :: Identifier │ scope_layer=1 │ [function] │ │ [where] │ │ [where] │ │ [call] │ │ FunctionEvaluationResult :: Identifier │ scope_layer=1 │ [::] │ │ Input :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ Output :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [::] │ │ Error_ :: Identifier │ scope_layer=1 │ Symbol :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ Other_Output_ :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ NamedTuple :: Identifier │ scope_layer=1 │ missing :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ === :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Input :: Identifier │ scope_layer=1 │ Output :: Identifier │ scope_layer=1 │ Other_Output_ :: Identifier │ scope_layer=1 │ Error_ :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [<:] │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Input :: Identifier │ scope_layer=1 │ Output :: Identifier │ scope_layer=1 │ Other_Output_ :: Identifier │ scope_layer=1 │ Error_ :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [call] │ │ nonmissingtype :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Input :: Identifier │ scope_layer=1 │ Output :: Identifier │ scope_layer=1 │ Other_Output_ :: Identifier │ scope_layer=1 │ Error_ :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=163 │ FixedPointAcceleration :: Value │ macro_source=163 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=163 │ FixedPointAcceleration :: Value │ │ [inert] │ jl_source=L65 │ FunctionEvaluationResult :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=163 │ [call] │ macro_source=163 │ Core.svec :: Value │ macro_source=163 │ " This contains the results from a function evaluation in the FixedPointAcceleration framework.\n It containing the following fields:\n * `Input_` - The input\n * `Output_` - The output of the function. May be `missing` if function could not complete without error.\n * `Error_` - A symbol representing what error occured.\n" :: Value │ macro_source=163 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=163 │ :path => "/home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl" :: Value │ macro_source=163 │ :linenumber => 1 :: Value │ macro_source=163 │ :module => FixedPointAcceleration :: Value │ macro_source=163 │ [call] │ │ Pair :: Value │ macro_source=163 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=163 │ Dict{Symbol, Any} :: Value │ macro_source=163 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl" │ line = 1 └ mod = FixedPointAcceleration ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:16 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₆₅ (call core.TypeVar :#T1 #₂₁₇/Number)) Containing expressions:  (= #₆₅ (call core.TypeVar :#T1 #₂₁₇/Number))  Detailed provenance:  (= #₆₅ (call core.TypeVar :#T1 #₂₁₇/Number)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₆₅ (call core.TypeVar :#T1 #₇₃/Number)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₆₅ (call core.TypeVar :#T1 #₇₃/Number)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₆₅ (call core.TypeVar :#T1 Number)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₆₅ (call core.TypeVar :#T1 Number))  └─ (call core.TypeVar :#T1 Number) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Number)  └─ (<: Number)  └─ (<: Number)  └─ (<: Number)  ├─ @ /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:16  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1 =#) " This contains the results from a function evaluation in the FixedPointAcceleration framework.\n It containing the following fields:\n * `Input_` - The input\n * `Output_` - The output of the function. May be `missing` if function could not complete without error.\n * `Error_` - A symbol representing what error occured.\n" (struct false (curly FunctionEvaluationResult (<: T Number) R) (block (:: Input_ (curly Vector T)) (:: Output_ (curly Union Missing (curly Vector Missing) (curly Vector (curly Union Missing R)) (curly Vector R))) (:: Other_Output_ (curly Union Missing NamedTuple)) (:: Error_ Symbol) (function (where (call FunctionEvaluationResult (:: Input (curly Vector T)) (:: Output_ Missing) (:: Error_ Symbol) (kw (:: Other_Output_ (curly Union Missing NamedTuple)) missing)) (<: T Number)) (block (return (call (curly new T T) Input Output_ Other_Output_ Error_)))) (function (where (where (call FunctionEvaluationResult (:: Input (curly Vector T)) (:: Output (curly Vector R)) (:: Error_ Symbol) (kw (:: Other_Output_ (curly Union Missing NamedTuple)) missing)) (<: T Number)) (<: R (curly Union Missing (<: Number)))) (block (if (call === R Missing) (block (return (call (curly new T T) Input Output Other_Output_ Error_))) (elseif (block (<: R Number)) (block (return (call (curly new T R) Input Output Other_Output_ Error_))) (block (return (call (curly new T (call nonmissingtype R)) Input Output Other_Output_ Error_))))))))))  └─ @ /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1  Stacktrace:  [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106  [3] 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:1223  [4] 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:1253  [5] 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  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/FixedPointAcceleration/WqVpD/src/FixedPointAcceleration.jl:4  [8] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [9] 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:3271  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [13] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [15] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1 in expression starting at /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/FixedPointAcceleration.jl:1 in expression starting at stdin:5 ✗ FixedPointAcceleration 1.4 s ✓ Compat 0.6 s ✓ Compat → CompatLinearAlgebraExt 44.6 s ✓ Aqua 3 dependencies successfully precompiled in 52 seconds. 30 already precompiled. Precompilation completed after 88.24s ################################################################################ # Testing # Testing FixedPointAcceleration Status `/tmp/jl_XFHPoT/Project.toml` [4c88cf16] Aqua v0.8.14 [817d07cb] FixedPointAcceleration v1.1.1 [ade2ca70] Dates v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_XFHPoT/Manifest.toml` [4c88cf16] Aqua v0.8.14 [34da2185] Compat v4.18.1 [817d07cb] FixedPointAcceleration v1.1.1 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching 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.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.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.1+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.3+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.6+0 [efcefdf7] PCRE2_jll v10.47.0+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 Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1 =# Core.@doc " This contains the results from a function evaluation in the FixedPointAcceleration framework.\n It containing the following fields:\n * `Input_` - The input\n * `Output_` - The output of the function. May be `missing` if function could not complete without error.\n * `Error_` - A symbol representing what error occured.\n" struct FunctionEvaluationResult{T <: Number, R} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:9 =# │ Input_::Vector{T} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:10 =# │ Output_::Union{Missing, Vector{Missing}, Vector{Union{Missing, R}}, Vector{R}} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:11 =# │ Other_Output_::Union{Missing, NamedTuple} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:12 =# │ Error_::Symbol │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:13 =# │ function FunctionEvaluationResult(Input::Vector{T}, Output_::Missing, Error_::Symbol, Other_Output_::Union{Missing, NamedTuple} = missing) where T <: Number │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:13 =# │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:14 =# │ return new{T, T}(Input, Output_, Other_Output_, Error_) │ end │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:16 =# │ function (FunctionEvaluationResult(Input::Vector{T}, Output::Vector{R}, Error_::Symbol, Other_Output_::Union{Missing, NamedTuple} = missing) where T <: Number) where R <: Union{Missing, <:Number} │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:16 =# │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:17 =# │ if R === Missing │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:18 =# │ return new{T, T}(Input, Output, Other_Output_, Error_) │ elseif #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:19 =# R <: Number │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:20 =# │ return new{T, R}(Input, Output, Other_Output_, Error_) │ else │ #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:22 =# │ return new{T, nonmissingtype(R)}(Input, Output, Other_Output_, Error_) │ end │ 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__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1 =#) :: Value │ │ " This contains the results from a function evaluation in the FixedPointAcceleration framework.\n It containing the following fields:\n * `Input_` - The input\n * `Output_` - The output of the function. May be `missing` if function could not complete without error.\n * `Error_` - A symbol representing what error occured.\n" :: Value │ │ [struct] │ │ false :: Value │ │ [curly] │ │ FunctionEvaluationResult :: Identifier │ │ [<:] │ │ T :: Identifier │ │ Number :: Identifier │ │ R :: Identifier │ │ [block] │ │ [::] │ │ Input_ :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [::] │ │ Output_ :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ Missing :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ R :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ R :: Identifier │ │ [::] │ │ Other_Output_ :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ NamedTuple :: Identifier │ │ [::] │ │ Error_ :: Identifier │ │ Symbol :: Identifier │ │ [function] │ │ [where] │ │ [call] │ │ FunctionEvaluationResult :: Identifier │ │ [::] │ │ Input :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [::] │ │ Output_ :: Identifier │ │ Missing :: Identifier │ │ [::] │ │ Error_ :: Identifier │ │ Symbol :: Identifier │ │ [kw] │ │ [::] │ │ Other_Output_ :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ NamedTuple :: Identifier │ │ missing :: Identifier │ │ [<:] │ │ T :: Identifier │ │ Number :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ Input :: Identifier │ │ Output_ :: Identifier │ │ Other_Output_ :: Identifier │ │ Error_ :: Identifier │ │ [function] │ │ [where] │ │ [where] │ │ [call] │ │ FunctionEvaluationResult :: Identifier │ │ [::] │ │ Input :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [::] │ │ Output :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ R :: Identifier │ │ [::] │ │ Error_ :: Identifier │ │ Symbol :: Identifier │ │ [kw] │ │ [::] │ │ Other_Output_ :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ NamedTuple :: Identifier │ │ missing :: Identifier │ │ [<:] │ │ T :: Identifier │ │ Number :: Identifier │ │ [<:] │ │ R :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Missing :: Identifier │ │ [<:] │ │ Number :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ === :: Identifier │ │ R :: Identifier │ │ Missing :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ Input :: Identifier │ │ Output :: Identifier │ │ Other_Output_ :: Identifier │ │ Error_ :: Identifier │ │ [elseif] │ │ [block] │ │ [<:] │ │ R :: Identifier │ │ Number :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ T :: Identifier │ │ R :: Identifier │ │ Input :: Identifier │ │ Output :: Identifier │ │ Other_Output_ :: Identifier │ │ Error_ :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ T :: Identifier │ │ [call] │ │ nonmissingtype :: Identifier │ │ R :: Identifier │ │ Input :: Identifier │ │ Output :: Identifier │ │ Other_Output_ :: Identifier │ │ Error_ :: Identifier │ │ │ 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 │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [struct] │ │ false :: Value │ macro_source=163 │ [curly] │ │ FunctionEvaluationResult :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ Input_ :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ Output_ :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [::] │ │ Other_Output_ :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ NamedTuple :: Identifier │ scope_layer=1 │ [::] │ │ Error_ :: Identifier │ scope_layer=1 │ Symbol :: Identifier │ scope_layer=1 │ [function] │ │ [where] │ │ [call] │ │ FunctionEvaluationResult :: Identifier │ scope_layer=1 │ [::] │ │ Input :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ Output_ :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [::] │ │ Error_ :: Identifier │ scope_layer=1 │ Symbol :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ Other_Output_ :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ NamedTuple :: Identifier │ scope_layer=1 │ missing :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Input :: Identifier │ scope_layer=1 │ Output_ :: Identifier │ scope_layer=1 │ Other_Output_ :: Identifier │ scope_layer=1 │ Error_ :: Identifier │ scope_layer=1 │ [function] │ │ [where] │ │ [where] │ │ [call] │ │ FunctionEvaluationResult :: Identifier │ scope_layer=1 │ [::] │ │ Input :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ Output :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [::] │ │ Error_ :: Identifier │ scope_layer=1 │ Symbol :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ Other_Output_ :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ NamedTuple :: Identifier │ scope_layer=1 │ missing :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ === :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Missing :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Input :: Identifier │ scope_layer=1 │ Output :: Identifier │ scope_layer=1 │ Other_Output_ :: Identifier │ scope_layer=1 │ Error_ :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [<:] │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Input :: Identifier │ scope_layer=1 │ Output :: Identifier │ scope_layer=1 │ Other_Output_ :: Identifier │ scope_layer=1 │ Error_ :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [call] │ │ nonmissingtype :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Input :: Identifier │ scope_layer=1 │ Output :: Identifier │ scope_layer=1 │ Other_Output_ :: Identifier │ scope_layer=1 │ Error_ :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=163 │ FixedPointAcceleration :: Value │ macro_source=163 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=163 │ FixedPointAcceleration :: Value │ │ [inert] │ jl_source=L65 │ FunctionEvaluationResult :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=163 │ [call] │ macro_source=163 │ Core.svec :: Value │ macro_source=163 │ " This contains the results from a function evaluation in the FixedPointAcceleration framework.\n It containing the following fields:\n * `Input_` - The input\n * `Output_` - The output of the function. May be `missing` if function could not complete without error.\n * `Error_` - A symbol representing what error occured.\n" :: Value │ macro_source=163 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=163 │ :path => "/home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl" :: Value │ macro_source=163 │ :linenumber => 1 :: Value │ macro_source=163 │ :module => FixedPointAcceleration :: Value │ macro_source=163 │ [call] │ │ Pair :: Value │ macro_source=163 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=163 │ Dict{Symbol, Any} :: Value │ macro_source=163 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl" │ line = 1 └ mod = FixedPointAcceleration ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:16 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₆₅ (call core.TypeVar :#T1 #₂₁₇/Number)) Containing expressions:  (= #₆₅ (call core.TypeVar :#T1 #₂₁₇/Number))  Detailed provenance:  (= #₆₅ (call core.TypeVar :#T1 #₂₁₇/Number)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₆₅ (call core.TypeVar :#T1 #₇₃/Number)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₆₅ (call core.TypeVar :#T1 #₇₃/Number)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₆₅ (call core.TypeVar :#T1 Number)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₆₅ (call core.TypeVar :#T1 Number))  └─ (call core.TypeVar :#T1 Number) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Number)  └─ (<: Number)  └─ (<: Number)  └─ (<: Number)  ├─ @ /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:16  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1 =#) " This contains the results from a function evaluation in the FixedPointAcceleration framework.\n It containing the following fields:\n * `Input_` - The input\n * `Output_` - The output of the function. May be `missing` if function could not complete without error.\n * `Error_` - A symbol representing what error occured.\n" (struct false (curly FunctionEvaluationResult (<: T Number) R) (block (:: Input_ (curly Vector T)) (:: Output_ (curly Union Missing (curly Vector Missing) (curly Vector (curly Union Missing R)) (curly Vector R))) (:: Other_Output_ (curly Union Missing NamedTuple)) (:: Error_ Symbol) (function (where (call FunctionEvaluationResult (:: Input (curly Vector T)) (:: Output_ Missing) (:: Error_ Symbol) (kw (:: Other_Output_ (curly Union Missing NamedTuple)) missing)) (<: T Number)) (block (return (call (curly new T T) Input Output_ Other_Output_ Error_)))) (function (where (where (call FunctionEvaluationResult (:: Input (curly Vector T)) (:: Output (curly Vector R)) (:: Error_ Symbol) (kw (:: Other_Output_ (curly Union Missing NamedTuple)) missing)) (<: T Number)) (<: R (curly Union Missing (<: Number)))) (block (if (call === R Missing) (block (return (call (curly new T T) Input Output Other_Output_ Error_))) (elseif (block (<: R Number)) (block (return (call (curly new T R) Input Output Other_Output_ Error_))) (block (return (call (curly new T (call nonmissingtype R)) Input Output Other_Output_ Error_))))))))))  └─ @ /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1  Stacktrace:  [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106  [3] 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:1223  [4] 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:1253  [5] 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  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/FixedPointAcceleration/WqVpD/src/FixedPointAcceleration.jl:4  [8] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [9] 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:3271  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [13] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [15] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/0_Structs_And_Enums.jl:1 in expression starting at /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/src/FixedPointAcceleration.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ FixedPointAcceleration │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: FixedPointAcceleration Failed to precompile FixedPointAcceleration [817d07cb-a79a-5c30-9a31-890123675176] to "/home/pkgeval/.julia/compiled/v1.14/FixedPointAcceleration/jl_mTuv6o" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/FixedPointAcceleration/WqVpD/test/runtests.jl:1 Testing failed after 21.35s ERROR: LoadError: Package FixedPointAcceleration 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] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [inlined] [4] 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 [5] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 149.75s: package fails to precompile