Package evaluation of ShapesOfVariables on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T06:34:20.836 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 3.55s ################################################################################ # Installation # Installing ShapesOfVariables... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [b3480ff6] + ShapesOfVariables v0.3.0 Updating `~/.julia/environments/v1.10/Manifest.toml` ⌅ [79e6a3ab] + Adapt v3.7.2 ⌅ [65a8f2f4] + ArraysOfArrays v0.5.10 [d360d2e6] + ChainRulesCore v1.25.1 [34da2185] + Compat v4.16.0 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [85a47980] + Dictionaries v0.4.4 [fdbdab4c] + ElasticArrays v1.2.12 ⌅ [1a297f60] + FillArrays v0.9.7 [313cdc1a] + Indexing v1.1.1 [82899510] + IteratorInterfaceExtensions v1.0.0 [1914dd2f] + MacroTools v0.5.15 [bac558e1] + OrderedCollections v1.8.0 [ae029012] + Requires v1.3.0 [b3480ff6] + ShapesOfVariables v0.3.0 [03a91e81] + SplitApplyCombine v1.2.3 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 [9d95f2ec] + TypedTables v1.4.6 [c4a57d5a] + UnsafeArrays v1.0.6 [56f22d72] + Artifacts [ade2ca70] + Dates [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays v1.10.0 [10745b16] + Statistics v1.10.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [bea87d4a] + SuiteSparse_jll v7.2.1+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 3.14s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 9.45s ################################################################################ # Testing # Testing ShapesOfVariables Status `/tmp/jl_LZtqG2/Project.toml` ⌅ [65a8f2f4] ArraysOfArrays v0.5.10 [fdbdab4c] ElasticArrays v1.2.12 ⌅ [1a297f60] FillArrays v0.9.7 [1914dd2f] MacroTools v0.5.15 [b3480ff6] ShapesOfVariables v0.3.0 [9d95f2ec] TypedTables v1.4.6 [9a3f8284] Random [8dfed614] Test Status `/tmp/jl_LZtqG2/Manifest.toml` ⌅ [79e6a3ab] Adapt v3.7.2 ⌅ [65a8f2f4] ArraysOfArrays v0.5.10 [d360d2e6] ChainRulesCore v1.25.1 [34da2185] Compat v4.16.0 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [85a47980] Dictionaries v0.4.4 [fdbdab4c] ElasticArrays v1.2.12 ⌅ [1a297f60] FillArrays v0.9.7 [313cdc1a] Indexing v1.1.1 [82899510] IteratorInterfaceExtensions v1.0.0 [1914dd2f] MacroTools v0.5.15 [bac558e1] OrderedCollections v1.8.0 [ae029012] Requires v1.3.0 [b3480ff6] ShapesOfVariables v0.3.0 [03a91e81] SplitApplyCombine v1.2.3 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [9d95f2ec] TypedTables v1.4.6 [c4a57d5a] UnsafeArrays v1.0.6 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ArrayShape: Test Failed at /home/pkgeval/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:48 Expression: typeof(#= /home/pkgeval/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:48 =# @inferred(ElasticArray(undef, ArrayShape{Complex, 3}((3, 4, 5))))) == ElasticArray{Complex{Float64}, 3, 2} Evaluated: ElasticArray{ComplexF64, 3, 2, Vector{ComplexF64}} == ElasticArray{ComplexF64, 3, 2, V} where V<:DenseVector{ComplexF64} Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined] [2] macro expansion @ ~/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:48 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] macro expansion @ ~/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:32 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [6] top-level scope @ ~/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:12 ArrayShape: Test Failed at /home/pkgeval/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:50 Expression: typeof(#= /home/pkgeval/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:50 =# @inferred(ElasticArray{Float32}(undef, ArrayShape{Real, 2}((3, 4))))) == ElasticArray{Float32, 2, 1} Evaluated: ElasticMatrix{Float32, Vector{Float32}} == ElasticMatrix{Float32, V} where V<:DenseVector{Float32} Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined] [2] macro expansion @ ~/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:50 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] macro expansion @ ~/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:32 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [6] top-level scope @ ~/.julia/packages/ShapesOfVariables/uMgZo/test/test_valueshape.jl:12 Test Summary: | Pass Fail Total Time Package ShapesOfVariables | 27 2 29 11.0s valueshape | 21 2 23 5.5s ShapesOfVariables.default_datatype | 4 4 1.4s ScalarShape | 6 6 0.3s ArrayShape | 11 2 13 3.7s ConstValueShape | None 0.1s varshapes | 6 6 3.1s ERROR: LoadError: Some tests did not pass: 27 passed, 2 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ShapesOfVariables/uMgZo/test/runtests.jl:5 Testing failed after 15.18s ERROR: LoadError: Package ShapesOfVariables errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 43.09s: package has test failures