Package evaluation to test VoronoiGraph on Julia 1.14.0-DEV.2468 (92be8bc088*) started at 2026-07-06T06:41:49.618 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.69s ################################################################################ # Installation # Installing VoronoiGraph... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [e5f3e3e8] + VoronoiGraph v0.2.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [1520ce14] + AbstractTrees v0.4.5 [b4f34e82] + Distances v0.10.12 [ffbed154] + DocStringExtensions v0.9.5 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.8.0 [2ab3a3ac] + LogExpFunctions v1.0.1 [b8a86587] + NearestNeighbors v0.4.28 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [92933f4c] + ProgressMeter v1.11.0 [3cdcf5f2] + RecipesBase v1.3.4 [276daf66] + SpecialFunctions v2.8.0 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.8.0 [e5f3e3e8] + VoronoiGraph v0.2.3 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [4536629a] + OpenBLAS_jll v0.3.33+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 5.07s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.1 s ✓ CommonSubexpressions 4.1 s ✓ FixedPointNumbers 1.2 s ✓ Distances 1.8 s ✓ GeoInterface 1.7 s ✓ Tables 0.0 s ✓ Statistics → SparseArraysExt 1.0 s ✓ StructUtils → StructUtilsStaticArraysCoreExt 0.0 s ✓ JLLWrappers 3.5 s ✓ RecipesBase 13.5 s ✓ StaticArrays 5.5 s ✓ ColorTypes 2.6 s ✓ Distances → DistancesSparseArraysExt 2.7 s ✓ StructArrays 2.0 s ✓ StructUtils → StructUtilsTablesExt 2.2 s ✓ EarCut_jll 2.3 s ✓ Bzip2_jll 0.2 s ✓ OpenSpecFun_jll 2.0 s ✓ StaticArrays → StaticArraysStatisticsExt 2.0 s ✓ ConstructionBase → ConstructionBaseStaticArraysExt 4.5 s ✓ Colors 2.0 s ✓ StructArrays → StructArraysSparseArraysExt 0.8 s ✓ StructArrays → StructArraysLinearAlgebraExt 2.1 s ✓ StructArrays → StructArraysStaticArraysExt 1.1 s ✓ CodecBzip2 5.4 s ✓ SpecialFunctions 8.6 s ✓ NearestNeighbors 1.6 s ✓ VoronoiDelaunay 6.9 s ✓ GeometryBasics 7.0 s ✓ ForwardDiff 6.1 s ✓ VoronoiGraph 4.3 s ✓ VoronoiCells 2.4 s ✓ ForwardDiff → ForwardDiffStaticArraysExt 93.0 s ✓ MathOptInterface 9.1 s ✓ MathOptInterface → MathOptInterfaceBenchmarkToolsExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("ec6370fa-4f06-57a5-8b66-43a254a17480"), "ForwardDiffStaticArraysExt") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::Nothing)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::Nothing)  @ Base loading.jl:2685  [4] run_extension_callbacks(extid::Base.ExtensionId)  @ Base loading.jl:1769  [5] run_extension_callbacks(pkgid::Base.PkgId)  @ Base loading.jl:1806  [6] run_package_callbacks(modkey::Base.PkgId)  @ Base loading.jl:1622  [7] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2693  [8] macro expansion  @ loading.jl:2599 [inlined]  [9] macro expansion  @ lock.jl:376 [inlined]  [10] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [11] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [12] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [13] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [14] top-level scope  @ ~/.julia/packages/Polyhedra/Rh0hj/src/dimension.jl:1  [15] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [16] top-level scope  @ ~/.julia/packages/Polyhedra/Rh0hj/src/Polyhedra.jl:32  [17] include(mod::Module, _path::String)  @ Base Base.jl:325  [18] 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:3303  [19] top-level scope  @ stdin:5  [20] eval(m::Module, e::Any)  @ Core boot.jl:522  [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [22] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [23] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [24] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Polyhedra/Rh0hj/src/dimension.jl:1 in expression starting at /home/pkgeval/.julia/packages/Polyhedra/Rh0hj/src/Polyhedra.jl:1 in expression starting at stdin:5 ✗ Polyhedra ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("67491407-f73d-577b-9b50-8179a7c68029"), "Polyhedra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] top-level scope  @ ~/.julia/packages/Polyhedra/Rh0hj/ext/PolyhedraRecipesBaseExt.jl:4  [11] include(mod::Module, _path::String)  @ Base Base.jl:325  [12] 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:3303  [13] top-level scope  @ stdin:5  [14] eval(m::Module, e::Any)  @ Core boot.jl:522  [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [16] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [17] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [18] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Polyhedra/Rh0hj/ext/PolyhedraRecipesBaseExt.jl:1 in expression starting at stdin:5 ✗ Polyhedra → PolyhedraRecipesBaseExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("67491407-f73d-577b-9b50-8179a7c68029"), "Polyhedra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/Polyhedra/Rh0hj/ext/PolyhedraGeometryBasicsExt.jl:5  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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:3303  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:522  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Polyhedra/Rh0hj/ext/PolyhedraGeometryBasicsExt.jl:1 in expression starting at stdin:5 ✗ Polyhedra → PolyhedraGeometryBasicsExt 13.0 s ✓ VoronoiGraph → PolyhedraExt 32 dependencies successfully precompiled in 240 seconds. 71 already precompiled. Precompilation completed after 253.08s ################################################################################ # Testing # Testing VoronoiGraph Status `/tmp/jl_oIFeik/Project.toml` [6e4b80f9] BenchmarkTools v1.8.0 [67491407] Polyhedra v0.8.1 [3cdcf5f2] RecipesBase v1.3.4 [10745b16] Statistics v1.11.1 [e3e34ffb] VoronoiCells v0.4.0 [e5f3e3e8] VoronoiGraph v0.2.3 [37e2e46d] LinearAlgebra v1.14.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_oIFeik/Manifest.toml` [1520ce14] AbstractTrees v0.4.5 [6e4b80f9] BenchmarkTools v1.8.0 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 ⌅ [3da002f7] ColorTypes v0.11.5 ⌅ [5ae59095] Colors v0.12.11 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.18.1 [187b0558] ConstructionBase v1.6.0 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.16.0 [b4f34e82] Distances v0.10.12 [ffbed154] DocStringExtensions v0.9.5 [411431e0] Extents v0.1.6 ⌅ [53c48c17] FixedPointNumbers v0.8.6 [f6369f11] ForwardDiff v1.4.1 ⌅ [14197337] GenericLinearAlgebra v0.3.19 [68eda718] GeoFormatTypes v0.4.5 ⌃ [cf35fbd7] GeoInterface v1.4.1 [fd0ad045] GeometricalPredicates v0.4.2 ⌅ [5c1252a2] GeometryBasics v0.4.11 [92d709cd] IrrationalConstants v0.2.6 [c8e1da08] IterTools v1.10.0 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.1 [2ab3a3ac] LogExpFunctions v1.0.1 [1914dd2f] MacroTools v0.5.16 [b8f27783] MathOptInterface v1.51.1 [d8a4904e] MutableArithmetics v1.8.0 [77ba4419] NaNMath v1.1.4 [b8a86587] NearestNeighbors v0.4.28 ⌅ [bac558e1] OrderedCollections v1.8.2 [69de0a69] Parsers v2.8.6 [67491407] Polyhedra v0.8.1 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [92933f4c] ProgressMeter v1.11.0 [3cdcf5f2] RecipesBase v1.3.4 [189a3867] Reexport v1.2.2 [276daf66] SpecialFunctions v2.8.0 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 ⌅ [09ab397b] StructArrays v0.6.21 [ec057cc2] StructUtils v2.8.2 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.13.0 [3bb67fe8] TranscodingStreams v0.11.3 [e3e34ffb] VoronoiCells v0.4.0 [72f80fcb] VoronoiDelaunay v0.4.4 [e5f3e3e8] VoronoiGraph v0.2.3 [6e34b625] Bzip2_jll v1.0.9+0 [5ae413db] EarCut_jll v2.2.4+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.5+2 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.7+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.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... seed = 0x9ca1085896f22f5c 20.013810 seconds (12.36 M allocations: 733.665 MiB, 2.02% gc time, 99.62% compilation time: <1% of which was recompilation) 8.454138 seconds (3.13 M allocations: 196.601 MiB, 2.33% gc time, 97.38% compilation time) 9.986206 seconds (4.28 M allocations: 424.285 MiB, 1.77% gc time, 91.37% compilation time) 13.507555 seconds (8.61 M allocations: 7.246 GiB, 3.31% gc time, 71.23% compilation time) Test Summary: | Pass Broken Total Time VoronoiGraph.jl | 18 1 19 2m14.4s Testing VoronoiGraph tests passed Testing completed after 224.86s PkgEval succeeded after 534.56s