Package evaluation to test Libtask on Julia 1.14.0-DEV.3155 (07edee4e4c*) started at 2026-09-10T12:03:35.822 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.06s ################################################################################ # Installation # Installing Libtask... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [6f1fad26] + Libtask v0.9.19 Updating `~/.julia/environments/v1.14/Manifest.toml` [6f1fad26] + Libtask v0.9.19 [dbe65cb8] + MistyClosures v2.1.0 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.13.0 [8dfed614] + Test v1.11.0 Installation completed after 1.25s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 3.2 s ✓ Libtask 1 dependency successfully precompiled in 3 seconds. 34 already precompiled. Precompilation completed after 19.21s ################################################################################ # Testing # Testing Libtask Status `/tmp/jl_Pph83t/Project.toml` [4c88cf16] Aqua v0.8.16 [6f1fad26] Libtask v0.9.19 [8dfed614] Test v1.11.0 Status `/tmp/jl_Pph83t/Manifest.toml` [4c88cf16] Aqua v0.8.16 [34da2185] Compat v4.18.1 [6f1fad26] Libtask v0.9.19 [dbe65cb8] MistyClosures v2.1.0 [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.7+0 [deac9b47] LibCURL_jll v8.22.0+0 [e37daf67] LibGit2_jll v1.9.7+0 [29816b5a] LibSSH2_jll v1.11.104+0 [14a3606d] MozillaCACerts_jll v2026.8.13 [458c3c95] OpenSSL_jll v3.5.8+0 [efcefdf7] PCRE2_jll v10.48.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.70.0+0 [3f19e933] p7zip_jll v17.8.2+0 Testing Running tests... [ Info: single block single block: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.single_block), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: produce old produce old: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.produce_old_value), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: branch on old value l branch on old value l: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.branch_on_old_value), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: branch on old value r branch on old value r: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.branch_on_old_value), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: no produce no produce: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.no_produce_test), Float64, Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: new object new object: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.new_object_test), Int64, Int64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Int64, ::Int64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: branching test l branching test l: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.branching_test), Float64, Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: branching test r branching test r: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.branching_test), Float64, Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: unused argument test unused argument test: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.unused_argument_test), Int64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Int64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: test with const test with const: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.test_with_const)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: while loop while loop: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.while_loop)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: foreigncall tester foreigncall tester: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.foreigncall_tester), String}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::String) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: globals tester 1 globals tester 1: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.taped_globals_tester_1)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: globals tester 2 globals tester 2: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.taped_globals_tester_1)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: globals tester 3 globals tester 3: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.while_loop_with_globals)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: nested (static) nested (static): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.static_nested_outer)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: nested (static + used) nested (static + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.static_nested_outer_use_produced)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: nested (dynamic) nested (dynamic): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Base.RefValue{Any}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: nested (dynamic + used) nested (dynamic + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer_use_produced), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Base.RefValue{Any}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: nested with args (static) nested with args (static): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.static_nested_outer_args)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: nested with args (static + used) nested with args (static + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.static_nested_outer_use_produced_args)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: nested with args (dynamic) nested with args (dynamic): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer_args), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Base.RefValue{Any}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: nested with args (dynamic + used) nested with args (dynamic + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer_use_produced_args), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Base.RefValue{Any}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: callable struct callable struct: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Libtask.TestUtils.CallableStruct{Int64}, Int64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Libtask.TestUtils.CallableStruct{Int64}, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Libtask.TestUtils.CallableStruct{Int64}, ::Int64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: kwarg tester 1 kwarg tester 1: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Core.kwcall), @NamedTuple{y::Float64}, typeof(Libtask.TestUtils.kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::@NamedTuple{y::Float64}, ::Function, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: kwargs tester 2 kwargs tester 2: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Core.kwcall), @NamedTuple{y::Float64}, typeof(Libtask.TestUtils.kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{y::Float64}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [8] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: default kwarg tester default kwarg tester: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.default_kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: default kwarg tester default kwarg tester: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.default_kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: final statement produce final statement produce: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.final_statement_produce)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: rosenbrock rosenbrock: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Libtask.TestUtils.rosenbrock), Vector{Float64}, Nothing}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Vector{Float64}, ::Nothing) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 get_ and set_taped_globals!: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:162 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#f#f##0"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:165 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:170 [inlined] iteration: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:179 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#6#7"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:180 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:188 [inlined] method error: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:208 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#8#9"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:208 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:209 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:218 [inlined] error test: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:226 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#10#11"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:208 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:227 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:236 [inlined] OutOfBounds Test Before: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:244 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#12#13"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:208 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:245 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:255 [inlined] OutOfBounds Test After `produce`: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:263 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#14#15"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:208 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:264 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:274 [inlined] OutOfBounds Test After `copy`: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:283 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#16#17"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:208 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:284 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:294 [inlined] [ Info: trycatch: produce outside handler extent trycatch: produce outside handler extent: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Main.CopyableTaskTests.tc_safe)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: trycatch: inside a producing loop trycatch: inside a producing loop: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Main.CopyableTaskTests.tc_loop)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: trycatch: PhiNode-carried catch value (caught) trycatch: PhiNode-carried catch value (caught): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Main.CopyableTaskTests.tc_phi), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: trycatch: PhiNode-carried catch value (not caught) trycatch: PhiNode-carried catch value (not caught): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Main.CopyableTaskTests.tc_phi), Float64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Float64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 [ Info: trycatch: nested catch and rethrow trycatch: nested catch and rethrow: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/src/test_utils.jl:23 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Main.CopyableTaskTests.tc_nested_rethrow)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/ooOpb/src/test_utils.jl:26 finally runs on normal and exceptional exits: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:388 Test threw exception Expression: collect(TapedTask(nothing, tc_finally, false)) == [4] MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Main.CopyableTaskTests.tc_finally), Bool}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:341 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:387 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:388 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:786 [inlined] finally runs on normal and exceptional exits: Test Failed at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:389 Expression: TC_FINALLY_EVENTS == [:cleanup] Evaluated: Symbol[] == [:cleanup] Stacktrace: [1] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [3] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:341 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [5] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:387 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [7] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:389 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:789 [inlined] finally runs on normal and exceptional exits: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:386 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Main.CopyableTaskTests.tc_finally), Bool}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:341 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:387 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:392 [inlined] scope-only enter (@with): produce after scope: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:431 Test threw exception Expression: collect(TapedTask(nothing, tc_with_after)) == [10] MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{typeof(Main.CopyableTaskTests.tc_with_after)}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:341 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:431 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:431 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:786 [inlined] stack allocated objects shallow copy: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:457 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#18#19"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:457 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:458 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:466 [inlined] Array objects deep copy: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:477 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#20#21"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:457 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:478 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:486 [inlined] Issue: PR-86 (DynamicPPL.jl/pull/261): Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:498 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#22#23"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:499 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:509 [inlined] Issue #185: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:527 Test threw exception Expression: Libtask.consume(Libtask.TapedTask(nothing, g)) == 2 MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#g#g##0"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:526 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:527 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:786 [inlined] Indirect produce in a loop: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:530 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#24#25"{Main.CopyableTaskTests.var"#produce_wrapper#produce_wrapper##0"}, Vector{Any}}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Vector{Any}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:534 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:546 [inlined] Return produce: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:551 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#26#27", Symbol}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Symbol) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:554 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:563 [inlined] @might_produce macro: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:569 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#f1#f1##0"{Main.CopyableTaskTests.var"#g1#g1##0"}, Int64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Int64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:571 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:574 [inlined] Union deferencing: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:619 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#33#34", Int64, Main.CopyableTaskTests.var"#31#32"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Int64, ::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:620 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:639 [inlined] throw_undef_if_not handling: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:646 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#tuin_f#tuin_f##0"{Main.CopyableTaskTests.var"#tuin_g#tuin_g##0"}, Int64}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Int64) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:647 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:664 [inlined] concrete type: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:676 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#mp_f#mp_f##0", Int64, Base.RefValue{Main.CopyableTaskTests.var"#mp_g#mp_g##0"}}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Int64, ::Base.RefValue{Main.CopyableTaskTests.var"#mp_g#mp_g##0"}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:676 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:677 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:699 [inlined] abstract type: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:711 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#abs_mp_f#abs_mp_f##0", Int64, Base.RefValue{Main.CopyableTaskTests.var"#abs_mp_g#abs_mp_g##0"}}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(::Nothing, ::Function, ::Int64, ::Base.RefValue{Main.CopyableTaskTests.var"#abs_mp_g#abs_mp_g##0"}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:676 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:712 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:735 [inlined] (non-const) global variables in TapedTasks: Error During Test at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:748 Got exception outside of a @test MethodError: no method matching Compiler.IRInterpretationState(::Compiler.NativeInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64, ::UInt64) The type `Compiler.IRInterpretationState` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.IRInterpretationState(::I, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) where I<:Compiler.AbstractInterpreter @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1206 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any, !Matched::Compiler.WorldRange) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1209 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/utils.jl:40 [4] build_callable(sig::Core.TypeEgal{Tuple{Main.CopyableTaskTests.var"#global_f#global_f##0"}}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:196 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:439 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/ooOpb/src/copyable_task.jl:430 [7] top-level scope @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:152 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:749 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/ooOpb/test/copyable_task.jl:756 [inlined] Test Summary: | Pass Fail Error Total Time Libtask | 34 1 57 92 4m24.7s Method ambiguity | 1 1 6.3s Unbound type parameters | 1 1 0.1s Undefined exports | 1 1 0.0s Compare Project.toml and test/Project.toml | 1 1 0.3s Stale dependencies | 1 1 4.0s Compat bounds | 4 4 0.7s Piracy | 1 1 0.3s Persistent tasks | 1 1 28.6s copyable_task | 23 1 57 81 3m22.2s get_taped_globals outside of a task | 1 1 0.1s single block | 1 1 42.7s produce old | 1 1 1.6s branch on old value l | 1 1 3.9s branch on old value r | 1 1 0.0s no produce | 1 1 2.5s new object | 1 1 1.6s branching test l | 1 1 1.5s branching test r | 1 1 0.0s unused argument test | 1 1 1.7s test with const | 1 1 0.7s while loop | 1 1 1.5s foreigncall tester | 1 1 1.8s globals tester 1 | 1 1 1.8s globals tester 2 | 1 1 0.0s globals tester 3 | 1 1 1.5s nested (static) | 1 1 2.4s nested (static + used) | 1 1 0.5s nested (dynamic) | 1 1 1.7s nested (dynamic + used) | 1 1 1.5s nested with args (static) | 1 1 1.5s nested with args (static + used) | 1 1 0.5s nested with args (dynamic) | 1 1 0.7s nested with args (dynamic + used) | 1 1 0.6s callable struct | 1 1 1.8s kwarg tester 1 | 1 1 1.7s kwargs tester 2 | 1 1 0.2s default kwarg tester | 1 1 0.6s default kwarg tester | 1 1 0.0s final statement produce | 1 1 0.5s rosenbrock | 1 1 15.3s get_ and set_taped_globals! | 1 1 4.0s iteration | 1 1 3.4s Exception | 13 5 18 26.0s method error | 1 1 3.3s error test | 1 1 2.9s OutOfBounds Test Before | 1 1 4.0s OutOfBounds Test After `produce` | 1 1 4.1s OutOfBounds Test After `copy` | 1 1 3.0s Naked produce | 1 1 0.1s No matching method (#183) | 10 10 5.6s Ambiguous method (#199) | 2 2 2.9s exception regions (#194) | 9 1 8 18 26.6s trycatch: produce outside handler extent | 1 1 1.0s trycatch: inside a producing loop | 1 1 1.5s trycatch: PhiNode-carried catch value (caught) | 1 1 1.5s trycatch: PhiNode-carried catch value (not caught) | 1 1 0.0s trycatch: nested catch and rethrow | 1 1 0.5s finally runs on normal and exceptional exits | 1 2 3 15.2s unsafe: produce inside try body (issue MWE) | 2 2 0.5s unsafe: produce inside catch | 2 2 0.6s unsafe: produce inside finally | 1 1 0.5s unsafe: annotated producing call inside try | 1 1 0.5s unsupported: SSA value carried into catch | 2 2 0.8s scope-only enter (@with): produce after scope | 1 1 3.4s scope-only enter (@with): produce inside scope is unsafe | 1 1 0.5s copying | 2 2 7.7s stack allocated objects shallow copy | 1 1 2.9s Array objects deep copy | 1 1 4.8s Issue: PR-86 (DynamicPPL.jl/pull/261) | 1 1 4.0s Issue #185 | 1 1 4.2s Indirect produce in a loop | 1 1 2.1s Return produce | 1 1 3.8s @might_produce macro | 1 1 0.7s Union deferencing | 1 1 4.0s throw_undef_if_not handling | 1 1 1.6s might_produce_if_sig_contains | 2 2 8.6s concrete type | 1 1 4.5s abstract type | 1 1 4.0s (non-const) global variables in TapedTasks | 1 1 3.9s RNG of the outermost testset: Random.Xoshiro(0x951096006ba0dcf1, 0x27ec9bdb6df7986c, 0xa547c3819e0db57f, 0x705982dbc683eb2c, 0x59afcf1d39679fe4) ERROR: LoadError: Some tests did not pass: 34 passed, 1 failed, 57 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Libtask/ooOpb/test/runtests.jl:3 Testing failed after 275.29s ERROR: LoadError: Package Libtask errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3298 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 344.0s: package tests unexpectedly errored