Package evaluation of BaryRational on Julia 1.13.0-DEV.897 (a39797a4fb*) started at 2025-07-24T12:55:32.566 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.17s ################################################################################ # Installation # Installing BaryRational... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [91aaffc3] + BaryRational v1.1.1 Updating `~/.julia/environments/v1.13/Manifest.toml` [91aaffc3] + BaryRational v1.1.1 [14197337] + GenericLinearAlgebra v0.3.18 [c145ed77] + GenericSchur v0.5.5 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts 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 v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.13.1+0 Installation completed after 0.97s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.81s ################################################################################ # Testing # Testing BaryRational Status `/tmp/jl_LZOPHI/Project.toml` [91aaffc3] BaryRational v1.1.1 [f6369f11] ForwardDiff v1.0.1 [14197337] GenericLinearAlgebra v0.3.18 [c145ed77] GenericSchur v0.5.5 [276daf66] SpecialFunctions v2.5.1 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_LZOPHI/Manifest.toml` [91aaffc3] BaryRational v1.1.1 [bbf7d656] CommonSubexpressions v0.3.1 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [ffbed154] DocStringExtensions v0.9.5 [f6369f11] ForwardDiff v1.0.1 [14197337] GenericLinearAlgebra v0.3.18 [c145ed77] GenericSchur v0.5.5 [92d709cd] IrrationalConstants v0.2.4 [692b3bcd] JLLWrappers v1.7.1 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [77ba4419] NaNMath v1.1.3 [21216c6a] Preferences v1.4.3 [276daf66] SpecialFunctions v2.5.1 [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 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.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 v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.5+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.13.1+0 Testing Running tests... aaa_rational: Error During Test at /home/pkgeval/.julia/packages/BaryRational/Zdtza/test/runtests.jl:30 Test threw exception Expression: test_aaa_scale_invar() MethodError: no method matching svd!(::Matrix{Complex{BigFloat}}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) This method does not support all of the given keyword arguments (and may not support any). Closest candidates are: svd!(::StridedMatrix{T}; tol, full, alg) where T got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:635 svd!(!Matched::Bidiagonal{var"#s4721", V} where {var"#s4721"<:Union{Float32, Float64}, V<:AbstractVector{var"#s4721"}}; full) got unsupported keyword arguments "alg", "atol", "rtol" @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/bidiag.jl:268 svd!(!Matched::Bidiagonal{T, V} where V<:AbstractVector{T}; tol, full, alg) where T<:Real got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:595 ... Stacktrace: [1] kwerr(::@NamedTuple{full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64}, ::Function, ::Matrix{Complex{BigFloat}}) @ Base ./error.jl:175 [2] svd(A::Matrix{Complex{BigFloat}}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:194 [3] svd(A::Matrix{Complex{BigFloat}}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:193 [4] compute_weights(m::Int64, J::Vector{Int64}, A::Matrix{Complex{BigFloat}}) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:39 [5] aaa(Z::LinRange{BigFloat, Int64}, F::Vector{Complex{BigFloat}}; tol::Float64, mmax::Int64, verbose::Bool, clean::Int64, do_sort::Bool) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:144 [6] aaa @ ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:97 [inlined] [7] test_aaa_scale_invar() @ Main ~/.julia/packages/BaryRational/Zdtza/test/test_aaa.jl:163 [8] top-level scope @ ~/.julia/packages/BaryRational/Zdtza/test/runtests.jl:13 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [10] macro expansion @ ~/.julia/packages/BaryRational/Zdtza/test/runtests.jl:14 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [12] macro expansion @ ~/.julia/packages/BaryRational/Zdtza/test/runtests.jl:30 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] [14] macro expansion @ ~/.julia/packages/BaryRational/Zdtza/test/runtests.jl:30 [inlined] aaa_rational: Error During Test at /home/pkgeval/.julia/packages/BaryRational/Zdtza/test/runtests.jl:33 Test threw exception Expression: test_aaa_truncation() MethodError: no method matching svd!(::Matrix{BigFloat}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) This method does not support all of the given keyword arguments (and may not support any). Closest candidates are: svd!(::StridedMatrix{T}; tol, full, alg) where T got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:635 svd!(!Matched::Bidiagonal{var"#s4721", V} where {var"#s4721"<:Union{Float32, Float64}, V<:AbstractVector{var"#s4721"}}; full) got unsupported keyword arguments "alg", "atol", "rtol" @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/bidiag.jl:268 svd!(!Matched::Bidiagonal{T, V} where V<:AbstractVector{T}; tol, full, alg) where T<:Real got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:595 ... Stacktrace: [1] kwerr(::@NamedTuple{full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64}, ::Function, ::Matrix{BigFloat}) @ Base ./error.jl:175 [2] svd(A::Matrix{BigFloat}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:194 [3] svd(A::Matrix{BigFloat}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:193 [4] compute_weights(m::Int64, J::Vector{Int64}, A::Matrix{BigFloat}) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:39 [5] aaa(Z::Vector{BigFloat}, F::Vector{BigFloat}; tol::BigFloat, mmax::Int64, verbose::Bool, clean::Int64, do_sort::Bool) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:144 [6] aaa @ ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:97 [inlined] [7] test_aaa_truncation() @ Main ~/.julia/packages/BaryRational/Zdtza/test/test_aaa.jl:242 [8] top-level scope @ ~/.julia/packages/BaryRational/Zdtza/test/runtests.jl:13 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [10] macro expansion @ ~/.julia/packages/BaryRational/Zdtza/test/runtests.jl:14 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [12] macro expansion @ ~/.julia/packages/BaryRational/Zdtza/test/runtests.jl:33 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] [14] macro expansion @ ~/.julia/packages/BaryRational/Zdtza/test/runtests.jl:33 [inlined] Continuum BigFloat: Error During Test at /home/pkgeval/.julia/packages/BaryRational/Zdtza/test/test_continuum.jl:122 Test threw exception Expression: pass(f, aaa(f, BigFloat), BigFloat.(pts), atol = big_tol) MethodError: no method matching svd!(::Matrix{BigFloat}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) This method does not support all of the given keyword arguments (and may not support any). Closest candidates are: svd!(::StridedMatrix{T}; tol, full, alg) where T got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:635 svd!(!Matched::Bidiagonal{var"#s4721", V} where {var"#s4721"<:Union{Float32, Float64}, V<:AbstractVector{var"#s4721"}}; full) got unsupported keyword arguments "alg", "atol", "rtol" @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/bidiag.jl:268 svd!(!Matched::Bidiagonal{T, V} where V<:AbstractVector{T}; tol, full, alg) where T<:Real got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:595 ... Stacktrace: [1] kwerr(::@NamedTuple{full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64}, ::Function, ::Matrix{BigFloat}) @ Base ./error.jl:175 [2] svd(A::Matrix{BigFloat}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:194 [3] svd(A::Matrix{BigFloat}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:193 [4] aaa(f::Function, ::Type{BigFloat}; mmax::Int64, tol::BigFloat, refinement::Int64, lookahead::Int64, stats::Bool) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:501 [5] aaa(f::Function, ::Type{BigFloat}) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:480 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] [7] macro expansion @ ~/.julia/packages/BaryRational/Zdtza/test/test_continuum.jl:122 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [9] top-level scope @ ~/.julia/packages/BaryRational/Zdtza/test/test_continuum.jl:119 Continuum BigFloat: Error During Test at /home/pkgeval/.julia/packages/BaryRational/Zdtza/test/test_continuum.jl:122 Test threw exception Expression: pass(f, aaa(f, BigFloat), BigFloat.(pts), atol = big_tol) MethodError: no method matching svd!(::Matrix{BigFloat}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) This method does not support all of the given keyword arguments (and may not support any). Closest candidates are: svd!(::StridedMatrix{T}; tol, full, alg) where T got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:635 svd!(!Matched::Bidiagonal{var"#s4721", V} where {var"#s4721"<:Union{Float32, Float64}, V<:AbstractVector{var"#s4721"}}; full) got unsupported keyword arguments "alg", "atol", "rtol" @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/bidiag.jl:268 svd!(!Matched::Bidiagonal{T, V} where V<:AbstractVector{T}; tol, full, alg) where T<:Real got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:595 ... Stacktrace: [1] kwerr(::@NamedTuple{full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64}, ::Function, ::Matrix{BigFloat}) @ Base ./error.jl:175 [2] svd(A::Matrix{BigFloat}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:194 [3] svd(A::Matrix{BigFloat}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:193 [4] aaa(f::Function, ::Type{BigFloat}; mmax::Int64, tol::BigFloat, refinement::Int64, lookahead::Int64, stats::Bool) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:501 [5] aaa(f::Function, ::Type{BigFloat}) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:480 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] [7] macro expansion @ ~/.julia/packages/BaryRational/Zdtza/test/test_continuum.jl:122 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [9] top-level scope @ ~/.julia/packages/BaryRational/Zdtza/test/test_continuum.jl:119 Continuum BigFloat: Error During Test at /home/pkgeval/.julia/packages/BaryRational/Zdtza/test/test_continuum.jl:122 Test threw exception Expression: pass(f, aaa(f, BigFloat), BigFloat.(pts), atol = big_tol) MethodError: no method matching svd!(::Matrix{BigFloat}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) This method does not support all of the given keyword arguments (and may not support any). Closest candidates are: svd!(::StridedMatrix{T}; tol, full, alg) where T got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:635 svd!(!Matched::Bidiagonal{var"#s4721", V} where {var"#s4721"<:Union{Float32, Float64}, V<:AbstractVector{var"#s4721"}}; full) got unsupported keyword arguments "alg", "atol", "rtol" @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/bidiag.jl:268 svd!(!Matched::Bidiagonal{T, V} where V<:AbstractVector{T}; tol, full, alg) where T<:Real got unsupported keyword arguments "atol", "rtol" @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/jlOvW/src/svd.jl:595 ... Stacktrace: [1] kwerr(::@NamedTuple{full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64}, ::Function, ::Matrix{BigFloat}) @ Base ./error.jl:175 [2] svd(A::Matrix{BigFloat}; full::Bool, alg::LinearAlgebra.DivideAndConquer, atol::Int64, rtol::Int64) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:194 [3] svd(A::Matrix{BigFloat}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/svd.jl:193 [4] aaa(f::Function, ::Type{BigFloat}; mmax::Int64, tol::BigFloat, refinement::Int64, lookahead::Int64, stats::Bool) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:501 [5] aaa(f::Function, ::Type{BigFloat}) @ BaryRational ~/.julia/packages/BaryRational/Zdtza/src/aaa.jl:480 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] [7] macro expansion @ ~/.julia/packages/BaryRational/Zdtza/test/test_continuum.jl:122 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [9] top-level scope @ ~/.julia/packages/BaryRational/Zdtza/test/test_continuum.jl:119 Test Summary: | Pass Error Total Time BaryRational Tests | 64 5 69 3m57.8s aaa_rational | 14 2 16 3m00.4s FH_rational_interpolation | 3 3 2.3s Barycentric interpolation on the Chebyshev points | 2 2 4.7s Test of Derivatives | 7 7 11.4s Continuum basic functions | 9 9 18.5s Low-accuracy | 1 1 0.1s Continuum Poles, zeros, residues | 4 4 7.9s Continuum Vertical scaling | 2 2 0.3s Continuum Polynomials and reciprocals | 8 8 2.8s Continuum Specified | 14 14 2.7s Continuum BigFloat | 3 3 5.7s RNG of the outermost testset: Xoshiro(0x8c40a5c1dbcea8fa, 0x86c1fe208b5b9c5e, 0xbab19b9242259a79, 0x0048587682a932fe, 0xc7f9153c5b3de763) ERROR: LoadError: Some tests did not pass: 64 passed, 0 failed, 5 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/BaryRational/Zdtza/test/runtests.jl:11 Testing failed after 256.68s ERROR: LoadError: Package BaryRational errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2661 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2510 [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.13/Pkg/src/API.jl:538 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:168 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [12] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 304.75s: package tests unexpectedly errored