Package evaluation of PowerSystemsUnits on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:57:59.738 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.81s ################################################################################ # Installation # Installing PowerSystemsUnits... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [c279aad7] + PowerSystemsUnits v0.2.1 Updating `~/.julia/environments/v1.10/Manifest.toml` [187b0558] + ConstructionBase v1.5.8 [c279aad7] + PowerSystemsUnits v0.2.1 ⌅ [1986cc42] + Unitful v1.6.0 [56f22d72] + Artifacts [ade2ca70] + Dates [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays v1.10.0 [10745b16] + Statistics v1.10.0 [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [bea87d4a] + SuiteSparse_jll v7.2.1+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 5.2s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 37.74s ################################################################################ # Testing # Testing PowerSystemsUnits Status `/tmp/jl_HjNXDV/Project.toml` [c279aad7] PowerSystemsUnits v0.2.1 ⌅ [1986cc42] Unitful v1.6.0 [ade2ca70] Dates [10745b16] Statistics v1.10.0 [8dfed614] Test Status `/tmp/jl_HjNXDV/Manifest.toml` [187b0558] ConstructionBase v1.5.8 [c279aad7] PowerSystemsUnits v0.2.1 ⌅ [1986cc42] Unitful v1.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 [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [8dfed614] Test [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+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... Power Related Unit: Error During Test at /home/pkgeval/.julia/packages/PowerSystemsUnits/PbqIQ/test/runtests.jl:21 Test threw exception Expression: 1 * u"USDPerMWh" == 1 * u"USD/(MW*hr)" KeyError: key :Currency not found Stacktrace: [1] getindex @ ./dict.jl:498 [inlined] [2] (::Unitful.var"#95#96")(z::Unitful.Dimension{:Currency}) @ Unitful ./none:0 [3] iterate(::Base.Generator{Tuple{Unitful.Dimension{:Currency}, Unitful.Dimension{:Length}, Unitful.Dimension{:Mass}, Unitful.Dimension{:Time}}, Unitful.var"#95#96"}) @ Base ./generator.jl:47 [4] #s75#94 @ ~/.julia/packages/Unitful/JwSBO/src/units.jl:305 [inlined] [5] var"#s75#94"(D::Any, ::Any, x::Any) @ Unitful ./none:0 [6] (::Core.GeneratedFunctionStub)(::UInt64, ::LineNumberNode, ::Any, ::Vararg{Any}) @ Core ./boot.jl:602 [7] _promote_unit @ ~/.julia/packages/Unitful/JwSBO/src/promotion.jl:25 [inlined] [8] promote_unit @ ~/.julia/packages/Unitful/JwSBO/src/promotion.jl:18 [inlined] [9] promote_rule(::Type{Unitful.Quantity{Int64, Money 𝐓^2 𝐋^-2 𝐌^-1, Unitful.FreeUnits{(USDPerMWh,), Money 𝐓^2 𝐋^-2 𝐌^-1, nothing}}}, ::Type{Unitful.Quantity{Int64, Money 𝐓^2 𝐋^-2 𝐌^-1, Unitful.FreeUnits{(USD, hr^-1, MW^-1), Money 𝐓^2 𝐋^-2 𝐌^-1, nothing}}}) @ Unitful ~/.julia/packages/Unitful/JwSBO/src/promotion.jl:71 [10] promote_type @ ./promotion.jl:313 [inlined] [11] _promote @ ./promotion.jl:369 [inlined] [12] promote @ ./promotion.jl:393 [inlined] [13] ==(x::Unitful.Quantity{Int64, Money 𝐓^2 𝐋^-2 𝐌^-1, Unitful.FreeUnits{(USDPerMWh,), Money 𝐓^2 𝐋^-2 𝐌^-1, nothing}}, y::Unitful.Quantity{Int64, Money 𝐓^2 𝐋^-2 𝐌^-1, Unitful.FreeUnits{(USD, hr^-1, MW^-1), Money 𝐓^2 𝐋^-2 𝐌^-1, nothing}}) @ Unitful ~/.julia/packages/Unitful/JwSBO/src/quantities.jl:316 [14] eval_test(evaluated::Expr, quoted::Expr, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:355 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [16] macro expansion @ ~/.julia/packages/PowerSystemsUnits/PbqIQ/test/runtests.jl:21 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [18] macro expansion @ ~/.julia/packages/PowerSystemsUnits/PbqIQ/test/runtests.jl:19 [inlined] [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [20] macro expansion @ ~/.julia/packages/PowerSystemsUnits/PbqIQ/test/runtests.jl:10 [inlined] [21] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [22] top-level scope @ ~/.julia/packages/PowerSystemsUnits/PbqIQ/test/runtests.jl:9 Test Summary: | Pass Error Total Time PowerSystemsUnits.jl | 3 1 4 12.4s Units | 3 1 4 12.4s Period Time Types | 1 1 4.0s Power Related Unit | 2 1 3 8.4s ERROR: LoadError: Some tests did not pass: 3 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/PowerSystemsUnits/PbqIQ/test/runtests.jl:8 Testing failed after 21.84s ERROR: LoadError: Package PowerSystemsUnits 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 74.84s: package tests unexpectedly errored