Package evaluation of DistributedArrays on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-28T23:48:39.188 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.79s ################################################################################ # Installation # Installing DistributedArrays... Resolving package versions... Installed IntegerMathUtils ── v0.1.2 Installed Primes ──────────── v0.5.7 Installed Statistics ──────── v1.11.1 Installed DistributedArrays ─ v0.6.7 Updating `~/.julia/environments/v1.13/Project.toml` [aaf54ef3] + DistributedArrays v0.6.7 Updating `~/.julia/environments/v1.13/Manifest.toml` [aaf54ef3] + DistributedArrays v0.6.7 [18e54dd8] + IntegerMathUtils v0.1.2 [27ebfcd6] + Primes v0.5.7 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [8ba89e20] + Distributed v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 1.18s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 5733.7 ms ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 25 already precompiled. Precompiling package dependencies... Precompilation completed after 47.32s ################################################################################ # Testing # Testing DistributedArrays Status `/tmp/jl_2qdEkq/Project.toml` [aaf54ef3] DistributedArrays v0.6.7 [27ebfcd6] Primes v0.5.7 [276daf66] SpecialFunctions v2.5.1 [10745b16] Statistics v1.11.1 [8ba89e20] Distributed v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.12.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_2qdEkq/Manifest.toml` [aaf54ef3] DistributedArrays v0.6.7 [ffbed154] DocStringExtensions v0.9.4 [18e54dd8] IntegerMathUtils v0.1.2 [92d709cd] IrrationalConstants v0.2.4 [692b3bcd] JLLWrappers v1.7.0 [2ab3a3ac] LogExpFunctions v0.3.29 [21216c6a] Preferences v1.4.3 [27ebfcd6] Primes v0.5.7 [276daf66] SpecialFunctions v2.5.1 [10745b16] Statistics v1.11.1 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.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 [2f01184e] SparseArrays v1.12.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.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.5+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... test default distribute: Error During Test at /home/pkgeval/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:13 Test threw exception Expression: sum(DA) == sum(A) scalar indexing disabled Stacktrace: [1] _scalarindexingallowed @ ~/.julia/packages/DistributedArrays/SxLCk/src/darray.jl:643 [inlined] [2] getindex @ ~/.julia/packages/DistributedArrays/SxLCk/src/darray.jl:659 [inlined] [3] _getindex @ ./abstractarray.jl:1393 [inlined] [4] getindex @ ./abstractarray.jl:1347 [inlined] [5] iterate @ ./abstractarray.jl:1240 [inlined] [6] iterate @ ./abstractarray.jl:1238 [inlined] [7] _foldl_impl(op::Base.BottomRF{typeof(Base.add_sum)}, init::Base._InitialValue, itr::DArray{Int64, 2, Matrix{Int64}}) @ Base ./reduce.jl:48 [8] foldl_impl @ ./reduce.jl:40 [inlined] [9] mapfoldl_impl @ ./reduce.jl:36 [inlined] [10] mapfoldl @ ./reduce.jl:167 [inlined] [11] _mapreduce @ ./reduce.jl:459 [inlined] [12] _mapreduce_dim @ ./reducedim.jl:334 [inlined] [13] mapreduce @ ./reducedim.jl:326 [inlined] [14] _sum @ ./reducedim.jl:984 [inlined] [15] _sum @ ./reducedim.jl:983 [inlined] [16] sum(a::DArray{Int64, 2, Matrix{Int64}}) @ Base ./reducedim.jl:979 [17] top-level scope @ ~/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:8 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [19] macro expansion @ ~/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:11 [inlined] [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [21] macro expansion @ ~/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:13 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] test distribute with procs arguments: Error During Test at /home/pkgeval/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:20 Test threw exception Expression: sum(DA) == sum(A) scalar indexing disabled Stacktrace: [1] _scalarindexingallowed @ ~/.julia/packages/DistributedArrays/SxLCk/src/darray.jl:643 [inlined] [2] getindex @ ~/.julia/packages/DistributedArrays/SxLCk/src/darray.jl:659 [inlined] [3] _getindex @ ./abstractarray.jl:1393 [inlined] [4] getindex @ ./abstractarray.jl:1347 [inlined] [5] iterate @ ./abstractarray.jl:1240 [inlined] [6] iterate @ ./abstractarray.jl:1238 [inlined] [7] _foldl_impl(op::Base.BottomRF{typeof(Base.add_sum)}, init::Base._InitialValue, itr::DArray{Int64, 2, Matrix{Int64}}) @ Base ./reduce.jl:48 [8] foldl_impl @ ./reduce.jl:40 [inlined] [9] mapfoldl_impl @ ./reduce.jl:36 [inlined] [10] mapfoldl @ ./reduce.jl:167 [inlined] [11] _mapreduce @ ./reduce.jl:459 [inlined] [12] _mapreduce_dim @ ./reducedim.jl:334 [inlined] [13] mapreduce @ ./reducedim.jl:326 [inlined] [14] _sum @ ./reducedim.jl:984 [inlined] [15] _sum @ ./reducedim.jl:983 [inlined] [16] sum(a::DArray{Int64, 2, Matrix{Int64}}) @ Base ./reducedim.jl:979 [17] top-level scope @ ~/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:8 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [19] macro expansion @ ~/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:18 [inlined] [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [21] macro expansion @ ~/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:20 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] test distribute with procs and dist arguments: Error During Test at /home/pkgeval/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:27 Test threw exception Expression: sum(DA) == sum(A) scalar indexing disabled Stacktrace: [1] _scalarindexingallowed @ ~/.julia/packages/DistributedArrays/SxLCk/src/darray.jl:643 [inlined] [2] getindex @ ~/.julia/packages/DistributedArrays/SxLCk/src/darray.jl:659 [inlined] [3] _getindex @ ./abstractarray.jl:1393 [inlined] [4] getindex @ ./abstractarray.jl:1347 [inlined] [5] iterate @ ./abstractarray.jl:1240 [inlined] [6] iterate @ ./abstractarray.jl:1238 [inlined] [7] _foldl_impl(op::Base.BottomRF{typeof(Base.add_sum)}, init::Base._InitialValue, itr::DArray{Int64, 2, Matrix{Int64}}) @ Base ./reduce.jl:48 [8] foldl_impl @ ./reduce.jl:40 [inlined] [9] mapfoldl_impl @ ./reduce.jl:36 [inlined] [10] mapfoldl @ ./reduce.jl:167 [inlined] [11] _mapreduce @ ./reduce.jl:459 [inlined] [12] _mapreduce_dim @ ./reducedim.jl:334 [inlined] [13] mapreduce @ ./reducedim.jl:326 [inlined] [14] _sum @ ./reducedim.jl:984 [inlined] [15] _sum @ ./reducedim.jl:983 [inlined] [16] sum(a::DArray{Int64, 2, Matrix{Int64}}) @ Base ./reducedim.jl:979 [17] top-level scope @ ~/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:8 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [19] macro expansion @ ~/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:25 [inlined] [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [21] macro expansion @ ~/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:27 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] Test Summary: | Pass Error Total Time test distribute and other constructors | 10 3 13 48.9s test default distribute | 1 1 2 22.3s test distribute with procs arguments | 1 1 2 1.8s test distribute with procs and dist arguments | 1 1 2 0.9s Create darray with unconventional distribution and distibute like it | 1 1 9.6s Global DArray serialization issue #134 | 1 1 7.0s empty_localpart should work when only constructor (not conversion is defined) | 1 1 0.0s Consistent Uneven Distribution issue #166 | 3 3 3.2s Inhomogenous typeof(localpart) | 1 1 4.0s RNG of the outermost testset: Xoshiro(0x231e1e615fd43bcd, 0x293182e2909901fd, 0x6351aaf955c5e21d, 0xaae6788936039dcc, 0x3b9849a83895fce9) ERROR: LoadError: Some tests did not pass: 10 passed, 0 failed, 3 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/DistributedArrays/SxLCk/test/darray.jl:7 in expression starting at /home/pkgeval/.julia/packages/DistributedArrays/SxLCk/test/runtests.jl:35 Testing failed after 108.47s ERROR: LoadError: Package DistributedArrays errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2414 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2269 [inlined] [4] 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.13/Pkg/src/API.jl:486 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:303 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:331 [12] _start() @ Base ./client.jl:563 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 208.39s: package tests unexpectedly errored