Package evaluation to test CVRPLIB on Julia 1.14.0-DEV.1601 (79ea5eb99c*) started at 2026-01-24T11:54:15.925 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.88s ################################################################################ # Installation # Installing CVRPLIB... Resolving package versions... Installed CVRPLIB ─ v0.4.0 Updating `~/.julia/environments/v1.14/Project.toml` [6232a4dd] + CVRPLIB v0.4.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [6232a4dd] + CVRPLIB v0.4.0 [864edb3b] + DataStructures v0.19.3 [8bb1440f] + DelimitedFiles v1.9.1 ⌅ [7eb4fadd] + Match v1.2.0 [bac558e1] + OrderedCollections v1.8.1 [b1c258e7] + TSPLIB v0.1.2 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 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 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.13.0 [8dfed614] + Test v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.18.0+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.12.2 [458c3c95] + OpenSSL_jll v3.5.4+0 [83775a58] + Zlib_jll v1.3.1+2 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.68.0+1 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 1.34s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1315.5 ms ✓ CVRPLIB 1 dependency successfully precompiled in 1 seconds. 25 already precompiled. Precompilation completed after 14.31s ################################################################################ # Testing # Testing CVRPLIB Status `/tmp/jl_hqwvx9/Project.toml` [6232a4dd] CVRPLIB v0.4.0 [864edb3b] DataStructures v0.19.3 [8bb1440f] DelimitedFiles v1.9.1 ⌅ [7eb4fadd] Match v1.2.0 [b1c258e7] TSPLIB v0.1.2 [f43a241f] Downloads v1.7.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_hqwvx9/Manifest.toml` [6232a4dd] CVRPLIB v0.4.0 [864edb3b] DataStructures v0.19.3 [8bb1440f] DelimitedFiles v1.9.1 ⌅ [7eb4fadd] Match v1.2.0 [bac558e1] OrderedCollections v1.8.1 [b1c258e7] TSPLIB v0.1.2 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 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 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.18.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.12.2 [458c3c95] OpenSSL_jll v3.5.4+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.68.0+1 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for CVRPLIB [6232a4dd-6c48-4603-a2a7-0046d401e3d1] │ exception = Required dependency Base.PkgId(Base.UUID("8bb1440f-4735-579b-a4ab-409b98df4dab"), "DelimitedFiles") failed to load from a cache file. └ @ Base loading.jl:2949 ┌ 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 └ @ Core ~/.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 └ @ Core ~/.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 └ @ Core ~/.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 └ @ Core ~/.julia/packages/TSPLIB/EFxTA/src/reader.jl:58 Test Summary: | Pass Broken Total Time CVRPLIB.jl | 109 2 111 19.2s Testing CVRPLIB tests passed Testing completed after 27.67s PkgEval succeeded after 69.81s