Open
Description
opened on Oct 7, 2024
As reported on Slack by @giordano and @christiangnrd:
Error in testset Sockets:
Error During Test at /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-HL2F7YQ3XH.0/build/default-honeycrisp-HL2F7YQ3XH-0/julialang/julia-master/julia-7986e17dd2/share/julia/stdlib/v1.12/Sockets/test/runtests.jl:420
Got exception outside of a @test
IOError: send: host is unreachable (EHOSTUNREACH)
Stacktrace:
[1] uv_error
@ ./libuv.jl:106 [inlined]
[2] send(sock::Sockets.UDPSocket, ipaddr::Sockets.IPv4, port::Int64, msg::String)
This is likely due to the new "Local Network Privacy" feature on Sequoia, requiring the user to OK local network access by clicking a pop-up. However, that's not really feasible for CI jobs, and seems broken anyway: https://mjtsai.com/blog/2024/10/02/local-network-privacy-on-sequoia/
Activity