Package evaluation to test CVRPLIB on Julia 1.14.0-DEV.3106 (9d314127b9*) started at 2026-09-03T16:00:05.773 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.12s ################################################################################ # 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.6 [8bb1440f] + DelimitedFiles v1.9.1 ⌅ [7eb4fadd] + Match v1.2.0 [bac558e1] + OrderedCollections v2.0.1 [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.7+0 [deac9b47] + LibCURL_jll v8.21.0+0 [29816b5a] + LibSSH2_jll v1.11.104+0 [14a3606d] + MozillaCACerts_jll v2026.8.13 [458c3c95] + OpenSSL_jll v3.5.8+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.70.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.63s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.3 s ✓ CVRPLIB 1 dependency successfully precompiled in 1 seconds. 25 already precompiled. Precompilation completed after 17.66s ################################################################################ # Testing # Testing CVRPLIB Status `/tmp/jl_Kx50X5/Project.toml` [6232a4dd] CVRPLIB v0.4.0 [864edb3b] DataStructures v0.19.6 [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_Kx50X5/Manifest.toml` [6232a4dd] CVRPLIB v0.4.0 [864edb3b] DataStructures v0.19.6 [8bb1440f] DelimitedFiles v1.9.1 ⌅ [7eb4fadd] Match v1.2.0 [bac558e1] OrderedCollections v2.0.1 [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.7+0 [deac9b47] LibCURL_jll v8.21.0+0 [29816b5a] LibSSH2_jll v1.11.104+0 [14a3606d] MozillaCACerts_jll v2026.8.13 [458c3c95] OpenSSL_jll v3.5.8+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.70.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: Failed to load instance cache from CVRPLIB website │ exception = RequestError: Could not resolve host: galgos.inf.puc-rio.br while requesting https://galgos.inf.puc-rio.br/cvrplib/index.php/en/instances └ @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:42 CVRPLIB.jl: Error During Test at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:4 Got exception outside of a @test No such data name exists in CVRPLIB: E-n13-k4 Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] get_instance_id(name::String) @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:53 [3] download_cvrp(name::String) @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/download.jl:57 [4] readCVRPLIB(name::String; add_dummy::Bool) @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/reader.jl:4 [inlined] [5] readCVRPLIB(name::String) @ CVRPLIB ~/.julia/packages/CVRPLIB/YczaF/src/reader.jl:3 [6] macro expansion @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:13 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [8] top-level scope @ ~/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:6 Test Summary: | Error Total Time CVRPLIB.jl | 1 1 41.3s RNG of the outermost testset: Random.Xoshiro(0x34db5dcd9684f8b4, 0xd8e2a528430ac715, 0xf8c0916eec57342d, 0x8942374c108a74ec, 0x5c15a78571228548) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/CVRPLIB/YczaF/test/runtests.jl:4 Testing failed after 34.7s 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:3298 [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 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 128.33s: networking-related issues were detected