Package evaluation to test CVRPLIB on Julia 1.14.0-DEV.2637 (b1f508acef*) started at 2026-07-12T15:36:13.781 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.32s ################################################################################ # Installation # Installing CVRPLIB... Resolving package versions... 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.5 [8bb1440f] + DelimitedFiles v1.9.1 ⌅ [7eb4fadd] + Match v1.2.0 ⌅ [bac558e1] + OrderedCollections v1.8.2 [b1c258e7] + TSPLIB v0.1.2 [0dad84c5] + ArgTools v1.2.0 [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.13.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.13.0 [8dfed614] + Test v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [deac9b47] + LibCURL_jll v8.21.0+0 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [458c3c95] + OpenSSL_jll v3.5.7+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.69.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 1.42s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.3 s ✓ CVRPLIB 1 dependency successfully precompiled in 2 seconds. 25 already precompiled. Precompilation completed after 22.94s ################################################################################ # Testing # Testing CVRPLIB Status `/tmp/jl_A3skxT/Project.toml` [6232a4dd] CVRPLIB v0.4.0 [864edb3b] DataStructures v0.19.5 [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_A3skxT/Manifest.toml` [6232a4dd] CVRPLIB v0.4.0 [864edb3b] DataStructures v0.19.5 [8bb1440f] DelimitedFiles v1.9.1 ⌅ [7eb4fadd] Match v1.2.0 ⌅ [bac558e1] OrderedCollections v1.8.2 [b1c258e7] TSPLIB v0.1.2 [0dad84c5] ArgTools v1.2.0 [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.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.5+2 [deac9b47] LibCURL_jll v8.21.0+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.7+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: Failed to download solution file for: E-n13-k4 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/54 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ 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 E-n13-k4: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/E-n13-k4.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: E-n101-k14 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/66 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 E-n101-k14: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/E-n101-k14.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: X-n242-k48 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/188 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 X-n242-k48: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/X-n242-k48.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: A-n80-k10 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/31 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 A-n80-k10: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/A-n80-k10.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: F-n135-k7 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/69 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 F-n135-k7: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/F-n135-k7.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: M-n200-k17 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/74 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 M-n200-k17: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/M-n200-k17.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: P-n50-k8 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/85 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 P-n50-k8: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/P-n50-k8.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: CMT11 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/109 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 CMT11: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/CMT11.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: tai150b │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/122 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 tai150b: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/tai150b.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: Golden_10 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/135 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 Golden_10: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/Golden_10.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: Li_28 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/153 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 Li_28: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/Li_28.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: X-n157-k13 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/170 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 X-n157-k13: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/X-n157-k13.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: X-n502-k39 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/226 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 X-n502-k39: Test Failed at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 Expression: isfile(sol_file) Evaluated: isfile("/home/pkgeval/.julia/packages/CVRPLIB/YczaF/src/../data/X-n502-k39.sol") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:16 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:15 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 ┌ Warning: Failed to download solution file for: CMT6 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/104 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: CMT7 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/105 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: P-n50-k8 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/85 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: P-n50-k8 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/85 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: E-n13-k4 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/54 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: E-n13-k4 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/54 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: P-n16-k8 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/75 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: E-n13-k4 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/54 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: CMT6 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/104 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: CMT7 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/105 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: P-n16-k8 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/75 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: E-n13-k4 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/54 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: CMT6 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/104 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 ┌ Warning: Failed to download solution file for: CMT7 │ exception = RequestError: HTTP/1.1 404 Not Found while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/download/instanceSolution/105 └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:84 Test Summary: | Pass Fail Broken Total Time CVRPLIB.jl | 96 13 2 111 47.3s E-n13-k4 | 2 1 3 14.8s E-n101-k14 | 2 1 3 0.0s X-n242-k48 | 2 1 3 0.0s A-n80-k10 | 2 1 3 0.0s F-n135-k7 | 2 1 3 0.0s M-n200-k17 | 2 1 3 0.0s P-n50-k8 | 2 1 3 0.0s CMT11 | 2 1 3 0.0s tai150b | 2 1 3 0.0s Golden_10 | 2 1 3 0.0s Li_28 | 2 1 3 0.0s X-n157-k13 | 2 1 3 0.0s X-n502-k39 | 2 1 3 0.0s duration constraints | 4 4 0.8s add_dummy | 18 18 2.0s write_CVRP | 24 24 2.5s write_CVRP: add_dummy | 24 24 0.9s RNG of the outermost testset: Random.Xoshiro(0xf5a20d247b50d65b, 0xe2cf716755e16050, 0x40e0865bb1f15095, 0x690bd6e128a77c90, 0xc1c5e14d133ff224) ERROR: LoadError: Some tests did not pass: 96 passed, 13 failed, 0 errored, 2 broken. in expression starting at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:4 Testing failed after 54.44s ERROR: LoadError: Package CVRPLIB errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 136.91s: package has test failures