Package evaluation to test ArrayLayouts on Julia 1.14.0-DEV.3081 (21a70e450d*) started at 2026-09-01T15:07:14.985 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 32.37s ################################################################################ # Installation # Installing ArrayLayouts... Resolving package versions... Installed FillArrays ─────── v1.17.0 Installed StaticArrays ───── v1.9.19 Installed StaticArraysCore ─ v1.4.4 Installed ArrayLayouts ───── v1.12.2 Installed PrecompileTools ── v1.3.4 Installed Preferences ────── v1.5.2 Updating `~/.julia/environments/v1.14/Project.toml` [4c555306] + ArrayLayouts v1.12.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [4c555306] + ArrayLayouts v1.12.2 [1a297f60] + FillArrays v1.17.0 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [90137ffa] + StaticArrays v1.9.19 [1e83bf80] + StaticArraysCore v1.4.4 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.7+0 [4536629a] + OpenBLAS_jll v0.3.34+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.75s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.0 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 3.8 s ✓ MacroTools 0.5 s ✓ Reexport 0.7 s ✓ Adapt 0.9 s ✓ Statistics 0.5 s ✓ RealDot 0.7 s ✓ StaticArraysCore 3.2 s ✓ UnsafeAtomics 0.6 s ✓ StableRNGs 0.6 s ✓ HashArrayMappedTries 0.6 s ✓ CEnum 2.6 s ✓ FillArrays 0.9 s ✓ Infinities 1.3 s ✓ Requires 1.4 s ✓ Compat 1.9 s ✓ Preferences 1.0 s ✓ GPUArraysCore 1.6 s ✓ Adapt → AdaptSparseArraysExt 1.8 s ✓ Statistics → SparseArraysExt 1.0 s ✓ Quaternions 1.0 s ✓ Atomix 0.7 s ✓ ScopedValues 2.0 s ✓ FillArrays → FillArraysSparseArraysExt 0.9 s ✓ FillArrays → FillArraysStatisticsExt 0.5 s ✓ Compat → CompatLinearAlgebraExt 1.7 s ✓ JLLWrappers 1.1 s ✓ PrecompileTools 7.0 s ✓ Aqua 5.0 s ✓ LLVMExtra_jll 16.5 s ✓ StaticArrays 19.8 s ✓ LLVM 2.2 s ✓ StaticArrays → StaticArraysStatisticsExt 1.6 s ✓ Adapt → AdaptStaticArraysExt 2.0 s ✓ FillArrays → FillArraysStaticArraysExt 6.5 s ✓ UnsafeAtomics → UnsafeAtomicsLLVM 7.4 s ✓ KernelAbstractions 26.1 s ✓ ArrayLayouts 2.0 s ✓ KernelAbstractions → LinearAlgebraExt 3.3 s ✓ KernelAbstractions → SparseArraysExt 5.0 s ✓ ArrayLayouts → ArrayLayoutsSparseArraysExt 17.2 s ✓ GPUArrays WARNING: Constructor for type "BroadcastStyle" was extended in `JLArrays` without explicit qualification or import. NOTE: Assumed "BroadcastStyle" refers to `Broadcast.BroadcastStyle`. This behavior is deprecated and may differ in future versions. NOTE: This behavior may have differed in Julia versions prior to 1.12. Hint: If you intended to create a new generic function of the same name, use `function BroadcastStyle end`. Hint: To silence the warning, qualify `BroadcastStyle` as `Broadcast.BroadcastStyle` in the method signature or explicitly `import Broadcast: BroadcastStyle`. 8.6 s ✓ JLArrays 41 dependencies successfully precompiled in 163 seconds. 33 already precompiled. 1 dependency had output during precompilation: ┌ JLArrays │ WARNING: Constructor for type "BroadcastStyle" was extended in `JLArrays` without explicit qualification or import. │ NOTE: Assumed "BroadcastStyle" refers to `Broadcast.BroadcastStyle`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function BroadcastStyle end`. │ Hint: To silence the warning, qualify `BroadcastStyle` as `Broadcast.BroadcastStyle` in the method signature or explicitly `import Broadcast: BroadcastStyle`. └ Precompilation completed after 196.06s ################################################################################ # Testing # Testing ArrayLayouts Status `/tmp/jl_MZsUhY/Project.toml` [4c88cf16] Aqua v0.8.16 [4c555306] ArrayLayouts v1.12.2 [1a297f60] FillArrays v1.17.0 [e1ba4f0e] Infinities v0.1.12 ⌅ [27aeb0d3] JLArrays v0.2.0 [94ee1d12] Quaternions v0.7.7 [860ef19b] StableRNGs v1.0.4 [90137ffa] StaticArrays v1.9.19 [37e2e46d] LinearAlgebra v1.14.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_MZsUhY/Manifest.toml` [79e6a3ab] Adapt v4.7.0 [4c88cf16] Aqua v0.8.16 [4c555306] ArrayLayouts v1.12.2 [a9b6321e] Atomix v1.1.3 [fa961155] CEnum v0.5.0 [34da2185] Compat v4.18.1 [1a297f60] FillArrays v1.17.0 [0c68f7d7] GPUArrays v11.5.13 [46192b85] GPUArraysCore v0.2.0 [076d061b] HashArrayMappedTries v0.2.0 [e1ba4f0e] Infinities v0.1.12 ⌅ [27aeb0d3] JLArrays v0.2.0 [692b3bcd] JLLWrappers v1.8.0 [63c18a36] KernelAbstractions v0.9.42 [929cbde3] LLVM v9.13.1 [1914dd2f] MacroTools v0.5.16 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [94ee1d12] Quaternions v0.7.7 [c1ae055f] RealDot v0.1.0 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [7e506255] ScopedValues v1.6.2 [860ef19b] StableRNGs v1.0.4 [90137ffa] StaticArrays v1.9.19 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.4 [013be700] UnsafeAtomics v0.3.2 [dad2f222] LLVMExtra_jll v0.0.47+0 [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [4af54fe1] LazyArtifacts v1.11.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.7+0 [deac9b47] LibCURL_jll v8.21.0+0 [e37daf67] LibGit2_jll v1.9.7+0 [29816b5a] LibSSH2_jll v1.11.104+0 [14a3606d] MozillaCACerts_jll v2026.8.13 [4536629a] OpenBLAS_jll v0.3.34+0 [458c3c95] OpenSSL_jll v3.5.8+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.70.0+0 [3f19e933] p7zip_jll v17.8.2+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... 4 instances of possible type-piracy detected. To get a list, set `broken = false`. Test Summary: | Pass Broken Total Time Project quality | 9 1 10 1m20.5s Test Summary: | Pass Total Time _copy_oftype | 33 33 2.7s Test Summary: | Pass Broken Total Time MemoryLayout | 314 2 316 26.6s Test Summary: | Pass Broken Total Time Multiplication | 804 3 807 4m59.1s Test Summary: | Pass Broken Total Time Ldiv | 194 1 195 2m00.4s l/rmul!: Error During Test at /home/pkgeval/.julia/packages/ArrayLayouts/RCHQ8/test/test_layoutarray.jl:315 Test threw exception Expression: lmul!(2, transpose(deepcopy(A))) == rmul!(transpose(deepcopy(A)), 2) == 2 * transpose(A) MethodError: lmul!(::Int64, ::LinearAlgebra.Transpose{Float64, Main.ArrayLayoutsTests.TestLayoutArray.MyMatrix{Float64, Matrix{Float64}}}) is ambiguous. Candidates: lmul!(α::Number, A::LinearAlgebra.Transpose{<:Any, <:ArrayLayouts.LayoutMatrix}) @ ArrayLayouts ~/.julia/packages/ArrayLayouts/RCHQ8/src/ArrayLayouts.jl:196 lmul!(s::Union{Real, Complex}, X::LinearAlgebra.Transpose{<:Union{Real, Complex}}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/adjtrans.jl:518 Possible fix, define lmul!(::Union{Real, Complex}, ::LinearAlgebra.Transpose{var"#s5680", S} where {var"#s5680"<:Union{Real, Complex}, S<:(ArrayLayouts.LayoutMatrix)}) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [2] macro expansion @ ~/.julia/packages/ArrayLayouts/RCHQ8/test/test_layoutarray.jl:315 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [4] macro expansion @ ~/.julia/packages/ArrayLayouts/RCHQ8/test/test_layoutarray.jl:310 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [6] top-level scope @ ~/.julia/packages/ArrayLayouts/RCHQ8/test/test_layoutarray.jl:59 Test Summary: | Pass Error Broken Total Time LayoutArray | 332 1 3 336 5m53.7s LayoutVector | 19 19 8.8s LayoutMatrix | 138 2 140 2m02.2s l/rmul! | 13 1 14 19.1s pow/I | 6 6 1m37.2s Diagonal | 30 30 30.8s Adj/Trans | 24 24 8.4s AbstractQ | 4 4 0.5s concat | 5 5 2.4s dot | 1 1 0.1s layout_getindex scalar | 2 2 0.1s structured axes | 3 3 0.3s adjtrans * | 2 2 3.3s Zeros mul | 6 6 1.5s triple * | 17 17 3.8s rmul with lazy and Diagonal | 2 2 0.7s Tri * Tri | 5 5 3.6s mul! involving a triangular | 20 20 23.9s copymutable_oftype | 1 1 0.2s sparse | 4 4 4.0s mul! with subarrays | 18 18 13.9s Diagonal * Q | 2 2 3.3s QR | 10 1 11 5.6s RNG of the outermost testset: Random.Xoshiro(0xdb2fa90498613fdf, 0x48d73dc42d195740, 0x8c49bc52dc8a77ea, 0x1911b814c02405e8, 0x22a21880af5dc689) ERROR: LoadError: Some tests did not pass: 332 passed, 0 failed, 1 errored, 3 broken. in expression starting at /home/pkgeval/.julia/packages/ArrayLayouts/RCHQ8/test/test_layoutarray.jl:1 in expression starting at /home/pkgeval/.julia/packages/ArrayLayouts/RCHQ8/test/runtests.jl:1 Testing failed after 1248.07s ERROR: LoadError: Package ArrayLayouts 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:3283 [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 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 1728.99s: package tests unexpectedly errored