Package evaluation to test SimpleValueGraphs on Julia 1.12.4 (01a2eadb04*) started at 2026-01-08T23:19:38.859 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.54s ################################################################################ # Installation # Installing SimpleValueGraphs... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [b43c691f] + SimpleValueGraphs v0.4.1 Updating `~/.julia/environments/v1.12/Manifest.toml` [ec485272] + ArnoldiMethod v0.4.0 [34da2185] + Compat v4.18.1 ⌅ [864edb3b] + DataStructures v0.18.22 ⌃ [86223c79] + Graphs v1.13.1 [d25df0c9] + Inflate v0.1.5 [1914dd2f] + MacroTools v0.5.16 [bac558e1] + OrderedCollections v1.8.1 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [ae029012] + Requires v1.3.1 [699a6c99] + SimpleTraits v0.9.5 [b43c691f] + SimpleValueGraphs v0.4.1 [47aef6b3] + SimpleWeightedGraphs v1.5.1 [90137ffa] + StaticArrays v1.9.16 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.12.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs 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.8.3+2 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m` Installation completed after 1.23s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/iseFl/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:306 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:317 │ [9] _start() │ @ Base ./client.jl:550 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 6651.3 ms ✓ SimpleWeightedGraphs 4993.7 ms ✓ SimpleValueGraphs 2 dependencies successfully precompiled in 12 seconds. 35 already precompiled. 1 dependency had output during precompilation: ┌ SimpleValueGraphs │ WARNING: Constructor for type "SimpleGraph" was extended in `SimpleValueGraphs` without explicit qualification or import. │ NOTE: Assumed "SimpleGraph" refers to `SimpleGraphs.SimpleGraph`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function SimpleGraph end`. │ Hint: To silence the warning, qualify `SimpleGraph` as `SimpleGraphs.SimpleGraph` in the method signature or explicitly `import SimpleGraphs: SimpleGraph`. │ WARNING: Constructor for type "SimpleDiGraph" was extended in `SimpleValueGraphs` without explicit qualification or import. │ NOTE: Assumed "SimpleDiGraph" refers to `SimpleGraphs.SimpleDiGraph`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function SimpleDiGraph end`. │ Hint: To silence the warning, qualify `SimpleDiGraph` as `SimpleGraphs.SimpleDiGraph` in the method signature or explicitly `import SimpleGraphs: SimpleDiGraph`. └ Precompilation completed after 26.42s ################################################################################ # Testing # Testing SimpleValueGraphs Status `/tmp/jl_mBMMyz/Project.toml` ⌅ [864edb3b] DataStructures v0.18.22 ⌃ [86223c79] Graphs v1.13.1 [ae029012] Requires v1.3.1 [699a6c99] SimpleTraits v0.9.5 [b43c691f] SimpleValueGraphs v0.4.1 [47aef6b3] SimpleWeightedGraphs v1.5.1 [37e2e46d] LinearAlgebra v1.12.0 [2f01184e] SparseArrays v1.12.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_mBMMyz/Manifest.toml` [ec485272] ArnoldiMethod v0.4.0 [34da2185] Compat v4.18.1 ⌅ [864edb3b] DataStructures v0.18.22 ⌃ [86223c79] Graphs v1.13.1 [d25df0c9] Inflate v0.1.5 [1914dd2f] MacroTools v0.5.16 [bac558e1] OrderedCollections v1.8.1 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [ae029012] Requires v1.3.1 [699a6c99] SimpleTraits v0.9.5 [b43c691f] SimpleValueGraphs v0.4.1 [47aef6b3] SimpleWeightedGraphs v1.5.1 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.12.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs 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.8.3+2 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... WARNING: Method definition get_edgeval(Main.DummyValGraph{V, V_VALS, E_VALS, G_VALS, G} where G<:SimpleValueGraphs.AbstractValGraph{V, V_VALS, E_VALS, G_VALS} where G_VALS where E_VALS where V_VALS where V, Any, Any, Integer) in module Main at /home/pkgeval/.julia/packages/SimpleValueGraphs/4u8GX/test/testutils.jl:423 overwritten at /home/pkgeval/.julia/packages/SimpleValueGraphs/4u8GX/test/testutils.jl:432. 1 / 12 AbstractTuples.jl 5.639059 seconds (1.94 M allocations: 106.061 MiB, 4.99% gc time, 96.96% compilation time: 4% of which was recompilation) 2 / 12 abstractvaluegraph.jl 34.870665 seconds (12.70 M allocations: 649.209 MiB, 0.58% gc time, 92.51% compilation time) 3 / 12 graphwrappers.jl 5.154887 seconds (1.38 M allocations: 72.599 MiB, 0.69% gc time, 98.06% compilation time) 4 / 12 integrations/SimpleGraphs.jl 20.604832 seconds (6.65 M allocations: 362.198 MiB, 0.75% gc time, 97.91% compilation time) 5 / 12 interface/constructors.jl 23.647915 seconds (9.49 M allocations: 486.049 MiB, 1.64% gc time, 98.04% compilation time: <1% of which was recompilation) 6 / 12 interface/edges.jl 18.577642 seconds (4.47 M allocations: 231.069 MiB, 0.34% gc time, 97.23% compilation time) 7 / 12 interface/edgeval_accessors.jl 284.037132 seconds (74.48 M allocations: 3.914 GiB, 0.55% gc time, 99.10% compilation time) 8 / 12 interface/iterators.jl 198.656084 seconds (48.23 M allocations: 2.569 GiB, 0.51% gc time, 97.81% compilation time) 9 / 12 interface/modifiers.jl 7.589687 seconds (2.60 M allocations: 135.482 MiB, 0.51% gc time, 95.82% compilation time) 10 / 12 interface/vertexval_accessors.jl 0.905324 seconds (360.42 k allocations: 18.447 MiB, 96.24% compilation time) 11 / 12 matrices.jl 145.913336 seconds (56.23 M allocations: 3.067 GiB, 1.08% gc time, 95.56% compilation time) 12 / 12 operators.jl 6.213783 seconds (2.06 M allocations: 108.039 MiB, 0.71% gc time, 97.52% compilation time) Test Summary: | Pass Total Time ValueGraphs | 26155 26155 12m32.4s Testing SimpleValueGraphs tests passed Testing completed after 764.51s PkgEval succeeded after 813.72s