Package evaluation to test Libtask on Julia 1.14.0-DEV.2071 (559ec66647*) started at 2026-04-23T14:15:47.027 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.69s ################################################################################ # Installation # Installing Libtask... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [6f1fad26] + Libtask v0.9.17 Updating `~/.julia/environments/v1.14/Manifest.toml` [6f1fad26] + Libtask v0.9.17 [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.3s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 3.2 s ✓ Libtask 1 dependency successfully precompiled in 3 seconds. 34 already precompiled. Precompilation completed after 26.34s ################################################################################ # Testing # Testing Libtask Status `/tmp/jl_YoSrYp/Project.toml` [4c88cf16] Aqua v0.8.14 [6f1fad26] Libtask v0.9.17 [8dfed614] Test v1.11.0 Status `/tmp/jl_YoSrYp/Manifest.toml` [4c88cf16] Aqua v0.8.14 [34da2185] Compat v4.18.1 [6f1fad26] Libtask v0.9.17 [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.19.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2026.3.19 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... [ Info: single block single block: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.single_block), Float64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: produce old produce old: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.produce_old_value), Float64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: branch on old value l branch on old value l: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.branch_on_old_value), Float64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: branch on old value r branch on old value r: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.branch_on_old_value), Float64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: no produce no produce: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.no_produce_test), Float64, Float64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: new object new object: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.new_object_test), Int64, Int64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: branching test l branching test l: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.branching_test), Float64, Float64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: branching test r branching test r: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.branching_test), Float64, Float64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: unused argument test unused argument test: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.unused_argument_test), Int64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: test with const test with const: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.test_with_const)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: while loop while loop: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.while_loop)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: foreigncall tester foreigncall tester: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.foreigncall_tester), String}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: globals tester 1 globals tester 1: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.taped_globals_tester_1)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: globals tester 2 globals tester 2: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.taped_globals_tester_1)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: globals tester 3 globals tester 3: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.while_loop_with_globals)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: nested (static) nested (static): Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.static_nested_outer)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: nested (static + used) nested (static + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.static_nested_outer_use_produced)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: nested (dynamic) nested (dynamic): Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: nested (dynamic + used) nested (dynamic + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/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/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: nested with args (static) nested with args (static): Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.static_nested_outer_args)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: nested with args (static + used) nested with args (static + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.static_nested_outer_use_produced_args)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: nested with args (dynamic) nested with args (dynamic): Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.dynamic_nested_outer_args), Base.RefValue{Any}}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: nested with args (dynamic + used) nested with args (dynamic + used): Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/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/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: callable struct callable struct: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Libtask.TestUtils.CallableStruct{Int64}, Int64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Libtask.TestUtils.CallableStruct{Int64}, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Libtask.TestUtils.CallableStruct{Int64}, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: kwarg tester 1 kwarg tester 1: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/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/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: kwargs tester 2 kwargs tester 2: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/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/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{y::Float64}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [9] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 [ Info: default kwarg tester default kwarg tester: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.default_kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: default kwarg tester default kwarg tester: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.default_kwarg_tester), Float64}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: final statement produce final statement produce: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.final_statement_produce)}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 [ Info: rosenbrock rosenbrock: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{typeof(Libtask.TestUtils.rosenbrock), Vector{Float64}, Nothing}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] macro expansion @ ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:0 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] (::Libtask.TestUtils.Testcase)() @ Libtask.TestUtils ~/.julia/packages/Libtask/MQIAO/src/test_utils.jl:26 [10] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:17 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [14] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [21] _start() @ Base ./client.jl:593 get_ and set_taped_globals!: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:20 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#f#f##0"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Int64, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Int64, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:23 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:28 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 iteration: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:37 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#6#7"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:38 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:46 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 method error: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:66 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#8#9"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:66 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:67 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:76 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [22] _start() @ Base ./client.jl:593 error test: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:84 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#10#11"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:66 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:85 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:94 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [22] _start() @ Base ./client.jl:593 OutOfBounds Test Before: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:102 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#12#13"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:66 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:103 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:113 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [22] _start() @ Base ./client.jl:593 OutOfBounds Test After `produce`: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:121 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#14#15"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:66 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:122 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:132 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [22] _start() @ Base ./client.jl:593 OutOfBounds Test After `copy`: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:141 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#16#17"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:66 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:142 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:152 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [22] _start() @ Base ./client.jl:593 stack allocated objects shallow copy: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:200 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#18#19"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:200 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:201 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:209 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [22] _start() @ Base ./client.jl:593 Array objects deep copy: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:220 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#20#21"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:200 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:221 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:229 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [22] _start() @ Base ./client.jl:593 Issue: PR-86 (DynamicPPL.jl/pull/261): Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:241 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#22#23"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:242 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:252 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 Issue #185: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:270 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#g#g##0"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:269 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:270 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Indirect produce in a loop: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:273 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#24#25"{Main.CopyableTaskTests.var"#produce_wrapper#produce_wrapper##0"}, Vector{Any}}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:277 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:289 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 Return produce: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:294 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#26#27", Symbol}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:297 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:306 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 @might_produce macro: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:312 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/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/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:314 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:317 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 Union deferencing: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:362 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#33#34", Int64, Main.CopyableTaskTests.var"#31#32"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:363 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:382 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 throw_undef_if_not handling: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:389 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/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/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:390 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:407 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 concrete type: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:419 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#mp_f#mp_f##0", Int64, Base.RefValue{Main.CopyableTaskTests.var"#mp_g#mp_g##0"}}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:419 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:420 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:442 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [22] _start() @ Base ./client.jl:593 abstract type: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:454 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#abs_mp_f#abs_mp_f##0", Int64, Base.RefValue{Main.CopyableTaskTests.var"#abs_mp_g#abs_mp_g##0"}}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(::Nothing, ::Function, ::Vararg{Any}; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(::Nothing, ::Function, ::Vararg{Any}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:419 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:455 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:478 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [22] _start() @ Base ./client.jl:593 (non-const) global variables in TapedTasks: Error During Test at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:491 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:860 Compiler.IRInterpretationState(::Compiler.AbstractInterpreter, !Matched::Core.CodeInstance, !Matched::Core.MethodInstance, !Matched::Vector{Any}, ::Any) @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:893 Stacktrace: [1] __infer_ir!(ir::Compiler.IRCode, interp::Compiler.NativeInterpreter, mi::Core.MethodInstance) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:115 [2] optimise_ir!(ir::Compiler.IRCode; show_ir::Bool, do_inline::Bool) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:52 [3] optimise_ir!(ir::Compiler.IRCode) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/utils.jl:40 [4] build_callable(sig::Type{Tuple{Main.CopyableTaskTests.var"#global_f#global_f##0"}}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:189 [5] TapedTask(taped_globals::Nothing, fargs::Function; kwargs::@Kwargs{}) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:411 [6] TapedTask(taped_globals::Nothing, fargs::Function) @ Libtask ~/.julia/packages/Libtask/MQIAO/src/copyable_task.jl:401 [7] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:10 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:492 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/copyable_task.jl:499 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] top-level scope @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:4 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/Libtask/MQIAO/test/runtests.jl:5 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [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:318 [20] _start() @ Base ./client.jl:593 Test Summary: | Pass Error Total Time Libtask | 25 49 74 2m39.5s Method ambiguity | 1 1 7.2s 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.8s Compat bounds | 4 4 0.7s Piracy | 1 1 0.2s Persistent tasks | 1 1 16.7s copyable_task | 14 49 63 1m48.6s get_taped_globals outside of a task | 1 1 0.1s single block | 1 1 37.5s produce old | 1 1 1.1s branch on old value l | 1 1 4.2s branch on old value r | 1 1 0.0s no produce | 1 1 2.1s new object | 1 1 1.0s branching test l | 1 1 1.0s branching test r | 1 1 0.0s unused argument test | 1 1 1.1s test with const | 1 1 0.3s while loop | 1 1 1.2s foreigncall tester | 1 1 1.5s globals tester 1 | 1 1 1.3s globals tester 2 | 1 1 0.0s globals tester 3 | 1 1 1.0s nested (static) | 1 1 2.0s nested (static + used) | 1 1 0.1s nested (dynamic) | 1 1 1.2s nested (dynamic + used) | 1 1 1.0s nested with args (static) | 1 1 1.0s nested with args (static + used) | 1 1 0.2s nested with args (dynamic) | 1 1 0.3s nested with args (dynamic + used) | 1 1 0.2s callable struct | 1 1 1.3s kwarg tester 1 | 1 1 1.0s kwargs tester 2 | 1 1 0.1s default kwarg tester | 1 1 0.2s default kwarg tester | 1 1 0.0s final statement produce | 1 1 0.2s rosenbrock | 1 1 15.6s get_ and set_taped_globals! | 1 1 1.1s iteration | 1 1 0.3s Exception | 13 5 18 5.2s method error | 1 1 0.6s error test | 1 1 0.2s OutOfBounds Test Before | 1 1 1.4s OutOfBounds Test After `produce` | 1 1 1.3s OutOfBounds Test After `copy` | 1 1 0.3s Naked produce | 1 1 0.1s No matching method (#183) | 10 10 1.2s Ambiguous method (#199) | 2 2 0.3s copying | 2 2 2.2s stack allocated objects shallow copy | 1 1 0.2s Array objects deep copy | 1 1 2.0s Issue: PR-86 (DynamicPPL.jl/pull/261) | 1 1 1.3s Issue #185 | 1 1 2.2s Indirect produce in a loop | 1 1 1.7s Return produce | 1 1 1.1s @might_produce macro | 1 1 0.2s Union deferencing | 1 1 1.5s throw_undef_if_not handling | 1 1 1.2s might_produce_if_sig_contains | 2 2 2.8s concrete type | 1 1 1.6s abstract type | 1 1 1.2s (non-const) global variables in TapedTasks | 1 1 1.2s RNG of the outermost testset: Random.Xoshiro(0x16cb3d5259c75ee2, 0x0a6e708551eac178, 0x303db093c2bb6dc7, 0xc6448371bb04b47e, 0x932a99e13a51b79f) ERROR: LoadError: Some tests did not pass: 25 passed, 0 failed, 49 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Libtask/MQIAO/test/runtests.jl:3 Testing failed after 174.2s 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:3162 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [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] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 235.51s: package tests unexpectedly errored