Package evaluation to test gRPCClient on Julia 1.14.0-DEV.1786 (45ee44a91e*) started at 2026-02-22T14:30:59.141 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.97s ################################################################################ # Installation # Installing gRPCClient... Resolving package versions... Installed gRPCClient ─ v1.0.0 Updating `~/.julia/environments/v1.14/Project.toml` [aaca4a50] + gRPCClient v1.0.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [e1450e63] + BufferedStreams v1.2.2 [4e289a0a] + EnumX v1.0.6 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [3349acd9] + ProtoBuf v1.2.2 [aaca4a50] + gRPCClient v1.0.0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [7b1f6079] + FileWatching v1.11.0 [b27032c2] + LibCURL v1.0.0 [8f399da3] + Libdl v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.18.0+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.12.2 [458c3c95] + OpenSSL_jll v3.5.5+0 [83775a58] + Zlib_jll v1.3.1+2 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.68.0+1 Installation completed after 1.57s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 2794.6 ms ✓ gRPCClient 1 dependency successfully precompiled in 3 seconds. 25 already precompiled. Precompilation completed after 19.7s ################################################################################ # Testing # Testing gRPCClient Status `/tmp/jl_X1eQmg/Project.toml` [aea7be01] PrecompileTools v1.3.3 [3349acd9] ProtoBuf v1.2.2 [aaca4a50] gRPCClient v1.0.0 [7b1f6079] FileWatching v1.11.0 [b27032c2] LibCURL v1.0.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_X1eQmg/Manifest.toml` [e1450e63] BufferedStreams v1.2.2 [4e289a0a] EnumX v1.0.6 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [3349acd9] ProtoBuf v1.2.2 [aaca4a50] gRPCClient v1.0.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.18.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.12.2 [458c3c95] OpenSSL_jll v3.5.5+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.68.0+1 Testing Running tests... @async varying request/response: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:101 Got exception outside of a @test gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 803 ms: Could not connect to server") Stacktrace: [1] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:160 [inlined] [2] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:166 [inlined] [3] grpc_async_await(client::gRPCServiceClient{TestRequest, false, TestResponse, false}, request::gRPCRequest) @ gRPCClient ~/.julia/packages/gRPCClient/NHtrF/src/Unary.jl:205 [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:111 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:102 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [8] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [13] _start() @ Base ./client.jl:585 @async small request/response: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:120 Got exception outside of a @test gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 0 ms: Could not connect to server") Stacktrace: [1] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:160 [inlined] [2] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:166 [inlined] [3] grpc_async_await(client::gRPCServiceClient{TestRequest, false, TestResponse, false}, request::gRPCRequest) @ gRPCClient ~/.julia/packages/gRPCClient/NHtrF/src/Unary.jl:205 [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:130 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:121 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [8] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [13] _start() @ Base ./client.jl:585 @async big request/response: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:136 Got exception outside of a @test gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 0 ms: Could not connect to server") Stacktrace: [1] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:160 [inlined] [2] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:166 [inlined] [3] grpc_async_await(client::gRPCServiceClient{TestRequest, false, TestResponse, false}, request::gRPCRequest) @ gRPCClient ~/.julia/packages/gRPCClient/NHtrF/src/Unary.jl:205 [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:147 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:137 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [8] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [13] _start() @ Base ./client.jl:585 Threads.@spawn small request/response: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:152 Got exception outside of a @test TaskFailedException nested task error: gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 0 ms: Could not connect to server") Stacktrace: [1] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:160 [inlined] [2] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:166 [inlined] [3] grpc_sync_request @ ~/.julia/packages/gRPCClient/NHtrF/src/Unary.jl:246 [inlined] [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:158 [inlined] [5] (::var"#19#20"{var"#21#22"{Vector{TestResponse}, gRPCServiceClient{TestRequest, false, TestResponse, false}, UnitRange{Int64}}})(tid::Int64; onethread::Bool) @ Main ./threadingconstructs.jl:279 [6] #19 @ ./threadingconstructs.jl:246 [inlined] [7] (::Base.Threads.var"#threading_run##0#threading_run##1"{var"#19#20"{var"#21#22"{Vector{TestResponse}, gRPCServiceClient{TestRequest, false, TestResponse, false}, UnitRange{Int64}}}, Int64})() @ Base.Threads ./threadingconstructs.jl:178 Stacktrace: [1] threading_run(fun::var"#19#20"{var"#21#22"{Vector{TestResponse}, gRPCServiceClient{TestRequest, false, TestResponse, false}, UnitRange{Int64}}}, static::Bool) @ Base.Threads ./threadingconstructs.jl:199 [2] macro expansion @ ./threadingconstructs.jl:216 [inlined] [3] macro expansion @ ./task.jl:662 [inlined] [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:157 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:153 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [8] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [13] _start() @ Base ./client.jl:585 Threads.@spawn varying request/response: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:168 Got exception outside of a @test TaskFailedException nested task error: gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 0 ms: Could not connect to server") Stacktrace: [1] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:160 [inlined] [2] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:166 [inlined] [3] grpc_sync_request @ ~/.julia/packages/gRPCClient/NHtrF/src/Unary.jl:246 [inlined] [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:174 [inlined] [5] (::var"#25#26"{var"#27#28"{Vector{TestResponse}, gRPCServiceClient{TestRequest, false, TestResponse, false}, UnitRange{Int64}}})(tid::Int64; onethread::Bool) @ Main ./threadingconstructs.jl:279 [6] #25 @ ./threadingconstructs.jl:246 [inlined] [7] (::Base.Threads.var"#threading_run##0#threading_run##1"{var"#25#26"{var"#27#28"{Vector{TestResponse}, gRPCServiceClient{TestRequest, false, TestResponse, false}, UnitRange{Int64}}}, Int64})() @ Base.Threads ./threadingconstructs.jl:178 Stacktrace: [1] threading_run(fun::var"#25#26"{var"#27#28"{Vector{TestResponse}, gRPCServiceClient{TestRequest, false, TestResponse, false}, UnitRange{Int64}}}, static::Bool) @ Base.Threads ./threadingconstructs.jl:199 [2] macro expansion @ ./threadingconstructs.jl:216 [inlined] [3] macro expansion @ ./task.jl:662 [inlined] [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:173 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:169 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [8] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [13] _start() @ Base ./client.jl:585 Async Channels: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:186 Got exception outside of a @test gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 0 ms: Could not connect to server") Stacktrace: [1] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:196 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [3] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:187 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [5] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core ./boot.jl:489 [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [10] _start() @ Base ./client.jl:585 Response Streaming: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:203 Got exception outside of a @test InvalidStateException: Channel is closed. Stacktrace: [1] try_yieldto(undo::typeof(Base.ensure_rescheduled)) @ Base ./task.jl:1144 [2] wait() @ Base ./task.jl:1249 [3] wait(c::Base.GenericCondition{ReentrantLock}; first::Bool) @ Base ./condition.jl:141 [4] wait @ ./condition.jl:136 [inlined] [5] take_buffered(c::Channel{TestResponse}) @ Base ./channels.jl:532 [6] take!(c::Channel{TestResponse}) @ Base ./channels.jl:526 [7] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:214 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [9] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:204 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [11] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ none:6 [14] eval(m::Module, e::Any) @ Core ./boot.jl:489 [15] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [16] _start() @ Base ./client.jl:585 Request Streaming: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:222 Got exception outside of a @test gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 0 ms: Could not connect to server") Stacktrace: [1] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:160 [inlined] [2] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:166 [inlined] [3] grpc_async_await(client::gRPCServiceClient{TestRequest, true, TestResponse, false}, request::gRPCRequest) @ gRPCClient ~/.julia/packages/gRPCClient/NHtrF/src/Streaming.jl:390 [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:234 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:223 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [8] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [13] _start() @ Base ./client.jl:585 Bidirectional Streaming: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:242 Got exception outside of a @test InvalidStateException: Channel is closed. Stacktrace: [1] try_yieldto(undo::typeof(Base.ensure_rescheduled)) @ Base ./task.jl:1144 [2] wait() @ Base ./task.jl:1249 [3] wait(c::Base.GenericCondition{ReentrantLock}; first::Bool) @ Base ./condition.jl:141 [4] wait @ ./condition.jl:136 [inlined] [5] take_buffered(c::Channel{TestResponse}) @ Base ./channels.jl:532 [6] take!(c::Channel{TestResponse}) @ Base ./channels.jl:526 [7] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:256 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [9] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:243 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [11] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ none:6 [14] eval(m::Module, e::Any) @ Core ./boot.jl:489 [15] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [16] _start() @ Base ./client.jl:585 Response Streaming hang after END_STREAM: Test Failed at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:284 Expression: i == N + 1 Evaluated: 1 == 11 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:782 [inlined] [2] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:284 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:267 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 Response Streaming hang after END_STREAM: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:266 Got exception outside of a @test gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 0 ms: Could not connect to server") Stacktrace: [1] grpc_async_await(req::gRPCRequest) @ gRPCClient ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:160 [2] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:286 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:267 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core ./boot.jl:489 [10] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [11] _start() @ Base ./client.jl:585 Deadline Exceeded: Test Failed at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:302 Expression: ex.grpc_status == GRPC_DEADLINE_EXCEEDED Evaluated: 13 == 4 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:782 [inlined] [2] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:302 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:290 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 Response Streaming - Small Messages: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:306 Got exception outside of a @test InvalidStateException: Channel is closed. Stacktrace: [1] try_yieldto(undo::typeof(Base.ensure_rescheduled)) @ Base ./task.jl:1144 [2] wait() @ Base ./task.jl:1249 [3] wait(c::Base.GenericCondition{ReentrantLock}; first::Bool) @ Base ./condition.jl:141 [4] wait @ ./condition.jl:136 [inlined] [5] take_buffered(c::Channel{TestResponse}) @ Base ./channels.jl:532 [6] take!(c::Channel{TestResponse}) @ Base ./channels.jl:526 [7] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:316 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [9] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:307 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [11] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ none:6 [14] eval(m::Module, e::Any) @ Core ./boot.jl:489 [15] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [16] _start() @ Base ./client.jl:585 Request Streaming - Large Payloads: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:323 Got exception outside of a @test gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 0 ms: Could not connect to server") Stacktrace: [1] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:160 [inlined] [2] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:166 [inlined] [3] grpc_async_await(client::gRPCServiceClient{TestRequest, true, TestResponse, false}, request::gRPCRequest) @ gRPCClient ~/.julia/packages/gRPCClient/NHtrF/src/Streaming.jl:390 [4] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:336 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:324 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [8] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [13] _start() @ Base ./client.jl:585 Don't Stick User Tasks: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:341 Got exception outside of a @test TaskFailedException nested task error: gRPCServiceCallException(grpc_status=INTERNAL(13), message="Failed to connect to localhost port 8001 after 0 ms: Could not connect to server") Stacktrace: [1] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:160 [inlined] [2] grpc_async_await @ ~/.julia/packages/gRPCClient/NHtrF/src/gRPC.jl:166 [inlined] [3] grpc_sync_request @ ~/.julia/packages/gRPCClient/NHtrF/src/Unary.jl:246 [inlined] [4] (::var"#29#30"{gRPCServiceClient{TestRequest, false, TestResponse, false}})() @ Main ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:347 Stacktrace: [1] sync_end(c::Channel{Any}) @ Base ./task.jl:630 [2] macro expansion @ ./task.jl:663 [inlined] [3] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:345 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [5] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:343 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [7] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [9] top-level scope @ none:6 [10] eval(m::Module, e::Any) @ Core ./boot.jl:489 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [12] _start() @ Base ./client.jl:585 grpc_async_stream_response - InvalidStateException: Error During Test at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:402 Got exception outside of a @test InvalidStateException: Channel is closed. Stacktrace: [1] try_yieldto(undo::typeof(Base.ensure_rescheduled)) @ Base ./task.jl:1144 [2] wait() @ Base ./task.jl:1249 [3] wait(c::Base.GenericCondition{ReentrantLock}; first::Bool) @ Base ./condition.jl:141 [4] wait @ ./condition.jl:136 [inlined] [5] take_buffered(c::Channel{TestResponse}) @ Base ./channels.jl:532 [6] take!(c::Channel{TestResponse}) @ Base ./channels.jl:526 [7] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:410 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [9] macro expansion @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:404 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [11] top-level scope @ ~/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:66 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ none:6 [14] eval(m::Module, e::Any) @ Core ./boot.jl:489 [15] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [16] _start() @ Base ./client.jl:585 Test Summary: | Pass Fail Error Total Time gRPCClient.jl | 133 2 14 149 48.2s Code Generation | 20 20 27.9s @async varying request/response | 1 1 6.5s @async small request/response | 1 1 0.4s @async big request/response | 1 1 1.1s Threads.@spawn small request/response | 1 1 1.3s Threads.@spawn varying request/response | 1 1 0.4s Async Channels | 1 1 0.9s Response Streaming | 1 1 0.9s Request Streaming | 1 1 0.9s Bidirectional Streaming | 1 1 0.3s Response Streaming hang after END_STREAM | 1 1 1 3 4.8s Deadline Exceeded | 1 1 2 1.1s Response Streaming - Small Messages | 1 1 0.0s Request Streaming - Large Payloads | 1 1 0.4s Don't Stick User Tasks | 1 1 0.1s grpc_async_stream_request - gRPCServiceCallException | 1 1 0.0s grpc_async_stream_request - general exception | 1 1 0.2s grpc_async_stream_response - InvalidStateException | 1 1 0.0s grpc_async_stream_response - gRPCServiceCallException | 1 1 0.3s Max Message Size | 2 2 0.1s Graceful shutdown during concurrent requests | 102 102 0.4s RNG of the outermost testset: Random.Xoshiro(0x2f595cbca306125b, 0xa05878dc88e5a838, 0xfd1f71397369f1fa, 0x26027edfd155c830, 0x0c11759038213e35) ERROR: LoadError: Some tests did not pass: 133 passed, 2 failed, 14 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/gRPCClient/NHtrF/test/runtests.jl:63 Testing failed after 87.46s ERROR: LoadError: Package gRPCClient 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:3138 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3003 [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.14/Pkg/src/API.jl:586 [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.14/Pkg/src/API.jl:562 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/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.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [12] include(mod::Module, _path::String) @ Base ./Base.jl:323 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 138.04s: package tests unexpectedly errored