Package evaluation to test SimpleWebsockets on Julia 1.14.0-DEV.1260 (89243d1cdf*) started at 2025-11-16T15:22:18.560 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 6.51s ################################################################################ # Installation # Installing SimpleWebsockets... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [129f17fe] + SimpleWebsockets v0.3.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [d1d4a3ce] + BitFlags v0.1.9 [944b1d66] + CodecZlib v0.7.8 [f0e56b4a] + ConcurrentUtilities v2.5.0 [460bff9d] + ExceptionUnwrapping v0.1.11 [cd3eb016] + HTTP v1.10.19 [692b3bcd] + JLLWrappers v1.7.1 [e6f89c97] + LoggingExtras v1.2.0 [739be429] + MbedTLS v1.1.9 [4d8831e6] + OpenSSL v1.6.0 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [777ac1f9] + SimpleBufferStream v1.2.0 [129f17fe] + SimpleWebsockets v0.3.0 [fd094767] + Suppressor v0.2.8 [3bb67fe8] + TranscodingStreams v0.11.3 [5c2747f8] + URIs v1.6.1 [c8ffd9c3] + MbedTLS_jll v2.28.10+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets 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 [14a3606d] + MozillaCACerts_jll v2025.11.4 [458c3c95] + OpenSSL_jll v3.5.4+0 [83775a58] + Zlib_jll v1.3.1+2 Installation completed after 1.42s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 3508.6 ms ✓ SimpleWebsockets 1 dependency successfully precompiled in 5 seconds. 33 already precompiled. Precompilation completed after 12.46s ################################################################################ # Testing # Testing SimpleWebsockets Status `/tmp/jl_XB6xzN/Project.toml` [cd3eb016] HTTP v1.10.19 [739be429] MbedTLS v1.1.9 [129f17fe] SimpleWebsockets v0.3.0 [fd094767] Suppressor v0.2.8 [2a0f44e3] Base64 v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_XB6xzN/Manifest.toml` [d1d4a3ce] BitFlags v0.1.9 [944b1d66] CodecZlib v0.7.8 [f0e56b4a] ConcurrentUtilities v2.5.0 [460bff9d] ExceptionUnwrapping v0.1.11 [cd3eb016] HTTP v1.10.19 [692b3bcd] JLLWrappers v1.7.1 [e6f89c97] LoggingExtras v1.2.0 [739be429] MbedTLS v1.1.9 [4d8831e6] OpenSSL v1.6.0 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [777ac1f9] SimpleBufferStream v1.2.0 [129f17fe] SimpleWebsockets v0.3.0 [fd094767] Suppressor v0.2.8 [3bb67fe8] TranscodingStreams v0.11.3 [5c2747f8] URIs v1.6.1 [c8ffd9c3] MbedTLS_jll v2.28.10+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets 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 [14a3606d] MozillaCACerts_jll v2025.11.4 [458c3c95] OpenSSL_jll v3.5.4+0 [83775a58] Zlib_jll v1.3.1+2 Testing Running tests... [ Info: Testing SimpleWebsockets [ Info: Unit Tests [ Info: Server listens and closes [ Info: Listening on: ::1:8080, thread id: 1 Server listens and closes: Test Failed at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:1074 Expression: contains_warn(read(fname, String), $(Expr(:escape, Test.var"#@test_nowarn##0#@test_nowarn##1"()))) Evaluated: contains_warn("[ Info: Listening on: ::1:8080, thread id: 1\n", Test.var"#@test_nowarn##0#@test_nowarn##1"()) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] [2] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 [ Info: Listening on: ::1:8080, thread id: 1 Server listens and closes: Test Failed at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:1074 Expression: contains_warn(read(fname, String), $(Expr(:escape, Test.var"#@test_nowarn##0#@test_nowarn##1"()))) Evaluated: contains_warn("[ Info: Listening on: ::1:8080, thread id: 1\n", Test.var"#@test_nowarn##0#@test_nowarn##1"()) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] [2] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:23 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 [ Info: Client connects and disconnects on ws and wss [ Info: Listening on: ::1:8080, thread id: 1 Client connects and disconnects on ws and wss: Test Failed at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:1074 Expression: contains_warn(read(fname, String), $(Expr(:escape, Test.var"#@test_nowarn##0#@test_nowarn##1"()))) Evaluated: contains_warn("[ Info: Listening on: ::1:8080, thread id: 1\n", Test.var"#@test_nowarn##0#@test_nowarn##1"()) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] [2] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:34 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 [ Info: Server on ::1:8080 closing ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 [ Info: Listening on: ::1:8080, thread id: 1 Client connects and disconnects on ws and wss: Test Failed at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:1074 Expression: contains_warn(read(fname, String), $(Expr(:escape, Test.var"#@test_nowarn##0#@test_nowarn##1"()))) Evaluated: contains_warn("┌ Info: The websocket server was closed cleanly:\n│ host = \"localhost\"\n└ port = 8080\n[ Info: Listening on: ::1:8080, thread id: 1\n", Test.var"#@test_nowarn##0#@test_nowarn##1"()) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] [2] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:41 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:34 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Client connects and disconnects on ws and wss: Test Failed at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:47 Expression: closed isa NamedTuple Evaluated: ConnectError("HTTP.Exceptions.RequestError", SimpleWebsockets.var"#2#3"{HTTP.Exceptions.RequestError, Vector{Union{Ptr{Nothing}, Base.InterpreterIP}}}(HTTP.Exceptions.RequestError(HTTP.Messages.Request: """ GET / HTTP/1.1 Sec-WebSocket-Key: yX4KJc4AAw1x5A7qtd3+cw== Connection: Upgrade Upgrade: websocket Sec-WebSocket-Version: 13 Host: localhost:8080 Accept: */* User-Agent: HTTP.jl/1.14.0-DEV.1260 Accept-Encoding: gzip [Message Body was streamed]""", FieldError(OpenSSL.SSLStream, :bio)), Union{Ptr{Nothing}, Base.InterpreterIP}[Ptr{Nothing}(0x00007d6eef0afe2f), Ptr{Nothing}(0x00007d6ef134f801), Ptr{Nothing}(0x00007d6ee9bc71d4), Ptr{Nothing}(0x00007d6ee5b8874f), Ptr{Nothing}(0x00007d6ee5b88bd5), Ptr{Nothing}(0x00007d6f0305972c), Ptr{Nothing}(0x00007d6f030863aa)], Core.Box(ConnectError(#= circular reference @-3 =#)))) isa NamedTuple Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] [2] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:47 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:34 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Client connects and disconnects on ws and wss: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:48 Test threw exception Expression: haskey(closed, :code) MethodError: no method matching haskey(::ConnectError, ::Symbol) The function `haskey` exists, but no method is defined for this combination of argument types. Closest candidates are: haskey(!Matched::Base.TermInfo, ::Symbol) @ Base terminfo.jl:221 haskey(!Matched::Base.TTY, ::Symbol) @ Base terminfo.jl:392 haskey(!Matched::Base.Terminals.TTYTerminal, ::Any) @ Base Terminals.jl:164 ... Stacktrace: [1] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:394 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:48 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:34 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Client connects and disconnects on ws and wss: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:49 Test threw exception Expression: haskey(closed, :description) MethodError: no method matching haskey(::ConnectError, ::Symbol) The function `haskey` exists, but no method is defined for this combination of argument types. Closest candidates are: haskey(!Matched::Base.TermInfo, ::Symbol) @ Base terminfo.jl:221 haskey(!Matched::Base.TTY, ::Symbol) @ Base terminfo.jl:392 haskey(!Matched::Base.Terminals.TTYTerminal, ::Any) @ Base Terminals.jl:164 ... Stacktrace: [1] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:394 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:49 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:34 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Client connects and disconnects on ws and wss: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:50 Test threw exception Expression: closed.code === 1000 FieldError: type ConnectError has no field `code`, available fields: `msg`, `log` Stacktrace: [1] getproperty(x::ConnectError, f::Symbol) @ Base ./Base_compiler.jl:57 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:50 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:34 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Client connects and disconnects on ws and wss: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:51 Test threw exception Expression: closed.description === "Normal connection closure" FieldError: type ConnectError has no field `description`, available fields: `msg`, `log` Stacktrace: [1] getproperty(x::ConnectError, f::Symbol) @ Base ./Base_compiler.jl:57 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:51 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:34 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 [ Info: Server on ::1:8080 closing ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 ┌ Info: Client passes connection errors to callback handler └ wait = "wait for socket to timeout..." ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 ┌ Info: Client sends and receives messages up to max payload │ description = "This incrementally scales data payload to the echo server up to the maximum allowed" │ purpose = "Scale through [8, 16, 32]bit payloads and fragmentation in text / binary combo's" └ time = "Please wait, moving a lot of test data..." [ Info: Testing binary server. [ Info: Listening on: ::1:8080, thread id: 1 [ Info: Opening binary client 1 [ Info: Opening text client 2 ┌ Error: ConnectError("HTTP.Exceptions.ConnectError") │ exception = │ HTTP.ConnectError for url = `ws://localhost:8080`: DNSError: localhost, temporary failure (EAI_AGAIN) │ Stacktrace: │ [1] getalladdrinfo(host::String) │ @ Sockets /opt/julia/share/julia/stdlib/v1.14/Sockets/src/addrinfo.jl:113 │ [2] getalladdrinfo │ @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/addrinfo.jl:122 [inlined] │ [3] getconnection(::Type{Sockets.TCPSocket}, host::SubString{String}, port::SubString{String}; keepalive::Bool, readtimeout::Int64, kw::@Kwargs{require_ssl_verification::Bool, iofunction::SimpleWebsockets.var"#52#53"{@NamedTuple{maxReceivedFrameSize::Int64, maxReceivedMessageSize::Int64, fragmentOutgoingMessages::Bool, fragmentationThreshold::Int64, closeTimeout::Int64, keepaliveTimeout::Int64, useNagleAlgorithm::Bool, binary::Bool, maskOutgoingPackets::Bool, type::String}, Condition, Dict{String, String}}, decompress::Nothing, verbose::Int64, reuse_limit::Int64}) │ @ HTTP.Connections ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:520 │ [4] getconnection │ @ ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:508 [inlined] │ [5] #13 │ @ ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:467 [inlined] │ [6] macro expansion │ @ ~/.julia/packages/ConcurrentUtilities/ofY4K/src/try_with_timeout.jl:92 [inlined] │ [7] (::ConcurrentUtilities.var"#try_with_timeout##2#try_with_timeout##3"{Any, Channel{Any}, HTTP.Connections.var"#13#14"{Sockets.TCPSocket, Bool, Bool, @Kwargs{readtimeout::Int64, iofunction::SimpleWebsockets.var"#52#53"{@NamedTuple{maxReceivedFrameSize::Int64, maxReceivedMessageSize::Int64, fragmentOutgoingMessages::Bool, fragmentationThreshold::Int64, closeTimeout::Int64, keepaliveTimeout::Int64, useNagleAlgorithm::Bool, binary::Bool, maskOutgoingPackets::Bool, type::String}, Condition, Dict{String, String}}, decompress::Nothing, verbose::Int64, reuse_limit::Int64}, SubString{String}, SubString{String}}, Timer})() │ @ ConcurrentUtilities ~/.julia/packages/ConcurrentUtilities/ofY4K/src/ConcurrentUtilities.jl:10 │ Stacktrace: │ [1] try_yieldto(undo::typeof(Base.ensure_rescheduled)) │ @ Base ./task.jl:1144 │ [2] wait() │ @ Base ./task.jl:1249 │ [3] wait(c::Condition; first::Bool) │ @ Base ./condition.jl:141 │ [4] wait │ @ ./condition.jl:136 [inlined] │ [5] (::SimpleWebsockets.var"#46#47"{WebsocketClient, Condition})() │ @ SimpleWebsockets ~/.julia/packages/SimpleWebsockets/j33Jf/src/lib/WebsocketClient.jl:84 └ @ SimpleWebsockets ~/.julia/packages/SimpleWebsockets/j33Jf/src/opt/errors.jl:20 ┌ Error: ConnectError("HTTP.Exceptions.ConnectError") │ exception = │ HTTP.ConnectError for url = `ws://localhost:8080`: DNSError: localhost, temporary failure (EAI_AGAIN) │ Stacktrace: │ [1] getalladdrinfo(host::String) │ @ Sockets /opt/julia/share/julia/stdlib/v1.14/Sockets/src/addrinfo.jl:113 │ [2] getalladdrinfo │ @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/addrinfo.jl:122 [inlined] │ [3] getconnection(::Type{Sockets.TCPSocket}, host::SubString{String}, port::SubString{String}; keepalive::Bool, readtimeout::Int64, kw::@Kwargs{require_ssl_verification::Bool, iofunction::SimpleWebsockets.var"#52#53"{@NamedTuple{maxReceivedFrameSize::Int64, maxReceivedMessageSize::Int64, fragmentOutgoingMessages::Bool, fragmentationThreshold::Int64, closeTimeout::Int64, keepaliveTimeout::Int64, useNagleAlgorithm::Bool, binary::Bool, maskOutgoingPackets::Bool, type::String}, Condition, Dict{String, String}}, decompress::Nothing, verbose::Int64, reuse_limit::Int64}) │ @ HTTP.Connections ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:520 │ [4] getconnection │ @ ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:508 [inlined] │ [5] #13 │ @ ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:467 [inlined] │ [6] macro expansion │ @ ~/.julia/packages/ConcurrentUtilities/ofY4K/src/try_with_timeout.jl:92 [inlined] │ [7] (::ConcurrentUtilities.var"#try_with_timeout##2#try_with_timeout##3"{Any, Channel{Any}, HTTP.Connections.var"#13#14"{Sockets.TCPSocket, Bool, Bool, @Kwargs{readtimeout::Int64, iofunction::SimpleWebsockets.var"#52#53"{@NamedTuple{maxReceivedFrameSize::Int64, maxReceivedMessageSize::Int64, fragmentOutgoingMessages::Bool, fragmentationThreshold::Int64, closeTimeout::Int64, keepaliveTimeout::Int64, useNagleAlgorithm::Bool, binary::Bool, maskOutgoingPackets::Bool, type::String}, Condition, Dict{String, String}}, decompress::Nothing, verbose::Int64, reuse_limit::Int64}, SubString{String}, SubString{String}}, Timer})() │ @ ConcurrentUtilities ~/.julia/packages/ConcurrentUtilities/ofY4K/src/ConcurrentUtilities.jl:10 │ Stacktrace: │ [1] try_yieldto(undo::typeof(Base.ensure_rescheduled)) │ @ Base ./task.jl:1144 │ [2] wait() │ @ Base ./task.jl:1249 │ [3] wait(c::Condition; first::Bool) │ @ Base ./condition.jl:141 │ [4] wait │ @ ./condition.jl:136 [inlined] │ [5] (::SimpleWebsockets.var"#46#47"{WebsocketClient, Condition})() │ @ SimpleWebsockets ~/.julia/packages/SimpleWebsockets/j33Jf/src/lib/WebsocketClient.jl:84 └ @ SimpleWebsockets ~/.julia/packages/SimpleWebsockets/j33Jf/src/opt/errors.jl:20 Testing SimpleWebsockets tests passed Testing completed after 75.16s PkgEval succeeded after 170.48s