Package evaluation to test Kneedle on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-24T00:21:58.574 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.92s ################################################################################ # Installation # Installing Kneedle... Resolving package versions... Installed OpenSpecFun_jll ───────── v0.5.6+0 Installed Reexport ──────────────── v1.2.2 Installed Statistics ────────────── v1.11.1 Installed Loess ─────────────────── v0.6.5 Installed LogExpFunctions ───────── v0.3.29 Installed Rmath_jll ─────────────── v0.5.1+0 Installed StatsAPI ──────────────── v1.8.0 Installed SpecialFunctions ──────── v2.7.2 Installed Preferences ───────────── v1.5.2 Installed PrecompileTools ───────── v1.3.4 Installed JLLWrappers ───────────── v1.8.0 Installed ArgCheck ──────────────── v2.5.0 Installed HypergeometricFunctions ─ v0.3.28 Installed Distances ─────────────── v0.10.12 Installed Rmath ─────────────────── v0.9.0 Installed StatsFuns ─────────────── v1.5.2 Installed IrrationalConstants ───── v0.2.6 Installed DocStringExtensions ───── v0.9.5 Installed Kneedle ───────────────── v0.2.1 Installing 2 artifacts Installed artifact OpenSpecFun 194.9 KiB Installed artifact Rmath 121.9 KiB Updating `~/.julia/environments/v1.14/Project.toml` [4ef9287f] + Kneedle v0.2.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [dce04be8] + ArgCheck v2.5.0 [b4f34e82] + Distances v0.10.12 [ffbed154] + DocStringExtensions v0.9.5 [34004b35] + HypergeometricFunctions v0.3.28 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.8.0 [4ef9287f] + Kneedle v0.2.1 [4345ca2d] + Loess v0.6.5 [2ab3a3ac] + LogExpFunctions v0.3.29 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [189a3867] + Reexport v1.2.2 [79098fc4] + Rmath v0.9.0 [276daf66] + SpecialFunctions v2.7.2 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.8.0 [4c63d2b9] + StatsFuns v1.5.2 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [f50d1b31] + Rmath_jll v0.5.1+0 [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 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [05823500] + OpenLibm_jll v0.8.7+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 7.99s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.6 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.6 s ✓ StatsAPI 0.8 s ✓ ArgCheck 0.5 s ✓ Reexport 1.1 s ✓ DocStringExtensions 1.0 s ✓ Statistics 2.3 s ✓ IrrationalConstants 2.3 s ✓ Preferences 1.6 s ✓ Distances 1.5 s ✓ LogExpFunctions 2.6 s ✓ JLLWrappers 2.4 s ✓ PrecompileTools 2.9 s ✓ Rmath_jll 3.0 s ✓ OpenSpecFun_jll 2.7 s ✓ Rmath 80.2 s ✓ SpecialFunctions 40.6 s ✓ HypergeometricFunctions 40.5 s ✓ StatsFuns 39.9 s ✓ Loess ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:265 =# Core.@doc " struct ScanSensitivity\n \nAttempt to find a given number of knees by applying bisection on the kneedle `S` (\"sensitivity\") parameter.\n\n### Constructor\n\n ScanSensitivity(; smoothing = nothing)\n\nThe `smoothing` parameter is held to this constant value during the bisection.\n" #= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276 =# @kwdef(struct ScanSensitivity{T <: Union{<:Real, Nothing}} <: KneedleScanAlgorithm │ #= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:277 =# │ smoothing::T = nothing │ 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/Kneedle/yimCl/src/main.jl:265 =#) :: Value │ │ " struct ScanSensitivity\n \nAttempt to find a given number of knees by applying bisection on the kneedle `S` (\"sensitivity\") parameter.\n\n### Constructor\n\n ScanSensitivity(; smoothing = nothing)\n\nThe `smoothing` parameter is held to this constant value during the bisection.\n" :: Value │ │ [macrocall] │ │ @kwdef :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276 =#) :: Value │ │ [struct] │ │ false :: Value │ │ [<:] │ │ [curly] │ │ ScanSensitivity :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [<:] │ │ Real :: Identifier │ │ Nothing :: Identifier │ │ KneedleScanAlgorithm :: Identifier │ │ [block] │ │ [=] │ │ [::] │ │ smoothing :: Identifier │ │ T :: Identifier │ │ nothing :: 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] │ │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=4 │ [struct] │ │ false :: Value │ macro_source=51 │ [<:] │ scope_layer=1 │ [curly] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Real :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ KneedleScanAlgorithm :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ smoothing :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=51 │ Kneedle :: Value │ macro_source=51 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=51 │ Kneedle :: Value │ │ [inert] │ jl_source=L65 │ ScanSensitivity :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=51 │ [call] │ macro_source=51 │ Core.svec :: Value │ macro_source=51 │ " struct ScanSensitivity\n \nAttempt to find a given number of knees by applying bisection on the kneedle `S` (\"sensitivity\") parameter.\n\n### Constructor\n\n ScanSensitivity(; smoothing = nothing)\n\nThe `smoothing` parameter is held to this constant value during the bisection.\n" :: Value │ macro_source=51 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=51 │ :path => "/home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl" :: Value │ macro_source=51 │ :linenumber => 265 :: Value │ macro_source=51 │ :module => Kneedle :: Value │ macro_source=51 │ [call] │ │ Pair :: Value │ macro_source=51 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=51 │ Dict{Symbol, Any} :: Value │ macro_source=51 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=4 │ [block] │ │ [function] │ │ [call] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ smoothing :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ smoothing :: Identifier │ scope_layer=1 │ [function] │ │ [where] │ │ [call] │ │ [curly] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ smoothing :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Real :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ [curly] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ smoothing :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl" │ line = 265 └ mod = Kneedle ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₁₄ (call core.TypeVar :#T1 #₁₃₂/Real)) Containing expressions:  (= #₁₄ (call core.TypeVar :#T1 #₁₃₂/Real))  Detailed provenance:  (= #₁₄ (call core.TypeVar :#T1 #₁₃₂/Real)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₁₄ (call core.TypeVar :#T1 #₂₆/Real)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₁₄ (call core.TypeVar :#T1 #₂₆/Real)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁₄ (call core.TypeVar :#T1 Real)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁₄ (call core.TypeVar :#T1 Real))  └─ (call core.TypeVar :#T1 Real) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Real)  └─ (<: Real)  └─ (<: Real)  └─ (<: Real)  ├─ @ /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:265 =#) " struct ScanSensitivity\n \nAttempt to find a given number of knees by applying bisection on the kneedle `S` (\"sensitivity\") parameter.\n\n### Constructor\n\n ScanSensitivity(; smoothing = nothing)\n\nThe `smoothing` parameter is held to this constant value during the bisection.\n" (macrocall @kwdef :(#= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276 =#) (struct false (<: (curly ScanSensitivity (<: T (curly Union (<: Real) Nothing))) KneedleScanAlgorithm) (block (= (:: smoothing T) nothing)))))  └─ @ /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:265  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/Kneedle/yimCl/src/Kneedle.jl:10  [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/Kneedle/yimCl/src/main.jl:265 in expression starting at /home/pkgeval/.julia/packages/Kneedle/yimCl/src/Kneedle.jl:1 in expression starting at stdin:5 ✗ Kneedle 18 dependencies successfully precompiled in 271 seconds. 13 already precompiled. Precompilation completed after 303.76s ################################################################################ # Testing # Testing Kneedle Status `/tmp/jl_g4XM2P/Project.toml` [dce04be8] ArgCheck v2.5.0 [4ef9287f] Kneedle v0.2.1 [4345ca2d] Loess v0.6.5 [aea7be01] PrecompileTools v1.3.4 [276daf66] SpecialFunctions v2.7.2 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_g4XM2P/Manifest.toml` [dce04be8] ArgCheck v2.5.0 [b4f34e82] Distances v0.10.12 [ffbed154] DocStringExtensions v0.9.5 [34004b35] HypergeometricFunctions v0.3.28 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.8.0 [4ef9287f] Kneedle v0.2.1 [4345ca2d] Loess v0.6.5 [2ab3a3ac] LogExpFunctions v0.3.29 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [189a3867] Reexport v1.2.2 [79098fc4] Rmath v0.9.0 [276daf66] SpecialFunctions v2.7.2 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [4c63d2b9] StatsFuns v1.5.2 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.1+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [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 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [05823500] OpenLibm_jll v0.8.7+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:265 =# Core.@doc " struct ScanSensitivity\n \nAttempt to find a given number of knees by applying bisection on the kneedle `S` (\"sensitivity\") parameter.\n\n### Constructor\n\n ScanSensitivity(; smoothing = nothing)\n\nThe `smoothing` parameter is held to this constant value during the bisection.\n" #= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276 =# @kwdef(struct ScanSensitivity{T <: Union{<:Real, Nothing}} <: KneedleScanAlgorithm │ #= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:277 =# │ smoothing::T = nothing │ 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/Kneedle/yimCl/src/main.jl:265 =#) :: Value │ │ " struct ScanSensitivity\n \nAttempt to find a given number of knees by applying bisection on the kneedle `S` (\"sensitivity\") parameter.\n\n### Constructor\n\n ScanSensitivity(; smoothing = nothing)\n\nThe `smoothing` parameter is held to this constant value during the bisection.\n" :: Value │ │ [macrocall] │ │ @kwdef :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276 =#) :: Value │ │ [struct] │ │ false :: Value │ │ [<:] │ │ [curly] │ │ ScanSensitivity :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [<:] │ │ Real :: Identifier │ │ Nothing :: Identifier │ │ KneedleScanAlgorithm :: Identifier │ │ [block] │ │ [=] │ │ [::] │ │ smoothing :: Identifier │ │ T :: Identifier │ │ nothing :: 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] │ │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=4 │ [struct] │ │ false :: Value │ macro_source=51 │ [<:] │ scope_layer=1 │ [curly] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Real :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ KneedleScanAlgorithm :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ smoothing :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=51 │ Kneedle :: Value │ macro_source=51 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=51 │ Kneedle :: Value │ │ [inert] │ jl_source=L65 │ ScanSensitivity :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=51 │ [call] │ macro_source=51 │ Core.svec :: Value │ macro_source=51 │ " struct ScanSensitivity\n \nAttempt to find a given number of knees by applying bisection on the kneedle `S` (\"sensitivity\") parameter.\n\n### Constructor\n\n ScanSensitivity(; smoothing = nothing)\n\nThe `smoothing` parameter is held to this constant value during the bisection.\n" :: Value │ macro_source=51 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=51 │ :path => "/home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl" :: Value │ macro_source=51 │ :linenumber => 265 :: Value │ macro_source=51 │ :module => Kneedle :: Value │ macro_source=51 │ [call] │ │ Pair :: Value │ macro_source=51 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=51 │ Dict{Symbol, Any} :: Value │ macro_source=51 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=4 │ [block] │ │ [function] │ │ [call] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ smoothing :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ smoothing :: Identifier │ scope_layer=1 │ [function] │ │ [where] │ │ [call] │ │ [curly] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ smoothing :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Real :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ [curly] │ │ ScanSensitivity :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ smoothing :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl" │ line = 265 └ mod = Kneedle ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₁₄ (call core.TypeVar :#T1 #₁₃₂/Real)) Containing expressions:  (= #₁₄ (call core.TypeVar :#T1 #₁₃₂/Real))  Detailed provenance:  (= #₁₄ (call core.TypeVar :#T1 #₁₃₂/Real)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₁₄ (call core.TypeVar :#T1 #₂₆/Real)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₁₄ (call core.TypeVar :#T1 #₂₆/Real)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁₄ (call core.TypeVar :#T1 Real)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁₄ (call core.TypeVar :#T1 Real))  └─ (call core.TypeVar :#T1 Real) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Real)  └─ (<: Real)  └─ (<: Real)  └─ (<: Real)  ├─ @ /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:265 =#) " struct ScanSensitivity\n \nAttempt to find a given number of knees by applying bisection on the kneedle `S` (\"sensitivity\") parameter.\n\n### Constructor\n\n ScanSensitivity(; smoothing = nothing)\n\nThe `smoothing` parameter is held to this constant value during the bisection.\n" (macrocall @kwdef :(#= /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:276 =#) (struct false (<: (curly ScanSensitivity (<: T (curly Union (<: Real) Nothing))) KneedleScanAlgorithm) (block (= (:: smoothing T) nothing)))))  └─ @ /home/pkgeval/.julia/packages/Kneedle/yimCl/src/main.jl:265  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/Kneedle/yimCl/src/Kneedle.jl:10  [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/Kneedle/yimCl/src/main.jl:265 in expression starting at /home/pkgeval/.julia/packages/Kneedle/yimCl/src/Kneedle.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Kneedle │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: Kneedle Failed to precompile Kneedle [4ef9287f-f14a-4b13-b4c1-9bb5ae54399a] to "/home/pkgeval/.julia/compiled/v1.14/Kneedle/jl_cSMc87" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/Kneedle/yimCl/test/runtests.jl:1 Testing failed after 60.86s ERROR: LoadError: Package Kneedle 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 414.44s: package fails to precompile