Package evaluation to load OpenSMILES on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T19:33:13.476 ################################################################################ # Set-up # Set-up completed after 0.16s ################################################################################ # Installation # Installing OpenSMILES... Resolving package versions... Installed SimpleTraits ───────── v0.9.6 Installed Compat ─────────────── v4.18.1 Installed MacroTools ─────────── v0.5.16 Installed Preferences ────────── v1.5.2 Installed Statistics ─────────── v1.11.1 Installed DataStructures ─────── v0.18.22 Installed SimpleWeightedGraphs ─ v1.5.1 Installed PrecompileTools ────── v1.3.4 Installed OrderedCollections ─── v1.8.2 Installed StaticArraysCore ───── v1.4.4 Installed Inflate ────────────── v0.1.5 Installed ArnoldiMethod ──────── v0.1.0 Installed OpenSMILES ─────────── v0.1.0 Installed StaticArrays ───────── v1.9.18 Installed LightGraphs ────────── v1.3.5 Installed Graphs ─────────────── v1.9.0 Updating `~/.julia/environments/v1.14/Project.toml` [29c4880b] + OpenSMILES v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [ec485272] + ArnoldiMethod v0.1.0 [34da2185] + Compat v4.18.1 ⌅ [864edb3b] + DataStructures v0.18.22 ⌃ [86223c79] + Graphs v1.9.0 [d25df0c9] + Inflate v0.1.5 [093fc24a] + LightGraphs v1.3.5 [1914dd2f] + MacroTools v0.5.16 [29c4880b] + OpenSMILES v0.1.0 ⌅ [bac558e1] + OrderedCollections v1.8.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [699a6c99] + SimpleTraits v0.9.6 [47aef6b3] + SimpleWeightedGraphs v1.5.1 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [4536629a] + OpenBLAS_jll v0.3.33+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m` Installation completed after 6.17s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 4.4 s ✓ MacroTools 1.3 s ✓ StaticArraysCore 1.6 s ✓ Inflate 1.4 s ✓ Statistics 153.7 s ✓ OrderedCollections 31.8 s ✓ Preferences 2.2 s ✓ Compat 3.6 s ✓ SimpleTraits 41.3 s ✓ Statistics → SparseArraysExt 31.1 s ✓ PrecompileTools 0.9 s ✓ Compat → CompatLinearAlgebraExt 359.4 s ✓ StaticArrays 279.5 s ✓ DataStructures 34.9 s ✓ StaticArrays → StaticArraysStatisticsExt 38.6 s ✓ ArnoldiMethod ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =# Core.@doc " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" function karger_cut_cost(g::AbstractGraph{T}, cut::Vector{<:Integer}) where T <: Integer │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:48 =# │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 =# │ return count((e::Edge{T}->begin │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 =# │ cut[src(e)] != cut[dst(e)] │ end), edges(g)) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) :: Value | │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | │ [function] | │ [where] | │ [call] | │ karger_cut_cost :: Identifier | │ [::] | │ g :: Identifier | │ [curly] | │ AbstractGraph :: Identifier | │ T :: Identifier | │ [::] | │ cut :: Identifier | │ [curly] | │ Vector :: Identifier | │ [<:] | │ Integer :: Identifier | │ [<:] | │ T :: Identifier | │ Integer :: Identifier | │ [block] | │ [return] | │ [call] | │ count :: Identifier | │ [->] | │ [::] | │ e :: Identifier | │ [curly] | │ Edge :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ != :: Identifier | │ [ref] | │ cut :: Identifier | │ [call] | │ src :: Identifier | │ e :: Identifier | │ [ref] | │ cut :: Identifier | │ [call] | │ dst :: Identifier | │ e :: Identifier | │ [call] | │ edges :: Identifier | │ g :: Identifier | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [block] | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ [if] | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ true :: Value | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ [=] | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ val :: Identifier | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ [function] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [where] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ karger_cut_cost :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [::] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ g :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [curly] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ AbstractGraph :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ T :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [::] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ cut :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [curly] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Vector :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [<:] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Integer :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [<:] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ T :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Integer :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [block] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [return] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ count :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [->] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [::] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ e :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [curly] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Edge :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ T :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [block] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ != :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [ref] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ cut :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ src :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ e :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [ref] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ cut :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ dst :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ e :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ edges :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ g :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ Base.Docs.doc! :: Value | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ Graphs :: Value | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Base.Docs.Binding :: Value | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Graphs :: Value | [old,SL(Ezww2ex6mex,Base,SL(5HFJsVT8E35,Graphs,)),(. Base (inert @__MODULE__))], │ [inert] | [old,SL(5HFJsVT8E35,Graphs,),@doc],jl_source=L47 │ karger_cut_cost :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Base.Docs.docstr :: Value | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Core.svec :: Value | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [call] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Dict{Symbol, Any} :: Value | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ :path => "/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl" :: Value | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ :linenumber => 42 :: Value | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ :module => Graphs :: Value | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [where] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [curly] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Union :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [curly] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Tuple :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [curly] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ AbstractGraph :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ T :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [curly] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Vector :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [<:] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Integer :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [curly] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Tuple :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ T :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [<:] | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ T :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ Integer :: Identifier | [old,SL(5HFJsVT8E35,Graphs,),@doc], │ [if] | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ true :: Value | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ val :: Identifier | [old,SL(DfHjjzkla15,Base.Docs,SL(5HFJsVT8E35,Graphs,)),@doc], │ │ file = "/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl" │ line = 42 └ mod = Graphs ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 =# - Found unexpected binding of kind static_parameter Expression:  #₁₆/T Containing expressions:  (= #₃₆/T #₁₆/T)  (call core.svec (call core.svec #₂₉/#karger_cut_cost##->###0 (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49:0)  (call core.svec (call core.svec (function_type #₁₇/#->#) (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49:0)  Detailed provenance:  #₁₆/T  ├─ T  │ ├─ T  │ │ └─ @ /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))))  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))))  │ └─ @ /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))))  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))))  └─ @ /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42  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:1097  [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:1162  [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:1257  [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:1287  [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(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [7] top-level scope  @ ~/.julia/packages/Graphs/FXxqo/src/Graphs.jl:536  [8] include(mod::Module, _path::String)  @ Base Base.jl:325  [9] 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:3303  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core boot.jl:522  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [13] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [15] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 in expression starting at /home/pkgeval/.julia/packages/Graphs/FXxqo/src/Graphs.jl:1 in expression starting at stdin:5 ✗ Graphs ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =# Core.@doc " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (karger_cut_cost(g::AbstractGraph{T}, cut::Vector{<:Integer}) where T <: Integer) = begin │ #= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49 =# │ count((e::Edge{T}->begin │ #= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:50 =# │ cut[src(e)] != cut[dst(e)] │ end), edges(g)) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) :: Value | │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | │ [=] | │ [where] | │ [call] | │ karger_cut_cost :: Identifier | │ [::] | │ g :: Identifier | │ [curly] | │ AbstractGraph :: Identifier | │ T :: Identifier | │ [::] | │ cut :: Identifier | │ [curly] | │ Vector :: Identifier | │ [<:] | │ Integer :: Identifier | │ [<:] | │ T :: Identifier | │ Integer :: Identifier | │ [block] | │ [call] | │ count :: Identifier | │ [->] | │ [::] | │ e :: Identifier | │ [curly] | │ Edge :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ != :: Identifier | │ [ref] | │ cut :: Identifier | │ [call] | │ src :: Identifier | │ e :: Identifier | │ [ref] | │ cut :: Identifier | │ [call] | │ dst :: Identifier | │ e :: Identifier | │ [call] | │ edges :: Identifier | │ g :: Identifier | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [block] | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ [if] | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ true :: Value | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ [=] | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ val :: Identifier | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ [=] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [where] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ karger_cut_cost :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [::] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ g :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [curly] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ AbstractGraph :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ T :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [::] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ cut :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [curly] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Vector :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [<:] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Integer :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [<:] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ T :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Integer :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [block] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ count :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [->] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [::] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ e :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [curly] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Edge :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ T :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [block] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ != :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [ref] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ cut :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ src :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ e :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [ref] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ cut :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ dst :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ e :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ edges :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ g :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ Base.Docs.doc! :: Value | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ LightGraphs :: Value | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Base.Docs.Binding :: Value | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ LightGraphs :: Value | [old,SL(EM5wWngfDUm,Base,SL(45b01ZW7Uiz,LightGraphs,)),(. Base (inert @__MODULE__))], │ [inert] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc],jl_source=L47 │ karger_cut_cost :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Base.Docs.docstr :: Value | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Core.svec :: Value | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [call] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Dict{Symbol, Any} :: Value | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ :path => "/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl" :: Value | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ :linenumber => 43 :: Value | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ :module => LightGraphs :: Value | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [where] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [curly] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Union :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [curly] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Tuple :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [curly] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ AbstractGraph :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ T :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [curly] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Vector :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [<:] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Integer :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [curly] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Tuple :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ T :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [<:] | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ T :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ Integer :: Identifier | [old,SL(45b01ZW7Uiz,LightGraphs,),@doc], │ [if] | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ true :: Value | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ val :: Identifier | [old,SL(Gln0l0wHip3,Base.Docs,SL(45b01ZW7Uiz,LightGraphs,)),@doc], │ │ file = "/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl" │ line = 43 └ mod = LightGraphs ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49 =# - Found unexpected binding of kind static_parameter Expression:  #₁₆/T Containing expressions:  (= #₃₆/T #₁₆/T)  (call core.svec (call core.svec #₂₉/#karger_cut_cost##->###0 (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49:0)  (call core.svec (call core.svec (function_type #₁₇/#->#) (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49:0)  Detailed provenance:  #₁₆/T  ├─ T  │ ├─ T  │ │ └─ @ /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))  │ └─ @ /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))  └─ @ /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43  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:1097  [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:1162  [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:1257  [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:1287  [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(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [7] top-level scope  @ ~/.julia/packages/LightGraphs/IgJif/src/LightGraphs.jl:266  [8] include(mod::Module, _path::String)  @ Base Base.jl:325  [9] 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:3303  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core boot.jl:522  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [13] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [15] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 in expression starting at /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/LightGraphs.jl:1 in expression starting at stdin:5 ✗ LightGraphs ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("86223c79-3864-5bf0-83f7-82e725a168b6"), "Graphs") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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:118  [12] top-level scope  @ ~/.julia/packages/SimpleWeightedGraphs/lIM6n/src/SimpleWeightedGraphs.jl:12  [13] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3303  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:522  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/SimpleWeightedGraphs/lIM6n/src/SimpleWeightedGraphs.jl:1 in expression starting at stdin:5 ✗ SimpleWeightedGraphs ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("47aef6b3-ad0c-573a-a1e2-d07658019622"), "SimpleWeightedGraphs") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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:130  [12] top-level scope  @ ~/.julia/packages/OpenSMILES/LgYRr/src/OpenSMILES.jl:2  [13] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3303  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:522  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/OpenSMILES/LgYRr/src/OpenSMILES.jl:1 in expression starting at stdin:5 ✗ OpenSMILES 15 dependencies successfully precompiled in 1349 seconds. 16 already precompiled. Precompilation completed after 1377.56s ################################################################################ # Loading # Loading OpenSMILES... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =# Core.@doc " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" function karger_cut_cost(g::AbstractGraph{T}, cut::Vector{<:Integer}) where T <: Integer │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:48 =# │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 =# │ return count((e::Edge{T}->begin │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 =# │ cut[src(e)] != cut[dst(e)] │ end), edges(g)) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) :: Value | │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | │ [function] | │ [where] | │ [call] | │ karger_cut_cost :: Identifier | │ [::] | │ g :: Identifier | │ [curly] | │ AbstractGraph :: Identifier | │ T :: Identifier | │ [::] | │ cut :: Identifier | │ [curly] | │ Vector :: Identifier | │ [<:] | │ Integer :: Identifier | │ [<:] | │ T :: Identifier | │ Integer :: Identifier | │ [block] | │ [return] | │ [call] | │ count :: Identifier | │ [->] | │ [::] | │ e :: Identifier | │ [curly] | │ Edge :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ != :: Identifier | │ [ref] | │ cut :: Identifier | │ [call] | │ src :: Identifier | │ e :: Identifier | │ [ref] | │ cut :: Identifier | │ [call] | │ dst :: Identifier | │ e :: Identifier | │ [call] | │ edges :: Identifier | │ g :: Identifier | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [block] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ [if] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ true :: Value | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ [=] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ val :: Identifier | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ [function] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [where] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ karger_cut_cost :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [::] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ g :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ AbstractGraph :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [::] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ cut :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Vector :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [<:] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Integer :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [<:] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Integer :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [block] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [return] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ count :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [->] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [::] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ e :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Edge :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [block] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ != :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [ref] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ cut :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ src :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ e :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [ref] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ cut :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ dst :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ e :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ edges :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ g :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ Base.Docs.doc! :: Value | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ Graphs :: Value | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Base.Docs.Binding :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Graphs :: Value | [old,SL(1ypQ2HLZKJ9,Base,SL(qTnH6rEdT2,Graphs,)),(. Base (inert @__MODULE__))], │ [inert] | [old,SL(qTnH6rEdT2,Graphs,),@doc],jl_source=L47 │ karger_cut_cost :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Base.Docs.docstr :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Core.svec :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Dict{Symbol, Any} :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ :path => "/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl" :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ :linenumber => 42 :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ :module => Graphs :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [where] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Union :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Tuple :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ AbstractGraph :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Vector :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [<:] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Integer :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Tuple :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [<:] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ Integer :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ [if] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ true :: Value | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ val :: Identifier | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ file = "/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl" │ line = 42 └ mod = Graphs ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 =# - Found unexpected binding of kind static_parameter Expression:  #₁₆/T Containing expressions:  (= #₃₆/T #₁₆/T)  (call core.svec (call core.svec #₂₉/#karger_cut_cost##->###0 (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49:0)  (call core.svec (call core.svec (function_type #₁₇/#->#) (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49:0)  Detailed provenance:  #₁₆/T  ├─ T  │ ├─ T  │ │ └─ @ /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))))  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))))  │ └─ @ /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))))  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))))  └─ @ /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42  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:1097  [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:1162  [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:1257  [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:1287  [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(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [7] top-level scope  @ ~/.julia/packages/Graphs/FXxqo/src/Graphs.jl:536  [8] include(mod::Module, _path::String)  @ Base Base.jl:325  [9] 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:3303  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core boot.jl:522  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [13] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [15] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 in expression starting at /home/pkgeval/.julia/packages/Graphs/FXxqo/src/Graphs.jl:1 in expression starting at stdin:5 ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =# Core.@doc " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (karger_cut_cost(g::AbstractGraph{T}, cut::Vector{<:Integer}) where T <: Integer) = begin │ #= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49 =# │ count((e::Edge{T}->begin │ #= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:50 =# │ cut[src(e)] != cut[dst(e)] │ end), edges(g)) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) :: Value | │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | │ [=] | │ [where] | │ [call] | │ karger_cut_cost :: Identifier | │ [::] | │ g :: Identifier | │ [curly] | │ AbstractGraph :: Identifier | │ T :: Identifier | │ [::] | │ cut :: Identifier | │ [curly] | │ Vector :: Identifier | │ [<:] | │ Integer :: Identifier | │ [<:] | │ T :: Identifier | │ Integer :: Identifier | │ [block] | │ [call] | │ count :: Identifier | │ [->] | │ [::] | │ e :: Identifier | │ [curly] | │ Edge :: Identifier | │ T :: Identifier | │ [block] | │ [call] | │ != :: Identifier | │ [ref] | │ cut :: Identifier | │ [call] | │ src :: Identifier | │ e :: Identifier | │ [ref] | │ cut :: Identifier | │ [call] | │ dst :: Identifier | │ e :: Identifier | │ [call] | │ edges :: Identifier | │ g :: Identifier | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [block] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ [if] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ true :: Value | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ [=] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ val :: Identifier | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ [=] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [where] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ karger_cut_cost :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [::] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ g :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ AbstractGraph :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [::] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ cut :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Vector :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [<:] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Integer :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [<:] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Integer :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [block] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ count :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [->] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [::] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ e :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Edge :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [block] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ != :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [ref] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ cut :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ src :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ e :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [ref] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ cut :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ dst :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ e :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ edges :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ g :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ Base.Docs.doc! :: Value | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ LightGraphs :: Value | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Base.Docs.Binding :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ LightGraphs :: Value | [old,SL(A47PU1UcGtr,Base,SL(ACQ4fIOM4xL,LightGraphs,)),(. Base (inert @__MODULE__))], │ [inert] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc],jl_source=L47 │ karger_cut_cost :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Base.Docs.docstr :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Core.svec :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Dict{Symbol, Any} :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ :path => "/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl" :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ :linenumber => 43 :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ :module => LightGraphs :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [where] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Union :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Tuple :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ AbstractGraph :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Vector :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [<:] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Integer :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Tuple :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [<:] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ Integer :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ [if] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ true :: Value | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ val :: Identifier | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ file = "/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl" │ line = 43 └ mod = LightGraphs ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49 =# - Found unexpected binding of kind static_parameter Expression:  #₁₆/T Containing expressions:  (= #₃₆/T #₁₆/T)  (call core.svec (call core.svec #₂₉/#karger_cut_cost##->###0 (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49:0)  (call core.svec (call core.svec (function_type #₁₇/#->#) (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49:0)  Detailed provenance:  #₁₆/T  ├─ T  │ ├─ T  │ │ └─ @ /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))  │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))  │ └─ @ /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))  └─ @ /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43  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:1097  [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:1162  [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:1257  [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:1287  [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(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [7] top-level scope  @ ~/.julia/packages/LightGraphs/IgJif/src/LightGraphs.jl:266  [8] include(mod::Module, _path::String)  @ Base Base.jl:325  [9] 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:3303  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core boot.jl:522  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [13] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [15] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 in expression starting at /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/LightGraphs.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("86223c79-3864-5bf0-83f7-82e725a168b6"), "Graphs") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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:118  [12] top-level scope  @ ~/.julia/packages/SimpleWeightedGraphs/lIM6n/src/SimpleWeightedGraphs.jl:12  [13] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3303  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:522  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/SimpleWeightedGraphs/lIM6n/src/SimpleWeightedGraphs.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("47aef6b3-ad0c-573a-a1e2-d07658019622"), "SimpleWeightedGraphs") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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:130  [12] top-level scope  @ ~/.julia/packages/OpenSMILES/LgYRr/src/OpenSMILES.jl:2  [13] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3303  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:522  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/OpenSMILES/LgYRr/src/OpenSMILES.jl:1 in expression starting at stdin:5 4 dependencies had output during precompilation: ┌ LightGraphs │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =# Core.@doc " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (karger_cut_cost(g::AbstractGraph{T}, cut::Vector{<:Integer}) where T <: Integer) = begin │ │ #= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49 =# │ │ count((e::Edge{T}->begin │ │ #= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:50 =# │ │ cut[src(e)] != cut[dst(e)] │ │ end), edges(g)) │ │ end) │ │ st0 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ │ [macrocall] | │ │ @doc :: Identifier | mod=Core │ │ :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) :: Value | │ │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | │ │ [=] | │ │ [where] | │ │ [call] | │ │ karger_cut_cost :: Identifier | │ │ [::] | │ │ g :: Identifier | │ │ [curly] | │ │ AbstractGraph :: Identifier | │ │ T :: Identifier | │ │ [::] | │ │ cut :: Identifier | │ │ [curly] | │ │ Vector :: Identifier | │ │ [<:] | │ │ Integer :: Identifier | │ │ [<:] | │ │ T :: Identifier | │ │ Integer :: Identifier | │ │ [block] | │ │ [call] | │ │ count :: Identifier | │ │ [->] | │ │ [::] | │ │ e :: Identifier | │ │ [curly] | │ │ Edge :: Identifier | │ │ T :: Identifier | │ │ [block] | │ │ [call] | │ │ != :: Identifier | │ │ [ref] | │ │ cut :: Identifier | │ │ [call] | │ │ src :: Identifier | │ │ e :: Identifier | │ │ [ref] | │ │ cut :: Identifier | │ │ [call] | │ │ dst :: Identifier | │ │ e :: Identifier | │ │ [call] | │ │ edges :: Identifier | │ │ g :: Identifier | │ │ │ │ st1 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ │ [block] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ [if] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ true :: Value | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ [=] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ val :: Identifier | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ [=] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [where] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ karger_cut_cost :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [::] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ g :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ AbstractGraph :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [::] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ cut :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Vector :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [<:] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Integer :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [<:] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Integer :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [block] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ count :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [->] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [::] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ e :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Edge :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [block] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ != :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [ref] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ cut :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ src :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ e :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [ref] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ cut :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ dst :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ e :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ edges :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ g :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ Base.Docs.doc! :: Value | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ LightGraphs :: Value | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Base.Docs.Binding :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ LightGraphs :: Value | [old,SL(A47PU1UcGtr,Base,SL(ACQ4fIOM4xL,LightGraphs,)),(. Base (inert @__MODULE__))], │ │ [inert] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc],jl_source=L47 │ │ karger_cut_cost :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Base.Docs.docstr :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Core.svec :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [call] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Dict{Symbol, Any} :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ :path => "/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl" :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ :linenumber => 43 :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ :module => LightGraphs :: Value | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [where] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Union :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Tuple :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ AbstractGraph :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Vector :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [<:] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Integer :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [curly] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Tuple :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [<:] | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ T :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ Integer :: Identifier | [old,SL(ACQ4fIOM4xL,LightGraphs,),@doc], │ │ [if] | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ true :: Value | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ val :: Identifier | [old,SL(2R2s3o0nn8I,Base.Docs,SL(ACQ4fIOM4xL,LightGraphs,)),@doc], │ │ │ │ file = "/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl" │ │ line = 43 │ └ mod = LightGraphs │ ERROR: LoadError: LoweringError: │ #= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49 =# - Found unexpected binding of kind static_parameter │ Expression: │ #₁₆/T │ Containing expressions: │ (= #₃₆/T #₁₆/T) │ (call core.svec (call core.svec #₂₉/#karger_cut_cost##->###0 (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49:0) │ (call core.svec (call core.svec (function_type #₁₇/#->#) (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49:0) │ │ Detailed provenance: │ #₁₆/T │ ├─ T │ │ ├─ T │ │ │ └─ @ /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:49 │ │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))) │ │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))) │ │ └─ @ /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))) │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (= (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g))))) │ └─ @ /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 │ │ 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:1097 │ [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:1162 │ [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:1257 │ [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:1287 │ [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(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:326 │ [7] top-level scope │ @ ~/.julia/packages/LightGraphs/IgJif/src/LightGraphs.jl:266 │ [8] include(mod::Module, _path::String) │ @ Base Base.jl:325 │ [9] 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:3303 │ [10] top-level scope │ @ stdin:5 │ [11] eval(m::Module, e::Any) │ @ Core boot.jl:522 │ [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [13] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [14] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [15] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/graphcut/karger_min_cut.jl:43 │ in expression starting at /home/pkgeval/.julia/packages/LightGraphs/IgJif/src/LightGraphs.jl:1 │ in expression starting at stdin:5 └ ┌ OpenSMILES │ [Output was shown above] └ ┌ Graphs │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =# Core.@doc " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" function karger_cut_cost(g::AbstractGraph{T}, cut::Vector{<:Integer}) where T <: Integer │ │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:48 =# │ │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 =# │ │ return count((e::Edge{T}->begin │ │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 =# │ │ cut[src(e)] != cut[dst(e)] │ │ end), edges(g)) │ │ end) │ │ st0 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ │ [macrocall] | │ │ @doc :: Identifier | mod=Core │ │ :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) :: Value | │ │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | │ │ [function] | │ │ [where] | │ │ [call] | │ │ karger_cut_cost :: Identifier | │ │ [::] | │ │ g :: Identifier | │ │ [curly] | │ │ AbstractGraph :: Identifier | │ │ T :: Identifier | │ │ [::] | │ │ cut :: Identifier | │ │ [curly] | │ │ Vector :: Identifier | │ │ [<:] | │ │ Integer :: Identifier | │ │ [<:] | │ │ T :: Identifier | │ │ Integer :: Identifier | │ │ [block] | │ │ [return] | │ │ [call] | │ │ count :: Identifier | │ │ [->] | │ │ [::] | │ │ e :: Identifier | │ │ [curly] | │ │ Edge :: Identifier | │ │ T :: Identifier | │ │ [block] | │ │ [call] | │ │ != :: Identifier | │ │ [ref] | │ │ cut :: Identifier | │ │ [call] | │ │ src :: Identifier | │ │ e :: Identifier | │ │ [ref] | │ │ cut :: Identifier | │ │ [call] | │ │ dst :: Identifier | │ │ e :: Identifier | │ │ [call] | │ │ edges :: Identifier | │ │ g :: Identifier | │ │ │ │ st1 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ │ [block] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ [if] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ true :: Value | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ [=] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ val :: Identifier | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ [function] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [where] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ karger_cut_cost :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [::] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ g :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ AbstractGraph :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [::] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ cut :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Vector :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [<:] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Integer :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [<:] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Integer :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [block] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [return] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ count :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [->] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [::] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ e :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Edge :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [block] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ != :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [ref] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ cut :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ src :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ e :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [ref] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ cut :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ dst :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ e :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ edges :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ g :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ Base.Docs.doc! :: Value | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ Graphs :: Value | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Base.Docs.Binding :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Graphs :: Value | [old,SL(1ypQ2HLZKJ9,Base,SL(qTnH6rEdT2,Graphs,)),(. Base (inert @__MODULE__))], │ │ [inert] | [old,SL(qTnH6rEdT2,Graphs,),@doc],jl_source=L47 │ │ karger_cut_cost :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Base.Docs.docstr :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Core.svec :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [call] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Dict{Symbol, Any} :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ :path => "/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl" :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ :linenumber => 42 :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ :module => Graphs :: Value | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [where] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Union :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Tuple :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ AbstractGraph :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Vector :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [<:] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Integer :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [curly] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Tuple :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [<:] | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ T :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ Integer :: Identifier | [old,SL(qTnH6rEdT2,Graphs,),@doc], │ │ [if] | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ true :: Value | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ val :: Identifier | [old,SL(55s8qnmpStY,Base.Docs,SL(qTnH6rEdT2,Graphs,)),@doc], │ │ │ │ file = "/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl" │ │ line = 42 │ └ mod = Graphs │ ERROR: LoadError: LoweringError: │ #= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 =# - Found unexpected binding of kind static_parameter │ Expression: │ #₁₆/T │ Containing expressions: │ (= #₃₆/T #₁₆/T) │ (call core.svec (call core.svec #₂₉/#karger_cut_cost##->###0 (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49:0) │ (call core.svec (call core.svec (function_type #₁₇/#->#) (call core.apply_type #₁₉/Edge #₁₆/T)) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49:0) │ │ Detailed provenance: │ #₁₆/T │ ├─ T │ │ ├─ T │ │ │ └─ @ /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:49 │ │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))) │ │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))) │ │ └─ @ /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))) │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 =#) " karger_cut_cost(g, cut)\n\nFind the number of crossing edges in a cut of graph `g` where the cut is represented\nby the integer array, `cut`.\n" (function (where (call karger_cut_cost (:: g (curly AbstractGraph T)) (:: cut (curly Vector (<: Integer)))) (<: T Integer)) (block (return (call count (-> (:: e (curly Edge T)) (block (call != (ref cut (call src e)) (ref cut (call dst e))))) (call edges g)))))) │ └─ @ /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 │ │ 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:1097 │ [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:1162 │ [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:1257 │ [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:1287 │ [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(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:326 │ [7] top-level scope │ @ ~/.julia/packages/Graphs/FXxqo/src/Graphs.jl:536 │ [8] include(mod::Module, _path::String) │ @ Base Base.jl:325 │ [9] 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:3303 │ [10] top-level scope │ @ stdin:5 │ [11] eval(m::Module, e::Any) │ @ Core boot.jl:522 │ [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [13] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [14] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [15] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/Graphs/FXxqo/src/graphcut/karger_min_cut.jl:42 │ in expression starting at /home/pkgeval/.julia/packages/Graphs/FXxqo/src/Graphs.jl:1 │ in expression starting at stdin:5 └ ┌ SimpleWeightedGraphs │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("86223c79-3864-5bf0-83f7-82e725a168b6"), "Graphs") 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:2837 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base loading.jl:2685 │ [4] macro expansion │ @ loading.jl:2599 [inlined] │ [5] macro expansion │ @ lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base loading.jl:2563 │ [7] require(into::Module, mod::Symbol) │ @ Base 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:118 │ [12] top-level scope │ @ ~/.julia/packages/SimpleWeightedGraphs/lIM6n/src/SimpleWeightedGraphs.jl:12 │ [13] include(mod::Module, _path::String) │ @ Base Base.jl:325 │ [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:3303 │ [15] top-level scope │ @ stdin:5 │ [16] eval(m::Module, e::Any) │ @ Core boot.jl:522 │ [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [18] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [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/SimpleWeightedGraphs/lIM6n/src/SimpleWeightedGraphs.jl:1 │ in expression starting at stdin:5 └ ERROR: The following 4 packages failed to precompile: LightGraphs Failed to precompile LightGraphs [093fc24a-ae57-5d10-9952-331d41423f4d] to "/home/pkgeval/.julia/compiled/v1.14/LightGraphs/jl_uhaDG0" (ProcessExited(1)). OpenSMILES Failed to precompile OpenSMILES [29c4880b-f2d1-40f2-9463-012547100b04] to "/home/pkgeval/.julia/compiled/v1.14/OpenSMILES/jl_W1vSeU" (ProcessExited(1)). Graphs Failed to precompile Graphs [86223c79-3864-5bf0-83f7-82e725a168b6] to "/home/pkgeval/.julia/compiled/v1.14/Graphs/jl_x3JOuM" (ProcessExited(1)). SimpleWeightedGraphs Failed to precompile SimpleWeightedGraphs [47aef6b3-ad0c-573a-a1e2-d07658019622] to "/home/pkgeval/.julia/compiled/v1.14/SimpleWeightedGraphs/jl_xl8ZMW" (ProcessExited(1)). Loading failed after 368.63s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using OpenSMILES'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ Base process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base process.jl:525 [3] run(::Cmd) @ Base process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base Base.jl:325 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [7] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 1780.3s: package fails to precompile