Package evaluation of FunctionIntegrator on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T10:11:25.780 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.6s ################################################################################ # Installation # Installing FunctionIntegrator... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [7685536e] + FunctionIntegrator v0.6.0 Updating `~/.julia/environments/v1.11/Manifest.toml` ⌅ [442a2c76] + FastGaussQuadrature v0.4.9 [7685536e] + FunctionIntegrator v0.6.0 [692b3bcd] + JLLWrappers v1.7.0 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 ⌅ [276daf66] + SpecialFunctions v0.10.3 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [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 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 2.1s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 18.58s ################################################################################ # Testing # Testing FunctionIntegrator Status `/tmp/jl_Yu7ENs/Project.toml` ⌅ [442a2c76] FastGaussQuadrature v0.4.9 [7685536e] FunctionIntegrator v0.6.0 ⌅ [276daf66] SpecialFunctions v0.10.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_Yu7ENs/Manifest.toml` ⌅ [442a2c76] FastGaussQuadrature v0.4.9 [7685536e] FunctionIntegrator v0.6.0 [692b3bcd] JLLWrappers v1.7.0 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 ⌅ [276daf66] SpecialFunctions v0.10.3 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [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 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [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... Performing the Airy Ai(x) test, where Ai(x) is integrated on the semi-infinite domain, or an approximation of it, namely [0,100] and the result is compared to the analytical result 1/3. Running: adaptive_simpsons_rule 0.258766 seconds (189.05 k allocations: 6.149 MiB, 91.95% compilation time) Running: chebyshev_quadrature with k=1 3.591509 seconds (3.45 M allocations: 176.722 MiB, 1.95% gc time, 99.41% compilation time) Running: chebyshev_quadrature with k=2 0.524797 seconds (343.05 k allocations: 19.124 MiB, 94.36% compilation time) Running: chebyshev_quadrature with k=3 0.629076 seconds (407.79 k allocations: 22.721 MiB, 4.09% gc time, 95.35% compilation time) Running: chebyshev_quadrature with k=4 0.581821 seconds (384.83 k allocations: 21.394 MiB, 96.39% compilation time) Running: jacobi_quadrature with α=β=1 Airy Ai(x): Error During Test at /home/pkgeval/.julia/packages/FunctionIntegrator/C4F6d/test/airyai.jl:15 Test threw exception Expression: jacobi_quadrature((x->begin #= /home/pkgeval/.julia/packages/FunctionIntegrator/C4F6d/test/airyai.jl:15 =# airyai(x) end), 84543, 1, 1, 0, 100) ≈ 1.0 / 3.0 MethodError: no method matching asy1(::Int64, ::Int64, ::Int64, ::Int64) The function `asy1` exists, but no method is defined for this combination of argument types. Closest candidates are: asy1(::Integer, !Matched::Float64, !Matched::Float64, ::Integer) @ FastGaussQuadrature ~/.julia/packages/FastGaussQuadrature/BRLTf/src/gaussjacobi.jl:200 Stacktrace: [1] jacobi_asy(n::Int64, α::Int64, β::Int64) @ FastGaussQuadrature ~/.julia/packages/FastGaussQuadrature/BRLTf/src/gaussjacobi.jl:183 [2] gaussjacobi(n::Int64, α::Int64, β::Int64) @ FastGaussQuadrature ~/.julia/packages/FastGaussQuadrature/BRLTf/src/gaussjacobi.jl:45 [3] jacobi_quadrature(f::Function, N::Int64, α::Int64, β::Int64, a::Int64, b::Int64) @ FunctionIntegrator ~/.julia/packages/FunctionIntegrator/C4F6d/src/Jacobi.jl:14 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [5] macro expansion @ ./timing.jl:581 [inlined] [6] macro expansion @ ~/.julia/packages/FunctionIntegrator/C4F6d/test/airyai.jl:15 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [8] top-level scope @ ~/.julia/packages/FunctionIntegrator/C4F6d/test/airyai.jl:4 13.820100 seconds (9.59 M allocations: 514.859 MiB, 2.11% gc time, 96.99% compilation time) Running: laguerre_quadrature with k=1 6.701269 seconds (4.19 M allocations: 210.767 MiB, 0.69% gc time, 99.98% compilation time) Running: legendre_quadrature 0.646470 seconds (371.02 k allocations: 19.275 MiB, 99.87% compilation time) Running: lobatto_quadrature 47.552572 seconds (13.47 M allocations: 709.689 MiB, 0.78% gc time, 99.99% compilation time) Running: radau_quadrature 1.123378 seconds (1.27 M allocations: 63.118 MiB, 99.86% compilation time) Running: rectangle_rule_left. Only a rough approximation can be practically achieved using this function. 45.546585 seconds (100.01 M allocations: 1.491 GiB, 0.65% gc time, 0.08% compilation time) Running: rectangle_rule_midpoint. 0.113235 seconds (154.06 k allocations: 2.574 MiB, 38.43% compilation time) Running: rectangle_rule_right. Only a rough approximation can be practically achieved using this function. 46.835345 seconds (100.01 M allocations: 1.490 GiB, 0.58% gc time, 0.08% compilation time) Running: rombergs_method 0.838773 seconds (570.40 k allocations: 29.421 MiB, 99.85% compilation time) Running: simpsons_rule 0.034803 seconds (15.74 k allocations: 482.672 KiB, 93.31% compilation time) Running: simpsons38_rule 0.083788 seconds (46.27 k allocations: 1.522 MiB, 97.28% compilation time) Running: trapezoidal_rule 0.317774 seconds (1.68 M allocations: 26.055 MiB, 6.38% gc time, 20.57% compilation time) Test Summary: | Pass Error Total Time Airy Ai(x) | 16 1 17 2m49.4s ERROR: LoadError: Some tests did not pass: 16 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/FunctionIntegrator/C4F6d/test/airyai.jl:3 in expression starting at /home/pkgeval/.julia/packages/FunctionIntegrator/C4F6d/test/runtests.jl:5 Testing failed after 180.16s ERROR: LoadError: Package FunctionIntegrator 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 221.02s: package tests unexpectedly errored