Package evaluation of BesselK on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T07:16:17.638 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.18s ################################################################################ # Installation # Installing BesselK... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [432ab697] + BesselK v0.5.6 Updating `~/.julia/environments/v1.11/Manifest.toml` [432ab697] + BesselK v0.5.6 [0e736298] + Bessels v0.2.8 Installation completed after 1.68s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.46s ################################################################################ # Testing # Testing BesselK Status `/tmp/jl_c0sKrI/Project.toml` [6e4b80f9] BenchmarkTools v1.6.0 [432ab697] BesselK v0.5.6 [26cc04aa] FiniteDifferences v0.12.32 [f6369f11] ForwardDiff v1.0.1 [276daf66] SpecialFunctions v2.5.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_c0sKrI/Manifest.toml` [6e4b80f9] BenchmarkTools v1.6.0 [432ab697] BesselK v0.5.6 [0e736298] Bessels v0.2.8 [d360d2e6] ChainRulesCore v1.25.1 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.16.0 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [ffbed154] DocStringExtensions v0.9.4 [26cc04aa] FiniteDifferences v0.12.32 [f6369f11] ForwardDiff v1.0.1 [92d709cd] IrrationalConstants v0.2.4 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.15 [77ba4419] NaNMath v1.1.3 [69de0a69] Parsers v2.8.1 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [708f8203] Richardson v1.4.2 [276daf66] SpecialFunctions v2.5.0 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [05823500] OpenLibm_jll v0.8.5+0 [bea87d4a] SuiteSparse_jll v7.7.0+0 [8e850b90] libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Precompiling FiniteDifferences... 2653.0 ms ✓ FiniteDifferences 1 dependency successfully precompiled in 3 seconds. 18 already precompiled. Precompiling StaticArraysStatisticsExt... 1236.8 ms ✓ StaticArrays → StaticArraysStatisticsExt 1 dependency successfully precompiled in 1 seconds. 9 already precompiled. Direct evaluations: Case standard: worst (v,x): (5.962121212121212, 1.25) Ref value: 857.5698059910977 Est value: 857.5698059910947 Abs error: 3.07e-12 Case rescaled: worst (v,x): (4.9772727272727275, 3.5) Ref value: 181.68325866332322 Est value: 181.6832586633248 Abs error: 1.59e-12 Test Summary: | Pass Total Time direct eval | 2 2 3.2s First derivatives: Case standard: worst (v,x): (9.507575757575758, 3.25) Ref value: 773.276143263693 Est value: 773.2761432671385 Abs error: 3.45e-9 first derivative: Error During Test at /home/pkgeval/.julia/packages/BesselK/n5c08/test/runtests.jl:49 Got exception outside of a @test Term tolerance 1.0e-12 not reached in 100 iters for (v,z) = (Dual{ForwardDiff.Tag{var"#13#14"{Float64}, Float64}}(0.0,1.0), 0.25). Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] temme_pair(v::ForwardDiff.Dual{ForwardDiff.Tag{var"#13#14"{Float64}, Float64}, Float64, 1}, z::Float64, maxit::Int64, tol::Float64, modify::Bool) @ BesselK ~/.julia/packages/BesselK/n5c08/src/besk_temme.jl:176 [3] _besselk_temme(v::ForwardDiff.Dual{ForwardDiff.Tag{var"#13#14"{Float64}, Float64}, Float64, 1}, z::Float64, maxit::Int64, tol::Float64, mod::Bool) @ BesselK ~/.julia/packages/BesselK/n5c08/src/besk_temme.jl:192 [4] _besselkxv(v::ForwardDiff.Dual{ForwardDiff.Tag{var"#13#14"{Float64}, Float64}, Float64, 1}, x::Float64, maxit::Int64, tol::Float64, order::Int64) @ BesselK ~/.julia/packages/BesselK/n5c08/src/besk.jl:29 [5] adbesselkxv(v::ForwardDiff.Dual{ForwardDiff.Tag{var"#13#14"{Float64}, Float64}, Float64, 1}, x::Float64) @ BesselK ~/.julia/packages/BesselK/n5c08/src/besk.jl:53 [6] #13 @ ~/.julia/packages/BesselK/n5c08/test/runtests.jl:23 [inlined] [7] derivative @ ~/.julia/packages/ForwardDiff/Wq9Wb/src/derivative.jl:14 [inlined] [8] ad_dbesselkxv_dv @ ~/.julia/packages/BesselK/n5c08/test/runtests.jl:23 [inlined] [9] #26 @ ~/.julia/packages/BesselK/n5c08/test/runtests.jl:54 [inlined] [10] iterate @ ./generator.jl:48 [inlined] [11] collect_to! @ ./array.jl:849 [inlined] [12] collect_to_with_first! @ ./array.jl:827 [inlined] [13] _collect(c::Matrix{Tuple{Float64, Float64}}, itr::Base.Generator{Matrix{Tuple{Float64, Float64}}, var"#26#30"{typeof(ad_dbesselkxv_dv)}}, ::Base.EltypeUnknown, isz::Base.HasShape{2}) @ Base ./array.jl:821 [14] collect_similar(cont::Matrix{Tuple{Float64, Float64}}, itr::Base.Generator{Matrix{Tuple{Float64, Float64}}, var"#26#30"{typeof(ad_dbesselkxv_dv)}}) @ Base ./array.jl:720 [15] map(f::Function, A::Matrix{Tuple{Float64, Float64}}) @ Base ./abstractarray.jl:3371 [16] macro expansion @ ~/.julia/packages/BesselK/n5c08/test/runtests.jl:54 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [18] top-level scope @ ~/.julia/packages/BesselK/n5c08/test/runtests.jl:50 [19] include(fname::String) @ Main ./sysimg.jl:38 [20] top-level scope @ none:6 [21] eval @ ./boot.jl:430 [inlined] [22] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [23] _start() @ Base ./client.jl:531 Test Summary: | Pass Error Total Time first derivative | 1 1 2 10.1s ERROR: LoadError: Some tests did not pass: 1 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/BesselK/n5c08/test/runtests.jl:49 Testing failed after 48.66s ERROR: LoadError: Package BesselK errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 84.2s: package tests unexpectedly errored