Skip to content

macOS 15: Socket tests fail with EHOSTUNREACH #56022

Open
@maleadt

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    ciContinuous integrationsocketssystem:macAffects only macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions