Package evaluation of FunctionIntegrator on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T06:26:26.152 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.15s ################################################################################ # Installation # Installing FunctionIntegrator... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [7685536e] + FunctionIntegrator v0.6.0 Updating `~/.julia/environments/v1.10/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.12 [1e83bf80] + StaticArraysCore v1.4.3 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [b77e0a4c] + InteractiveUtils [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [56ddb016] + Logging [d6f4376e] + Markdown [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [fa267f1f] + TOML v1.0.3 [8dfed614] + Test [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [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 5.64s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.1s ################################################################################ # Testing # Testing FunctionIntegrator Status `/tmp/jl_BwBFWY/Project.toml` ⌅ [442a2c76] FastGaussQuadrature v0.4.9 [7685536e] FunctionIntegrator v0.6.0 ⌅ [276daf66] SpecialFunctions v0.10.3 [8dfed614] Test Status `/tmp/jl_BwBFWY/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.12 [1e83bf80] StaticArraysCore v1.4.3 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [fa267f1f] TOML v1.0.3 [8dfed614] Test [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [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 1.179776 seconds (169.71 k allocations: 6.417 MiB, 98.20% compilation time) Running: chebyshev_quadrature with k=1 2.198171 seconds (2.01 M allocations: 134.934 MiB, 8.75% gc time, 99.07% compilation time) Running: chebyshev_quadrature with k=2 0.386330 seconds (210.77 k allocations: 14.408 MiB, 12.83% gc time, 92.71% compilation time) Running: chebyshev_quadrature with k=3 0.389533 seconds (224.66 k allocations: 14.904 MiB, 92.94% compilation time) Running: chebyshev_quadrature with k=4 0.373948 seconds (204.85 k allocations: 13.686 MiB, 94.58% 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) 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.10/Test/src/Test.jl:669 [inlined] [5] macro expansion @ ./timing.jl:279 [inlined] [6] macro expansion @ ~/.julia/packages/FunctionIntegrator/C4F6d/test/airyai.jl:15 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [8] top-level scope @ ~/.julia/packages/FunctionIntegrator/C4F6d/test/airyai.jl:4 7.773673 seconds (3.05 M allocations: 210.946 MiB, 5.27% gc time, 93.96% compilation time: <1% of which was recompilation) Running: laguerre_quadrature with k=1 5.473339 seconds (2.86 M allocations: 187.754 MiB, 2.30% gc time, 99.98% compilation time) Running: legendre_quadrature 0.353968 seconds (218.91 k allocations: 14.809 MiB, 7.07% gc time, 99.76% compilation time) Running: lobatto_quadrature 22.312786 seconds (6.98 M allocations: 463.253 MiB, 2.48% gc time, 99.99% compilation time) Running: radau_quadrature 0.918204 seconds (774.04 k allocations: 50.854 MiB, 6.60% gc time, 99.84% compilation time) Running: rectangle_rule_left. Only a rough approximation can be practically achieved using this function. 44.504495 seconds (100.01 M allocations: 1.491 GiB, 1.03% gc time, 0.23% compilation time) Running: rectangle_rule_midpoint. 0.100552 seconds (152.04 k allocations: 2.569 MiB, 34.49% compilation time) Running: rectangle_rule_right. Only a rough approximation can be practically achieved using this function. 34.770625 seconds (100.00 M allocations: 1.490 GiB, 0.09% gc time, 0.10% compilation time) Running: rombergs_method 0.299565 seconds (294.01 k allocations: 20.128 MiB, 2.02% gc time, 99.64% compilation time) Running: simpsons_rule 0.024451 seconds (13.64 k allocations: 474.570 KiB, 93.72% compilation time) Running: simpsons38_rule 0.062369 seconds (38.74 k allocations: 1.477 MiB, 97.34% compilation time) Running: trapezoidal_rule 0.203917 seconds (1.68 M allocations: 26.026 MiB, 21.36% compilation time) Test Summary: | Pass Error Total Time Airy Ai(x) | 16 1 17 2m01.8s 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 129.9s ERROR: LoadError: Package FunctionIntegrator errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/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 165.69s: package tests unexpectedly errored