Package evaluation to test URIs on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T13:26:08.588 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.34s ################################################################################ # Installation # Installing URIs... Resolving package versions... Installed URIs ─ v1.6.1 Updating `~/.julia/environments/v1.14/Project.toml` [5c2747f8] + URIs v1.6.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [5c2747f8] + URIs v1.6.1 Installation completed after 1.32s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 8.8 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 36.9 s ✓ URIs 31.8 s ✓ StructUtils 31.2 s ✓ Preferences 31.1 s ✓ PrecompileTools 68.2 s ✓ Parsers 131.9 s ✓ JSON 6 dependencies successfully precompiled in 331 seconds. 13 already precompiled. Precompilation completed after 380.56s ################################################################################ # Testing # Testing URIs Status `/tmp/jl_qkIbqa/Project.toml` [682c06a0] JSON v1.6.1 [5c2747f8] URIs v1.6.1 [8dfed614] Test v1.11.0 Status `/tmp/jl_qkIbqa/Manifest.toml` [682c06a0] JSON v1.6.1 [69de0a69] Parsers v2.8.6 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [ec057cc2] StructUtils v2.8.2 [5c2747f8] URIs v1.6.1 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... Constructors: Test Failed at /home/pkgeval/.julia/packages/URIs/v4rsR/test/uri.jl:414 Expression: URI(; host = "example.com") Expected: ArgumentError("URI() requires `scheme in uses_authority || isempty(host)`") Thrown: ArgumentError("unknown() requires `scheme in uses_authority || isempty(host)`") ArgumentError: unknown() requires `scheme in uses_authority || isempty(host)` Stacktrace: [1] URI(uri::URI; scheme::SubString{String}, userinfo::SubString{String}, host::String, port::SubString{String}, path::SubString{String}, query::SubString{String}, fragment::SubString{String}) @ URIs ~/.julia/packages/URIs/v4rsR/src/URIs.jl:84 [2] URI(; kw::@Kwargs{host::String}) @ URIs ~/.julia/packages/URIs/v4rsR/src/URIs.jl:108 [inlined] [3] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/uri.jl:397 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/runtests.jl:4 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/uri.jl:397 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/runtests.jl:4 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ none:6 [6] eval(m::Module, e::Any) @ Core boot.jl:522 [7] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [8] _start() @ Base client.jl:596 error testing tools: Test Failed at /home/pkgeval/.julia/packages/URIs/v4rsR/test/uri.jl:692 Expression: foo(1, 11) Expected: ArgumentError("foo() requires `x > 10`") Thrown: ArgumentError("unknown() requires `x > 10`") ArgumentError: unknown() requires `x > 10` Stacktrace: [1] (::var"#foo##0")(x::Int64, y::Int64) @ Main ~/.julia/packages/URIs/v4rsR/test/uri.jl:397 [2] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/uri.jl:397 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/runtests.jl:4 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/uri.jl:397 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/runtests.jl:4 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ none:6 [6] eval(m::Module, e::Any) @ Core boot.jl:522 [7] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [8] _start() @ Base client.jl:596 error testing tools: Test Failed at /home/pkgeval/.julia/packages/URIs/v4rsR/test/uri.jl:693 Expression: foo(11, 1) Expected: AssertionError("foo() failed to ensure `y > 10`\ny = 1\n10 = 10") Thrown: AssertionError("unknown() failed to ensure `y > 10`\ny = 1\n10 = 10") AssertionError: unknown() failed to ensure `y > 10` y = 1 10 = 10 Stacktrace: [1] (::var"#foo##0")(x::Int64, y::Int64) @ Main ~/.julia/packages/URIs/v4rsR/test/uri.jl:397 [2] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/uri.jl:397 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/runtests.jl:4 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/uri.jl:397 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ ~/.julia/packages/URIs/v4rsR/test/runtests.jl:4 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ none:6 [6] eval(m::Module, e::Any) @ Core boot.jl:522 [7] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [8] _start() @ Base client.jl:596 ┌ Warning: Base.download is deprecated; use Downloads.download instead │ caller = top-level scope at uri.jl:397 └ @ Core ~/.julia/packages/URIs/v4rsR/test/uri.jl:397 ┌ Warning: Base.download is deprecated; use Downloads.download instead │ caller = download(::URI) at URIs.jl:736 └ @ URIs ~/.julia/packages/URIs/v4rsR/src/URIs.jl:736 Test Summary: | Pass Fail Total Time URI | 230 3 233 21.9s Constructors | 12 1 13 13.0s URIs.splitpath | 56 56 1.4s test set | 2 2 0.0s splitfilepath | 13 13 0.4s Parse | 8 8 0.4s Characters | 8 8 1.8s Query Params | 5 5 0.9s Parse Errors | 3 3 0.1s 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.1s Normalize URI paths | 15 15 0.8s joinpath | 5 5 0.1s resolvereference | 49 49 0.4s error testing tools | 2 2 0.7s download | 1 1 1.5s RNG of the outermost testset: Random.Xoshiro(0x74cc088a770e1ef0, 0xeca58fe04e8d81f0, 0x7ede3e99184dcc30, 0xaa498dc0d8d85f87, 0x5d16d16eca263e61) ERROR: LoadError: Some tests did not pass: 230 passed, 3 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 258.9s ERROR: LoadError: Package URIs 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 682.05s: package has test failures