Package evaluation of Malt on Julia 1.13.0-DEV.974 (7bbb213719*) started at 2025-08-12T12:10:31.878 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.99s ################################################################################ # Installation # Installing Malt... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [36869731] + Malt v1.2.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [36869731] + Malt v1.2.0 [05181044] + RelocatableFolders v1.0.1 [6c6a2e73] + Scratch v1.3.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [56ddb016] + Logging v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.3s ################################################################################ # Testing # Testing Malt Status `/tmp/jl_4es7Az/Project.toml` [6e4b80f9] BenchmarkTools v1.6.0 [b5f81e59] IOCapture v0.2.5 [36869731] Malt v1.2.0 [05181044] RelocatableFolders v1.0.1 [8ba89e20] Distributed v1.11.0 [56ddb016] Logging v1.11.0 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_4es7Az/Manifest.toml` [6e4b80f9] BenchmarkTools v1.6.0 [34da2185] Compat v4.18.0 [b5f81e59] IOCapture v0.2.5 [682c06a0] JSON v0.21.4 [36869731] Malt v1.2.0 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.5.0 [05181044] RelocatableFolders v1.0.1 [6c6a2e73] Scratch v1.3.0 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.13.1+0 Testing Running tests... ┌ Info: test run │ ex = │ quote │ local x = 0.0 │ for i = 1:4000 │ k = [sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) for z = 1:i] │ x += sum(k) │ end │ x │ end │ t1 = 5.119981274 │ t2 = 4.206219903 │ t3 = 3.007359679 └ t4 = 0.201898186 From worker 2: fatal: error thrown and no exception handler available. From worker 2: InterruptException() From worker 2: yieldto at ./task.jl:1080 From worker 2: yieldto at ./task.jl:1074 [inlined] From worker 2: wait at ./task.jl:1190 From worker 2: task_done_hook at ./task.jl:839 From worker 2: jfptr_task_done_hook_62421.1 at /opt/julia/lib/julia/sys.so (unknown line) From worker 2: _jl_invoke at /source/src/gf.c:4015 [inlined] From worker 2: ijl_apply_generic at /source/src/gf.c:4212 From worker 2: jl_apply at /source/src/julia.h:2375 [inlined] From worker 2: jl_finish_task at /source/src/task.c:349 From worker 2: start_task at /source/src/task.c:1264 single interrupt sleep(3): Test Failed at /home/pkgeval/.julia/packages/Malt/bAS4Y/test/interrupt.jl:65 Expression: r isa TaskFailedException Evaluated: nothing isa TaskFailedException Stacktrace:Worker 2 terminated. UNHANDLED TASK ERROR: EOFError: read end of file Stacktrace: [1] (::Base.var"#wait_locked#unsafe_read##0")(s::Sockets.TCPSocket, buf::IOBuffer, nb::Int64) @ Base ./stream.jl:980 [2] unsafe_read(s::Sockets.TCPSocket, p::Ptr{UInt8}, nb::UInt64) @ Base ./stream.jl:988 [3] unsafe_read @ ./io.jl:899 [inlined] [4] unsafe_read(s::Sockets.TCPSocket, p::Base.RefValue{NTuple{4, Int64}}, n::Int64) @ Base ./io.jl:898 [5] read! @ ./io.jl:903 [inlined] [6] deserialize_hdr_raw @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/messages.jl:167 [inlined] [7] message_handler_loop(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:172 [8] process_tcp_streams(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:133 [9] (::Distributed.var"#process_messages##0#process_messages##1"{Sockets.TCPSocket, Sockets.TCPSocket, Bool})() @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:121 [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:745 [inlined] [2] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:65 [inlined] [3] macro expansion @ ./timing.jl:461 [inlined] [4] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:55 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [6] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:48 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [8] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:2041 single interrupt sleep(3): Error During Test at /home/pkgeval/.julia/packages/Malt/bAS4Y/test/interrupt.jl:48 Got exception outside of a @test KeyError: key 2 not found Stacktrace: [1] getindex @ ./dict.jl:479 [inlined] [2] interrupt(pid::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/cluster.jl:1213 [3] interrupt(w::Malt.DistributedStdlibWorker) @ Malt ~/.julia/packages/Malt/bAS4Y/src/DistributedStdlibWorker.jl:94 [4] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:72 [inlined] [5] macro expansion @ ./timing.jl:461 [inlined] [6] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:68 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [8] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:48 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [10] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:2041 [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [12] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/runtests.jl:8 [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core ./boot.jl:489 [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:286 [17] _start() @ Base ./client.jl:553 single interrupt begin local x = 0.0 for i = 1:4000 k = [sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) for z = 1:i] x += sum(k) end x end: Error During Test at /home/pkgeval/.julia/packages/Malt/bAS4Y/test/interrupt.jl:48 Got exception outside of a @test TaskFailedException Stacktrace: [1] #wait#586 @ ./task.jl:363 [inlined] [2] wait(t::Task) @ Base ./task.jl:360 [3] macro expansion @ ./timing.jl:461 [inlined] [4] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:52 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [6] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:48 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [8] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:2041 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [10] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/runtests.jl:8 [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [12] top-level scope @ none:6 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] exec_options(opts::Base.JLOptions) @ Base ./client.jl:286 [15] _start() @ Base ./client.jl:553 nested task error: Distributed.ProcessExitedException(2) Stacktrace: [1] worker_from_id(pg::Distributed.ProcessGroup, i::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/cluster.jl:1109 [2] worker_from_id @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/cluster.jl:1106 [inlined] [3] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:492 [inlined] [4] (::Malt.var"#14#15"{@Kwargs{}, typeof(Core.eval), Malt.DistributedStdlibWorker, Tuple{Module, Expr}})() @ Malt ~/.julia/packages/Malt/bAS4Y/src/DistributedStdlibWorker.jl:55 single interrupt begin local x = 0.0 for i = 1:20000000 x += sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) end x end: Error During Test at /home/pkgeval/.julia/packages/Malt/bAS4Y/test/interrupt.jl:48 Got exception outside of a @test TaskFailedException Stacktrace: [1] #wait#586 @ ./task.jl:363 [inlined] [2] wait(t::Task) @ Base ./task.jl:360 [3] macro expansion @ ./timing.jl:461 [inlined] [4] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:52 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [6] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:48 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [8] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:2041 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [10] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/runtests.jl:8 [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [12] top-level scope @ none:6 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] exec_options(opts::Base.JLOptions) @ Base ./client.jl:286 [15] _start() @ Base ./client.jl:553 nested task error: Distributed.ProcessExitedException(2) Stacktrace: [1] worker_from_id(pg::Distributed.ProcessGroup, i::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/cluster.jl:1109 [2] worker_from_id @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/cluster.jl:1106 [inlined] [3] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:492 [inlined] [4] (::Malt.var"#14#15"{@Kwargs{}, typeof(Core.eval), Malt.DistributedStdlibWorker, Tuple{Module, Expr}})() @ Malt ~/.julia/packages/Malt/bAS4Y/src/DistributedStdlibWorker.jl:55 single interrupt begin local x = 0.0 for i = 1:20000000 x += sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) end x end: Error During Test at /home/pkgeval/.julia/packages/Malt/bAS4Y/test/interrupt.jl:48 Got exception outside of a @test TaskFailedException Stacktrace: [1] #wait#586 @ ./task.jl:363 [inlined] [2] wait(t::Task) @ Base ./task.jl:360 [3] macro expansion @ ./timing.jl:461 [inlined] [4] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:52 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [6] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:48 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [8] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:2041 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [10] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/runtests.jl:8 [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [12] top-level scope @ none:6 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] exec_options(opts::Base.JLOptions) @ Base ./client.jl:286 [15] _start() @ Base ./client.jl:553 nested task error: Distributed.ProcessExitedException(2) Stacktrace: [1] worker_from_id(pg::Distributed.ProcessGroup, i::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/cluster.jl:1109 [2] worker_from_id @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/cluster.jl:1106 [inlined] [3] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:492 [inlined] [4] (::Malt.var"#14#15"{@Kwargs{}, typeof(Core.eval), Malt.DistributedStdlibWorker, Tuple{Module, Expr}})() @ Malt ~/.julia/packages/Malt/bAS4Y/src/DistributedStdlibWorker.jl:55 🔥 hard interrupt: Error During Test at /home/pkgeval/.julia/packages/Malt/bAS4Y/test/interrupt.jl:92 Got exception outside of a @test KeyError: key 2 not found Stacktrace: [1] getindex @ ./dict.jl:479 [inlined] [2] interrupt(pid::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/cluster.jl:1213 [3] interrupt @ ~/.julia/packages/Malt/bAS4Y/src/DistributedStdlibWorker.jl:94 [inlined] [4] (::var"#hard_interrupt#hard_interrupt##0")(w::Malt.DistributedStdlibWorker) @ Main ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:102 [5] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:118 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [7] macro expansion @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:94 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] [9] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/interrupt.jl:2041 [10] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [11] top-level scope @ ~/.julia/packages/Malt/bAS4Y/test/runtests.jl:8 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [13] top-level scope @ none:6 [14] eval(m::Module, e::Any) @ Core ./boot.jl:489 [15] exec_options(opts::Base.JLOptions) @ Base ./client.jl:286 [16] _start() @ Base ./client.jl:553 Test Summary: | Pass Fail Error Total Time Interrupt: Malt.DistributedStdlibWorker | 14 1 5 20 56.7s single interrupt begin local x = 0.0 for i = 1:4000 k = [sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) for z = 1:i] x += sum(k) end x end | 7 7 12.7s single interrupt sleep(3) | 2 1 1 4 17.1s single interrupt begin local x = 0.0 for i = 1:4000 k = [sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) for z = 1:i] x += sum(k) end x end | 1 1 0.2s single interrupt begin local x = 0.0 for i = 1:20000000 x += sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) end x end | 1 1 0.0s single interrupt begin local x = 0.0 for i = 1:20000000 x += sqrt(abs(sin(cos(tan(x))))) ^ (1 / i) end x end | 1 1 0.0s hard interrupt | 2 1 3 0.1s RNG of the outermost testset: Random.Xoshiro(0xcd4c459d2923e56d, 0x2452caa991227d0f, 0x86427f0e4705a42e, 0x87ff552c06fc1d4b, 0x918c7515708c5e8d) ERROR: LoadError: Some tests did not pass: 14 passed, 1 failed, 5 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Malt/bAS4Y/test/interrupt.jl:3 in expression starting at /home/pkgeval/.julia/packages/Malt/bAS4Y/test/runtests.jl:8 Testing failed after 61.95s ERROR: LoadError: Package Malt errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2672 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2521 [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.13/Pkg/src/API.jl:538 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:515 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:168 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:157 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [9] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:311 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [14] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 112.31s: package tests unexpectedly errored