Package evaluation to test TSPLIB on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T14:20:19.985 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.44s ################################################################################ # Installation # Installing TSPLIB... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [b1c258e7] + TSPLIB v0.1.2 Updating `~/.julia/environments/v1.10/Manifest.toml` [864edb3b] + DataStructures v0.19.3 ⌅ [7eb4fadd] + Match v1.2.0 [bac558e1] + OrderedCollections v1.8.1 [b1c258e7] + TSPLIB v0.1.2 [2a0f44e3] + Base64 [b77e0a4c] + InteractiveUtils [56ddb016] + Logging [d6f4376e] + Markdown [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [8dfed614] + Test 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.51s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 2055.3 ms ✓ TSPLIB 1 dependency successfully precompiled in 3 seconds. 4 already precompiled. Precompilation completed after 11.5s ################################################################################ # Testing # Testing TSPLIB Status `/tmp/jl_iSD8Sp/Project.toml` [864edb3b] DataStructures v0.19.3 ⌅ [7eb4fadd] Match v1.2.0 [b1c258e7] TSPLIB v0.1.2 [8dfed614] Test Status `/tmp/jl_iSD8Sp/Manifest.toml` [864edb3b] DataStructures v0.19.3 ⌅ [7eb4fadd] Match v1.2.0 [bac558e1] OrderedCollections v1.8.1 [b1c258e7] TSPLIB v0.1.2 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: `enqueue!(q::PriorityQueue, k, v)` is deprecated, use `Base.push!(q, k => v)` instead. │ caller = keyextract(raw::String, ks::Vector{String}) at reader.jl:53 └ @ TSPLIB ~/.julia/packages/TSPLIB/EFxTA/src/reader.jl:53 ┌ Warning: `peek(q::PriorityQueue)` is deprecated, use `first(q)` instead. │ caller = keyextract(raw::String, ks::Vector{String}) at reader.jl:56 └ @ TSPLIB ~/.julia/packages/TSPLIB/EFxTA/src/reader.jl:56 ┌ Warning: `dequeue!(q::PriorityQueue)` is deprecated, use `(Base.popfirst!(q)).first` instead. │ caller = keyextract(raw::String, ks::Vector{String}) at reader.jl:57 └ @ TSPLIB ~/.julia/packages/TSPLIB/EFxTA/src/reader.jl:57 ┌ Warning: `peek(q::PriorityQueue)` is deprecated, use `first(q)` instead. │ caller = keyextract(raw::String, ks::Vector{String}) at reader.jl:58 └ @ TSPLIB ~/.julia/packages/TSPLIB/EFxTA/src/reader.jl:58 Test Summary: | Pass Total Time TSPLIB.jl | 105 105 1m13.0s Testing TSPLIB tests passed Testing completed after 83.84s PkgEval succeeded after 109.26s