Package evaluation of SpatialGrids on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T12:36:54.636 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.61s ################################################################################ # Installation # Installing SpatialGrids... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [3ce1bdb9] + SpatialGrids v1.0.1 Updating `~/.julia/environments/v1.10/Manifest.toml` ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [3ce1bdb9] + SpatialGrids v1.0.1 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [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 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [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 4.64s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.94s ################################################################################ # Testing # Testing SpatialGrids Status `/tmp/jl_ZkgvLW/Project.toml` [3ce1bdb9] SpatialGrids v1.0.1 [90137ffa] StaticArrays v1.9.13 [8dfed614] Test Status `/tmp/jl_ZkgvLW/Manifest.toml` ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [3ce1bdb9] SpatialGrids v1.0.1 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [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 [fa267f1f] TOML v1.0.3 [8dfed614] Test [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [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... state = (CartesianIndex(0, 0, 0), 1) state = (CartesianIndex(0, 0, 0), 1) state = (CartesianIndex(1, 0, 0), 1) io = IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=0, maxsize=Inf, ptr=1, mark=-1) grid = SparseVoxelGrid{Float64} Number of voxels: 27 Number of points in grid: 27 Side length per dimension: [1.5, 1.5, 1.5] io = IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=0, maxsize=Inf, ptr=1, mark=-1) voxel = SpatialGrids.Voxel (0, 0, 0) with 1 points io = IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=0, maxsize=Inf, ptr=1, mark=-1) cuboid = SpatialGrids.VoxelCuboid ID iteration range: (-1, -1, -1) -> (1, 1, 1) Test Summary: | Pass Total Time SparseVoxelGrid tests | 118 118 8.4s Testing SpatialGrids tests passed Testing completed after 12.59s PkgEval succeeded after 35.5s