Package evaluation to load FastDifferentiation on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T10:51:59.539 ################################################################################ # Set-up # Set-up completed after 0.14s ################################################################################ # Installation # Installing FastDifferentiation... Resolving package versions... Installed NaNMath ─────────────────── v1.1.4 Installed OpenSpecFun_jll ─────────── v0.5.6+0 Installed LogExpFunctions ─────────── v1.0.1 Installed SpecialFunctions ────────── v2.8.0 Installed DataStructures ──────────── v0.19.5 Installed Preferences ─────────────── v1.5.2 Installed PrecompileTools ─────────── v1.3.4 Installed DiffRules ───────────────── v1.16.0 Installed FastDifferentiation ─────── v0.4.5 Installed RuntimeGeneratedFunctions ─ v0.5.19 Installed ExprTools ───────────────── v0.1.10 Installed JLLWrappers ─────────────── v1.8.0 Installed StaticArraysCore ────────── v1.4.4 Installed IrrationalConstants ─────── v0.2.6 Installed OrderedCollections ──────── v1.8.2 Installed DocStringExtensions ─────── v0.9.5 Installed StaticArrays ────────────── v1.9.18 Installing 1 artifacts Installed artifact OpenSpecFun 194.9 KiB Updating `~/.julia/environments/v1.14/Project.toml` [eb9bf01b] + FastDifferentiation v0.4.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [864edb3b] + DataStructures v0.19.5 [b552c78f] + DiffRules v1.16.0 [ffbed154] + DocStringExtensions v0.9.5 [e2ba6199] + ExprTools v0.1.10 [eb9bf01b] + FastDifferentiation v0.4.5 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.8.0 [2ab3a3ac] + LogExpFunctions v1.0.1 [77ba4419] + NaNMath v1.1.4 ⌅ [bac558e1] + OrderedCollections v1.8.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [7e49a35a] + RuntimeGeneratedFunctions v0.5.19 [276daf66] + SpecialFunctions v2.8.0 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [05823500] + OpenLibm_jll v0.8.7+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 12.54s ################################################################################ # 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... 1.0 s ✓ StaticArraysCore 1.1 s ✓ DocStringExtensions 0.8 s ✓ ExprTools 132.4 s ✓ OrderedCollections 2.3 s ✓ IrrationalConstants 1.2 s ✓ NaNMath 2.4 s ✓ Preferences 0.9 s ✓ RuntimeGeneratedFunctions 148.3 s ✓ DataStructures 1.6 s ✓ LogExpFunctions 3.0 s ✓ JLLWrappers 2.6 s ✓ PrecompileTools 3.1 s ✓ OpenSpecFun_jll 298.6 s ✓ StaticArrays 70.5 s ✓ SpecialFunctions 1.5 s ✓ DiffRules ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =# Core.@doc "compute the idom or pidom table starting from root or variable corresponding to start_index." function compute_dom_table(graph::DerivativeGraph{T}, compute_dominators::Bool, start_index::T, node_postorder_number::T, current_dom::Union{Nothing, Dict{T, T}} = nothing) where T │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:292 =# │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:293 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# │ next_vertices_relation = ((gr, curr_node::T)->begin │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# │ children(gr, curr_node) │ end) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:295 =# │ upward_path = true │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:296 =# │ order_test = (<) │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:298 =# │ next_vertices_relation = ((gr, curr_node::T)->begin │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:298 =# │ parents(gr, curr_node) │ end) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:299 =# │ upward_path = false │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:300 =# │ order_test = (>) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:303 =# │ path_constraint = DomPathConstraint(graph, compute_dominators, start_index) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:305 =# │ if current_dom === nothing │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:306 =# │ current_dom = Dict{T, T}() │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:308 =# │ empty!(current_dom) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:312 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:313 =# │ work_heap = MutableBinaryMaxHeap{T}() │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:315 =# │ work_heap = MutableBinaryMinHeap{T}() │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:318 =# │ visited = Set{T}() │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:320 =# │ push!(work_heap, node_postorder_number) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:325 =# │ while length(work_heap) != 0 │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:326 =# │ curr_level = length(work_heap) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:328 =# │ for _ = 1:curr_level │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:330 =# │ curr_node = pop!(work_heap) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:332 =# │ parent_vertices = relation_node_indices(path_constraint, curr_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:334 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:335 =# │ start_node = root_index_to_postorder_number(graph, start_index) │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:337 =# │ start_node = variable_index_to_postorder_number(graph, start_index) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:340 =# │ fill_idom_table!(parent_vertices, current_dom, curr_node, order_test, start_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:342 =# │ if next_vertices_relation(graph, curr_node) !== nothing │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:344 =# │ for next_vertex = next_vertices_relation(graph, curr_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:345 =# │ if !(next_vertex in visited) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:346 =# │ push!(work_heap, next_vertex) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:347 =# │ push!(visited, next_vertex) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:350 =# │ end │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:352 =# │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:353 =# │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:355 =# │ return current_dom │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) :: Value │ │ "compute the idom or pidom table starting from root or variable corresponding to start_index." :: Value │ │ [function] │ │ [where] │ │ [call] │ │ compute_dom_table :: Identifier │ │ [::] │ │ graph :: Identifier │ │ [curly] │ │ DerivativeGraph :: Identifier │ │ T :: Identifier │ │ [::] │ │ compute_dominators :: Identifier │ │ Bool :: Identifier │ │ [::] │ │ start_index :: Identifier │ │ T :: Identifier │ │ [::] │ │ node_postorder_number :: Identifier │ │ T :: Identifier │ │ [kw] │ │ [::] │ │ current_dom :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ nothing :: Identifier │ │ T :: Identifier │ │ [block] │ │ [if] │ │ compute_dominators :: Identifier │ │ [block] │ │ [=] │ │ next_vertices_relation :: Identifier │ │ [->] │ │ [tuple] │ │ gr :: Identifier │ │ [::] │ │ curr_node :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ children :: Identifier │ │ gr :: Identifier │ │ curr_node :: Identifier │ │ [=] │ │ upward_path :: Identifier │ │ true :: Value │ │ [=] │ │ order_test :: Identifier │ │ < :: Identifier │ │ [block] │ │ [=] │ │ next_vertices_relation :: Identifier │ │ [->] │ │ [tuple] │ │ gr :: Identifier │ │ [::] │ │ curr_node :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ parents :: Identifier │ │ gr :: Identifier │ │ curr_node :: Identifier │ │ [=] │ │ upward_path :: Identifier │ │ false :: Value │ │ [=] │ │ order_test :: Identifier │ │ > :: Identifier │ │ [=] │ │ path_constraint :: Identifier │ │ [call] │ │ DomPathConstraint :: Identifier │ │ graph :: Identifier │ │ compute_dominators :: Identifier │ │ start_index :: Identifier │ │ [if] │ │ [call] │ │ === :: Identifier │ │ current_dom :: Identifier │ │ nothing :: Identifier │ │ [block] │ │ [=] │ │ current_dom :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ empty! :: Identifier │ │ current_dom :: Identifier │ │ [if] │ │ compute_dominators :: Identifier │ │ [block] │ │ [=] │ │ work_heap :: Identifier │ │ [call] │ │ [curly] │ │ MutableBinaryMaxHeap :: Identifier │ │ T :: Identifier │ │ [block] │ │ [=] │ │ work_heap :: Identifier │ │ [call] │ │ [curly] │ │ MutableBinaryMinHeap :: Identifier │ │ T :: Identifier │ │ [=] │ │ visited :: Identifier │ │ [call] │ │ [curly] │ │ Set :: Identifier │ │ T :: Identifier │ │ [call] │ │ push! :: Identifier │ │ work_heap :: Identifier │ │ node_postorder_number :: Identifier │ │ [while] │ │ [call] │ │ != :: Identifier │ │ [call] │ │ length :: Identifier │ │ work_heap :: Identifier │ │ 0 :: Value │ │ [block] │ │ [=] │ │ curr_level :: Identifier │ │ [call] │ │ length :: Identifier │ │ work_heap :: Identifier │ │ [for] │ │ [=] │ │ _ :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ curr_level :: Identifier │ │ [block] │ │ [=] │ │ curr_node :: Identifier │ │ [call] │ │ pop! :: Identifier │ │ work_heap :: Identifier │ │ [=] │ │ parent_vertices :: Identifier │ │ [call] │ │ relation_node_indices :: Identifier │ │ path_constraint :: Identifier │ │ curr_node :: Identifier │ │ [if] │ │ compute_dominators :: Identifier │ │ [block] │ │ [=] │ │ start_node :: Identifier │ │ [call] │ │ root_index_to_postorder_number :: Identifier │ │ graph :: Identifier │ │ start_index :: Identifier │ │ [block] │ │ [=] │ │ start_node :: Identifier │ │ [call] │ │ variable_index_to_postorder_number :: Identifier │ │ graph :: Identifier │ │ start_index :: Identifier │ │ [call] │ │ fill_idom_table! :: Identifier │ │ parent_vertices :: Identifier │ │ current_dom :: Identifier │ │ curr_node :: Identifier │ │ order_test :: Identifier │ │ start_node :: Identifier │ │ [if] │ │ [call] │ │ !== :: Identifier │ │ [call] │ │ next_vertices_relation :: Identifier │ │ graph :: Identifier │ │ curr_node :: Identifier │ │ nothing :: Identifier │ │ [block] │ │ [for] │ │ [=] │ │ next_vertex :: Identifier │ │ [call] │ │ next_vertices_relation :: Identifier │ │ graph :: Identifier │ │ curr_node :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ in :: Identifier │ │ next_vertex :: Identifier │ │ visited :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ work_heap :: Identifier │ │ next_vertex :: Identifier │ │ [call] │ │ push! :: Identifier │ │ visited :: Identifier │ │ next_vertex :: Identifier │ │ [return] │ │ current_dom :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [call] │ │ compute_dom_table :: Identifier │ scope_layer=1 │ [::] │ │ graph :: Identifier │ scope_layer=1 │ [curly] │ │ DerivativeGraph :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ compute_dominators :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ [::] │ │ start_index :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ node_postorder_number :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ current_dom :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ compute_dominators :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ next_vertices_relation :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ gr :: Identifier │ scope_layer=1 │ [::] │ │ curr_node :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ children :: Identifier │ scope_layer=1 │ gr :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ [=] │ │ upward_path :: Identifier │ scope_layer=1 │ true :: Value │ macro_source=217 │ [=] │ │ order_test :: Identifier │ scope_layer=1 │ < :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ next_vertices_relation :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ gr :: Identifier │ scope_layer=1 │ [::] │ │ curr_node :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ parents :: Identifier │ scope_layer=1 │ gr :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ [=] │ │ upward_path :: Identifier │ scope_layer=1 │ false :: Value │ macro_source=217 │ [=] │ │ order_test :: Identifier │ scope_layer=1 │ > :: Identifier │ scope_layer=1 │ [=] │ │ path_constraint :: Identifier │ scope_layer=1 │ [call] │ │ DomPathConstraint :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ compute_dominators :: Identifier │ scope_layer=1 │ start_index :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ === :: Identifier │ scope_layer=1 │ current_dom :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ current_dom :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ empty! :: Identifier │ scope_layer=1 │ current_dom :: Identifier │ scope_layer=1 │ [if] │ │ compute_dominators :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ work_heap :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ MutableBinaryMaxHeap :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ work_heap :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ MutableBinaryMinHeap :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [=] │ │ visited :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Set :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [call] │ │ push! :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ node_postorder_number :: Identifier │ scope_layer=1 │ [while] │ │ [call] │ │ != :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=217 │ [block] │ │ [=] │ │ curr_level :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ [for] │ │ [=] │ │ _ :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=217 │ curr_level :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ curr_node :: Identifier │ scope_layer=1 │ [call] │ │ pop! :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ [=] │ │ parent_vertices :: Identifier │ scope_layer=1 │ [call] │ │ relation_node_indices :: Identifier │ scope_layer=1 │ path_constraint :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ [if] │ │ compute_dominators :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ start_node :: Identifier │ scope_layer=1 │ [call] │ │ root_index_to_postorder_number :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ start_index :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ start_node :: Identifier │ scope_layer=1 │ [call] │ │ variable_index_to_postorder_number :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ start_index :: Identifier │ scope_layer=1 │ [call] │ │ fill_idom_table! :: Identifier │ scope_layer=1 │ parent_vertices :: Identifier │ scope_layer=1 │ current_dom :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ order_test :: Identifier │ scope_layer=1 │ start_node :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ !== :: Identifier │ scope_layer=1 │ [call] │ │ next_vertices_relation :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [block] │ │ [for] │ │ [=] │ │ next_vertex :: Identifier │ scope_layer=1 │ [call] │ │ next_vertices_relation :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ in :: Identifier │ scope_layer=1 │ next_vertex :: Identifier │ scope_layer=1 │ visited :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ next_vertex :: Identifier │ scope_layer=1 │ [call] │ │ push! :: Identifier │ scope_layer=1 │ visited :: Identifier │ scope_layer=1 │ next_vertex :: Identifier │ scope_layer=1 │ [return] │ │ current_dom :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=217 │ FastDifferentiation :: Value │ macro_source=217 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=217 │ FastDifferentiation :: Value │ │ [inert] │ jl_source=L65 │ compute_dom_table :: Identifier │ │ [call] │ macro_source=217 │ Base.Docs.docstr :: Value │ macro_source=217 │ [call] │ macro_source=217 │ Core.svec :: Value │ macro_source=217 │ "compute the idom or pidom table starting from root or variable corresponding to start_index." :: Value │ macro_source=217 │ [call] │ macro_source=217 │ Dict{Symbol, Any} :: Value │ macro_source=217 │ :path => "/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl" :: Value │ macro_source=217 │ :linenumber => 291 :: Value │ macro_source=217 │ :module => FastDifferentiation :: Value │ macro_source=217 │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ DerivativeGraph :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ DerivativeGraph :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl" │ line = 291 └ mod = FastDifferentiation ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# - Found unexpected binding of kind static_parameter Expression:  #₃₆/T Containing expressions:  (= #₉₀/T #₃₆/T)  (= #₄ (call core.svec (call core.svec #₈₁/#compute_dom_table##->###0 core.Any #₃₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294:0))  (= #₄ (call core.svec (call core.svec (function_type #₃₇/#->#) core.Any #₃₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294:0))  Detailed provenance:  #₃₆/T  └─ T  └─ T  ├─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  └─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291  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/FastDifferentiation/e95hO/src/FastDifferentiation.jl:48  [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:3296  [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/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 in expression starting at /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/FastDifferentiation.jl:1 in expression starting at stdin:5 ✗ FastDifferentiation 16 dependencies successfully precompiled in 870 seconds. 9 already precompiled. Precompilation completed after 889.42s ################################################################################ # Loading # Loading FastDifferentiation... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =# Core.@doc "compute the idom or pidom table starting from root or variable corresponding to start_index." function compute_dom_table(graph::DerivativeGraph{T}, compute_dominators::Bool, start_index::T, node_postorder_number::T, current_dom::Union{Nothing, Dict{T, T}} = nothing) where T │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:292 =# │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:293 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# │ next_vertices_relation = ((gr, curr_node::T)->begin │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# │ children(gr, curr_node) │ end) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:295 =# │ upward_path = true │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:296 =# │ order_test = (<) │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:298 =# │ next_vertices_relation = ((gr, curr_node::T)->begin │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:298 =# │ parents(gr, curr_node) │ end) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:299 =# │ upward_path = false │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:300 =# │ order_test = (>) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:303 =# │ path_constraint = DomPathConstraint(graph, compute_dominators, start_index) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:305 =# │ if current_dom === nothing │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:306 =# │ current_dom = Dict{T, T}() │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:308 =# │ empty!(current_dom) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:312 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:313 =# │ work_heap = MutableBinaryMaxHeap{T}() │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:315 =# │ work_heap = MutableBinaryMinHeap{T}() │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:318 =# │ visited = Set{T}() │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:320 =# │ push!(work_heap, node_postorder_number) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:325 =# │ while length(work_heap) != 0 │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:326 =# │ curr_level = length(work_heap) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:328 =# │ for _ = 1:curr_level │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:330 =# │ curr_node = pop!(work_heap) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:332 =# │ parent_vertices = relation_node_indices(path_constraint, curr_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:334 =# │ if compute_dominators │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:335 =# │ start_node = root_index_to_postorder_number(graph, start_index) │ else │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:337 =# │ start_node = variable_index_to_postorder_number(graph, start_index) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:340 =# │ fill_idom_table!(parent_vertices, current_dom, curr_node, order_test, start_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:342 =# │ if next_vertices_relation(graph, curr_node) !== nothing │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:344 =# │ for next_vertex = next_vertices_relation(graph, curr_node) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:345 =# │ if !(next_vertex in visited) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:346 =# │ push!(work_heap, next_vertex) │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:347 =# │ push!(visited, next_vertex) │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:350 =# │ end │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:352 =# │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:353 =# │ end │ #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:355 =# │ return current_dom │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) :: Value │ │ "compute the idom or pidom table starting from root or variable corresponding to start_index." :: Value │ │ [function] │ │ [where] │ │ [call] │ │ compute_dom_table :: Identifier │ │ [::] │ │ graph :: Identifier │ │ [curly] │ │ DerivativeGraph :: Identifier │ │ T :: Identifier │ │ [::] │ │ compute_dominators :: Identifier │ │ Bool :: Identifier │ │ [::] │ │ start_index :: Identifier │ │ T :: Identifier │ │ [::] │ │ node_postorder_number :: Identifier │ │ T :: Identifier │ │ [kw] │ │ [::] │ │ current_dom :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ nothing :: Identifier │ │ T :: Identifier │ │ [block] │ │ [if] │ │ compute_dominators :: Identifier │ │ [block] │ │ [=] │ │ next_vertices_relation :: Identifier │ │ [->] │ │ [tuple] │ │ gr :: Identifier │ │ [::] │ │ curr_node :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ children :: Identifier │ │ gr :: Identifier │ │ curr_node :: Identifier │ │ [=] │ │ upward_path :: Identifier │ │ true :: Value │ │ [=] │ │ order_test :: Identifier │ │ < :: Identifier │ │ [block] │ │ [=] │ │ next_vertices_relation :: Identifier │ │ [->] │ │ [tuple] │ │ gr :: Identifier │ │ [::] │ │ curr_node :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ parents :: Identifier │ │ gr :: Identifier │ │ curr_node :: Identifier │ │ [=] │ │ upward_path :: Identifier │ │ false :: Value │ │ [=] │ │ order_test :: Identifier │ │ > :: Identifier │ │ [=] │ │ path_constraint :: Identifier │ │ [call] │ │ DomPathConstraint :: Identifier │ │ graph :: Identifier │ │ compute_dominators :: Identifier │ │ start_index :: Identifier │ │ [if] │ │ [call] │ │ === :: Identifier │ │ current_dom :: Identifier │ │ nothing :: Identifier │ │ [block] │ │ [=] │ │ current_dom :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ │ T :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ empty! :: Identifier │ │ current_dom :: Identifier │ │ [if] │ │ compute_dominators :: Identifier │ │ [block] │ │ [=] │ │ work_heap :: Identifier │ │ [call] │ │ [curly] │ │ MutableBinaryMaxHeap :: Identifier │ │ T :: Identifier │ │ [block] │ │ [=] │ │ work_heap :: Identifier │ │ [call] │ │ [curly] │ │ MutableBinaryMinHeap :: Identifier │ │ T :: Identifier │ │ [=] │ │ visited :: Identifier │ │ [call] │ │ [curly] │ │ Set :: Identifier │ │ T :: Identifier │ │ [call] │ │ push! :: Identifier │ │ work_heap :: Identifier │ │ node_postorder_number :: Identifier │ │ [while] │ │ [call] │ │ != :: Identifier │ │ [call] │ │ length :: Identifier │ │ work_heap :: Identifier │ │ 0 :: Value │ │ [block] │ │ [=] │ │ curr_level :: Identifier │ │ [call] │ │ length :: Identifier │ │ work_heap :: Identifier │ │ [for] │ │ [=] │ │ _ :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ curr_level :: Identifier │ │ [block] │ │ [=] │ │ curr_node :: Identifier │ │ [call] │ │ pop! :: Identifier │ │ work_heap :: Identifier │ │ [=] │ │ parent_vertices :: Identifier │ │ [call] │ │ relation_node_indices :: Identifier │ │ path_constraint :: Identifier │ │ curr_node :: Identifier │ │ [if] │ │ compute_dominators :: Identifier │ │ [block] │ │ [=] │ │ start_node :: Identifier │ │ [call] │ │ root_index_to_postorder_number :: Identifier │ │ graph :: Identifier │ │ start_index :: Identifier │ │ [block] │ │ [=] │ │ start_node :: Identifier │ │ [call] │ │ variable_index_to_postorder_number :: Identifier │ │ graph :: Identifier │ │ start_index :: Identifier │ │ [call] │ │ fill_idom_table! :: Identifier │ │ parent_vertices :: Identifier │ │ current_dom :: Identifier │ │ curr_node :: Identifier │ │ order_test :: Identifier │ │ start_node :: Identifier │ │ [if] │ │ [call] │ │ !== :: Identifier │ │ [call] │ │ next_vertices_relation :: Identifier │ │ graph :: Identifier │ │ curr_node :: Identifier │ │ nothing :: Identifier │ │ [block] │ │ [for] │ │ [=] │ │ next_vertex :: Identifier │ │ [call] │ │ next_vertices_relation :: Identifier │ │ graph :: Identifier │ │ curr_node :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ in :: Identifier │ │ next_vertex :: Identifier │ │ visited :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ work_heap :: Identifier │ │ next_vertex :: Identifier │ │ [call] │ │ push! :: Identifier │ │ visited :: Identifier │ │ next_vertex :: Identifier │ │ [return] │ │ current_dom :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [call] │ │ compute_dom_table :: Identifier │ scope_layer=1 │ [::] │ │ graph :: Identifier │ scope_layer=1 │ [curly] │ │ DerivativeGraph :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ compute_dominators :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ [::] │ │ start_index :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ node_postorder_number :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ current_dom :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ compute_dominators :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ next_vertices_relation :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ gr :: Identifier │ scope_layer=1 │ [::] │ │ curr_node :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ children :: Identifier │ scope_layer=1 │ gr :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ [=] │ │ upward_path :: Identifier │ scope_layer=1 │ true :: Value │ macro_source=217 │ [=] │ │ order_test :: Identifier │ scope_layer=1 │ < :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ next_vertices_relation :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ gr :: Identifier │ scope_layer=1 │ [::] │ │ curr_node :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ parents :: Identifier │ scope_layer=1 │ gr :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ [=] │ │ upward_path :: Identifier │ scope_layer=1 │ false :: Value │ macro_source=217 │ [=] │ │ order_test :: Identifier │ scope_layer=1 │ > :: Identifier │ scope_layer=1 │ [=] │ │ path_constraint :: Identifier │ scope_layer=1 │ [call] │ │ DomPathConstraint :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ compute_dominators :: Identifier │ scope_layer=1 │ start_index :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ === :: Identifier │ scope_layer=1 │ current_dom :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ current_dom :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ empty! :: Identifier │ scope_layer=1 │ current_dom :: Identifier │ scope_layer=1 │ [if] │ │ compute_dominators :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ work_heap :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ MutableBinaryMaxHeap :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ work_heap :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ MutableBinaryMinHeap :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [=] │ │ visited :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Set :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [call] │ │ push! :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ node_postorder_number :: Identifier │ scope_layer=1 │ [while] │ │ [call] │ │ != :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=217 │ [block] │ │ [=] │ │ curr_level :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ [for] │ │ [=] │ │ _ :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=217 │ curr_level :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ curr_node :: Identifier │ scope_layer=1 │ [call] │ │ pop! :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ [=] │ │ parent_vertices :: Identifier │ scope_layer=1 │ [call] │ │ relation_node_indices :: Identifier │ scope_layer=1 │ path_constraint :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ [if] │ │ compute_dominators :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ start_node :: Identifier │ scope_layer=1 │ [call] │ │ root_index_to_postorder_number :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ start_index :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ start_node :: Identifier │ scope_layer=1 │ [call] │ │ variable_index_to_postorder_number :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ start_index :: Identifier │ scope_layer=1 │ [call] │ │ fill_idom_table! :: Identifier │ scope_layer=1 │ parent_vertices :: Identifier │ scope_layer=1 │ current_dom :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ order_test :: Identifier │ scope_layer=1 │ start_node :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ !== :: Identifier │ scope_layer=1 │ [call] │ │ next_vertices_relation :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [block] │ │ [for] │ │ [=] │ │ next_vertex :: Identifier │ scope_layer=1 │ [call] │ │ next_vertices_relation :: Identifier │ scope_layer=1 │ graph :: Identifier │ scope_layer=1 │ curr_node :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ in :: Identifier │ scope_layer=1 │ next_vertex :: Identifier │ scope_layer=1 │ visited :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ work_heap :: Identifier │ scope_layer=1 │ next_vertex :: Identifier │ scope_layer=1 │ [call] │ │ push! :: Identifier │ scope_layer=1 │ visited :: Identifier │ scope_layer=1 │ next_vertex :: Identifier │ scope_layer=1 │ [return] │ │ current_dom :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=217 │ FastDifferentiation :: Value │ macro_source=217 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=217 │ FastDifferentiation :: Value │ │ [inert] │ jl_source=L65 │ compute_dom_table :: Identifier │ │ [call] │ macro_source=217 │ Base.Docs.docstr :: Value │ macro_source=217 │ [call] │ macro_source=217 │ Core.svec :: Value │ macro_source=217 │ "compute the idom or pidom table starting from root or variable corresponding to start_index." :: Value │ macro_source=217 │ [call] │ macro_source=217 │ Dict{Symbol, Any} :: Value │ macro_source=217 │ :path => "/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl" :: Value │ macro_source=217 │ :linenumber => 291 :: Value │ macro_source=217 │ :module => FastDifferentiation :: Value │ macro_source=217 │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ DerivativeGraph :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ DerivativeGraph :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl" │ line = 291 └ mod = FastDifferentiation ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294 =# - Found unexpected binding of kind static_parameter Expression:  #₃₆/T Containing expressions:  (= #₉₀/T #₃₆/T)  (= #₄ (call core.svec (call core.svec #₈₁/#compute_dom_table##->###0 core.Any #₃₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294:0))  (= #₄ (call core.svec (call core.svec (function_type #₃₇/#->#) core.Any #₃₆/T) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294:0))  Detailed provenance:  #₃₆/T  └─ T  └─ T  ├─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:294  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 =#) "compute the idom or pidom table starting from root or variable corresponding to start_index." (function (where (call compute_dom_table (:: graph (curly DerivativeGraph T)) (:: compute_dominators Bool) (:: start_index T) (:: node_postorder_number T) (kw (:: current_dom (curly Union Nothing (curly Dict T T))) nothing)) T) (block (if compute_dominators (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call children gr curr_node)))) (= upward_path true) (= order_test <)) (block (= next_vertices_relation (-> (tuple gr (:: curr_node T)) (block (call parents gr curr_node)))) (= upward_path false) (= order_test >))) (= path_constraint (call DomPathConstraint graph compute_dominators start_index)) (if (call === current_dom nothing) (block (= current_dom (call (curly Dict T T)))) (block (call empty! current_dom))) (if compute_dominators (block (= work_heap (call (curly MutableBinaryMaxHeap T)))) (block (= work_heap (call (curly MutableBinaryMinHeap T))))) (= visited (call (curly Set T))) (call push! work_heap node_postorder_number) (while (call != (call length work_heap) 0) (block (= curr_level (call length work_heap)) (for (= _ (call : 1 curr_level)) (block (= curr_node (call pop! work_heap)) (= parent_vertices (call relation_node_indices path_constraint curr_node)) (if compute_dominators (block (= start_node (call root_index_to_postorder_number graph start_index))) (block (= start_node (call variable_index_to_postorder_number graph start_index)))) (call fill_idom_table! parent_vertices current_dom curr_node order_test start_node) (if (call !== (call next_vertices_relation graph curr_node) nothing) (block (for (= next_vertex (call next_vertices_relation graph curr_node)) (block (if (call ! (call in next_vertex visited)) (block (call push! work_heap next_vertex) (call push! visited next_vertex))))))))))) (return current_dom))))  └─ @ /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/GraphProcessing.jl:291  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/FastDifferentiation/e95hO/src/FastDifferentiation.jl:48  [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:3296  [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/FastDifferentiation/e95hO/src/GraphProcessing.jl:291 in expression starting at /home/pkgeval/.julia/packages/FastDifferentiation/e95hO/src/FastDifferentiation.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ FastDifferentiation │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: FastDifferentiation Failed to precompile FastDifferentiation [eb9bf01b-bf85-4b60-bf87-ee5de06c00be] to "/home/pkgeval/.julia/compiled/v1.14/FastDifferentiation/jl_JKu1rP" (ProcessExited(1)). Loading failed after 207.24s 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 FastDifferentiation'`, 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 1129.81s: package fails to precompile