Package evaluation of DistributedNext on Julia 1.12.0-DEV.1805 (a080deafdd*) started at 2025-03-24T11:29:11.467 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.68s ################################################################################ # Installation # Installing DistributedNext... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [fab6aee4] + DistributedNext v1.0.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [fab6aee4] + DistributedNext v1.0.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 Installation completed after 0.93s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 30.02s ################################################################################ # Testing # Testing DistributedNext Status `/tmp/jl_c4NVQN/Project.toml` [fab6aee4] DistributedNext v1.0.0 [00483490] LibSSH v0.7.1 [37e2e46d] LinearAlgebra v1.11.0 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_c4NVQN/Manifest.toml` [fa961155] CEnum v0.5.0 [fab6aee4] DistributedNext v1.0.0 [ffbed154] DocStringExtensions v0.9.3 [692b3bcd] JLLWrappers v1.7.0 [00483490] LibSSH v0.7.1 [21216c6a] Preferences v1.4.3 [b39eb1a6] Kerberos_krb5_jll v1.21.3+0 [458c3c95] OpenSSL_jll v3.0.16+0 [a8d4f100] libssh_jll v0.11.1+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 [dc6e5ff7] JuliaSyntaxHighlighting v1.12.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.2.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.2.0+0 [e37daf67] LibGit2_jll v1.8.0+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+1 [4536629a] OpenBLAS_jll v0.3.28+3 [83775a58] Zlib_jll v1.3.1+1 [8e850b90] libblastrampoline_jll v5.11.2+0 Testing Running tests... Testing SSH addprocs with 9 workers... SSHManager: Error During Test at /home/pkgeval/.julia/packages/DistributedNext/Ujy0m/test/sshmanager.jl:28 Got exception outside of a @test TaskFailedException Stacktrace: [1] #wait#576 @ ./task.jl:363 [inlined] [2] wait @ ./task.jl:360 [inlined] [3] DemoServer(f::var"#14#15", args::Int64; timeout::Int64, kill_timeout::Int64, kwargs::@Kwargs{auth_methods::Vector{LibSSH.AuthMethod}, allow_auth_none::Bool, verbose::Bool}) @ LibSSH.Demo ~/.julia/packages/LibSSH/a57Hc/src/server.jl:899 [4] top-level scope @ ~/.julia/packages/DistributedNext/Ujy0m/test/sshmanager.jl:29 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [6] macro expansion @ ~/.julia/packages/DistributedNext/Ujy0m/test/sshmanager.jl:29 [inlined] [7] include(mod::Module, _path::String) @ Base ./Base.jl:300 [8] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [9] _start() @ Base ./client.jl:558 nested task error: MethodError: no method matching isless(::Float64, ::Nothing) The function `isless` exists, but no method is defined for this combination of argument types. Closest candidates are: isless(!Matched::Missing, ::Any) @ Base missing.jl:87 isless(::Any, !Matched::Missing) @ Base missing.jl:88 isless(::T, !Matched::T) where T<:Union{Float16, Float32, Float64} @ Base float.jl:631 ... Stacktrace: [1] _rf_findmax @ ./reduce.jl:899 [inlined] [2] BottomRF @ ./reduce.jl:78 [inlined] [3] MappingRF @ ./reduce.jl:92 [inlined] [4] _foldl_impl @ ./reduce.jl:54 [inlined] [5] foldl_impl @ ./reduce.jl:40 [inlined] [6] mapfoldl_impl @ ./reduce.jl:36 [inlined] [7] mapfoldl @ ./reduce.jl:167 [inlined] [8] _findmax @ ./reduce.jl:898 [inlined] [9] findmax @ ./reducedim.jl:1195 [inlined] [10] init_bind_addr() @ DistributedNext ~/.julia/packages/DistributedNext/Ujy0m/src/cluster.jl:1334 [11] init_multi() @ DistributedNext ~/.julia/packages/DistributedNext/Ujy0m/src/cluster.jl:1353 [12] addprocs(manager::DistributedNext.SSHManager; kwargs::@Kwargs{exename::Cmd, exeflags::Cmd, sshflags::Cmd}) @ DistributedNext ~/.julia/packages/DistributedNext/Ujy0m/src/cluster.jl:460 [13] addprocs @ ~/.julia/packages/DistributedNext/Ujy0m/src/cluster.jl:459 [inlined] [14] #addprocs#185 @ ~/.julia/packages/DistributedNext/Ujy0m/src/managers.jl:164 [inlined] [15] addprocs_with_testenv(X::Vector{Any}; rr_allowed::Bool, kwargs::@Kwargs{sshflags::Cmd}) @ Main /opt/julia/share/julia/test/testenv.jl:46 [16] addprocs_with_testenv @ /opt/julia/share/julia/test/testenv.jl:40 [inlined] [17] (::var"#14#15")() @ Main ~/.julia/packages/DistributedNext/Ujy0m/test/sshmanager.jl:47 [18] (::LibSSH.Demo.var"#11#12"{var"#14#15", Vector{Test.AbstractTestSet}, Timer})() @ LibSSH.Demo ~/.julia/packages/LibSSH/a57Hc/src/server.jl:868 Test Summary: | Error Total Time SSHManager | 1 1 16.2s ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/DistributedNext/Ujy0m/test/sshmanager.jl:28 ERROR: LoadError: failed process: Process(setenv(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so --pkgimages=existing -g1 --startup-file=no --check-bounds=yes --startup-file=no --depwarn=error /home/pkgeval/.julia/packages/DistributedNext/Ujy0m/test/sshmanager.jl`,["PYTHON=", "LANG=C.UTF-8", "PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin", "OPENBLAS_MAIN_FREE=1", "JULIA_CPU_THREADS=1", "JULIA_NUM_PRECOMPILE_TASKS=1", "DISPLAY=:1", "JULIA_LOAD_PATH=@:/tmp/jl_c4NVQN", "PKGEVAL=true", "OPENBLAS_NUM_THREADS=1", "CI=true", "JULIA_PKG_PRECOMPILE_AUTO=0", "JULIA_PKGEVAL=true", "JULIA_DEPOT_PATH=/home/pkgeval/.julia:/usr/local/share/julia:", "JULIA_NUM_THREADS=1", "R_HOME=*", "HOME=/home/pkgeval"]), ProcessExited(1)) [1] Stacktrace: [1] pipeline_error @ ./process.jl:598 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:513 [3] run(::Cmd) @ Base ./process.jl:510 [4] top-level scope @ ~/.julia/packages/DistributedNext/Ujy0m/test/runtests.jl:13 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:301 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core ./boot.jl:485 [8] exec_options(opts::Base.JLOptions) @ Base ./client.jl:295 [9] _start() @ Base ./client.jl:558 in expression starting at /home/pkgeval/.julia/packages/DistributedNext/Ujy0m/test/runtests.jl:10 Testing failed after 36.66s ERROR: LoadError: Package DistributedNext errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.12/Pkg/src/Operations.jl:2359 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2214 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.12/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:159 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:147 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:147 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:146 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:300 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [12] _start() @ Base ./client.jl:558 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 90.78s: package tests unexpectedly errored