Currenntly, on a fresh install of DistributedNext in a temporary environment, I get the following error during precompilation:
PkgPrecompileError: The following 1 direct dependency failed to precompile:
DistributedNext
Failed to precompile DistributedNext [fab6aee4-877b-4bac-a744-3eca44acbb6f] to "/Users/ldevos/.julia/compiled/v1.12/DistributedNext/jl_AwqKvj".
Worker 2 terminated.
BaseUnhandled Task ERROR: IOError: read: connection reset by peer (ECONNRESET)
Stacktrace:
[1] wait_readnb(x::Sockets.TCPSocket, nb::Int64)
@ Base ./stream.jl:410
[2] (::Base.var"#wait_locked#readbytes!##0")(s::Sockets.TCPSocket, buf::IOBuffer, nb::Int64)
@ Base ./stream.jl:934
[3] readbytes!(s::Sockets.TCPSocket, a::Vector{UInt8}, nb::Int64)
@ Base ./stream.jl:940
[4] read
@ ./io.jl:1177 [inlined]
[5] process_hdr(s::Sockets.TCPSocket, validate_cookie::Bool)
@ DistributedNext ~/.julia/packages/DistributedNext/3cHVQ/src/process_messages.jl:276
[6] message_handler_loop(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool)
@ DistributedNext ~/.julia/packages/DistributedNext/3cHVQ/src/process_messages.jl:159
[7] process_tcp_streams(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool)
@ DistributedNext ~/.julia/packages/DistributedNext/3cHVQ/src/process_messages.jl:134
[8] (::DistributedNext.var"#process_messages##0#process_messages##1"{Sockets.TCPSocket, Sockets.TCPSocket, Bool})()
@ DistributedNext ~/.julia/packages/DistributedNext/3cHVQ/src/process_messages.jl:122
.IOError("read: socket is not connected (ENOTCONN)", -57)CapturedException(Base.IOError("read: socket is not connected (ENOTCONN)", -57), Any[(wait_readnb(x::Sockets.TCPSocket, nb::Int64) at stream.jl:410, 1), ((::Base.var"#wait_locked#readbytes!##0")(s::Sockets.TCPSocket, buf::IOBuffer, nb::Int64) at stream.jl:934, 1), (readbytes!(s::Sockets.TCPSocket, a::Vector{UInt8}, nb::Int64) at stream.jl:940, 1), (read at io.jl:1177 [inlined], 1), (process_hdr(s::Sockets.TCPSocket, validate_cookie::Bool) at process_messages.jl:260, 1), (message_handler_loop(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool) at process_messages.jl:159, 1), (process_tcp_streams(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool) at process_messages.jl:134, 1), ((::DistributedNext.var"#process_messages##0#process_messages##1"{Sockets.TCPSocket, Sockets.TCPSocket, Bool})() at process_messages.jl:122, 1)])
Process(1) - Unknown remote, closing connection.
Master process (id 1) could not connect within 60.0 seconds.
exiting
Currenntly, on a fresh install of DistributedNext in a temporary environment, I get the following error during precompilation:
Version info
@jack-dunham