Package evaluation to test Graph500 on Julia 1.14.0-DEV.1299 (6d6224db99*) started at 2025-11-27T14:54:41.545 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.83s ################################################################################ # Installation # Installing Graph500... Resolving package versions... Installed DataAPI ───────────── v1.16.0 Installed Compat ────────────── v4.18.1 Installed ArnoldiMethod ─────── v0.1.0 Installed OrderedCollections ── v1.8.1 Installed DataStructures ────── v0.18.22 Installed MacroTools ────────── v0.5.16 Installed Statistics ────────── v1.11.1 Installed StatsBase ─────────── v0.33.21 Installed StatsAPI ──────────── v1.7.1 Installed StaticArraysCore ──── v1.4.4 Installed IrrationalConstants ─ v0.2.6 Installed SimpleTraits ──────── v0.9.5 Installed LogExpFunctions ───── v0.3.29 Installed ProgressMeter ─────── v0.9.0 Installed PrecompileTools ───── v1.3.3 Installed StaticArrays ──────── v1.9.15 Installed Missings ──────────── v1.2.0 Installed Preferences ───────── v1.5.0 Installed Inflate ───────────── v0.1.5 Installed SortingAlgorithms ─── v1.2.2 Installed DocStringExtensions ─ v0.9.5 Installed Graph500 ──────────── v0.1.0 Installed LightGraphs ───────── v1.3.5 Updating `~/.julia/environments/v1.14/Project.toml` [1ba61846] + Graph500 v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [ec485272] + ArnoldiMethod v0.1.0 [34da2185] + Compat v4.18.1 [9a962f9c] + DataAPI v1.16.0 ⌅ [864edb3b] + DataStructures v0.18.22 [ffbed154] + DocStringExtensions v0.9.5 [1ba61846] + Graph500 v0.1.0 [d25df0c9] + Inflate v0.1.5 [92d709cd] + IrrationalConstants v0.2.6 [093fc24a] + LightGraphs v1.3.5 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [e1d29d7a] + Missings v1.2.0 [bac558e1] + OrderedCollections v1.8.1 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 ⌅ [92933f4c] + ProgressMeter v0.9.0 [699a6c99] + SimpleTraits v0.9.5 [a2af1166] + SortingAlgorithms v1.2.2 [90137ffa] + StaticArrays v1.9.15 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.7.1 ⌅ [2913bbd2] + StatsBase v0.33.21 [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.13.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 v1.0.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.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.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.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 2.0s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... WARNING: Imported binding Operations.project_rel_path was undeclared at import time during import to TestEnv. 4658.5 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. 1 dependency had output during precompilation: ┌ TestEnv │ WARNING: Imported binding Operations.project_rel_path was undeclared at import time during import to TestEnv. └ ┌ 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/i9lgt/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/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:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 3874.6 ms ✓ MacroTools 1157.5 ms ✓ Statistics 935.6 ms ✓ DataAPI 2002.9 ms ✓ IrrationalConstants 943.3 ms ✓ StaticArraysCore 838.2 ms ✓ StatsAPI 1285.5 ms ✓ OrderedCollections 1238.7 ms ✓ DocStringExtensions 1096.5 ms ✓ Inflate 1134.8 ms ✓ Compat 1121.3 ms ✓ Preferences 1271.6 ms ✓ ProgressMeter 3257.5 ms ✓ SimpleTraits 1396.1 ms ✓ Statistics → SparseArraysExt 965.8 ms ✓ Missings 1363.8 ms ✓ LogExpFunctions 793.0 ms ✓ Compat → CompatLinearAlgebraExt 901.9 ms ✓ PrecompileTools 3905.3 ms ✓ DataStructures 9846.8 ms ✓ StaticArrays 1451.5 ms ✓ SortingAlgorithms 1306.3 ms ✓ StaticArrays → StaticArraysStatisticsExt 3825.7 ms ✓ ArnoldiMethod 7944.6 ms ✓ StatsBase 6403.8 ms ✓ LightGraphs 3480.5 ms ✓ Graph500 26 dependencies successfully precompiled in 64 seconds. 18 already precompiled. Precompilation completed after 79.3s ################################################################################ # Testing # Testing Graph500 Status `/tmp/jl_Enu6FF/Project.toml` [1ba61846] Graph500 v0.1.0 [093fc24a] LightGraphs v1.3.5 ⌅ [92933f4c] ProgressMeter v0.9.0 [10745b16] Statistics v1.11.1 ⌅ [2913bbd2] StatsBase v0.33.21 [8ba89e20] Distributed v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Enu6FF/Manifest.toml` ⌅ [ec485272] ArnoldiMethod v0.1.0 [34da2185] Compat v4.18.1 [9a962f9c] DataAPI v1.16.0 ⌅ [864edb3b] DataStructures v0.18.22 [ffbed154] DocStringExtensions v0.9.5 [1ba61846] Graph500 v0.1.0 [d25df0c9] Inflate v0.1.5 [92d709cd] IrrationalConstants v0.2.6 [093fc24a] LightGraphs v1.3.5 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [e1d29d7a] Missings v1.2.0 [bac558e1] OrderedCollections v1.8.1 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 ⌅ [92933f4c] ProgressMeter v0.9.0 [699a6c99] SimpleTraits v0.9.5 [a2af1166] SortingAlgorithms v1.2.2 [90137ffa] StaticArrays v1.9.15 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.1 ⌅ [2913bbd2] StatsBase v0.33.21 [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.13.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 v1.0.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.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.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... kronecker_generator: Test Failed at /home/pkgeval/.julia/packages/Graph500/fBDvZ/test/kronecker_generator.jl:6 Expression: ij1 == ij2 Evaluated: UInt8[0x02 0x03 … 0x03 0x03; 0x02 0x03 … 0x03 0x02] == UInt8[0x01 0x04 … 0x04 0x04; 0x01 0x04 … 0x04 0x01] Stacktrace: [1] top-level scope @ ~/.julia/packages/Graph500/fBDvZ/test/kronecker_generator.jl:2 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Graph500/fBDvZ/test/kronecker_generator.jl:6 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Generating graph. Starting Kernel 1. Kernel 2: 10%|████▏ | ETA: 0:00:15 Kernel 2: 100%|█████████████████████████████████████████| Time: 0:00:02 Benchmark Info Scale : 4 Number of vertices : 16 Number of Edges : 12 Number of Bfs : 10 Graph construction time Graph Construction Time : 1.682e-5 BFS time statistics BFS min time : 8.4e-7 BFS first quartile time : 9.874999999999999e-7 BFS median time : 1.025e-6 BFS third quartile time : 1.2625e-6 BFS max time : 1.1619e-5 BFS mean time : 2.8439e-6 BFS standard deviation time : 3.864716302654051e-6 Edges traversed per BFS statistics BFS min nedge : 19.0 BFS first quartile nedge : 23.0 BFS median nedge : 23.5 BFS third quartile nedge : 25.0 BFS max nedge : 31.0 BFS mean nedge : 23.9 BFS standard deviation nedge : 3.134042472944842 Edges traversed per second statistics BFS min TEPS : 2.1516481624924694e6 BFS first quartile TEPS : 1.754855167873601e7 BFS median TEPS : 2.1228658298900757e7 BFS third quartile TEPS : 2.396368741671426e7 BFS max TEPS : 3.163265306122449e7 BFS harmonic mean TEPS : 8.457282020659655e6 BFS harmonic standard deviation TEPS : 3.744989174240579e6 Benchmark Info Scale : 4 Number of vertices : 16 Number of Edges : 12 Number of Bfs : 10 Graph construction time Graph Construction Time : 1.682e-5 BFS time statistics BFS min time : 8.4e-7 BFS first quartile time : 9.874999999999999e-7 BFS median time : 1.025e-6 BFS third quartile time : 1.2625e-6 BFS max time : 1.1619e-5 BFS mean time : 2.8439e-6 BFS standard deviation time : 3.864716302654051e-6 Edges traversed per BFS statistics BFS min nedge : 19.0 BFS first quartile nedge : 23.0 BFS median nedge : 23.5 BFS third quartile nedge : 25.0 BFS max nedge : 31.0 BFS mean nedge : 23.9 BFS standard deviation nedge : 3.134042472944842 Edges traversed per second statistics BFS min TEPS : 2.1516481624924694e6 BFS first quartile TEPS : 1.754855167873601e7 BFS median TEPS : 2.1228658298900757e7 BFS third quartile TEPS : 2.396368741671426e7 BFS max TEPS : 3.163265306122449e7 BFS harmonic mean TEPS : 8.457282020659655e6 BFS harmonic standard deviation TEPS : 3.744989174240579e6 Generating graph. Starting Kernel 1. Benchmark Info Scale : 4 Number of vertices : 16 Number of Edges : 21 Number of Bfs : 15 Graph construction time Graph Construction Time : 1.749e-5 BFS time statistics BFS min time : 1.09e-6 BFS first quartile time : 1.24e-6 BFS median time : 1.42e-6 BFS third quartile time : 1.4749999999999999e-6 BFS max time : 5.17e-6 BFS mean time : 1.638e-6 BFS standard deviation time : 1.0024626818846814e-6 Edges traversed per BFS statistics BFS min nedge : 44.0 BFS first quartile nedge : 46.5 BFS median nedge : 49.0 BFS third quartile nedge : 49.25 BFS max nedge : 57.0 BFS mean nedge : 48.86666666666667 BFS standard deviation nedge : 3.7295474000907682 Edges traversed per second statistics BFS min TEPS : 8.51063829787234e6 BFS first quartile TEPS : 3.174486105824134e7 BFS median TEPS : 3.450704225352113e7 BFS third quartile TEPS : 4.223180076628353e7 BFS max TEPS : 4.5e7 BFS harmonic mean TEPS : 2.915484065652961e7 BFS harmonic standard deviation TEPS : 5.371979462845672e6 Test Summary: | Pass Fail Total Time test set | 15 1 16 32.8s kronecker_generator | 3 1 4 13.3s kernel_1 | 3 3 1.6s kernel_2 | 3 3 3.7s validations | 4 4 4.8s output | 0 6.6s driver | 2 2 0.0s RNG of the outermost testset: Random.Xoshiro(0xbe34c35401f23929, 0x8c623d076d61cb7c, 0x0431989e6e1da9d7, 0xa8c7b7c1855b66d6, 0x15c97bcd162bbcaa) ERROR: LoadError: Some tests did not pass: 15 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Graph500/fBDvZ/test/runtests.jl:4 Testing failed after 41.58s ERROR: LoadError: Package Graph500 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:2946 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2795 [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:572 [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.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 150.26s: package has test failures