Package evaluation of SimpleWebsockets on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T06:43:04.369 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.79s ################################################################################ # Installation # Installing SimpleWebsockets... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [129f17fe] + SimpleWebsockets v0.3.0 Updating `~/.julia/environments/v1.10/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.15 [692b3bcd] + JLLWrappers v1.7.0 [e6f89c97] + LoggingExtras v1.1.0 [739be429] + MbedTLS v1.1.9 [4d8831e6] + OpenSSL v1.4.3 [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [777ac1f9] + SimpleBufferStream v1.2.0 [129f17fe] + SimpleWebsockets v0.3.0 [fd094767] + Suppressor v0.2.8 [3bb67fe8] + TranscodingStreams v0.11.3 [5c2747f8] + URIs v1.5.1 [458c3c95] + OpenSSL_jll v3.0.16+0 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [b77e0a4c] + InteractiveUtils [8f399da3] + Libdl [56ddb016] + Logging [d6f4376e] + Markdown [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 [83775a58] + Zlib_jll v1.2.13+1 Installation completed after 4.62s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.45s ################################################################################ # Testing # Testing SimpleWebsockets Status `/tmp/jl_Dz1oTP/Project.toml` [cd3eb016] HTTP v1.10.15 [739be429] MbedTLS v1.1.9 [129f17fe] SimpleWebsockets v0.3.0 [fd094767] Suppressor v0.2.8 [2a0f44e3] Base64 [6462fe0b] Sockets [8dfed614] Test Status `/tmp/jl_Dz1oTP/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.15 [692b3bcd] JLLWrappers v1.7.0 [e6f89c97] LoggingExtras v1.1.0 [739be429] MbedTLS v1.1.9 [4d8831e6] OpenSSL v1.4.3 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [777ac1f9] SimpleBufferStream v1.2.0 [129f17fe] SimpleWebsockets v0.3.0 [fd094767] Suppressor v0.2.8 [3bb67fe8] TranscodingStreams v0.11.3 [5c2747f8] URIs v1.5.1 [458c3c95] OpenSSL_jll v3.0.16+0 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [8f399da3] Libdl [56ddb016] Logging [d6f4376e] Markdown [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 [83775a58] Zlib_jll v1.2.13+1 Testing Running tests... [ Info: Testing SimpleWebsockets [ Info: Unit Tests [ Info: Server listens and closes Server listens and closes: Test Failed at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:24 Expression: details isa NamedTuple Evaluated: "cannot bind to port; may already be in use or access denied" isa NamedTuple Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined] [2] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [6] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Server listens and closes: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:25 Test threw exception Expression: haskey(details, :port) MethodError: no method matching haskey(::String, ::Symbol) Closest candidates are: haskey(!Matched::RegexMatch, ::Union{AbstractString, Symbol}) @ Base regex.jl:279 haskey(!Matched::Base.TTY, ::Symbol) @ Base ttyhascolor.jl:25 haskey(!Matched::LibGit2.CachedCredentials, ::Any) @ LibGit2 /opt/julia/share/julia/stdlib/v1.10/LibGit2/src/types.jl:1309 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:25 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:25 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Server listens and closes: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:26 Test threw exception Expression: haskey(details, :host) MethodError: no method matching haskey(::String, ::Symbol) Closest candidates are: haskey(!Matched::RegexMatch, ::Union{AbstractString, Symbol}) @ Base regex.jl:279 haskey(!Matched::Base.TTY, ::Symbol) @ Base ttyhascolor.jl:25 haskey(!Matched::LibGit2.CachedCredentials, ::Any) @ LibGit2 /opt/julia/share/julia/stdlib/v1.10/LibGit2/src/types.jl:1309 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:26 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:26 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Server listens and closes: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:27 Test threw exception Expression: details.port === 8080 type String has no field port Stacktrace: [1] getproperty(x::String, f::Symbol) @ Base ./Base.jl:37 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:27 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Server listens and closes: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:28 Test threw exception Expression: details.host === "localhost" type String has no field host Stacktrace: [1] getproperty(x::String, f::Symbol) @ Base ./Base.jl:37 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:28 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Server listens and closes: Test Failed at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:24 Expression: details isa NamedTuple Evaluated: "cannot bind to port; may already be in use or access denied" isa NamedTuple Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined] [2] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:24 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [6] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Server listens and closes: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:25 Test threw exception Expression: haskey(details, :port) MethodError: no method matching haskey(::String, ::Symbol) Closest candidates are: haskey(!Matched::RegexMatch, ::Union{AbstractString, Symbol}) @ Base regex.jl:279 haskey(!Matched::Base.TTY, ::Symbol) @ Base ttyhascolor.jl:25 haskey(!Matched::LibGit2.CachedCredentials, ::Any) @ LibGit2 /opt/julia/share/julia/stdlib/v1.10/LibGit2/src/types.jl:1309 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:25 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:25 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Server listens and closes: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:26 Test threw exception Expression: haskey(details, :host) MethodError: no method matching haskey(::String, ::Symbol) Closest candidates are: haskey(!Matched::RegexMatch, ::Union{AbstractString, Symbol}) @ Base regex.jl:279 haskey(!Matched::Base.TTY, ::Symbol) @ Base ttyhascolor.jl:25 haskey(!Matched::LibGit2.CachedCredentials, ::Any) @ LibGit2 /opt/julia/share/julia/stdlib/v1.10/LibGit2/src/types.jl:1309 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:26 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:26 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Server listens and closes: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:27 Test threw exception Expression: details.port === 8080 type String has no field port Stacktrace: [1] getproperty(x::String, f::Symbol) @ Base ./Base.jl:37 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:27 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 Server listens and closes: Error During Test at /home/pkgeval/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:28 Test threw exception Expression: details.host === "localhost" type String has no field host Stacktrace: [1] getproperty(x::String, f::Symbol) @ Base ./Base.jl:37 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:28 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:20 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/SimpleWebsockets/j33Jf/test/runtests.jl:8 [ Info: Client connects and disconnects on ws and wss Testing SimpleWebsockets tests passed Testing completed after 31.65s PkgEval succeeded after 93.24s