Package evaluation of Libtask on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:44:25.939 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.01s ################################################################################ # Installation # Installing Libtask... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [6f1fad26] + Libtask v0.8.8 Updating `~/.julia/environments/v1.10/Manifest.toml` [069b7b12] + FunctionWrappers v1.1.3 [8ac3fa9e] + LRUCache v1.6.1 [6f1fad26] + Libtask v0.8.8 [56f22d72] + Artifacts [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays v1.10.0 [10745b16] + Statistics v1.10.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [bea87d4a] + SuiteSparse_jll v7.2.1+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 4.69s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.34s ################################################################################ # Testing # Testing Libtask Status `/tmp/jl_JR53uq/Project.toml` [6e4b80f9] BenchmarkTools v1.6.0 [069b7b12] FunctionWrappers v1.1.3 [8ac3fa9e] LRUCache v1.6.1 [6f1fad26] Libtask v0.8.8 [37e2e46d] LinearAlgebra [10745b16] Statistics v1.10.0 [8dfed614] Test Status `/tmp/jl_JR53uq/Manifest.toml` [6e4b80f9] BenchmarkTools v1.6.0 [34da2185] Compat v4.16.0 [069b7b12] FunctionWrappers v1.1.3 [682c06a0] JSON v0.21.4 [8ac3fa9e] LRUCache v1.6.1 [6f1fad26] Libtask v0.8.8 [69de0a69] Parsers v2.8.1 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [a63ad114] Mmap [de0858da] Printf [9abbd945] Profile [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... Test Summary: | Pass Total Time tapedfunction | 3 3 7.2s counter=3 tf=TapedFunction: * .func => #189#f * .ir => ------------------ CodeInfo( 1 ─ (t = 0)::Core.Const(0) └── goto #3 if not true 2 ─ Base.setindex!(t::Core.Const(0), 1, 3)::Union{} │ Core.Const(:(Main.produce(t)))::Union{} │ Core.Const(:(t = t + 1))::Union{} └── Core.Const(:(goto %2))::Union{} 3 ┄ Core.Const(:(return nothing))::Union{} ) ------------------ MethodError(setindex!, (0, 1, 3), 0x0000000000007b22)Union{Ptr{Nothing}, Base.InterpreterIP}[Ptr{Nothing} @0x0000746912440426, Ptr{Nothing} @0x0000746912448795, Ptr{Nothing} @0x000074691244ab36, Ptr{Nothing} @0x00007469122c228c, Ptr{Nothing} @0x00007469122c2515, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x00007469122c1655, Ptr{Nothing} @0x00007469122c1941, Ptr{Nothing} @0x00007469122c1c78, Ptr{Nothing} @0x00007469122c1ca2, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x000074691247114e] counter=3 tf=TapedFunction: * .func => #191#f * .ir => ------------------ CodeInfo( 1 ─ (x = 1)::Core.Const(1) └── goto #3 if not true 2 ─ Main.error("error test")::Union{} │ Core.Const(:(Main.produce(x)))::Union{} │ Core.Const(:(x = x + 1))::Union{} └── Core.Const(:(goto %2))::Union{} 3 ┄ Core.Const(:(return nothing))::Union{} ) ------------------ ErrorException("error test")Union{Ptr{Nothing}, Base.InterpreterIP}[Ptr{Nothing} @0x00007468fb729ced, Ptr{Nothing} @0x00007468fafc5156, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x00007469122e37a5, Ptr{Nothing} @0x00007469122e37d5, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x00007469122e2ad5, Ptr{Nothing} @0x00007469122e2dc1, Ptr{Nothing} @0x00007469122e30f8, Ptr{Nothing} @0x00007469122e3122, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x000074691247114e] counter=5 tf=TapedFunction: * .func => #194#f * .ir => ------------------ CodeInfo( 1 ─ (x = Main.zeros(2))::Vector{Float64} 2 ┄ goto #4 if not true 3 ─ Base.setindex!(x, 1, 1)::Any │ Base.setindex!(x, 2, 2)::Any │ Base.setindex!(x, 3, 3)::Any │ %6 = Base.getindex(x, 1)::Float64 │ Main.produce(%6)::Any └── goto #2 4 ─ Core.Const(:(return nothing))::Union{} ) ------------------ BoundsError([1.0, 2.0], (3,))Union{Ptr{Nothing}, Base.InterpreterIP}[Ptr{Nothing} @0x00007469124db906, Ptr{Nothing} @0x00007469122ea016, Ptr{Nothing} @0x00007469122ea056, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x00007469122e9d0c, Ptr{Nothing} @0x00007469122e9f95, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x00007469122e9005, Ptr{Nothing} @0x00007469122e92f1, Ptr{Nothing} @0x00007469122e9628, Ptr{Nothing} @0x00007469122e9652, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x000074691247114e] counter=7 tf=TapedFunction: * .func => #197#f * .ir => ------------------ CodeInfo( 1 ─ (x = Main.zeros(2))::Vector{Float64} 2 ┄ goto #4 if not true 3 ─ Base.setindex!(x, 1, 1)::Any │ Base.setindex!(x, 2, 2)::Any │ %5 = Base.getindex(x, 2)::Float64 │ Main.produce(%5)::Any │ Base.setindex!(x, 3, 3)::Any └── goto #2 4 ─ Core.Const(:(return nothing))::Union{} ) ------------------ BoundsError([1.0, 2.0], (3,))Union{Ptr{Nothing}, Base.InterpreterIP}[Ptr{Nothing} @0x00007469124db906, Ptr{Nothing} @0x00007469122ea016, Ptr{Nothing} @0x00007469122ea056, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x00007469122f0f8c, Ptr{Nothing} @0x00007469122f1215, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x00007469122f0325, Ptr{Nothing} @0x00007469122f0611, Ptr{Nothing} @0x00007469122f0948, Ptr{Nothing} @0x00007469122f0972, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x000074691247114e] counter=7 tf=TapedFunction: * .func => #200#f * .ir => ------------------ CodeInfo( 1 ─ (x = Main.zeros(2))::Vector{Float64} 2 ┄ goto #4 if not true 3 ─ Base.setindex!(x, 1, 1)::Any │ Base.setindex!(x, 2, 2)::Any │ %5 = Base.getindex(x, 2)::Float64 │ Main.produce(%5)::Any │ Base.setindex!(x, 3, 3)::Any └── goto #2 4 ─ Core.Const(:(return nothing))::Union{} ) ------------------ BoundsError([1.0, 2.0], (3,))Union{Ptr{Nothing}, Base.InterpreterIP}[Ptr{Nothing} @0x00007469124db906, Ptr{Nothing} @0x00007469122ea016, Ptr{Nothing} @0x00007469122ea056, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x00007469122f74ec, Ptr{Nothing} @0x00007469122f7775, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x00007469122f6885, Ptr{Nothing} @0x00007469122f6b71, Ptr{Nothing} @0x00007469122f6ea8, Ptr{Nothing} @0x00007469122f6ed2, Ptr{Nothing} @0x000074691244a333, Ptr{Nothing} @0x000074691247114e] Test Summary: | Pass Total Time tapedtask | 20 20 11.7s ┌ Warning: `TRef` is deprecated, please use `Ref` instead. │ caller = macro expansion at tape_copy.jl:165 [inlined] └ @ Core ~/.julia/packages/Libtask/bxGQF/test/tape_copy.jl:165 ┌ Warning: `TRef` is deprecated, please use `Ref` instead. │ caller = macro expansion at tape_copy.jl:170 [inlined] └ @ Core ~/.julia/packages/Libtask/bxGQF/test/tape_copy.jl:170 Test Summary: | Pass Total Time tape copy | 37 37 13.4s Test Summary: | Pass Total Time Issues | 7 7 5.3s Testing Libtask tests passed Testing completed after 43.09s PkgEval succeeded after 68.73s