Package evaluation of Merly on Julia 1.10.8 (92f03a4775*) started at 2025-06-06T14:08:36.665 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.98s ################################################################################ # Installation # Installing Merly... Resolving package versions... Installed IniFile ─ v0.5.1 Installed MbedTLS ─ v1.1.9 Installed URIs ──── v1.5.2 Installed HTTP ──── v0.9.17 Installed Merly ─── v1.0.2 Updating `~/.julia/environments/v1.10/Project.toml` [5b70daea] + Merly v1.0.2 Updating `~/.julia/environments/v1.10/Manifest.toml` ⌅ [cd3eb016] + HTTP v0.9.17 [83e8ac13] + IniFile v0.5.1 [739be429] + MbedTLS v1.1.9 [5b70daea] + Merly v1.0.2 [5c2747f8] + URIs v1.5.2 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [8f399da3] + Libdl [56ddb016] + Logging [ca575930] + NetworkOptions v1.2.0 [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [6462fe0b] + Sockets [4ec0a83e] + Unicode [c8ffd9c3] + MbedTLS_jll v2.28.2+1 [14a3606d] + MozillaCACerts_jll v2023.1.10 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 4.59s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 1791.2 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds Precompiling package dependencies... Precompilation completed after 35.68s ################################################################################ # Testing # Testing Merly Status `/tmp/jl_AFLNLK/Project.toml` ⌅ [cd3eb016] HTTP v0.9.17 [682c06a0] JSON v0.21.4 [5b70daea] Merly v1.0.2 [8dfed614] Test Status `/tmp/jl_AFLNLK/Manifest.toml` ⌅ [cd3eb016] HTTP v0.9.17 [83e8ac13] IniFile v0.5.1 [682c06a0] JSON v0.21.4 [739be429] MbedTLS v1.1.9 [5b70daea] Merly v1.0.2 [69de0a69] Parsers v2.8.3 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [5c2747f8] URIs v1.5.2 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [8f399da3] Libdl [56ddb016] Logging [d6f4376e] Markdown [a63ad114] Mmap [ca575930] NetworkOptions v1.2.0 [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [c8ffd9c3] MbedTLS_jll v2.28.2+1 [14a3606d] MozillaCACerts_jll v2023.1.10 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... [ Info: ["Access-Control-Allow-Origin" => "*"] [ Info: ["X-PINGOTHER" => "pingpong"] [ Info: GET > /index.html [ Info: OPTIONS > /index.html [ Info: GET > /notfound.html [ Info: OPTIONS > /notfound.html [ Info: GET > /prueba.txt [ Info: OPTIONS > /prueba.txt [ Info: GET > /testfolder/testfile.txt [ Info: OPTIONS > /testfolder/testfile.txt [ Info: GET > /texto.txt [ Info: OPTIONS > /texto.txt [ Info: GET > / [ Info: OPTIONS > / [ Info: GET > /hola/:usr [ Info: OPTIONS > /hola/:usr [ Info: GET > /mifile [ Info: OPTIONS > /mifile [ Info: GET > /get1 [ Info: OPTIONS > /get1 [ Info: GET > /get/:data1 [ Info: OPTIONS > /get/:data1 [ Info: GET > /get/data/hola [ Info: OPTIONS > /get/data/hola [ Info: GET > /regex/(\w+\d+) [ Info: OPTIONS > /regex/(\w+\d+) [ Info: POST > /post [ Info: OPTIONS > /post [ Info: POST > / [ Info: OPTIONS > / [ Info: PUT > / [ Info: OPTIONS > / [ Info: DELETE > / [ Info: OPTIONS > / [ Info: GET > /data [ Info: OPTIONS > /data [ Info: POST > /data [ Info: OPTIONS > /data [ Info: PUT > /data [ Info: OPTIONS > /data [ Info: DELETE > /data [ Info: OPTIONS > /data [ Info: CONNECT > /data [ Info: TRACE > /data [ Info: HEAD > /data [ Info: OPTIONS > /data [ Info: PATCH > /data [ Info: GET > /test1/:usr [ Info: OPTIONS > /test1/:usr [ Info: GET > /test2/:usr [ Info: OPTIONS > /test2/:usr [ Info: GET > /test3/ [ Info: OPTIONS > /test3/ WARNING: Method definition result() in module Main at /home/pkgeval/.julia/packages/Merly/pSqX0/test/runtests.jl:121 overwritten at /home/pkgeval/.julia/packages/Merly/pSqX0/test/runtests.jl:147. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.result)) in module Main at /home/pkgeval/.julia/packages/Merly/pSqX0/test/runtests.jl:121 overwritten at /home/pkgeval/.julia/packages/Merly/pSqX0/test/runtests.jl:147. [ Info: GET > /verify/:status [ Info: OPTIONS > /verify/:status ERROR: LoadError: IOError(Base.IOError("read: connection reset by peer (ECONNRESET)", -104) during request(http://127.0.0.1:8086/)) Stacktrace: [1] wait_readnb(x::Sockets.TCPSocket, nb::Int64) @ Base ./stream.jl:410 [2] eof(s::Sockets.TCPSocket) @ Base ./stream.jl:106 [3] read_to_buffer(t::HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}, sizehint::Int64) @ HTTP.ConnectionPool ~/.julia/packages/HTTP/aTjcj/src/ConnectionPool.jl:274 [4] readuntil(t::HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}, f::Function, sizehint::Int64) @ HTTP.ConnectionPool ~/.julia/packages/HTTP/aTjcj/src/ConnectionPool.jl:294 [5] readuntil @ ~/.julia/packages/HTTP/aTjcj/src/ConnectionPool.jl:292 [inlined] [6] readheaders(io::HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}, message::HTTP.Messages.Response) @ HTTP.Messages ~/.julia/packages/HTTP/aTjcj/src/Messages.jl:537 [7] startread(http::HTTP.Streams.Stream{HTTP.Messages.Response, HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}}) @ HTTP.Streams ~/.julia/packages/HTTP/aTjcj/src/Streams.jl:170 [8] macro expansion @ ~/.julia/packages/HTTP/aTjcj/src/StreamRequest.jl:67 [inlined] [9] macro expansion @ ./task.jl:486 [inlined] [10] request(::Type{StreamLayer{Union{}}}, io::HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}, req::HTTP.Messages.Request, body::Vector{UInt8}; reached_redirect_limit::Bool, response_stream::Nothing, iofunction::Nothing, verbose::Int64, kw::@Kwargs{}) @ HTTP.StreamRequest ~/.julia/packages/HTTP/aTjcj/src/StreamRequest.jl:57 [11] request(::Type{ConnectionPoolLayer{StreamLayer{Union{}}}}, url::URIs.URI, req::HTTP.Messages.Request, body::Vector{UInt8}; proxy::Nothing, socket_type::Type, reuse_limit::Int64, kw::@Kwargs{iofunction::Nothing, reached_redirect_limit::Bool}) @ HTTP.ConnectionRequest ~/.julia/packages/HTTP/aTjcj/src/ConnectionRequest.jl:108 [12] request(::Type{ExceptionLayer{ConnectionPoolLayer{StreamLayer{Union{}}}}}, ::URIs.URI, ::Vararg{Any}; kw::@Kwargs{iofunction::Nothing, reached_redirect_limit::Bool}) @ HTTP.ExceptionRequest ~/.julia/packages/HTTP/aTjcj/src/ExceptionRequest.jl:19 [13] (::Base.var"#96#98"{Base.var"#96#97#99"{ExponentialBackOff, HTTP.RetryRequest.var"#2#3"{Bool, HTTP.Messages.Request}, typeof(HTTP.request)}})(::Type, ::Vararg{Any}; kwargs::@Kwargs{iofunction::Nothing, reached_redirect_limit::Bool}) @ Base ./error.jl:308 [14] #96 @ ./error.jl:291 [inlined] [15] #request#1 @ ~/.julia/packages/HTTP/aTjcj/src/RetryRequest.jl:44 [inlined] [16] request @ ~/.julia/packages/HTTP/aTjcj/src/RetryRequest.jl:27 [inlined] [17] request(::Type{MessageLayer{RetryLayer{ExceptionLayer{ConnectionPoolLayer{StreamLayer{Union{}}}}}}}, method::String, url::URIs.URI, headers::Vector{Pair{SubString{String}, SubString{String}}}, body::Vector{UInt8}; http_version::VersionNumber, target::String, parent::Nothing, iofunction::Nothing, kw::@Kwargs{reached_redirect_limit::Bool}) @ HTTP.MessageRequest ~/.julia/packages/HTTP/aTjcj/src/MessageRequest.jl:66 [18] request @ ~/.julia/packages/HTTP/aTjcj/src/MessageRequest.jl:29 [inlined] [19] request(::Type{BasicAuthLayer{MessageLayer{RetryLayer{ExceptionLayer{ConnectionPoolLayer{StreamLayer{Union{}}}}}}}}, method::String, url::URIs.URI, headers::Vector{Pair{SubString{String}, SubString{String}}}, body::Vector{UInt8}; kw::@Kwargs{reached_redirect_limit::Bool}) @ HTTP.BasicAuthRequest ~/.julia/packages/HTTP/aTjcj/src/BasicAuthRequest.jl:28 [20] request @ ~/.julia/packages/HTTP/aTjcj/src/BasicAuthRequest.jl:18 [inlined] [21] request(::Type{RedirectLayer{BasicAuthLayer{MessageLayer{RetryLayer{ExceptionLayer{ConnectionPoolLayer{StreamLayer{Union{}}}}}}}}}, method::String, url::URIs.URI, headers::Vector{Pair{SubString{String}, SubString{String}}}, body::Vector{UInt8}; redirect_limit::Int64, forwardheaders::Bool, kw::@Kwargs{}) @ HTTP.RedirectRequest ~/.julia/packages/HTTP/aTjcj/src/RedirectRequest.jl:28 [22] request @ ~/.julia/packages/HTTP/aTjcj/src/RedirectRequest.jl:18 [inlined] [23] request(::Type{TopLayer{RedirectLayer{BasicAuthLayer{MessageLayer{RetryLayer{ExceptionLayer{ConnectionPoolLayer{StreamLayer{Union{}}}}}}}}}}, ::String, ::URIs.URI, ::Vector{Pair{SubString{String}, SubString{String}}}, ::Vector{UInt8}) @ HTTP.TopRequest ~/.julia/packages/HTTP/aTjcj/src/TopRequest.jl:15 [24] request(method::String, url::String, h::Vector{Pair{SubString{String}, SubString{String}}}, b::Vector{UInt8}; headers::Vector{Pair{SubString{String}, SubString{String}}}, body::Vector{UInt8}, query::Nothing, kw::@Kwargs{}) @ HTTP ~/.julia/packages/HTTP/aTjcj/src/HTTP.jl:330 [25] request (repeats 2 times) @ ~/.julia/packages/HTTP/aTjcj/src/HTTP.jl:328 [inlined] [26] get(a::String) @ HTTP ~/.julia/packages/HTTP/aTjcj/src/HTTP.jl:407 [27] top-level scope @ ~/.julia/packages/Merly/pSqX0/test/runtests.jl:170 [28] include(fname::String) @ Base.MainInclude ./client.jl:494 [29] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/Merly/pSqX0/test/runtests.jl:170 Testing failed after 17.22s ERROR: LoadError: Package Merly errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 85.26s: package tests unexpectedly errored