Package evaluation of FullNetworkSystems on Julia 1.13.0-DEV.985 (9c94e7ae32*) started at 2025-08-14T16:10:13.711 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 11.61s ################################################################################ # Installation # Installing FullNetworkSystems... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [877b7152] + FullNetworkSystems v1.7.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [94b1ba4f] + AxisKeys v0.2.16 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 ⌅ [85a47980] + Dictionaries v0.3.29 [ffbed154] + DocStringExtensions v0.9.5 [877b7152] + FullNetworkSystems v1.7.0 [313cdc1a] + Indexing v1.1.1 [842dd82b] + InlineStrings v1.4.4 [8197267c] + IntervalSets v0.7.11 [82899510] + IteratorInterfaceExtensions v1.0.0 [356022a1] + NamedDims v1.2.3 [bac558e1] + OrderedCollections v1.8.1 [10745b16] + Statistics v1.11.1 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates 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 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 4.1s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 24.87s ################################################################################ # Testing # Testing FullNetworkSystems Status `/tmp/jl_kUlHEK/Project.toml` [94b1ba4f] AxisKeys v0.2.16 ⌅ [85a47980] Dictionaries v0.3.29 [ffbed154] DocStringExtensions v0.9.5 [877b7152] FullNetworkSystems v1.7.0 [842dd82b] InlineStrings v1.4.4 [ade2ca70] Dates v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_kUlHEK/Manifest.toml` [94b1ba4f] AxisKeys v0.2.16 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 ⌅ [85a47980] Dictionaries v0.3.29 [ffbed154] DocStringExtensions v0.9.5 [877b7152] FullNetworkSystems v1.7.0 [313cdc1a] Indexing v1.1.1 [842dd82b] InlineStrings v1.4.4 [8197267c] IntervalSets v0.7.11 [82899510] IteratorInterfaceExtensions v1.0.0 [356022a1] NamedDims v1.2.3 [bac558e1] OrderedCollections v1.8.1 [10745b16] Statistics v1.11.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [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 [8dfed614] Test v1.11.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 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... no transformers: Error During Test at /home/pkgeval/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:68 Got exception outside of a @test UndefVarError: `Not` not defined in `FullNetworkSystems` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] compute_ptdf(buses::Dictionary{InlineStrings.String15, Bus}, branches::Dictionary{InlineStrings.String31, Branch}; block_size::Int64, reference_bus::Nothing) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:37 [2] compute_ptdf(buses::Dictionary{InlineStrings.String15, Bus}, branches::Dictionary{InlineStrings.String31, Branch}) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:24 [3] top-level scope @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:62 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [5] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:63 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [7] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:69 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [9] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:69 [inlined] [10] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [11] top-level scope @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/runtests.jl:10 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [13] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/runtests.jl:12 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core ./boot.jl:489 [17] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [18] _start() @ Base ./client.jl:563 with_transformers: Error During Test at /home/pkgeval/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:107 Got exception outside of a @test UndefVarError: `Not` not defined in `FullNetworkSystems` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] compute_ptdf(buses::Dictionary{InlineStrings.String15, Bus}, branches::Dictionary{InlineStrings.String31, Branch}; block_size::Int64, reference_bus::Nothing) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:37 [2] compute_ptdf(buses::Dictionary{InlineStrings.String15, Bus}, branches::Dictionary{InlineStrings.String31, Branch}) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:24 [3] top-level scope @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:62 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [5] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:63 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [7] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:108 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [9] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:117 [inlined] [10] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [11] top-level scope @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/runtests.jl:10 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [13] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/runtests.jl:12 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core ./boot.jl:489 [17] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [18] _start() @ Base ./client.jl:563 LODF: Error During Test at /home/pkgeval/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:129 Got exception outside of a @test UndefVarError: `Not` not defined in `FullNetworkSystems` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] compute_ptdf(buses::Dictionary{InlineStrings.String15, Bus}, branches::Dictionary{InlineStrings.String31, Branch}; block_size::Int64, reference_bus::Nothing) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:37 [2] compute_ptdf(buses::Dictionary{InlineStrings.String15, Bus}, branches::Dictionary{InlineStrings.String31, Branch}) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:24 [3] top-level scope @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:62 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [5] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:130 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [7] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:130 [inlined] [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [9] top-level scope @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/runtests.jl:10 [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [11] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/runtests.jl:12 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [13] top-level scope @ none:6 [14] eval(m::Module, e::Any) @ Core ./boot.jl:489 [15] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [16] _start() @ Base ./client.jl:563 From system: Error During Test at /home/pkgeval/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:211 Test threw exception Expression: compute_ptdf(sys) == compute_ptdf(buses, branches) == retrieve_ptdf(sys) UndefVarError: `Not` not defined in `FullNetworkSystems` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] compute_ptdf(buses::Dictionary{InlineStrings.String15, Bus}, branches::Dictionary{InlineStrings.String31, Branch}; block_size::Int64, reference_bus::Nothing) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:37 [2] compute_ptdf @ ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:24 [inlined] [3] #compute_ptdf#19 @ ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:21 [inlined] [4] compute_ptdf(system::SystemRT) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:20 [5] top-level scope @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:62 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [7] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:173 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [9] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:211 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined] From system: Error During Test at /home/pkgeval/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:172 Got exception outside of a @test UndefVarError: `Not` not defined in `FullNetworkSystems` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] compute_ptdf(buses::Dictionary{InlineStrings.String15, Bus}, branches::Dictionary{InlineStrings.String31, Branch}; block_size::Int64, reference_bus::Nothing) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:37 [2] compute_ptdf @ ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:24 [inlined] [3] #compute_ptdf#19 @ ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:21 [inlined] [4] compute_ptdf(system::SystemRT) @ FullNetworkSystems ~/.julia/packages/FullNetworkSystems/NCtUS/src/matrices.jl:20 [5] top-level scope @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:62 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [7] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:173 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [9] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/matrices.jl:220 [inlined] [10] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [11] top-level scope @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/runtests.jl:10 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [13] macro expansion @ ~/.julia/packages/FullNetworkSystems/NCtUS/test/runtests.jl:12 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core ./boot.jl:489 [17] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [18] _start() @ Base ./client.jl:563 Test Summary: | Pass Error Total Time FullNetworkSystems.jl | 151 5 156 1m12.3s system.jl | 137 137 23.1s Block matrix inversion | 7 7 28.1s matrices | 7 5 12 16.1s PTDF and incidence | 3 2 5 12.3s no transformers | 1 1 9.3s with_transformers | 1 1 2 0.4s LODF | 1 1 0.0s From system | 4 2 6 3.8s RNG of the outermost testset: Random.Xoshiro(0xb3cb07e0945f5240, 0xb1ca9a6ec0982eb9, 0x10caffce55c1299b, 0xa2fbfb55dfffbd9d, 0x9205b58da2ebddbd) ERROR: LoadError: Some tests did not pass: 151 passed, 0 failed, 5 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/FullNetworkSystems/NCtUS/test/runtests.jl:9 Testing failed after 87.15s ERROR: LoadError: Package FullNetworkSystems 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:2672 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2521 [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] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:515 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:157 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [9] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:308 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:330 [14] _start() @ Base ./client.jl:563 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 148.01s: package tests unexpectedly errored