Package evaluation to test Libtask on Julia 1.14.0-DEV.1826 (44c835795b*) started at 2026-03-02T09:52:07.348 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.29s ################################################################################ # Installation # Installing Libtask... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [6f1fad26] + Libtask v0.9.13 Updating `~/.julia/environments/v1.14/Manifest.toml` [6f1fad26] + Libtask v0.9.13 [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.0.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.13.0 [8dfed614] + Test v1.11.0 Installation completed after 1.24s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 2845.7 ms ✓ Libtask 1 dependency successfully precompiled in 3 seconds. 34 already precompiled. Precompilation completed after 22.95s ################################################################################ # Testing # Testing Libtask Status `/tmp/jl_59N3vX/Project.toml` [4c88cf16] Aqua v0.8.14 [6f1fad26] Libtask v0.9.13 [8dfed614] Test v1.11.0 Status `/tmp/jl_59N3vX/Manifest.toml` [4c88cf16] Aqua v0.8.14 [34da2185] Compat v4.18.1 [6f1fad26] Libtask v0.9.13 [dbe65cb8] MistyClosures v2.1.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.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.3.0+1 [deac9b47] LibCURL_jll v8.18.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.12.2 [458c3c95] OpenSSL_jll v3.5.5+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.7.0+0 Testing Running tests... [ Info: single block single block: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.single_block), Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: produce old produce old: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.produce_old_value), Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: branch on old value l branch on old value l: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.branch_on_old_value), Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: branch on old value r branch on old value r: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.branch_on_old_value), Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: no produce no produce: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.no_produce_test), Float64, Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: new object new object: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.new_object_test), Int64, Int64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: branching test l branching test l: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.branching_test), Float64, Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: branching test r branching test r: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.branching_test), Float64, Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: unused argument test unused argument test: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.unused_argument_test), Int64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: test with const test with const: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.test_with_const)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: while loop while loop: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.while_loop)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: foreigncall tester foreigncall tester: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.foreigncall_tester), String}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: globals tester 1 globals tester 1: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.taped_globals_tester_1)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: globals tester 2 globals tester 2: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.taped_globals_tester_1)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: globals tester 3 globals tester 3: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.while_loop_with_globals)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: nested (static) nested (static): Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.static_nested_outer)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: nested (static + used) nested (static + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.static_nested_outer_use_produced)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: nested (dynamic) nested (dynamic): Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: nested (dynamic + used) nested (dynamic + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer_use_produced), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: nested with args (static) nested with args (static): Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.static_nested_outer_args)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: nested with args (static + used) nested with args (static + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.static_nested_outer_use_produced_args)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: nested with args (dynamic) nested with args (dynamic): Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer_args), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: nested with args (dynamic + used) nested with args (dynamic + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer_use_produced_args), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: callable struct callable struct: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Libtask.TestUtils.CallableStruct{Int64}, Int64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Libtask.TestUtils.CallableStruct{Int64}, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Libtask.TestUtils.CallableStruct{Int64}, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: kwarg tester 1 kwarg tester 1: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Core.kwcall), @NamedTuple{y::Float64}, typeof(Libtask.TestUtils.kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: kwargs tester 2 kwargs tester 2: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Core.kwcall), @NamedTuple{y::Float64}, typeof(Libtask.TestUtils.kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{y::Float64}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] kwcall(::@NamedTuple{y::Float64}, ::Type{TapedTask}, ::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: default kwarg tester default kwarg tester: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.default_kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: default kwarg tester default kwarg tester: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.default_kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: final statment produce final statment produce: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.final_statement_produce)}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 [ Info: rosenbrock rosenbrock: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.rosenbrock), Vector{Float64}, Nothing}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] macro expansion @ ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/PnXn0/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:14 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [14] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 get_ and set_taped_globals!: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:17 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#f#f##0"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:20 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:25 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:517 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [20] _start() @ Base ./client.jl:585 iteration: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:34 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#4#5"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:35 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:43 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:517 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [20] _start() @ Base ./client.jl:585 method error: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:63 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#6#7"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:63 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:64 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:73 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [15] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:585 error test: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:81 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#8#9"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:63 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:82 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:91 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [15] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:585 OutOfBounds Test Before: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:99 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#10#11"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:63 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:100 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:110 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [15] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:585 OutOfBounds Test After `produce`: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:118 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#12#13"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:63 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:119 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:129 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [15] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:585 OutOfBounds Test After `copy`: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:138 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#14#15"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:63 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:139 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:149 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [15] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:585 stack allocated objects shallow copy: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:197 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#16#17"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:197 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:198 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:206 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [15] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:585 Array objects deep copy: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:217 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#18#19"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:197 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:218 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:226 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [15] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:585 Issue: PR-86 (DynamicPPL.jl/pull/261): Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:238 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#20#21"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:239 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:249 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:517 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [20] _start() @ Base ./client.jl:585 Issue #185: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:267 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#g#g##0"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:266 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:267 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [inlined] Indirect produce in a loop: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:270 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#22#23"{Main.CopyableTaskTests.var"#produce_wrapper#produce_wrapper##0"}, Vector{Any}}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:274 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:286 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:517 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [20] _start() @ Base ./client.jl:585 Return produce: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:291 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#24#25", Symbol}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:295 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:296 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:517 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [20] _start() @ Base ./client.jl:585 @might_produce macro: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:301 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#f1#f1##0"{Main.CopyableTaskTests.var"#g1#g1##0"}, Int64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:303 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:306 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:517 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [20] _start() @ Base ./client.jl:585 Union deferencing: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:351 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#31#32", Int64, Main.CopyableTaskTests.var"#29#30"}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:352 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:371 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:517 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [20] _start() @ Base ./client.jl:585 throw_undef_if_not handling: Error During Test at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:378 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(::Compiler.AbstractInterpreter, ::Compiler.SpecInfo, ::Compiler.IRCode, ::Core.MethodInstance, ::Vector{Any}, ::UInt64, ::UInt64) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:850 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:883 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#tuin_f#tuin_f##0"{Main.CopyableTaskTests.var"#tuin_g#tuin_g##0"}, Int64}}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:173 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:395 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/PnXn0/src/copyable_task.jl:385 [7] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:7 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:379 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/copyable_task.jl:396 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] top-level scope @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/PnXn0/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:517 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [20] _start() @ Base ./client.jl:585 Test Summary: | Pass Error Total Time Libtask | 25 46 71 1m57.6s Method ambiguity | 1 1 6.7s Unbound type parameters | 1 1 0.1s Undefined exports | 1 1 0.0s Compare Project.toml and test/Project.toml | 1 1 0.4s Stale dependencies | 1 1 4.6s Compat bounds | 4 4 0.7s Piracy | 1 1 5.6s Persistent tasks | 1 1 16.3s copyable_task | 14 46 60 1m03.4s get_taped_globals outside of a task | 1 1 0.1s single block | 1 1 31.8s produce old | 1 1 0.3s branch on old value l | 1 1 2.4s branch on old value r | 1 1 0.0s no produce | 1 1 1.2s new object | 1 1 0.2s branching test l | 1 1 0.2s branching test r | 1 1 0.0s unused argument test | 1 1 0.3s test with const | 1 1 0.3s while loop | 1 1 0.4s foreigncall tester | 1 1 1.2s globals tester 1 | 1 1 0.4s globals tester 2 | 1 1 0.0s globals tester 3 | 1 1 0.2s nested (static) | 1 1 0.6s nested (static + used) | 1 1 0.1s nested (dynamic) | 1 1 0.3s nested (dynamic + used) | 1 1 0.1s nested with args (static) | 1 1 0.1s nested with args (static + used) | 1 1 0.1s nested with args (dynamic) | 1 1 0.2s nested with args (dynamic + used) | 1 1 0.1s callable struct | 1 1 0.3s kwarg tester 1 | 1 1 0.1s kwargs tester 2 | 1 1 0.1s default kwarg tester | 1 1 0.1s default kwarg tester | 1 1 0.0s final statment produce | 1 1 0.1s rosenbrock | 1 1 5.9s get_ and set_taped_globals! | 1 1 0.3s iteration | 1 1 0.3s Exception | 13 5 18 3.3s method error | 1 1 0.5s error test | 1 1 0.2s OutOfBounds Test Before | 1 1 0.4s OutOfBounds Test After `produce` | 1 1 0.3s OutOfBounds Test After `copy` | 1 1 0.3s Naked produce | 1 1 0.1s No matching method (#183) | 10 10 1.1s Ambiguous method (#199) | 2 2 0.3s copying | 2 2 1.2s stack allocated objects shallow copy | 1 1 0.2s Array objects deep copy | 1 1 1.0s Issue: PR-86 (DynamicPPL.jl/pull/261) | 1 1 0.5s Issue #185 | 1 1 0.9s Indirect produce in a loop | 1 1 0.7s Return produce | 1 1 0.3s @might_produce macro | 1 1 0.2s Union deferencing | 1 1 0.6s throw_undef_if_not handling | 1 1 0.3s RNG of the outermost testset: Random.Xoshiro(0x7cd74e51bf79fe36, 0x3412c13e4a46b7ed, 0x4a12e91c5ecdfc90, 0xed522d4284486c1c, 0x08ad5c6c164f0991) ERROR: LoadError: Some tests did not pass: 25 passed, 0 failed, 46 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Libtask/PnXn0/test/runtests.jl:3 Testing failed after 132.64s 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:3138 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3003 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:586 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:562 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [12] include(mod::Module, _path::String) @ Base ./Base.jl:323 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 187.92s: package tests unexpectedly errored