Package evaluation to test HardwareAbstractions on Julia 1.14.0-DEV.2086 (d19eac062f*) started at 2026-04-28T16:20:42.162 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.4s ################################################################################ # Installation # Installing HardwareAbstractions... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [9ac91abb] + HardwareAbstractions v0.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [bbf7d656] + CommonSubexpressions v0.3.1 [187b0558] + ConstructionBase v1.6.0 [aaaaaaaa] + ControlSystemsBase v1.20.3 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [ffbed154] + DocStringExtensions v0.9.5 [f6369f11] + ForwardDiff v1.3.3 [9ac91abb] + HardwareAbstractions v0.1.1 [e91730f6] + Hungarian v0.7.0 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.7.1 [7a12625a] + LinearMaps v3.11.4 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [99c1a7ee] + MatrixEquations v2.5.6 [48965c70] + MatrixPencils v1.9.1 [77ba4419] + NaNMath v1.1.3 [bac558e1] + OrderedCollections v1.8.1 [f27b6e38] + Polynomials v4.1.1 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.2 [3cdcf5f2] + RecipesBase v1.3.4 [efcf1570] + Setfield v1.1.2 [276daf66] + SpecialFunctions v2.7.2 [1e83bf80] + StaticArraysCore v1.4.4 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [9fa8497b] + Future 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.0.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.32+0 [05823500] + OpenLibm_jll v0.8.7+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 6.24s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 8.7 s ✓ MatrixPencils ERROR: LoadError: ArgumentError: invalid argument #11 to LAPACK call Stacktrace:  [1] cconvert(::Type{Ptr{Float64}}, V::SubArray{Float64, 2, Matrix{Float64}, Tuple{UnitRange{Int64}, UnitRange{Int64}}, false})  @ Base /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/lapack.jl:29 [inlined]  [2] sygvd!(itype::Int64, jobz::Char, uplo::Char, A::SubArray{Float64, 2, Matrix{Float64}, Tuple{UnitRange{Int64}, UnitRange{Int64}}, false}, B::SubArray{Float64, 2, Matrix{Float64}, Tuple{UnitRange{Int64}, UnitRange{Int64}}, false})  @ LinearAlgebra.LAPACK /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/lapack.jl:5511  [3] LinearAlgebra.Hermitian(A::SubArray{Float64, 2, Matrix{Float64}, Tuple{UnitRange{Int64}, UnitRange{Int64}}, false})  @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/symmetriceigen.jl:331 [inlined]  [4] isposdef(A::SubArray{Float64, 2, Matrix{Float64}, Tuple{UnitRange{Int64}, UnitRange{Int64}}, false})  @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/symmetriceigen.jl:330 [inlined]  [5] eigvals!(A::SubArray{Float64, 2, Matrix{Float64}, Tuple{UnitRange{Int64}, UnitRange{Int64}}, false}, B::SubArray{Float64, 2, Matrix{Float64}, Tuple{UnitRange{Int64}, UnitRange{Int64}}, false}; sortby::Nothing)  @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/eigen.jl:572  [6] eigvals!  @ /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/eigen.jl:571 [inlined]  [7] eigvalsnosort!(M::SubArray{Float64, 2, Matrix{Float64}, Tuple{UnitRange{Int64}, UnitRange{Int64}}, false}, N::SubArray{Float64, 2, Matrix{Float64}, Tuple{UnitRange{Int64}, UnitRange{Int64}}, false}; kwargs::@Kwargs{})  @ MatrixPencils ~/.julia/packages/MatrixPencils/AzObp/src/gsfstab.jl:2166  [8] view(::Matrix{Float64}, ::UnitRange{Int64}, ::UnitRange{Int64})  @ Base ~/.julia/packages/MatrixPencils/AzObp/src/gsfstab.jl:2165 [inlined]  [9] spzeros(A::Matrix{Float64}, E::LinearAlgebra.UniformScaling{Bool}, B::Matrix{Float64}, C::Matrix{Float64}, D::Matrix{Float64}; fast::Bool, atol1::Float64, atol2::Float64, rtol::Float64)  @ MatrixPencils ~/.julia/packages/MatrixPencils/AzObp/src/sklfapps.jl:93  [10] complex(A::Vector{Float64})  @ Base ~/.julia/packages/MatrixPencils/AzObp/src/sklfapps.jl:34 [inlined]  [11] tzeros(A::Matrix{Float64}, B::Matrix{Float64}, C::Matrix{Float64}, D::Matrix{Float64}; extra::Val{false}, balance::Bool, kwargs::@Kwargs{})  @ ControlSystemsBase ~/.julia/packages/ControlSystemsBase/v6tbj/src/analysis.jl:297  [12] tzeros  @ ~/.julia/packages/ControlSystemsBase/v6tbj/src/analysis.jl:292 [inlined]  [13] iterate(r::UnitRange{Int64})  @ Base ~/.julia/packages/ControlSystemsBase/v6tbj/src/types/conversion.jl:320 [inlined]  [14] convert(::Type{ControlSystemsBase.TransferFunction{ControlSystemsBase.Discrete{Float64}, ControlSystemsBase.SisoZpk{Float64, ComplexF64}}}, sys::ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64})  @ ControlSystemsBase ~/.julia/packages/ControlSystemsBase/v6tbj/src/types/conversion.jl:303  [15] convert  @ ~/.julia/packages/ControlSystemsBase/v6tbj/src/types/conversion.jl:311 [inlined]  [16] zpkdata  @ ~/.julia/packages/ControlSystemsBase/v6tbj/src/analysis.jl:191 [inlined]  [17] _bounds_and_features(sys::ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64}, plot::Val{:bode})  @ ControlSystemsBase ~/.julia/packages/ControlSystemsBase/v6tbj/src/freqresp.jl:506  [18] iterate(A::Vector{ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64}})  @ Base ~/.julia/packages/ControlSystemsBase/v6tbj/src/freqresp.jl:489 [inlined]  [19] iterate(::Base.Generator{Vector{ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64}}, ControlSystemsBase.var"#202#203"{Val{:bode}}})  @ Base ./generator.jl:48 [inlined]  [20] _collect(c::Vector{ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64}}, itr::Base.Generator{Vector{ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64}}, ControlSystemsBase.var"#202#203"{Val{:bode}}}, ::Base.EltypeUnknown, isz::Base.HasShape{1})  @ Base ./array.jl:853  [21] round(::Type{Int64}, x::Float64, r::RoundingMode{:Nearest})  @ Base ./array.jl:768 [inlined]  [22] round(::Type{Int64}, x::Float64)  @ Base ./abstractarray.jl:3390 [inlined]  [23] _default_freq_vector(systems::Vector{ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64}}, plot::Val{:bode}; adaptive::Bool)  @ ControlSystemsBase ~/.julia/packages/ControlSystemsBase/v6tbj/src/freqresp.jl:489  [24] _default_freq_vector  @ ~/.julia/packages/ControlSystemsBase/v6tbj/src/freqresp.jl:481 [inlined]  [25] _default_freq_vector(sys::ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64}, plot::Val{:bode}; kwargs::@Kwargs{})  @ ControlSystemsBase ~/.julia/packages/ControlSystemsBase/v6tbj/src/freqresp.jl:500 [inlined]  [26] bode(sys::ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64})  @ ControlSystemsBase ~/.julia/packages/ControlSystemsBase/v6tbj/src/freqresp.jl:349  [27] macro expansion  @ ~/.julia/packages/ControlSystemsBase/v6tbj/src/precompilation.jl:9 [inlined]  [28] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [29] macro expansion  @ ~/.julia/packages/ControlSystemsBase/v6tbj/src/precompilation.jl:6 [inlined]  [30] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:121 [inlined]  [31] top-level scope  @ ~/.julia/packages/ControlSystemsBase/v6tbj/src/precompilation.jl:118  [32] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [33] top-level scope  @ ~/.julia/packages/ControlSystemsBase/v6tbj/src/ControlSystemsBase.jl:273  [34] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [35] 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  [36] top-level scope  @ stdin:5  [37] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [38] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [39] materialize(bc::Base.Broadcast.Broadcasted{Base.Broadcast.DefaultArrayStyle{1}, Nothing, Type{Symbol}, Tuple{Vector{SubString{String}}}})  @ Base.Broadcast ./loading.jl:3123 [inlined]  [40] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:350  [41] _start()  @ Base ./client.jl:593 in expression starting at /home/pkgeval/.julia/packages/ControlSystemsBase/v6tbj/src/precompilation.jl:4 in expression starting at /home/pkgeval/.julia/packages/ControlSystemsBase/v6tbj/src/ControlSystemsBase.jl:1 in expression starting at stdin:5  ** On entry to DSYGVD parameter number 11 had an illegal value ✗ ControlSystemsBase 7.5 s ✓ HardwareAbstractions 2 dependencies successfully precompiled in 83 seconds. 36 already precompiled. Precompilation completed after 111.42s ################################################################################ # Testing # Testing HardwareAbstractions Status `/tmp/jl_ZkD3rf/Project.toml` [aaaaaaaa] ControlSystemsBase v1.20.3 [9ac91abb] HardwareAbstractions v0.1.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_ZkD3rf/Manifest.toml` [bbf7d656] CommonSubexpressions v0.3.1 [187b0558] ConstructionBase v1.6.0 [aaaaaaaa] ControlSystemsBase v1.20.3 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [ffbed154] DocStringExtensions v0.9.5 [f6369f11] ForwardDiff v1.3.3 [9ac91abb] HardwareAbstractions v0.1.1 [e91730f6] Hungarian v0.7.0 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 [7a12625a] LinearMaps v3.11.4 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [99c1a7ee] MatrixEquations v2.5.6 [48965c70] MatrixPencils v1.9.1 [77ba4419] NaNMath v1.1.3 [bac558e1] OrderedCollections v1.8.1 [f27b6e38] Polynomials v4.1.1 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.2 [3cdcf5f2] RecipesBase v1.3.4 [efcf1570] Setfield v1.1.2 [276daf66] SpecialFunctions v2.7.2 [1e83bf80] StaticArraysCore v1.4.4 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [ade2ca70] Dates v1.11.0 [9fa8497b] Future 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.0.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [fa267f1f] TOML v1.0.3 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.32+0 [05823500] OpenLibm_jll v0.8.7+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... ERROR: LoadError: ArgumentError: Package DSP not found in current path. - Run `import Pkg; Pkg.add("DSP")` to install the DSP package. Stacktrace: [1] macro expansion @ ./loading.jl:2580 [inlined] [2] string(::String, ::Union{Char, String, Symbol}, ::Symbol, ::String) @ Base ./lock.jl:376 [inlined] [3] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2563 [4] require(into::Module, mod::Symbol) @ Base ./loading.jl:2539 [inlined] [5] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) @ Base ./module.jl:36 [inlined] [6] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [7] _eval_using(to::Module, path::Expr, flags::UInt8) @ Base ./module.jl:137 [inlined] [8] top-level scope @ ~/.julia/packages/HardwareAbstractions/bjC44/test/runtests.jl:1 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:517 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [13] _start() @ Base ./client.jl:593 in expression starting at /home/pkgeval/.julia/packages/HardwareAbstractions/bjC44/test/runtests.jl:1 Testing failed after 19.85s ERROR: LoadError: Package HardwareAbstractions 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:3162 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [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:586 [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:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 174.09s: package is using an unknown package