Package evaluation to test SimpleWebsockets on Julia 1.13.0-DEV.1319 (9cddfda8ef*) started at 2025-10-16T14:21:08.614 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.32s ################################################################################ # Installation # Installing SimpleWebsockets... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [129f17fe] + SimpleWebsockets v0.3.0 Updating `~/.julia/environments/v1.13/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.5.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 v0.7.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.9.9 [458c3c95] + OpenSSL_jll v3.5.4+0 [83775a58] + Zlib_jll v1.3.1+2 Installation completed after 1.81s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.84s ################################################################################ # Testing # Testing SimpleWebsockets Status `/tmp/jl_hBHTMC/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_hBHTMC/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.5.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 v0.7.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.9.9 [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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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: IDqf1/wQx7h4+NVmHb4pqQ== Connection: Upgrade Upgrade: websocket Sec-WebSocket-Version: 13 Host: localhost:8080 Accept: */* User-Agent: HTTP.jl/1.13.0-DEV.1319 Accept-Encoding: gzip [Message Body was streamed]""", FieldError(OpenSSL.SSLStream, :bio)), Union{Ptr{Nothing}, Base.InterpreterIP}[Ptr{Nothing}(0x0000788b8797a09f), Ptr{Nothing}(0x0000788b870c6031), Ptr{Nothing}(0x0000788b817c68e4), Ptr{Nothing}(0x0000788b7d78087f), Ptr{Nothing}(0x0000788b7d780d05), Ptr{Nothing}(0x0000788b9ac5972c), Ptr{Nothing}(0x0000788b9ac85eda)], Core.Box(ConnectError(#= circular reference @-3 =#)))) isa NamedTuple Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/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.13/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.13/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.Terminals.TTYTerminal, ::Any) @ Base Terminals.jl:164 haskey(!Matched::Base.TTY, ::Symbol) @ Base terminfo.jl:392 ... 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.13/Test/src/Test.jl:394 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/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.13/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.13/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.Terminals.TTYTerminal, ::Any) @ Base Terminals.jl:164 haskey(!Matched::Base.TTY, ::Symbol) @ Base terminfo.jl:392 ... 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.13/Test/src/Test.jl:394 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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 [ Info: Server on ::1:8080 closing ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 [ Info: Testing text server. ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 [ Info: Listening on: ::1:8080, thread id: 1 [ Info: Opening binary client 1 [ Info: Opening text client 2 [ Info: Server on ::1:8080 closing ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 [ Info: ...Done ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 [ Info: Listening on: ::1:8080, thread id: 1 [ Info: ping pong [ Info: Server rejects clients with bad payloads [ Info: Client times out [ 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 [ Info: server gracefully closes clients and exits [ Info: Server on ::1:8080 closing ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 Test Summary: | ┌ Info: The websocket server was closed cleanly: │ host = "localhost" └ port = 8080 Pass Fail Error Total Time SimpleWebsockets | 116 5 4 125 2m11.6s Unit Tests | 52 52 10.1s Server listens and closes | 12 2 14 8.6s Client connects and disconnects on ws and wss | 11 3 4 18 1m38.7s Client passes connection errors to callback handler | 2 2 0.3s Client sends and receives messages up to max payload | 12 12 8.3s Server client feedback | 23 23 2.9s RNG of the outermost testset: Random.Xoshiro(0x75d64a9001b85fa8, 0x318e31a06a28819a, 0x83dfd53330a5c6af, 0x5cfb60be5eb919a3, 0x28bfaea5ca7e7956) ERROR: LoadError: Some tests did not pass: 116 passed, 5 failed, 4 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:7 Testing failed after 95.45s ERROR: LoadError: Package SimpleWebsockets 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:2674 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2523 [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:548 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:525 [6] 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:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 211.53s: package tests unexpectedly errored