Package evaluation to test Tensorial on Julia 1.14.0-DEV.2130 (8560e32f58*) started at 2026-05-10T15:39:18.378 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.84s ################################################################################ # Installation # Installing Tensorial... Resolving package versions... Installed OpenSpecFun_jll ────── v0.5.6+0 Installed DiffResults ────────── v1.1.0 Installed TensorCore ─────────── v0.1.1 Installed MacroTools ─────────── v0.5.16 Installed NaNMath ────────────── v1.1.3 Installed ForwardDiff ────────── v1.3.3 Installed LogExpFunctions ────── v0.3.29 Installed SpecialFunctions ───── v2.7.2 Installed Preferences ────────── v1.5.2 Installed PrecompileTools ────── v1.3.3 Installed CommonSubexpressions ─ v0.3.1 Installed DiffRules ──────────── v1.15.1 Installed DocStringExtensions ── v0.9.5 Installed StaticArraysCore ───── v1.4.4 Installed IrrationalConstants ── v0.2.6 Installed JLLWrappers ────────── v1.8.0 Installed Tensorial ──────────── v0.19.3 Installed StaticArrays ───────── v1.9.18 Installing 1 artifacts Installed artifact OpenSpecFun 194.9 KiB Updating `~/.julia/environments/v1.14/Project.toml` [98f94333] + Tensorial v0.19.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [bbf7d656] + CommonSubexpressions v0.3.1 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [ffbed154] + DocStringExtensions v0.9.5 [f6369f11] + ForwardDiff v1.3.3 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.8.0 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [77ba4419] + NaNMath v1.1.3 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.2 [276daf66] + SpecialFunctions v2.7.2 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [62fd8b95] + TensorCore v0.1.1 [98f94333] + Tensorial v0.19.3 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [05823500] + OpenLibm_jll v0.8.7+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.79s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.1 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 4.2 s ✓ MacroTools 0.9 s ✓ TensorCore 2.2 s ✓ IrrationalConstants 1.1 s ✓ StaticArraysCore 1.2 s ✓ DocStringExtensions 2.1 s ✓ Combinatorics 1.0 s ✓ StridedViews 1.0 s ✓ LRUCache 0.8 s ✓ PtrArrays 1.1 s ✓ TupleTools 1.3 s ✓ VectorInterface 0.9 s ✓ PackageExtensionCompat 1.0 s ✓ NaNMath 1.5 s ✓ Preferences 1.7 s ✓ CommonSubexpressions 0.9 s ✓ DiffResults 1.4 s ✓ LogExpFunctions 0.8 s ✓ LRUCache → SerializationExt 0.8 s ✓ StridedViews → StridedViewsPtrArraysExt 1.3 s ✓ Strided 2.2 s ✓ JLLWrappers 1.4 s ✓ PrecompileTools 2.4 s ✓ OpenSpecFun_jll 15.3 s ✓ StaticArrays ┌ Info: TensorOperations can optionally be instructed to precompile several functions, which can be used to reduce the time to first execution (TTFX). │ This is disabled by default as this can take a while on some machines, and is only relevant for contraction-heavy workloads. │ │ To enable or disable precompilation, you can use the following script: │ │ ```julia │ using TensorOperations, Preferences │ set_preferences!(TensorOperations, "precompile_workload" => true; force=true) │ ``` │ └ This will create a `LocalPreferences.toml` file next to your current `Project.toml` file to store this setting in a persistent way. 4.6 s ✓ TensorOperations 5.7 s ✓ SpecialFunctions 1.4 s ✓ DiffRules 7.7 s ✓ ForwardDiff 2.2 s ✓ ForwardDiff → ForwardDiffStaticArraysExt 6.1 s ✓ Tensorial 30 dependencies successfully precompiled in 76 seconds. 13 already precompiled. 1 dependency had output during precompilation: ┌ TensorOperations │ ┌ Info: TensorOperations can optionally be instructed to precompile several functions, which can be used to reduce the time to first execution (TTFX). │ │ This is disabled by default as this can take a while on some machines, and is only relevant for contraction-heavy workloads. │ │ │ │ To enable or disable precompilation, you can use the following script: │ │ │ │ ```julia │ │ using TensorOperations, Preferences │ │ set_preferences!(TensorOperations, "precompile_workload" => true; force=true) │ │ ``` │ │ │ └ This will create a `LocalPreferences.toml` file next to your current `Project.toml` file to store this setting in a persistent way. └ Precompilation completed after 109.95s ################################################################################ # Testing # Testing Tensorial Status `/tmp/jl_Ds8cGQ/Project.toml` [861a8166] Combinatorics v1.1.0 [90137ffa] StaticArrays v1.9.18 [6aa20fa7] TensorOperations v5.6.0 [98f94333] Tensorial v0.19.3 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Ds8cGQ/Manifest.toml` [861a8166] Combinatorics v1.1.0 [bbf7d656] CommonSubexpressions v0.3.1 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [ffbed154] DocStringExtensions v0.9.5 [f6369f11] ForwardDiff v1.3.3 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.8.0 [8ac3fa9e] LRUCache v1.6.2 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [77ba4419] NaNMath v1.1.3 [65ce6f38] PackageExtensionCompat v1.0.2 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.2 [43287f4e] PtrArrays v1.4.0 [276daf66] SpecialFunctions v2.7.2 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [5e0ebb24] Strided v2.5.0 [4db3bf67] StridedViews v0.5.1 [62fd8b95] TensorCore v0.1.1 [6aa20fa7] TensorOperations v5.6.0 [98f94333] Tensorial v0.19.3 [9d95972d] TupleTools v1.6.0 [409d34a3] VectorInterface v0.5.0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [05823500] OpenLibm_jll v0.8.7+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Test Summary: | Pass Total Time Symmetry | 17 17 1.8s Test Summary: | Pass Total Time Space | 14 14 0.7s Test Summary: | Pass Total Time AbstractTensor | 18 18 1.8s Test Summary: | Pass Total Time Constructors | 548 548 2m11.3s Test Summary: | Pass Total Time Symmetric tensors | 81 81 3.8s Test Summary: | Pass Total Time Indices | 56 56 5.8s Test Summary: | Pass Total Time Conversion | 40 40 2.5s Test Summary: | Pass Total Time Promotion | 4 4 0.4s Test Summary: | Pass Total Time Tensor misc | 6 6 0.1s Test Summary: | Pass Total Time Permutation | 92 92 1m00.0s type annotation: Test Failed at /home/pkgeval/.julia/packages/Tensorial/VnnY0/test/einsum.jl:74 Expression: #= /home/pkgeval/.julia/packages/Tensorial/VnnY0/test/einsum.jl:74 =# @einsum(Tensor{Tuple{4, #= /home/pkgeval/.julia/packages/Tensorial/VnnY0/test/einsum.jl:74 =# @Symmetry({4, 4})}, Float32}, C[σ, μ, ν] := A[σp, σ] * A[μp, μ] * A[νp, ν] * B[σp, μp, νp])::Tensor{Tuple{4, #= /home/pkgeval/.julia/packages/Tensorial/VnnY0/test/einsum.jl:74 =# @Symmetry({4, 4})}, Float32} ≈ ans Evaluated: Float32[6.6532445 4.6005483 5.0527573 4.400048; 4.5115566 3.1295671 3.4994135 3.094647; 3.924809 2.8187857 3.2028906 2.8423283; 2.9563522 2.168298 2.505967 2.230353;;; 4.6005483 3.1785698 3.5629232 3.0992928; 3.1295671 2.1833336 1.5249108 2.2058008; 2.8187857 1.1439422 1.4114121 2.0911753; 2.168298 1.6050992 1.8716509 1.677465;;; 5.0527573 3.5629232 4.0425754 3.4022946; 3.4994135 1.5249108 2.8871439 2.4512486; 3.2028906 1.4114121 2.7698271 2.4125278; 2.505967 1.8716509 2.2058938 1.9331104;;; 4.400048 3.0992928 3.4022946 2.7715313; 3.094647 2.2058008 2.4512486 2.008219; 2.8423283 2.0911753 2.4125278 2.050091; 2.230353 1.677465 1.9331104 1.6462587] ≈ [6.653244580925772 4.600548128369064 5.052757374511251 4.40004788900138; 4.511556601667825 3.1295672330678337 3.4994134293670975 3.09464689908563; 3.9248090601888115 2.8187856851433066 3.2028907231240886 2.84232829116016; 2.9563522402796893 2.168297901233787 2.5059670103207545 2.23035312798112;;; 4.600548128369064 3.1785697789248286 3.562923130828403 3.099292800179448; 3.1295672330678337 2.1833336717780254 2.500010840881677 2.2058007137217523; 2.8187856851433066 2.048854408190292 2.356875569851594 2.091175411566411; 2.168297901233787 1.6050991654780435 1.8716509203941174 1.6774649771612216;;; 5.05275737451125 3.562923130828403 4.042575595217851 3.4022945887358547; 3.4994134293670975 2.5000108408816772 2.8871439631333167 2.451248556972927; 3.2028907231240886 2.3568755698515944 2.769827155293747 2.4125277613153444; 2.5059670103207545 1.8716509203941176 2.2058937942512027 1.9331104115290947;;; 4.400047889001379 3.0992928001794477 3.402294588735854 2.7715312978395215; 3.094646899085629 2.2058007137217523 2.451248556972927 2.0082190232829373; 2.8423282911601597 2.0911754115664114 2.4125277613153444 2.0500910725440225; 2.23035312798112 1.6774649771612216 1.9331104115290947 1.6462587142787084] Stacktrace: [1] top-level scope @ ~/.julia/packages/Tensorial/VnnY0/test/einsum.jl:9 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Tensorial/VnnY0/test/einsum.jl:70 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Tensorial/VnnY0/test/einsum.jl:74 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Test Summary: | Pass Fail Total Time Einstein summation | 62 1 63 1m20.6s no dummy indices | 20 20 37.2s no free indices | 14 14 7.0s mixed | 20 20 19.8s type annotation | 2 1 3 16.1s errors | 1 1 0.1s @einsum contraction strategy | 5 5 0.3s RNG of the outermost testset: Xoshiro(0xa897bd7b838e9e48, 0xe71bcd9271b26ecd, 0x088cc738634b1293, 0x8fe7f7ef22b1f162, 0x7802d1d6bbfae13c) ERROR: LoadError: Some tests did not pass: 62 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Tensorial/VnnY0/test/einsum.jl:8 in expression starting at /home/pkgeval/.julia/packages/Tensorial/VnnY0/test/runtests.jl:15 Testing failed after 370.66s ERROR: LoadError: Package Tensorial 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:3162 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [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.14/Pkg/src/API.jl:586 [5] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 523.99s: package has test failures