Package evaluation to test SuffixAutomata on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T15:20:53.644 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.93s ################################################################################ # Installation # Installing SuffixAutomata... Resolving package versions... Installed SuffixAutomata ─ v0.2.1 Installing 1 artifacts Installed artifact pg_texts 2.2 MiB Updating `~/.julia/environments/v1.14/Project.toml` [d8d90db5] + SuffixAutomata v0.2.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [d8d90db5] + SuffixAutomata v0.2.1 Installation completed after 4.67s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.7 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:333 =# Core.@doc " get_all_substrings(automaton::SuffixAutomaton)\n\nGet all distinct substrings recognized by the automaton.\n\nWarning: for large texts, this can return a very large number of substrings (up to O(n²)).\n" function get_all_substrings(automaton::SuffixAutomaton{T}) where T │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:340 =# │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:341 =# │ substrings = Vector{Vector{T}}() │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342 =# │ function dfs(state::State{T}, path::Vector{T}) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342 =# │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:343 =# │ if state !== automaton.root && length(path) > 0 │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:344 =# │ push!(substrings, copy(path)) │ end │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:346 =# │ for (symbol, next_state) = state.transitions │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:347 =# │ push!(path, symbol) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:348 =# │ dfs(next_state, path) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:349 =# │ pop!(path) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:350 =# │ end │ end │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:352 =# │ dfs(automaton.root, T[]) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:353 =# │ return substrings │ 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__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:333 =#) :: Value │ │ " get_all_substrings(automaton::SuffixAutomaton)\n\nGet all distinct substrings recognized by the automaton.\n\nWarning: for large texts, this can return a very large number of substrings (up to O(n²)).\n" :: Value │ │ [function] │ │ [where] │ │ [call] │ │ get_all_substrings :: Identifier │ │ [::] │ │ automaton :: Identifier │ │ [curly] │ │ SuffixAutomaton :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ [block] │ │ [=] │ │ substrings :: Identifier │ │ [call] │ │ [curly] │ │ Vector :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [function] │ │ [call] │ │ dfs :: Identifier │ │ [::] │ │ state :: Identifier │ │ [curly] │ │ State :: Identifier │ │ T :: Identifier │ │ [::] │ │ path :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [block] │ │ [if] │ │ [&&] │ │ [call] │ │ !== :: Identifier │ │ state :: Identifier │ │ [.] │ │ automaton :: Identifier │ │ [inert] │ │ root :: Identifier │ │ [call] │ │ > :: Identifier │ │ [call] │ │ length :: Identifier │ │ path :: Identifier │ │ 0 :: Value │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ substrings :: Identifier │ │ [call] │ │ copy :: Identifier │ │ path :: Identifier │ │ [for] │ │ [=] │ │ [tuple] │ │ symbol :: Identifier │ │ next_state :: Identifier │ │ [.] │ │ state :: Identifier │ │ [inert] │ │ transitions :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ path :: Identifier │ │ symbol :: Identifier │ │ [call] │ │ dfs :: Identifier │ │ next_state :: Identifier │ │ path :: Identifier │ │ [call] │ │ pop! :: Identifier │ │ path :: Identifier │ │ [call] │ │ dfs :: Identifier │ │ [.] │ │ automaton :: Identifier │ │ [inert] │ │ root :: Identifier │ │ [ref] │ │ T :: Identifier │ │ [return] │ │ substrings :: 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 │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [call] │ │ get_all_substrings :: Identifier │ scope_layer=1 │ [::] │ │ automaton :: Identifier │ scope_layer=1 │ [curly] │ │ SuffixAutomaton :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ substrings :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [function] │ │ [call] │ │ dfs :: Identifier │ scope_layer=1 │ [::] │ │ state :: Identifier │ scope_layer=1 │ [curly] │ │ State :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ path :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [&&] │ │ [call] │ │ !== :: Identifier │ scope_layer=1 │ state :: Identifier │ scope_layer=1 │ [.] │ │ automaton :: Identifier │ scope_layer=1 │ [inert] │ │ root :: Identifier │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=90 │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ substrings :: Identifier │ scope_layer=1 │ [call] │ │ copy :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ [for] │ │ [=] │ │ [tuple] │ │ symbol :: Identifier │ scope_layer=1 │ next_state :: Identifier │ scope_layer=1 │ [.] │ │ state :: Identifier │ scope_layer=1 │ [inert] │ │ transitions :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ symbol :: Identifier │ scope_layer=1 │ [call] │ │ dfs :: Identifier │ scope_layer=1 │ next_state :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ [call] │ │ pop! :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ [call] │ │ dfs :: Identifier │ scope_layer=1 │ [.] │ │ automaton :: Identifier │ scope_layer=1 │ [inert] │ │ root :: Identifier │ │ [ref] │ │ T :: Identifier │ scope_layer=1 │ [return] │ │ substrings :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=90 │ SuffixAutomata :: Value │ macro_source=90 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=90 │ SuffixAutomata :: Value │ │ [inert] │ jl_source=L65 │ get_all_substrings :: Identifier │ │ [call] │ macro_source=90 │ Base.Docs.docstr :: Value │ macro_source=90 │ [call] │ macro_source=90 │ Core.svec :: Value │ macro_source=90 │ " get_all_substrings(automaton::SuffixAutomaton)\n\nGet all distinct substrings recognized by the automaton.\n\nWarning: for large texts, this can return a very large number of substrings (up to O(n²)).\n" :: Value │ macro_source=90 │ [call] │ macro_source=90 │ Dict{Symbol, Any} :: Value │ macro_source=90 │ :path => "/home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl" :: Value │ macro_source=90 │ :linenumber => 333 :: Value │ macro_source=90 │ :module => SuffixAutomata :: Value │ macro_source=90 │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ SuffixAutomaton :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl" │ line = 333 └ mod = SuffixAutomata ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342 =# - Found unexpected binding of kind static_parameter Expression:  #₁₉/T Containing expressions:  (= #₅₃/T #₁₉/T)  (call core.svec (call core.svec #₃₉/#get_all_substrings#dfs##0 (call core.apply_type #₂₃/State #₁₉/T) (call core.apply_type #₂₂/Vector #₁₉/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342:0)  (call core.svec (call core.svec (function_type #₂₀/dfs) (call core.apply_type #₂₃/State #₁₉/T) (call core.apply_type #₂₂/Vector #₁₉/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342:0)  Detailed provenance:  #₁₉/T  └─ T  └─ T  ├─ @ /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:333 =#) " get_all_substrings(automaton::SuffixAutomaton)\n\nGet all distinct substrings recognized by the automaton.\n\nWarning: for large texts, this can return a very large number of substrings (up to O(n²)).\n" (function (where (call get_all_substrings (:: automaton (curly SuffixAutomaton T))) T) (block (= substrings (call (curly Vector (curly Vector T)))) (function (call dfs (:: state (curly State T)) (:: path (curly Vector T))) (block (if (&& (call !== state (. automaton (inert root))) (call > (call length path) 0)) (block (call push! substrings (call copy path)))) (for (= (tuple symbol next_state) (. state (inert transitions))) (block (call push! path symbol) (call dfs next_state path) (call pop! path))))) (call dfs (. automaton (inert root)) (ref T)) (return substrings))))  └─ @ /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:333  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1067  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1132  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [5] 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:33  [6] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [7] 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  [8] top-level scope  @ stdin:5  [9] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [11] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [12] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [13] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:1 in expression starting at stdin:5 ✗ SuffixAutomata Precompilation completed after 36.85s ################################################################################ # Testing # Testing SuffixAutomata Status `/tmp/jl_xflJsN/Project.toml` [d8d90db5] SuffixAutomata v0.2.1 [44cfe95a] Pkg v1.14.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_xflJsN/Manifest.toml` [d8d90db5] SuffixAutomata v0.2.1 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.3+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:333 =# Core.@doc " get_all_substrings(automaton::SuffixAutomaton)\n\nGet all distinct substrings recognized by the automaton.\n\nWarning: for large texts, this can return a very large number of substrings (up to O(n²)).\n" function get_all_substrings(automaton::SuffixAutomaton{T}) where T │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:340 =# │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:341 =# │ substrings = Vector{Vector{T}}() │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342 =# │ function dfs(state::State{T}, path::Vector{T}) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342 =# │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:343 =# │ if state !== automaton.root && length(path) > 0 │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:344 =# │ push!(substrings, copy(path)) │ end │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:346 =# │ for (symbol, next_state) = state.transitions │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:347 =# │ push!(path, symbol) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:348 =# │ dfs(next_state, path) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:349 =# │ pop!(path) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:350 =# │ end │ end │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:352 =# │ dfs(automaton.root, T[]) │ #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:353 =# │ return substrings │ 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__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:333 =#) :: Value │ │ " get_all_substrings(automaton::SuffixAutomaton)\n\nGet all distinct substrings recognized by the automaton.\n\nWarning: for large texts, this can return a very large number of substrings (up to O(n²)).\n" :: Value │ │ [function] │ │ [where] │ │ [call] │ │ get_all_substrings :: Identifier │ │ [::] │ │ automaton :: Identifier │ │ [curly] │ │ SuffixAutomaton :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ [block] │ │ [=] │ │ substrings :: Identifier │ │ [call] │ │ [curly] │ │ Vector :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [function] │ │ [call] │ │ dfs :: Identifier │ │ [::] │ │ state :: Identifier │ │ [curly] │ │ State :: Identifier │ │ T :: Identifier │ │ [::] │ │ path :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ T :: Identifier │ │ [block] │ │ [if] │ │ [&&] │ │ [call] │ │ !== :: Identifier │ │ state :: Identifier │ │ [.] │ │ automaton :: Identifier │ │ [inert] │ │ root :: Identifier │ │ [call] │ │ > :: Identifier │ │ [call] │ │ length :: Identifier │ │ path :: Identifier │ │ 0 :: Value │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ substrings :: Identifier │ │ [call] │ │ copy :: Identifier │ │ path :: Identifier │ │ [for] │ │ [=] │ │ [tuple] │ │ symbol :: Identifier │ │ next_state :: Identifier │ │ [.] │ │ state :: Identifier │ │ [inert] │ │ transitions :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ path :: Identifier │ │ symbol :: Identifier │ │ [call] │ │ dfs :: Identifier │ │ next_state :: Identifier │ │ path :: Identifier │ │ [call] │ │ pop! :: Identifier │ │ path :: Identifier │ │ [call] │ │ dfs :: Identifier │ │ [.] │ │ automaton :: Identifier │ │ [inert] │ │ root :: Identifier │ │ [ref] │ │ T :: Identifier │ │ [return] │ │ substrings :: 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 │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [call] │ │ get_all_substrings :: Identifier │ scope_layer=1 │ [::] │ │ automaton :: Identifier │ scope_layer=1 │ [curly] │ │ SuffixAutomaton :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ substrings :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [function] │ │ [call] │ │ dfs :: Identifier │ scope_layer=1 │ [::] │ │ state :: Identifier │ scope_layer=1 │ [curly] │ │ State :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ path :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [&&] │ │ [call] │ │ !== :: Identifier │ scope_layer=1 │ state :: Identifier │ scope_layer=1 │ [.] │ │ automaton :: Identifier │ scope_layer=1 │ [inert] │ │ root :: Identifier │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=90 │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ substrings :: Identifier │ scope_layer=1 │ [call] │ │ copy :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ [for] │ │ [=] │ │ [tuple] │ │ symbol :: Identifier │ scope_layer=1 │ next_state :: Identifier │ scope_layer=1 │ [.] │ │ state :: Identifier │ scope_layer=1 │ [inert] │ │ transitions :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ symbol :: Identifier │ scope_layer=1 │ [call] │ │ dfs :: Identifier │ scope_layer=1 │ next_state :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ [call] │ │ pop! :: Identifier │ scope_layer=1 │ path :: Identifier │ scope_layer=1 │ [call] │ │ dfs :: Identifier │ scope_layer=1 │ [.] │ │ automaton :: Identifier │ scope_layer=1 │ [inert] │ │ root :: Identifier │ │ [ref] │ │ T :: Identifier │ scope_layer=1 │ [return] │ │ substrings :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=90 │ SuffixAutomata :: Value │ macro_source=90 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=90 │ SuffixAutomata :: Value │ │ [inert] │ jl_source=L65 │ get_all_substrings :: Identifier │ │ [call] │ macro_source=90 │ Base.Docs.docstr :: Value │ macro_source=90 │ [call] │ macro_source=90 │ Core.svec :: Value │ macro_source=90 │ " get_all_substrings(automaton::SuffixAutomaton)\n\nGet all distinct substrings recognized by the automaton.\n\nWarning: for large texts, this can return a very large number of substrings (up to O(n²)).\n" :: Value │ macro_source=90 │ [call] │ macro_source=90 │ Dict{Symbol, Any} :: Value │ macro_source=90 │ :path => "/home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl" :: Value │ macro_source=90 │ :linenumber => 333 :: Value │ macro_source=90 │ :module => SuffixAutomata :: Value │ macro_source=90 │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ SuffixAutomaton :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl" │ line = 333 └ mod = SuffixAutomata ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342 =# - Found unexpected binding of kind static_parameter Expression:  #₁₉/T Containing expressions:  (= #₅₃/T #₁₉/T)  (call core.svec (call core.svec #₃₉/#get_all_substrings#dfs##0 (call core.apply_type #₂₃/State #₁₉/T) (call core.apply_type #₂₂/Vector #₁₉/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342:0)  (call core.svec (call core.svec (function_type #₂₀/dfs) (call core.apply_type #₂₃/State #₁₉/T) (call core.apply_type #₂₂/Vector #₁₉/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342:0)  Detailed provenance:  #₁₉/T  └─ T  └─ T  ├─ @ /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:342  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:333 =#) " get_all_substrings(automaton::SuffixAutomaton)\n\nGet all distinct substrings recognized by the automaton.\n\nWarning: for large texts, this can return a very large number of substrings (up to O(n²)).\n" (function (where (call get_all_substrings (:: automaton (curly SuffixAutomaton T))) T) (block (= substrings (call (curly Vector (curly Vector T)))) (function (call dfs (:: state (curly State T)) (:: path (curly Vector T))) (block (if (&& (call !== state (. automaton (inert root))) (call > (call length path) 0)) (block (call push! substrings (call copy path)))) (for (= (tuple symbol next_state) (. state (inert transitions))) (block (call push! path symbol) (call dfs next_state path) (call pop! path))))) (call dfs (. automaton (inert root)) (ref T)) (return substrings))))  └─ @ /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:333  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1067  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1132  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [5] 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:33  [6] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [7] 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  [8] top-level scope  @ stdin:5  [9] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [11] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [12] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [13] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/src/SuffixAutomata.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ SuffixAutomata │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: SuffixAutomata Failed to precompile SuffixAutomata [d8d90db5-3bd3-4328-8736-8f5f0958bb41] to "/home/pkgeval/.julia/compiled/v1.14/SuffixAutomata/jl_D3lqw4" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/SuffixAutomata/4ESJi/test/runtests.jl:2 Testing failed after 124.92s ERROR: LoadError: Package SuffixAutomata 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 208.57s: package fails to precompile