Package evaluation to test SharedArrays on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-07T21:16:26.329 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.43s ################################################################################ # Installation # Installing SharedArrays... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [1a1011a3] + SharedArrays v1.11.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [8ba89e20] + Distributed v1.11.0 [a63ad114] + Mmap v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 Installation completed after 1.44s SharedArrays is a standard library in this Julia build. ################################################################################ # Testing # Testing SharedArrays Status `/tmp/jl_dxfP0s/Project.toml` [8ba89e20] Distributed v1.11.0 [a63ad114] Mmap v1.11.0 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_dxfP0s/Manifest.toml` [2a0f44e3] Base64 v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... ERROR: LoadError: TaskFailedException nested task error: Timed out waiting to read host:port string from worker. Stacktrace: [1] worker_from_id(pg::Distributed.ProcessGroup, i::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:1118 [2] worker_from_id(i::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:1115 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:559 [inlined] [4] remote_do(::Function, ::Int64; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:539 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:559 [inlined] [6] remote_do(::typeof(exit), ::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:539 [inlined] [7] kill(manager::Distributed.LocalManager, pid::Int64, config::WorkerConfig; profile_wait::Int64, exit_timeout::Int64, term_timeout::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/managers.jl:746 [8] kill(manager::Distributed.LocalManager, pid::Int64, config::WorkerConfig) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/managers.jl:743 [inlined] [9] create_worker(manager::Distributed.LocalManager, wconfig::WorkerConfig) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:621 [10] setup_launched_worker(manager::Distributed.LocalManager, wconfig::WorkerConfig, launched_q::Vector{Int64}) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:565 ┌[11] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:521 [inlined] ╰──── repeated 2 times [13] (::Distributed.var"##kw_body#addprocs_locked#0##->###2"{Vector{Int64}, Distributed.LocalManager, WorkerConfig})() @ Distributed task.jl:506 caused by: Timed out waiting to read host:port string from worker. Stacktrace: [1] read_worker_host_port(io::Base.PipeEndpoint) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:359 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/managers.jl:582 [inlined] [3] connect(manager::Distributed.LocalManager, pid::Int64, config::WorkerConfig) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/managers.jl:563 [4] create_worker(manager::Distributed.LocalManager, wconfig::WorkerConfig) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:618 [5] setup_launched_worker(manager::Distributed.LocalManager, wconfig::WorkerConfig, launched_q::Vector{Int64}) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:565 ┌[6] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:521 [inlined] ╰─── repeated 2 times [8] (::Distributed.var"##kw_body#addprocs_locked#0##->###2"{Vector{Int64}, Distributed.LocalManager, WorkerConfig})() @ Distributed task.jl:506 ...and 3 more exceptions. Stacktrace: [1] sync_end(c::Channel{Any}) @ Base task.jl:630 [2] macro expansion @ task.jl:663 [inlined] [3] addprocs_locked(manager::Distributed.LocalManager; kwargs::@Kwargs{exename::String, exeflags::Cmd}) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:506 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:465 [inlined] [5] addprocs(manager::Distributed.LocalManager; kwargs::@Kwargs{exename::String, exeflags::Cmd}) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:418 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/cluster.jl:458 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/managers.jl:472 [inlined] [8] addprocs(np::Int64; restrict::Bool, kwargs::@Kwargs{exename::String, exeflags::Cmd}) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/managers.jl:447 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/managers.jl:469 [inlined] [10] addprocs_with_testenv(X::Int64; rr_allowed::Bool, kwargs::@Kwargs{}) @ Main /opt/julia/share/julia/test/testenv.jl:46 [11] top-level scope @ /opt/julia/share/julia/stdlib/v1.14/SharedArrays/test/runtests.jl:10 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] top-level scope @ none:6 [14] eval(m::Module, e::Any) @ Core boot.jl:521 [15] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [16] _start() @ Base client.jl:596 in expression starting at /opt/julia/share/julia/stdlib/v1.14/SharedArrays/test/runtests.jl:10 Testing failed after 128.24s ERROR: LoadError: Package SharedArrays 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:3247 [3] 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:587 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 290.1s: package tests unexpectedly errored