Package evaluation of HNSW on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T12:03:17.308 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.61s ################################################################################ # Installation # Installing HNSW... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [540f64fa] + HNSW v0.1.5 Updating `~/.julia/environments/v1.10/Manifest.toml` [b4f34e82] + Distances v0.10.12 [540f64fa] + HNSW v0.1.5 [189a3867] + Reexport v1.2.2 [82ae8749] + StatsAPI v1.7.1 [56f22d72] + Artifacts [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays v1.10.0 [10745b16] + Statistics v1.10.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [bea87d4a] + SuiteSparse_jll v7.2.1+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 5.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.96s ################################################################################ # Testing # Testing HNSW Status `/tmp/jl_n1We4x/Project.toml` [b4f34e82] Distances v0.10.12 [540f64fa] HNSW v0.1.5 [b8a86587] NearestNeighbors v0.4.21 [189a3867] Reexport v1.2.2 [90137ffa] StaticArrays v1.9.13 [37e2e46d] LinearAlgebra [10745b16] Statistics v1.10.0 [8dfed614] Test Status `/tmp/jl_n1We4x/Manifest.toml` [b4f34e82] Distances v0.10.12 [540f64fa] HNSW v0.1.5 [b8a86587] NearestNeighbors v0.4.21 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [189a3867] Reexport v1.2.2 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [82ae8749] StatsAPI v1.7.1 [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 [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [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... Test Summary: | Pass Total Time Nearest & Furthest | 50 50 3.3s HNSW.VisitedList(UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00], 0x02) HNSW.VisitedList(UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00], 0xf7) Test Summary: | Pass Total Time VisitedListPool | 540 540 1.6s Test Summary: | Pass Total Time LayeredGraph | 101 101 0.1s Test Summary: | Pass Total Time Matrix distance | 3 3 1.7s Test Summary: | Pass Total Time Compare To NearestNeighbors.jl | 8 8 7.8s Test Summary: | Pass Total Time Dynamically add new data | 1 1 1.6s Test Summary: | Pass Total Time Init empty graph and add data | 2 2 1.6s Test took total time of: 23.993 seconds or 0.4 minutes Testing HNSW tests passed Testing completed after 27.11s PkgEval succeeded after 55.48s