Package evaluation to test TensorFields on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T20:55:21.173 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.19s ################################################################################ # Installation # Installing TensorFields... Resolving package versions... Installed StaticVectors ────── v1.0.9 Installed ComputedFieldTypes ─ v1.0.2 Installed Combinatorics ────── v1.1.0 Installed AbstractFFTs ─────── v1.5.0 Installed Requires ─────────── v1.3.1 Installed AbstractTensors ──── v0.8.11 Installed Grassmann ────────── v0.8.44 Installed Leibniz ──────────── v0.3.0 Installed DirectSum ────────── v0.8.21 Installed TensorFields ─────── v0.1.6 Installed AbstractLattices ─── v0.3.1 Updating `~/.julia/environments/v1.14/Project.toml` [86e2b4fd] + TensorFields v0.1.6 Updating `~/.julia/environments/v1.14/Manifest.toml` [621f4979] + AbstractFFTs v1.5.0 [398f06c4] + AbstractLattices v0.3.1 [a8e43f4a] + AbstractTensors v0.8.11 [861a8166] + Combinatorics v1.1.0 [459fdd68] + ComputedFieldTypes v1.0.2 [22fd7b30] + DirectSum v0.8.21 [4df31cd9] + Grassmann v0.8.44 [edad4870] + Leibniz v0.3.0 [ae029012] + Requires v1.3.1 [20fadf95] + StaticVectors v1.0.9 [86e2b4fd] + TensorFields v0.1.6 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [cf7118a7] + UUIDs v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.65s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.8 s ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... ┌ Info: JuliaLowering threw given input: │ code = │ :(if haskey(ENV, "STATICJL") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:23 =# │ import StaticArrays: SVector, MVector, SizedVector, StaticVector, _diff │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:24 =# │ const (Values, Variables, FixedVector, TupleVector) = (SVector, MVector, SizedVector, StaticVector) │ else │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:27 =# │ abstract type TupleVector{N, T} <: AbstractVector{T} end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:33 =# │ const TupleMatrixLike{n, T} = Union{LinearAlgebra.Transpose{T, <:TupleVector{n, T}}, LinearAlgebra.Adjoint{T, <:TupleVector{n, T}}, LinearAlgebra.Diagonal{T, <:TupleVector{n, T}}} │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:38 =# │ const TupleVectorLike{n, T} = Union{TupleVector{n, T}, TupleMatrixLike{n, T}} │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =# @pure ((Base.length(::T) where T <: TupleVector{N}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =# │ N │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =# @pure (Base.length(::Type{<:TupleVector{N}}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =# │ N │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =# @pure ((Base.lastindex(::T) where T <: TupleVector{N}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =# │ N │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =# @pure ((Base.size(::T) where T <: TupleVector{N}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =# │ (N,) │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =# @pure (Base.size(::Type{<:TupleVector{N}}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =# │ (N,) │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# @pure #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# @inline(((Base.size(t::T, d::Int) where T <: TupleVector{N}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# │ if d > 1 │ 1 │ else │ length(t) │ end │ end) │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# @pure #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# @inline(Base.size(t::Type{<:TupleVector}, d::Int) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# │ if d > 1 │ 1 │ else │ length(t) │ end │ end) │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:48 =# │ include("SOneTo.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:49 =# │ include("util.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:50 =# │ include("traits.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:51 =# │ include("Values.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:52 =# │ include("Variables.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:53 =# │ include("FixedVector.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:54 =# │ include("initializers.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:55 =# │ include("convert.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:56 =# │ include("abstractvector.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:57 =# │ include("indexing.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:58 =# │ include("broadcast.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:59 =# │ include("mapreduce.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:60 =# │ include("arraymath.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:61 =# │ include("linalg.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:63 =# │ const (SVector, MVector, SizedVector) = (Values, Variables, FixedVector) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [if] │ │ [call] │ │ haskey :: Identifier │ │ ENV :: Identifier │ │ "STATICJL" :: Value │ │ [block] │ │ [import] │ │ [:] │ │ [.] │ │ StaticArrays :: Identifier │ │ [.] │ │ SVector :: Identifier │ │ [.] │ │ MVector :: Identifier │ │ [.] │ │ SizedVector :: Identifier │ │ [.] │ │ StaticVector :: Identifier │ │ [.] │ │ _diff :: Identifier │ │ [const] │ │ [=] │ │ [tuple] │ │ Values :: Identifier │ │ Variables :: Identifier │ │ FixedVector :: Identifier │ │ TupleVector :: Identifier │ │ [tuple] │ │ SVector :: Identifier │ │ MVector :: Identifier │ │ SizedVector :: Identifier │ │ StaticVector :: Identifier │ │ [block] │ │ [abstract] │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ T :: Identifier │ │ [curly] │ │ AbstractVector :: Identifier │ │ T :: Identifier │ │ [const] │ │ [=] │ │ [curly] │ │ TupleMatrixLike :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ │ [inert] │ │ Transpose :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ │ [inert] │ │ Adjoint :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ │ [inert] │ │ Diagonal :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [const] │ │ [=] │ │ [curly] │ │ TupleVectorLike :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ TupleMatrixLike :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =#) :: Value │ │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ length :: Identifier │ │ [::] │ │ T :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =#) :: Value │ │ [=] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ length :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =#) :: Value │ │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ lastindex :: Identifier │ │ [::] │ │ T :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =#) :: Value │ │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ size :: Identifier │ │ [::] │ │ T :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ [tuple] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =#) :: Value │ │ [=] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ size :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ [tuple] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) :: Value │ │ [macrocall] │ │ @inline :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) :: Value │ │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ size :: Identifier │ │ [::] │ │ t :: Identifier │ │ T :: Identifier │ │ [::] │ │ d :: Identifier │ │ Int :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ > :: Identifier │ │ d :: Identifier │ │ 1 :: Value │ │ 1 :: Value │ │ [call] │ │ length :: Identifier │ │ t :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =#) :: Value │ │ [macrocall] │ │ @inline :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =#) :: Value │ │ [=] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ size :: Identifier │ │ [::] │ │ t :: Identifier │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ TupleVector :: Identifier │ │ [::] │ │ d :: Identifier │ │ Int :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ > :: Identifier │ │ d :: Identifier │ │ 1 :: Value │ │ 1 :: Value │ │ [call] │ │ length :: Identifier │ │ t :: Identifier │ │ [call] │ │ include :: Identifier │ │ "SOneTo.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "util.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "traits.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "Values.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "Variables.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "FixedVector.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "initializers.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "convert.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "abstractvector.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "indexing.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "broadcast.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "mapreduce.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "arraymath.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "linalg.jl" :: Value │ │ [const] │ │ [=] │ │ [tuple] │ │ SVector :: Identifier │ │ MVector :: Identifier │ │ SizedVector :: Identifier │ │ [tuple] │ │ Values :: Identifier │ │ Variables :: Identifier │ │ FixedVector :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [if] │ │ [call] │ │ haskey :: Identifier │ scope_layer=1 │ ENV :: Identifier │ scope_layer=1 │ "STATICJL" :: Value │ │ [block] │ │ [import] │ │ [:] │ │ [.] │ │ StaticArrays :: Identifier │ scope_layer=1 │ [.] │ │ SVector :: Identifier │ scope_layer=1 │ [.] │ │ MVector :: Identifier │ scope_layer=1 │ [.] │ │ SizedVector :: Identifier │ scope_layer=1 │ [.] │ │ StaticVector :: Identifier │ scope_layer=1 │ [.] │ │ _diff :: Identifier │ scope_layer=1 │ [const] │ │ [=] │ │ [tuple] │ │ Values :: Identifier │ scope_layer=1 │ Variables :: Identifier │ scope_layer=1 │ FixedVector :: Identifier │ scope_layer=1 │ TupleVector :: Identifier │ scope_layer=1 │ [tuple] │ │ SVector :: Identifier │ scope_layer=1 │ MVector :: Identifier │ scope_layer=1 │ SizedVector :: Identifier │ scope_layer=1 │ StaticVector :: Identifier │ scope_layer=1 │ [block] │ │ [abstract] │ │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [const] │ │ [=] │ │ [curly] │ │ TupleMatrixLike :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ scope_layer=1 │ [inert] │ │ Transpose :: Identifier │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ scope_layer=1 │ [inert] │ │ Adjoint :: Identifier │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ scope_layer=1 │ [inert] │ │ Diagonal :: Identifier │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [const] │ │ [=] │ │ [curly] │ │ TupleVectorLike :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleMatrixLike :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ length :: Identifier │ │ [::] │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=450 │ true :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ true :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ true :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ true :: Value │ macro_source=450 │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ length :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=534 │ true :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ true :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ true :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ true :: Value │ macro_source=534 │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ lastindex :: Identifier │ │ [::] │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=617 │ true :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ true :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ true :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ true :: Value │ macro_source=617 │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ size :: Identifier │ │ [::] │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=703 │ true :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ true :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ true :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ true :: Value │ macro_source=703 │ [tuple] │ │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ size :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=790 │ true :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ true :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ true :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ true :: Value │ macro_source=790 │ [tuple] │ │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ size :: Identifier │ │ [::] │ │ t :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ d :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=941 │ true :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ true :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ true :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ true :: Value │ macro_source=941 │ inline :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=941 │ 1 :: Value │ macro_source=941 │ [call] │ │ length :: Identifier │ scope_layer=1 │ t :: Identifier │ scope_layer=1 │ [=] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ size :: Identifier │ │ [::] │ │ t :: Identifier │ scope_layer=1 │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ TupleVector :: Identifier │ scope_layer=1 │ [::] │ │ d :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=1103 │ true :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ true :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ true :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ true :: Value │ macro_source=1103 │ inline :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=1103 │ 1 :: Value │ macro_source=1103 │ [call] │ │ length :: Identifier │ scope_layer=1 │ t :: Identifier │ scope_layer=1 │ [call] │ │ include :: Identifier │ scope_layer=1 │ "SOneTo.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "util.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "traits.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "Values.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "Variables.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "FixedVector.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "initializers.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "convert.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "abstractvector.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "indexing.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "broadcast.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "mapreduce.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "arraymath.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "linalg.jl" :: Value │ │ [const] │ │ [=] │ │ [tuple] │ │ SVector :: Identifier │ scope_layer=1 │ MVector :: Identifier │ scope_layer=1 │ SizedVector :: Identifier │ scope_layer=1 │ [tuple] │ │ Values :: Identifier │ scope_layer=1 │ Variables :: Identifier │ scope_layer=1 │ FixedVector :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl" │ line = 22 └ mod = StaticVectors ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# - unrecognized form out of desugaring Expression:  (unknown_head true true false true false false false true false false true) Containing expressions:  (lambda (block #self# t d) (block N T) (block (meta (unknown_head true true false true false false false true false false true) :inline) (if (call > d 1) 1 (call length t))))  (function (where (where (call (. Base :size) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (meta (unknown_head true true false true false false false true false false true) :inline) (if (call > d 1) 1 (call length t))))  (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (meta (unknown_head true true false true false false false true false false true) inline) (if (call > d 1) 1 (call length t))))  Detailed provenance:  (unknown_head true true false true false false false true false false true)  └─ (unknown_head true true false true false false false true false false true)  ├─ @ /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45  └─ (macrocall @inline :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (meta (unknown_head true true false true false false false true false false true)) (if (call > d 1) 1 (call length t)))))  ├─ @ deprecated.jl:521  └─ (macrocall (. Base (inert @assume_effects)) :(#= deprecated.jl:521 =#) (inert foldable) (macrocall @inline :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (if (call > d 1) 1 (call length t))))))  ├─ @ /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45  └─ (macrocall @pure :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (macrocall @inline :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (if (call > d 1) 1 (call length t))))))  └─ @ /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45  Stacktrace:  [1] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4472  [2] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [3] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [4] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [5] top-level scope  @ stdin:5  [6] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [7] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [8] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [9] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [10] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:5 in expression starting at stdin:5 ✗ StaticVectors 0.5 s ✓ ComputedFieldTypes 0.4 s ✓ AbstractLattices 1.8 s ✓ Combinatorics 1.1 s ✓ AbstractFFTs 1.0 s ✓ Requires ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("20fadf95-9e3d-483c-97cd-cab2760e7998"), "StaticVectors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/AbstractTensors/2D9Ks/src/AbstractTensors.jl:584  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/AbstractTensors/2D9Ks/src/AbstractTensors.jl:23 in expression starting at stdin:5 ✗ AbstractTensors 41.6 s ✓ AbstractFFTs → AbstractFFTsTestExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a8e43f4a-99b7-5565-8bf1-0165161caaea"), "AbstractTensors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Leibniz/jwJ5i/src/Leibniz.jl:22  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Leibniz/jwJ5i/src/Leibniz.jl:1 in expression starting at stdin:5 ✗ Leibniz ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a8e43f4a-99b7-5565-8bf1-0165161caaea"), "AbstractTensors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base ./module.jl:111  [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [11] top-level scope  @ ~/.julia/packages/DirectSum/ofb3W/src/DirectSum.jl:22  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [17] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [19] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/DirectSum/ofb3W/src/DirectSum.jl:1 in expression starting at stdin:5 ✗ DirectSum ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a8e43f4a-99b7-5565-8bf1-0165161caaea"), "AbstractTensors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Grassmann/ylunj/src/Grassmann.jl:23  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Grassmann/ylunj/src/Grassmann.jl:1 in expression starting at stdin:5 ✗ Grassmann ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("4df31cd9-4c27-5bea-88d0-e6a7146666d8"), "Grassmann") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/TensorFields/5vKmR/src/TensorFields.jl:21  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/TensorFields/5vKmR/src/TensorFields.jl:1 in expression starting at stdin:5 ✗ TensorFields 6 dependencies successfully precompiled in 253 seconds. 11 already precompiled. Precompilation completed after 285.12s ################################################################################ # Testing # Testing TensorFields Status `/tmp/jl_pnuzQc/Project.toml` [4df31cd9] Grassmann v0.8.44 [ae029012] Requires v1.3.1 [86e2b4fd] TensorFields v0.1.6 [37e2e46d] LinearAlgebra v1.13.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_pnuzQc/Manifest.toml` [621f4979] AbstractFFTs v1.5.0 [398f06c4] AbstractLattices v0.3.1 [a8e43f4a] AbstractTensors v0.8.11 [861a8166] Combinatorics v1.1.0 [459fdd68] ComputedFieldTypes v1.0.2 [22fd7b30] DirectSum v0.8.21 [4df31cd9] Grassmann v0.8.44 [edad4870] Leibniz v0.3.0 [ae029012] Requires v1.3.1 [20fadf95] StaticVectors v1.0.9 [86e2b4fd] TensorFields v0.1.6 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 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 [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 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(if haskey(ENV, "STATICJL") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:23 =# │ import StaticArrays: SVector, MVector, SizedVector, StaticVector, _diff │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:24 =# │ const (Values, Variables, FixedVector, TupleVector) = (SVector, MVector, SizedVector, StaticVector) │ else │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:27 =# │ abstract type TupleVector{N, T} <: AbstractVector{T} end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:33 =# │ const TupleMatrixLike{n, T} = Union{LinearAlgebra.Transpose{T, <:TupleVector{n, T}}, LinearAlgebra.Adjoint{T, <:TupleVector{n, T}}, LinearAlgebra.Diagonal{T, <:TupleVector{n, T}}} │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:38 =# │ const TupleVectorLike{n, T} = Union{TupleVector{n, T}, TupleMatrixLike{n, T}} │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =# @pure ((Base.length(::T) where T <: TupleVector{N}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =# │ N │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =# @pure (Base.length(::Type{<:TupleVector{N}}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =# │ N │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =# @pure ((Base.lastindex(::T) where T <: TupleVector{N}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =# │ N │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =# @pure ((Base.size(::T) where T <: TupleVector{N}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =# │ (N,) │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =# @pure (Base.size(::Type{<:TupleVector{N}}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =# │ (N,) │ end │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# @pure #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# @inline(((Base.size(t::T, d::Int) where T <: TupleVector{N}) where N) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# │ if d > 1 │ 1 │ else │ length(t) │ end │ end) │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# @pure #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# @inline(Base.size(t::Type{<:TupleVector}, d::Int) = begin │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# │ if d > 1 │ 1 │ else │ length(t) │ end │ end) │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:48 =# │ include("SOneTo.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:49 =# │ include("util.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:50 =# │ include("traits.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:51 =# │ include("Values.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:52 =# │ include("Variables.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:53 =# │ include("FixedVector.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:54 =# │ include("initializers.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:55 =# │ include("convert.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:56 =# │ include("abstractvector.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:57 =# │ include("indexing.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:58 =# │ include("broadcast.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:59 =# │ include("mapreduce.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:60 =# │ include("arraymath.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:61 =# │ include("linalg.jl") │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:63 =# │ const (SVector, MVector, SizedVector) = (Values, Variables, FixedVector) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [if] │ │ [call] │ │ haskey :: Identifier │ │ ENV :: Identifier │ │ "STATICJL" :: Value │ │ [block] │ │ [import] │ │ [:] │ │ [.] │ │ StaticArrays :: Identifier │ │ [.] │ │ SVector :: Identifier │ │ [.] │ │ MVector :: Identifier │ │ [.] │ │ SizedVector :: Identifier │ │ [.] │ │ StaticVector :: Identifier │ │ [.] │ │ _diff :: Identifier │ │ [const] │ │ [=] │ │ [tuple] │ │ Values :: Identifier │ │ Variables :: Identifier │ │ FixedVector :: Identifier │ │ TupleVector :: Identifier │ │ [tuple] │ │ SVector :: Identifier │ │ MVector :: Identifier │ │ SizedVector :: Identifier │ │ StaticVector :: Identifier │ │ [block] │ │ [abstract] │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ T :: Identifier │ │ [curly] │ │ AbstractVector :: Identifier │ │ T :: Identifier │ │ [const] │ │ [=] │ │ [curly] │ │ TupleMatrixLike :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ │ [inert] │ │ Transpose :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ │ [inert] │ │ Adjoint :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ │ [inert] │ │ Diagonal :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [const] │ │ [=] │ │ [curly] │ │ TupleVectorLike :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [curly] │ │ TupleMatrixLike :: Identifier │ │ n :: Identifier │ │ T :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =#) :: Value │ │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ length :: Identifier │ │ [::] │ │ T :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =#) :: Value │ │ [=] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ length :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =#) :: Value │ │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ lastindex :: Identifier │ │ [::] │ │ T :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =#) :: Value │ │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ size :: Identifier │ │ [::] │ │ T :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ [tuple] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =#) :: Value │ │ [=] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ size :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ [tuple] │ │ N :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) :: Value │ │ [macrocall] │ │ @inline :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) :: Value │ │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ size :: Identifier │ │ [::] │ │ t :: Identifier │ │ T :: Identifier │ │ [::] │ │ d :: Identifier │ │ Int :: Identifier │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ TupleVector :: Identifier │ │ N :: Identifier │ │ N :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ > :: Identifier │ │ d :: Identifier │ │ 1 :: Value │ │ 1 :: Value │ │ [call] │ │ length :: Identifier │ │ t :: Identifier │ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =#) :: Value │ │ [macrocall] │ │ @inline :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =#) :: Value │ │ [=] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ size :: Identifier │ │ [::] │ │ t :: Identifier │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ TupleVector :: Identifier │ │ [::] │ │ d :: Identifier │ │ Int :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ > :: Identifier │ │ d :: Identifier │ │ 1 :: Value │ │ 1 :: Value │ │ [call] │ │ length :: Identifier │ │ t :: Identifier │ │ [call] │ │ include :: Identifier │ │ "SOneTo.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "util.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "traits.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "Values.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "Variables.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "FixedVector.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "initializers.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "convert.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "abstractvector.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "indexing.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "broadcast.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "mapreduce.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "arraymath.jl" :: Value │ │ [call] │ │ include :: Identifier │ │ "linalg.jl" :: Value │ │ [const] │ │ [=] │ │ [tuple] │ │ SVector :: Identifier │ │ MVector :: Identifier │ │ SizedVector :: Identifier │ │ [tuple] │ │ Values :: Identifier │ │ Variables :: Identifier │ │ FixedVector :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [if] │ │ [call] │ │ haskey :: Identifier │ scope_layer=1 │ ENV :: Identifier │ scope_layer=1 │ "STATICJL" :: Value │ │ [block] │ │ [import] │ │ [:] │ │ [.] │ │ StaticArrays :: Identifier │ scope_layer=1 │ [.] │ │ SVector :: Identifier │ scope_layer=1 │ [.] │ │ MVector :: Identifier │ scope_layer=1 │ [.] │ │ SizedVector :: Identifier │ scope_layer=1 │ [.] │ │ StaticVector :: Identifier │ scope_layer=1 │ [.] │ │ _diff :: Identifier │ scope_layer=1 │ [const] │ │ [=] │ │ [tuple] │ │ Values :: Identifier │ scope_layer=1 │ Variables :: Identifier │ scope_layer=1 │ FixedVector :: Identifier │ scope_layer=1 │ TupleVector :: Identifier │ scope_layer=1 │ [tuple] │ │ SVector :: Identifier │ scope_layer=1 │ MVector :: Identifier │ scope_layer=1 │ SizedVector :: Identifier │ scope_layer=1 │ StaticVector :: Identifier │ scope_layer=1 │ [block] │ │ [abstract] │ │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [const] │ │ [=] │ │ [curly] │ │ TupleMatrixLike :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ scope_layer=1 │ [inert] │ │ Transpose :: Identifier │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ scope_layer=1 │ [inert] │ │ Adjoint :: Identifier │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ [.] │ │ LinearAlgebra :: Identifier │ scope_layer=1 │ [inert] │ │ Diagonal :: Identifier │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [const] │ │ [=] │ │ [curly] │ │ TupleVectorLike :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleMatrixLike :: Identifier │ scope_layer=1 │ n :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ length :: Identifier │ │ [::] │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=450 │ true :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ true :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ true :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ false :: Value │ macro_source=450 │ true :: Value │ macro_source=450 │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ length :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=534 │ true :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ true :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ true :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ false :: Value │ macro_source=534 │ true :: Value │ macro_source=534 │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ lastindex :: Identifier │ │ [::] │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=617 │ true :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ true :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ true :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ false :: Value │ macro_source=617 │ true :: Value │ macro_source=617 │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ size :: Identifier │ │ [::] │ │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=703 │ true :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ true :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ true :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ false :: Value │ macro_source=703 │ true :: Value │ macro_source=703 │ [tuple] │ │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ size :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=790 │ true :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ true :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ true :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ false :: Value │ macro_source=790 │ true :: Value │ macro_source=790 │ [tuple] │ │ N :: Identifier │ scope_layer=1 │ [=] │ │ [where] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ size :: Identifier │ │ [::] │ │ t :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ d :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ TupleVector :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=941 │ true :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ true :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ true :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ false :: Value │ macro_source=941 │ true :: Value │ macro_source=941 │ inline :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=941 │ 1 :: Value │ macro_source=941 │ [call] │ │ length :: Identifier │ scope_layer=1 │ t :: Identifier │ scope_layer=1 │ [=] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ size :: Identifier │ │ [::] │ │ t :: Identifier │ scope_layer=1 │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ TupleVector :: Identifier │ scope_layer=1 │ [::] │ │ d :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=1103 │ true :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ true :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ true :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ false :: Value │ macro_source=1103 │ true :: Value │ macro_source=1103 │ inline :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=1103 │ 1 :: Value │ macro_source=1103 │ [call] │ │ length :: Identifier │ scope_layer=1 │ t :: Identifier │ scope_layer=1 │ [call] │ │ include :: Identifier │ scope_layer=1 │ "SOneTo.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "util.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "traits.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "Values.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "Variables.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "FixedVector.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "initializers.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "convert.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "abstractvector.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "indexing.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "broadcast.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "mapreduce.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "arraymath.jl" :: Value │ │ [call] │ │ include :: Identifier │ scope_layer=1 │ "linalg.jl" :: Value │ │ [const] │ │ [=] │ │ [tuple] │ │ SVector :: Identifier │ scope_layer=1 │ MVector :: Identifier │ scope_layer=1 │ SizedVector :: Identifier │ scope_layer=1 │ [tuple] │ │ Values :: Identifier │ scope_layer=1 │ Variables :: Identifier │ scope_layer=1 │ FixedVector :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl" │ line = 22 └ mod = StaticVectors ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# - unrecognized form out of desugaring Expression:  (unknown_head true true false true false false false true false false true) Containing expressions:  (lambda (block #self# t d) (block N T) (block (meta (unknown_head true true false true false false false true false false true) :inline) (if (call > d 1) 1 (call length t))))  (function (where (where (call (. Base :size) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (meta (unknown_head true true false true false false false true false false true) :inline) (if (call > d 1) 1 (call length t))))  (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (meta (unknown_head true true false true false false false true false false true) inline) (if (call > d 1) 1 (call length t))))  Detailed provenance:  (unknown_head true true false true false false false true false false true)  └─ (unknown_head true true false true false false false true false false true)  ├─ @ /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45  └─ (macrocall @inline :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (meta (unknown_head true true false true false false false true false false true)) (if (call > d 1) 1 (call length t)))))  ├─ @ deprecated.jl:521  └─ (macrocall (. Base (inert @assume_effects)) :(#= deprecated.jl:521 =#) (inert foldable) (macrocall @inline :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (if (call > d 1) 1 (call length t))))))  ├─ @ /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45  └─ (macrocall @pure :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (macrocall @inline :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (if (call > d 1) 1 (call length t))))))  └─ @ /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45  Stacktrace:  [1] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4472  [2] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [3] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [4] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [5] top-level scope  @ stdin:5  [6] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [7] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [8] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [9] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [10] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:5 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("20fadf95-9e3d-483c-97cd-cab2760e7998"), "StaticVectors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/AbstractTensors/2D9Ks/src/AbstractTensors.jl:584  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/AbstractTensors/2D9Ks/src/AbstractTensors.jl:23 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a8e43f4a-99b7-5565-8bf1-0165161caaea"), "AbstractTensors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Leibniz/jwJ5i/src/Leibniz.jl:22  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Leibniz/jwJ5i/src/Leibniz.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a8e43f4a-99b7-5565-8bf1-0165161caaea"), "AbstractTensors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base ./module.jl:111  [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [11] top-level scope  @ ~/.julia/packages/DirectSum/ofb3W/src/DirectSum.jl:22  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [17] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [19] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/DirectSum/ofb3W/src/DirectSum.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a8e43f4a-99b7-5565-8bf1-0165161caaea"), "AbstractTensors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Grassmann/ylunj/src/Grassmann.jl:23  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Grassmann/ylunj/src/Grassmann.jl:1 in expression starting at stdin:5 5 dependencies had output during precompilation: ┌ DirectSum │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a8e43f4a-99b7-5565-8bf1-0165161caaea"), "AbstractTensors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:56 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2818 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2672 │ [4] macro expansion │ @ ./loading.jl:2599 [inlined] │ [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String) │ @ Base ./lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2563 │ [7] require │ @ ./loading.jl:2539 [inlined] │ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) │ @ Base ./module.jl:36 [inlined] │ [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr) │ @ Base ./module.jl:111 │ [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195 │ [11] top-level scope │ @ ~/.julia/packages/DirectSum/ofb3W/src/DirectSum.jl:22 │ [12] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) │ @ Base ./loading.jl:3271 │ [14] top-level scope │ @ stdin:5 │ [15] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [17] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [18] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [19] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/DirectSum/ofb3W/src/DirectSum.jl:1 │ in expression starting at stdin:5 └ ┌ StaticVectors │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(if haskey(ENV, "STATICJL") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:23 =# │ │ import StaticArrays: SVector, MVector, SizedVector, StaticVector, _diff │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:24 =# │ │ const (Values, Variables, FixedVector, TupleVector) = (SVector, MVector, SizedVector, StaticVector) │ │ else │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:27 =# │ │ abstract type TupleVector{N, T} <: AbstractVector{T} end │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:33 =# │ │ const TupleMatrixLike{n, T} = Union{LinearAlgebra.Transpose{T, <:TupleVector{n, T}}, LinearAlgebra.Adjoint{T, <:TupleVector{n, T}}, LinearAlgebra.Diagonal{T, <:TupleVector{n, T}}} │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:38 =# │ │ const TupleVectorLike{n, T} = Union{TupleVector{n, T}, TupleMatrixLike{n, T}} │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =# │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =# @pure ((Base.length(::T) where T <: TupleVector{N}) where N) = begin │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =# │ │ N │ │ end │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =# │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =# @pure (Base.length(::Type{<:TupleVector{N}}) where N) = begin │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =# │ │ N │ │ end │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =# │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =# @pure ((Base.lastindex(::T) where T <: TupleVector{N}) where N) = begin │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =# │ │ N │ │ end │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =# │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =# @pure ((Base.size(::T) where T <: TupleVector{N}) where N) = begin │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =# │ │ (N,) │ │ end │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =# │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =# @pure (Base.size(::Type{<:TupleVector{N}}) where N) = begin │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =# │ │ (N,) │ │ end │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# @pure #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# @inline(((Base.size(t::T, d::Int) where T <: TupleVector{N}) where N) = begin │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# │ │ if d > 1 │ │ 1 │ │ else │ │ length(t) │ │ end │ │ end) │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# @pure #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# @inline(Base.size(t::Type{<:TupleVector}, d::Int) = begin │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =# │ │ if d > 1 │ │ 1 │ │ else │ │ length(t) │ │ end │ │ end) │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:48 =# │ │ include("SOneTo.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:49 =# │ │ include("util.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:50 =# │ │ include("traits.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:51 =# │ │ include("Values.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:52 =# │ │ include("Variables.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:53 =# │ │ include("FixedVector.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:54 =# │ │ include("initializers.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:55 =# │ │ include("convert.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:56 =# │ │ include("abstractvector.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:57 =# │ │ include("indexing.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:58 =# │ │ include("broadcast.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:59 =# │ │ include("mapreduce.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:60 =# │ │ include("arraymath.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:61 =# │ │ include("linalg.jl") │ │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:63 =# │ │ const (SVector, MVector, SizedVector) = (Values, Variables, FixedVector) │ │ end) │ │ st0 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ │ [if] │ │ │ [call] │ │ │ haskey :: Identifier │ │ │ ENV :: Identifier │ │ │ "STATICJL" :: Value │ │ │ [block] │ │ │ [import] │ │ │ [:] │ │ │ [.] │ │ │ StaticArrays :: Identifier │ │ │ [.] │ │ │ SVector :: Identifier │ │ │ [.] │ │ │ MVector :: Identifier │ │ │ [.] │ │ │ SizedVector :: Identifier │ │ │ [.] │ │ │ StaticVector :: Identifier │ │ │ [.] │ │ │ _diff :: Identifier │ │ │ [const] │ │ │ [=] │ │ │ [tuple] │ │ │ Values :: Identifier │ │ │ Variables :: Identifier │ │ │ FixedVector :: Identifier │ │ │ TupleVector :: Identifier │ │ │ [tuple] │ │ │ SVector :: Identifier │ │ │ MVector :: Identifier │ │ │ SizedVector :: Identifier │ │ │ StaticVector :: Identifier │ │ │ [block] │ │ │ [abstract] │ │ │ [<:] │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ N :: Identifier │ │ │ T :: Identifier │ │ │ [curly] │ │ │ AbstractVector :: Identifier │ │ │ T :: Identifier │ │ │ [const] │ │ │ [=] │ │ │ [curly] │ │ │ TupleMatrixLike :: Identifier │ │ │ n :: Identifier │ │ │ T :: Identifier │ │ │ [curly] │ │ │ Union :: Identifier │ │ │ [curly] │ │ │ [.] │ │ │ LinearAlgebra :: Identifier │ │ │ [inert] │ │ │ Transpose :: Identifier │ │ │ T :: Identifier │ │ │ [<:] │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ n :: Identifier │ │ │ T :: Identifier │ │ │ [curly] │ │ │ [.] │ │ │ LinearAlgebra :: Identifier │ │ │ [inert] │ │ │ Adjoint :: Identifier │ │ │ T :: Identifier │ │ │ [<:] │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ n :: Identifier │ │ │ T :: Identifier │ │ │ [curly] │ │ │ [.] │ │ │ LinearAlgebra :: Identifier │ │ │ [inert] │ │ │ Diagonal :: Identifier │ │ │ T :: Identifier │ │ │ [<:] │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ n :: Identifier │ │ │ T :: Identifier │ │ │ [const] │ │ │ [=] │ │ │ [curly] │ │ │ TupleVectorLike :: Identifier │ │ │ n :: Identifier │ │ │ T :: Identifier │ │ │ [curly] │ │ │ Union :: Identifier │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ n :: Identifier │ │ │ T :: Identifier │ │ │ [curly] │ │ │ TupleMatrixLike :: Identifier │ │ │ n :: Identifier │ │ │ T :: Identifier │ │ │ [macrocall] │ │ │ @pure :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:40 =#) :: Value │ │ │ [=] │ │ │ [where] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ length :: Identifier │ │ │ [::] │ │ │ T :: Identifier │ │ │ [<:] │ │ │ T :: Identifier │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ N :: Identifier │ │ │ N :: Identifier │ │ │ [block] │ │ │ N :: Identifier │ │ │ [macrocall] │ │ │ @pure :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:41 =#) :: Value │ │ │ [=] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ length :: Identifier │ │ │ [::] │ │ │ [curly] │ │ │ Type :: Identifier │ │ │ [<:] │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ N :: Identifier │ │ │ N :: Identifier │ │ │ [block] │ │ │ N :: Identifier │ │ │ [macrocall] │ │ │ @pure :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:42 =#) :: Value │ │ │ [=] │ │ │ [where] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ lastindex :: Identifier │ │ │ [::] │ │ │ T :: Identifier │ │ │ [<:] │ │ │ T :: Identifier │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ N :: Identifier │ │ │ N :: Identifier │ │ │ [block] │ │ │ N :: Identifier │ │ │ [macrocall] │ │ │ @pure :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:43 =#) :: Value │ │ │ [=] │ │ │ [where] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ size :: Identifier │ │ │ [::] │ │ │ T :: Identifier │ │ │ [<:] │ │ │ T :: Identifier │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ N :: Identifier │ │ │ N :: Identifier │ │ │ [block] │ │ │ [tuple] │ │ │ N :: Identifier │ │ │ [macrocall] │ │ │ @pure :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:44 =#) :: Value │ │ │ [=] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ size :: Identifier │ │ │ [::] │ │ │ [curly] │ │ │ Type :: Identifier │ │ │ [<:] │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ N :: Identifier │ │ │ N :: Identifier │ │ │ [block] │ │ │ [tuple] │ │ │ N :: Identifier │ │ │ [macrocall] │ │ │ @pure :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) :: Value │ │ │ [macrocall] │ │ │ @inline :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) :: Value │ │ │ [=] │ │ │ [where] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ size :: Identifier │ │ │ [::] │ │ │ t :: Identifier │ │ │ T :: Identifier │ │ │ [::] │ │ │ d :: Identifier │ │ │ Int :: Identifier │ │ │ [<:] │ │ │ T :: Identifier │ │ │ [curly] │ │ │ TupleVector :: Identifier │ │ │ N :: Identifier │ │ │ N :: Identifier │ │ │ [block] │ │ │ [if] │ │ │ [call] │ │ │ > :: Identifier │ │ │ d :: Identifier │ │ │ 1 :: Value │ │ │ 1 :: Value │ │ │ [call] │ │ │ length :: Identifier │ │ │ t :: Identifier │ │ │ [macrocall] │ │ │ @pure :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =#) :: Value │ │ │ [macrocall] │ │ │ @inline :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:46 =#) :: Value │ │ │ [=] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ size :: Identifier │ │ │ [::] │ │ │ t :: Identifier │ │ │ [curly] │ │ │ Type :: Identifier │ │ │ [<:] │ │ │ TupleVector :: Identifier │ │ │ [::] │ │ │ d :: Identifier │ │ │ Int :: Identifier │ │ │ [block] │ │ │ [if] │ │ │ [call] │ │ │ > :: Identifier │ │ │ d :: Identifier │ │ │ 1 :: Value │ │ │ 1 :: Value │ │ │ [call] │ │ │ length :: Identifier │ │ │ t :: Identifier │ │ │ [call] │ │ │ include :: Identifier │ │ │ "SOneTo.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "util.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "traits.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "Values.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "Variables.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "FixedVector.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "initializers.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "convert.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "abstractvector.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "indexing.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "broadcast.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "mapreduce.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "arraymath.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ │ │ "linalg.jl" :: Value │ │ │ [const] │ │ │ [=] │ │ │ [tuple] │ │ │ SVector :: Identifier │ │ │ MVector :: Identifier │ │ │ SizedVector :: Identifier │ │ │ [tuple] │ │ │ Values :: Identifier │ │ │ Variables :: Identifier │ │ │ FixedVector :: Identifier │ │ │ │ │ st1 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ │ [if] │ │ │ [call] │ │ │ haskey :: Identifier │ scope_layer=1 │ │ ENV :: Identifier │ scope_layer=1 │ │ "STATICJL" :: Value │ │ │ [block] │ │ │ [import] │ │ │ [:] │ │ │ [.] │ │ │ StaticArrays :: Identifier │ scope_layer=1 │ │ [.] │ │ │ SVector :: Identifier │ scope_layer=1 │ │ [.] │ │ │ MVector :: Identifier │ scope_layer=1 │ │ [.] │ │ │ SizedVector :: Identifier │ scope_layer=1 │ │ [.] │ │ │ StaticVector :: Identifier │ scope_layer=1 │ │ [.] │ │ │ _diff :: Identifier │ scope_layer=1 │ │ [const] │ │ │ [=] │ │ │ [tuple] │ │ │ Values :: Identifier │ scope_layer=1 │ │ Variables :: Identifier │ scope_layer=1 │ │ FixedVector :: Identifier │ scope_layer=1 │ │ TupleVector :: Identifier │ scope_layer=1 │ │ [tuple] │ │ │ SVector :: Identifier │ scope_layer=1 │ │ MVector :: Identifier │ scope_layer=1 │ │ SizedVector :: Identifier │ scope_layer=1 │ │ StaticVector :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [abstract] │ │ │ [<:] │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ AbstractVector :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [const] │ │ │ [=] │ │ │ [curly] │ │ │ TupleMatrixLike :: Identifier │ scope_layer=1 │ │ n :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Union :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ [.] │ │ │ LinearAlgebra :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ Transpose :: Identifier │ │ │ T :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ n :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ [.] │ │ │ LinearAlgebra :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ Adjoint :: Identifier │ │ │ T :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ n :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ [.] │ │ │ LinearAlgebra :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ Diagonal :: Identifier │ │ │ T :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ n :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [const] │ │ │ [=] │ │ │ [curly] │ │ │ TupleVectorLike :: Identifier │ scope_layer=1 │ │ n :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Union :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ n :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ TupleMatrixLike :: Identifier │ scope_layer=1 │ │ n :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [=] │ │ │ [where] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ length :: Identifier │ │ │ [::] │ │ │ T :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [meta] │ │ │ [unknown_head] │ scope_layer=1 │ │ true :: Value │ macro_source=450 │ │ true :: Value │ macro_source=450 │ │ false :: Value │ macro_source=450 │ │ true :: Value │ macro_source=450 │ │ false :: Value │ macro_source=450 │ │ false :: Value │ macro_source=450 │ │ false :: Value │ macro_source=450 │ │ true :: Value │ macro_source=450 │ │ false :: Value │ macro_source=450 │ │ false :: Value │ macro_source=450 │ │ true :: Value │ macro_source=450 │ │ N :: Identifier │ scope_layer=1 │ │ [=] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ length :: Identifier │ │ │ [::] │ │ │ [curly] │ │ │ Type :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [meta] │ │ │ [unknown_head] │ scope_layer=1 │ │ true :: Value │ macro_source=534 │ │ true :: Value │ macro_source=534 │ │ false :: Value │ macro_source=534 │ │ true :: Value │ macro_source=534 │ │ false :: Value │ macro_source=534 │ │ false :: Value │ macro_source=534 │ │ false :: Value │ macro_source=534 │ │ true :: Value │ macro_source=534 │ │ false :: Value │ macro_source=534 │ │ false :: Value │ macro_source=534 │ │ true :: Value │ macro_source=534 │ │ N :: Identifier │ scope_layer=1 │ │ [=] │ │ │ [where] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ lastindex :: Identifier │ │ │ [::] │ │ │ T :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [meta] │ │ │ [unknown_head] │ scope_layer=1 │ │ true :: Value │ macro_source=617 │ │ true :: Value │ macro_source=617 │ │ false :: Value │ macro_source=617 │ │ true :: Value │ macro_source=617 │ │ false :: Value │ macro_source=617 │ │ false :: Value │ macro_source=617 │ │ false :: Value │ macro_source=617 │ │ true :: Value │ macro_source=617 │ │ false :: Value │ macro_source=617 │ │ false :: Value │ macro_source=617 │ │ true :: Value │ macro_source=617 │ │ N :: Identifier │ scope_layer=1 │ │ [=] │ │ │ [where] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ size :: Identifier │ │ │ [::] │ │ │ T :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [meta] │ │ │ [unknown_head] │ scope_layer=1 │ │ true :: Value │ macro_source=703 │ │ true :: Value │ macro_source=703 │ │ false :: Value │ macro_source=703 │ │ true :: Value │ macro_source=703 │ │ false :: Value │ macro_source=703 │ │ false :: Value │ macro_source=703 │ │ false :: Value │ macro_source=703 │ │ true :: Value │ macro_source=703 │ │ false :: Value │ macro_source=703 │ │ false :: Value │ macro_source=703 │ │ true :: Value │ macro_source=703 │ │ [tuple] │ │ │ N :: Identifier │ scope_layer=1 │ │ [=] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ size :: Identifier │ │ │ [::] │ │ │ [curly] │ │ │ Type :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [meta] │ │ │ [unknown_head] │ scope_layer=1 │ │ true :: Value │ macro_source=790 │ │ true :: Value │ macro_source=790 │ │ false :: Value │ macro_source=790 │ │ true :: Value │ macro_source=790 │ │ false :: Value │ macro_source=790 │ │ false :: Value │ macro_source=790 │ │ false :: Value │ macro_source=790 │ │ true :: Value │ macro_source=790 │ │ false :: Value │ macro_source=790 │ │ false :: Value │ macro_source=790 │ │ true :: Value │ macro_source=790 │ │ [tuple] │ │ │ N :: Identifier │ scope_layer=1 │ │ [=] │ │ │ [where] │ │ │ [where] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ size :: Identifier │ │ │ [::] │ │ │ t :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [::] │ │ │ d :: Identifier │ scope_layer=1 │ │ Int :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ TupleVector :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [meta] │ │ │ [unknown_head] │ scope_layer=1 │ │ true :: Value │ macro_source=941 │ │ true :: Value │ macro_source=941 │ │ false :: Value │ macro_source=941 │ │ true :: Value │ macro_source=941 │ │ false :: Value │ macro_source=941 │ │ false :: Value │ macro_source=941 │ │ false :: Value │ macro_source=941 │ │ true :: Value │ macro_source=941 │ │ false :: Value │ macro_source=941 │ │ false :: Value │ macro_source=941 │ │ true :: Value │ macro_source=941 │ │ inline :: Identifier │ scope_layer=1 │ │ [if] │ │ │ [call] │ │ │ > :: Identifier │ scope_layer=1 │ │ d :: Identifier │ scope_layer=1 │ │ 1 :: Value │ macro_source=941 │ │ 1 :: Value │ macro_source=941 │ │ [call] │ │ │ length :: Identifier │ scope_layer=1 │ │ t :: Identifier │ scope_layer=1 │ │ [=] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ size :: Identifier │ │ │ [::] │ │ │ t :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Type :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ TupleVector :: Identifier │ scope_layer=1 │ │ [::] │ │ │ d :: Identifier │ scope_layer=1 │ │ Int :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [meta] │ │ │ [unknown_head] │ scope_layer=1 │ │ true :: Value │ macro_source=1103 │ │ true :: Value │ macro_source=1103 │ │ false :: Value │ macro_source=1103 │ │ true :: Value │ macro_source=1103 │ │ false :: Value │ macro_source=1103 │ │ false :: Value │ macro_source=1103 │ │ false :: Value │ macro_source=1103 │ │ true :: Value │ macro_source=1103 │ │ false :: Value │ macro_source=1103 │ │ false :: Value │ macro_source=1103 │ │ true :: Value │ macro_source=1103 │ │ inline :: Identifier │ scope_layer=1 │ │ [if] │ │ │ [call] │ │ │ > :: Identifier │ scope_layer=1 │ │ d :: Identifier │ scope_layer=1 │ │ 1 :: Value │ macro_source=1103 │ │ 1 :: Value │ macro_source=1103 │ │ [call] │ │ │ length :: Identifier │ scope_layer=1 │ │ t :: Identifier │ scope_layer=1 │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "SOneTo.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "util.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "traits.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "Values.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "Variables.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "FixedVector.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "initializers.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "convert.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "abstractvector.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "indexing.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "broadcast.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "mapreduce.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "arraymath.jl" :: Value │ │ │ [call] │ │ │ include :: Identifier │ scope_layer=1 │ │ "linalg.jl" :: Value │ │ │ [const] │ │ │ [=] │ │ │ [tuple] │ │ │ SVector :: Identifier │ scope_layer=1 │ │ MVector :: Identifier │ scope_layer=1 │ │ SizedVector :: Identifier │ scope_layer=1 │ │ [tuple] │ │ │ Values :: Identifier │ scope_layer=1 │ │ Variables :: Identifier │ scope_layer=1 │ │ FixedVector :: Identifier │ scope_layer=1 │ │ │ │ file = "/home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl" │ │ line = 22 │ └ mod = StaticVectors │ ERROR: LoadError: internal lowering bug: │ #= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =# - unrecognized form out of desugaring │ Expression: │ (unknown_head true true false true false false false true false false true) │ Containing expressions: │ (lambda (block #self# t d) (block N T) (block (meta (unknown_head true true false true false false false true false false true) :inline) (if (call > d 1) 1 (call length t)))) │ (function (where (where (call (. Base :size) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (meta (unknown_head true true false true false false false true false false true) :inline) (if (call > d 1) 1 (call length t)))) │ (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (meta (unknown_head true true false true false false false true false false true) inline) (if (call > d 1) 1 (call length t)))) │ │ Detailed provenance: │ (unknown_head true true false true false false false true false false true) │ └─ (unknown_head true true false true false false false true false false true) │ ├─ @ /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 │ └─ (macrocall @inline :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (meta (unknown_head true true false true false false false true false false true)) (if (call > d 1) 1 (call length t))))) │ ├─ @ deprecated.jl:521 │ └─ (macrocall (. Base (inert @assume_effects)) :(#= deprecated.jl:521 =#) (inert foldable) (macrocall @inline :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (if (call > d 1) 1 (call length t)))))) │ ├─ @ /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 │ └─ (macrocall @pure :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (macrocall @inline :(#= /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 =#) (= (where (where (call (. Base (inert size)) (:: t T) (:: d Int)) (<: T (curly TupleVector N))) N) (block (if (call > d 1) 1 (call length t)))))) │ └─ @ /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:45 │ │ Stacktrace: │ [1] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4472 │ [2] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30 │ [3] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [4] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) │ @ Base ./loading.jl:3271 │ [5] top-level scope │ @ stdin:5 │ [6] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [7] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [8] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [9] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [10] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/StaticVectors/fpkZ5/src/StaticVectors.jl:5 │ in expression starting at stdin:5 └ ┌ Leibniz │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a8e43f4a-99b7-5565-8bf1-0165161caaea"), "AbstractTensors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:56 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2818 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2672 │ [4] macro expansion │ @ ./loading.jl:2599 [inlined] │ [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String) │ @ Base ./lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2563 │ [7] require │ @ ./loading.jl:2539 [inlined] │ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) │ @ Base ./module.jl:36 [inlined] │ [9] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [10] _eval_using(to::Module, path::Expr, flags::UInt8) │ @ Base ./module.jl:137 [inlined] │ [11] eval_using(to::Module, path::Expr) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207 │ [12] top-level scope │ @ ~/.julia/packages/Leibniz/jwJ5i/src/Leibniz.jl:22 │ [13] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) │ @ Base ./loading.jl:3271 │ [15] top-level scope │ @ stdin:5 │ [16] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [18] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [19] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [20] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/Leibniz/jwJ5i/src/Leibniz.jl:1 │ in expression starting at stdin:5 └ ┌ Grassmann │ [Output was shown above] └ ┌ AbstractTensors │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("20fadf95-9e3d-483c-97cd-cab2760e7998"), "StaticVectors") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:56 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2818 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2672 │ [4] macro expansion │ @ ./loading.jl:2599 [inlined] │ [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String) │ @ Base ./lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2563 │ [7] require │ @ ./loading.jl:2539 [inlined] │ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) │ @ Base ./module.jl:36 [inlined] │ [9] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) │ @ Base ./module.jl:101 │ [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195 │ [12] top-level scope │ @ ~/.julia/packages/AbstractTensors/2D9Ks/src/AbstractTensors.jl:584 │ [13] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) │ @ Base ./loading.jl:3271 │ [15] top-level scope │ @ stdin:5 │ [16] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [18] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [19] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [20] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/AbstractTensors/2D9Ks/src/AbstractTensors.jl:23 │ in expression starting at stdin:5 └ ERROR: LoadError: The following 5 packages failed to precompile: DirectSum Failed to precompile DirectSum [22fd7b30-a8c0-5bf2-aabe-97783860d07c] to "/home/pkgeval/.julia/compiled/v1.14/DirectSum/jl_H1ziwl" (ProcessExited(1)). StaticVectors Failed to precompile StaticVectors [20fadf95-9e3d-483c-97cd-cab2760e7998] to "/home/pkgeval/.julia/compiled/v1.14/StaticVectors/jl_Tfr0Iy" (ProcessExited(1)). Leibniz Failed to precompile Leibniz [edad4870-8a01-11e9-2d75-8f02e448fc59] to "/home/pkgeval/.julia/compiled/v1.14/Leibniz/jl_WqIY9J" (ProcessExited(1)). Grassmann Failed to precompile Grassmann [4df31cd9-4c27-5bea-88d0-e6a7146666d8] to "/home/pkgeval/.julia/compiled/v1.14/Grassmann/jl_6KLArM" (ProcessExited(1)). AbstractTensors Failed to precompile AbstractTensors [a8e43f4a-99b7-5565-8bf1-0165161caaea] to "/home/pkgeval/.julia/compiled/v1.14/AbstractTensors/jl_2PvmJd" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/TensorFields/5vKmR/test/runtests.jl:1 Testing failed after 217.42s ERROR: LoadError: Package TensorFields 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:3247 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [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:587 [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:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 546.48s: package fails to precompile