Package evaluation of URIs on Julia 1.13.0-DEV.791 (d5209bd37d*) started at 2025-07-04T10:07:46.551 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.02s ################################################################################ # Installation # Installing URIs... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [5c2747f8] + URIs v1.6.1 Updating `~/.julia/environments/v1.13/Manifest.toml` [5c2747f8] + URIs v1.6.1 Installation completed after 0.87s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.52s ################################################################################ # Testing # Testing URIs Status `/tmp/jl_OW5vvM/Project.toml` [682c06a0] JSON v0.21.4 [5c2747f8] URIs v1.6.1 [8dfed614] Test v1.11.0 Status `/tmp/jl_OW5vvM/Manifest.toml` [682c06a0] JSON v0.21.4 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [5c2747f8] URIs v1.6.1 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... Characters: Test Failed at /home/pkgeval/.julia/packages/URIs/v4rsR/test/uri.jl:508 Expression: escapeuri(Dict("key1" => "value1", "key2" => ["value2", "value3"])) == "key2=value2&key2=value3&key1=value1" Evaluated: "key1=value1&key2=value2&key2=value3" == "key2=value2&key2=value3&key1=value1" Stacktrace: [1] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/uri.jl:398 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1855 [inlined] [3] macro expansion @ ~/.julia/packages/URIs/v4rsR/test/uri.jl:506 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1855 [inlined] [5] macro expansion @ ~/.julia/packages/URIs/v4rsR/test/uri.jl:508 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:741 [inlined] ┌ Warning: Base.download is deprecated; use Downloads.download instead │ caller = top-level scope at uri.jl:398 └ @ Core ~/.julia/packages/URIs/v4rsR/test/uri.jl:398 ┌ Warning: Base.download is deprecated; use Downloads.download instead │ caller = download(::URI) at URIs.jl:736 └ @ Core ~/.julia/packages/URIs/v4rsR/src/URIs.jl:736 Test Summary: | Pass Fail Total Time URI | 232 1 233 23.4s Constructors | 13 13 4.8s URIs.splitpath | 56 56 1.3s test set | 2 2 0.0s splitfilepath | 13 13 0.4s Parse | 8 8 0.5s Characters | 7 1 8 10.0s Query Params | 5 5 1.2s Parse Errors | 3 3 0.0s Control Characters | 5 5 0.0s parse(URI, str) - URLTest("proxy request", "http://hostname/", false, URI("http://hostname/"), false) | 1 1 0.0s parse(URI, str) - URLTest("proxy request with port", "http://hostname:444/", false, URI("http://hostname:444/"), false) | 1 1 0.0s parse(URI, str) - URLTest("CONNECT request", "hostname:443", true, URI("hostname:443"), false) | 2 2 0.1s parse(URI, str) - URLTest("proxy ipv6 request", "http://[1:2::3:4]/", false, URI("http://[1:2::3:4]/"), false) | 1 1 0.0s parse(URI, str) - URLTest("proxy ipv6 request with port", "http://[1:2::3:4]:67/", false, URI("http://[1:2::3:4]:67/"), false) | 1 1 0.0s parse(URI, str) - URLTest("CONNECT ipv6 address", "[1:2::3:4]:443", true, URI("[1:2::3:4]:443"), false) | 2 2 0.0s parse(URI, str) - URLTest("ipv4 in ipv6 address", "http://[2001:0000:0000:0000:0000:0000:1.9.1.1]/", false, URI("http://[2001:0000:0000:0000:0000:0000:1.9.1.1]/"), false) | 1 1 0.0s parse(URI, str) - URLTest("extra ? in query string", "http://a.tbcdn.cn/p/fp/2010c/??fp-header-min.css,fp-base-min.css,fp-channel-min.css,fp-product-min.css,fp-mall-min.css,fp-category-min.css,fp-sub-min.css,fp-gdp4p-min.css,fp-css3-min.css,fp-misc-min.css?t=20101022.css", false, URI("http://a.tbcdn.cn/p/fp/2010c/??fp-header-min.css,fp-base-min.css,fp-channel-min.css,fp-product-min.css,fp-mall-min.css,fp-category-min.css,fp-sub-min.css,fp-gdp4p-min.css,fp-css3-min.css,fp-misc-min.css?t=20101022.css"), false) | 1 1 0.0s parse(URI, str) - URLTest("space URL encoded", "/toto.html?toto=a%20b", false, URI("/toto.html?toto=a%20b"), false) | 1 1 0.0s parse(URI, str) - URLTest("URL fragment", "/toto.html#titi", false, URI("/toto.html#titi"), false) | 1 1 0.0s parse(URI, str) - URLTest("complex URL fragment", "http://www.webmasterworld.com/r.cgi?f=21&d=8405&url=http://www.example.com/index.html?foo=bar&hello=world#midpage", false, URI("http://www.webmasterworld.com/r.cgi?f=21&d=8405&url=http://www.example.com/index.html?foo=bar&hello=world#midpage"), false) | 1 1 0.0s parse(URI, str) - URLTest("complex URL from node js url parser doc", "http://host.com:8080/p/a/t/h?query=string#hash", false, URI("http://host.com:8080/p/a/t/h?query=string#hash"), false) | 1 1 0.0s parse(URI, str) - URLTest("complex URL with basic auth from node js url parser doc", "http://a:b@host.com:8080/p/a/t/h?query=string#hash", false, URI("http://a:b@host.com:8080/p/a/t/h?query=string#hash"), false) | 1 1 0.0s parse(URI, str) - URLTest("double @", "http://a:b@@hostname:443/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy empty host", "http://:443/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy empty port", "http://hostname:/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("CONNECT with basic auth", "a:b@hostname:443", true, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("CONNECT empty host", ":443", true, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("CONNECT empty port", "hostname:", true, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("CONNECT with extra bits", "hostname:443/", true, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("space in URL", "/foo bar/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy basic auth with space url encoded", "http://a%20:b@host.com/", false, URI("http://a%20:b@host.com/"), false) | 1 1 0.0s parse(URI, str) - URLTest("carriage return in URL", "/foo\rbar/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy double : in URL", "http://hostname::443/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy basic auth with double :", "http://a::b@host.com/", false, URI("http://a::b@host.com/"), false) | 1 1 0.0s parse(URI, str) - URLTest("line feed in URL", "/foo\nbar/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy empty basic auth", "http://@hostname/fo", false, URI("http://@hostname/fo"), false) | 1 1 0.0s parse(URI, str) - URLTest("proxy line feed in hostname", "http://host\name/fo", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy % in hostname", "http://host%name/fo", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy ; in hostname", "http://host;ame/fo", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy basic auth with unreservedchars", "http://a!;-_!=+\$@host.com/", false, URI("http://a!;-_!=+$@host.com/"), false) | 1 1 0.0s parse(URI, str) - URLTest("proxy only empty basic auth", "http://@/fo", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy only basic auth", "http://toto@/fo", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("proxy = in URL", "http://host=ame/fo", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("ipv6 address with Zone ID", "http://[fe80::a%25eth0]/", false, URI("http://[fe80::a%25eth0]/"), false) | 1 1 0.0s parse(URI, str) - URLTest("ipv6 address with Zone ID, but '%' is not percent-encoded", "http://[fe80::a%eth0]/", false, URI("http://[fe80::a%eth0]/"), false) | 1 1 0.0s parse(URI, str) - URLTest("ipv6 address ending with '%'", "http://[fe80::a%]/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("ipv6 address with Zone ID including bad character", "http://[fe80::a%\$HOME]/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("just ipv6 Zone ID", "http://[%eth0]/", false, URI(""), true) | 1 1 0.0s parse(URI, str) - URLTest("tab in URL", "/foo\tbar/", false, URI("/foo bar/"), false) | 1 1 0.0s parse(URI, str) - URLTest("form feed in URL", "/foo\fbar/", false, URI("/foo bar/"), false) | 1 1 0.0s Issue Specific | 5 5 0.2s Normalize URI paths | 15 15 0.9s joinpath | 5 5 0.1s resolvereference | 49 49 0.4s error testing tools | 2 2 0.1s download | 1 1 3.2s RNG of the outermost testset: Random.Xoshiro(0xa965271b26b4a578, 0x4909573b92947afe, 0xe2e61c985dd00bd9, 0x671b57d153b78ccc, 0xc4bf2280fd872b43) ERROR: LoadError: Some tests did not pass: 232 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/URIs/v4rsR/test/uri.jl:397 in expression starting at /home/pkgeval/.julia/packages/URIs/v4rsR/test/runtests.jl:4 Testing failed after 35.68s ERROR: LoadError: Package URIs errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2423 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2278 [inlined] [4] 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.13/Pkg/src/API.jl:500 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:309 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:324 [12] _start() @ Base ./client.jl:557 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 74.0s: package has test failures