Package evaluation of DeferredFutures on Julia 1.12.0-DEV.1805 (a080deafdd*) started at 2025-03-24T11:27:54.528 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.17s ################################################################################ # Installation # Installing DeferredFutures... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [d2772ebe] + DeferredFutures v1.0.0 Updating `~/.julia/environments/v1.12/Manifest.toml` ⌅ [15f4f7f2] + AutoHashEquals v0.2.0 [d2772ebe] + DeferredFutures v1.0.0 [8ba89e20] + Distributed v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 0.86s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.92s ################################################################################ # Testing # Testing DeferredFutures Status `/tmp/jl_eWQuNm/Project.toml` ⌅ [15f4f7f2] AutoHashEquals v0.2.0 [d2772ebe] DeferredFutures v1.0.0 [8ba89e20] Distributed v1.11.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_eWQuNm/Manifest.toml` ⌅ [15f4f7f2] AutoHashEquals v0.2.0 [d2772ebe] DeferredFutures v1.0.0 [2a0f44e3] Base64 v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [dc6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown 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 [8dfed614] Test v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Transfer: Error During Test at /home/pkgeval/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:236 Got exception outside of a @test On worker 6: Global Main.data does not exist and cannot be assigned. Declare it using `global` before attempting assignment. Stacktrace: [1] #28 @ ./none:-1 [inlined] [2] #28 @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:0 [3] #invokelatest#1 @ ./essentials.jl:1056 [4] invokelatest @ ./essentials.jl:1052 [5] #handle_msg##4 @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:287 [6] run_work_thunk @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:70 [7] #handle_msg##2 @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:287 Stacktrace: [1] remotecall_fetch(f::Function, w::Distributed.Worker, args::DeferredFuture; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/remotecall.jl:465 [2] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/remotecall.jl:454 [inlined] [3] remotecall_fetch(f::Function, id::Int64, args::DeferredFuture) @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/remotecall.jl:492 [4] top-level scope @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [6] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:237 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [8] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:255 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:301 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:485 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:295 [13] _start() @ Base ./client.jl:558 ┌ Warning: macroexpand no longer throws a LoadError so `@test_throws LoadError ...` is deprecated and passed without checking the error type! │ caller = top-level scope at runtests.jl:7 └ @ Core ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 @defer: Error During Test at /home/pkgeval/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:297 Test threw exception Expression: e.error isa AssertionError FieldError: type AssertionError has no field `error`, available fields: `msg` Stacktrace: [1] getproperty(x::AssertionError, f::Symbol) @ Base ./Base_compiler.jl:54 [2] top-level scope @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [4] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:277 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [6] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:297 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:676 [inlined] caused by: AssertionError: Expected expression to be a function call, but got mutable struct Foo #= /home/pkgeval/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:294 =# end. Stacktrace: [1] var"@defer"(__source__::LineNumberNode, __module__::Module, ex::Expr) @ DeferredFutures ~/.julia/packages/DeferredFutures/TCvh2/src/DeferredFutures.jl:283 [2] #macroexpand#22 @ ./expr.jl:126 [inlined] [3] macroexpand(m::Module, x::Any) @ Base ./expr.jl:124 [4] top-level scope @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [6] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:277 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [8] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:294 [inlined] ┌ Warning: macroexpand no longer throws a LoadError so `@test_throws LoadError ...` is deprecated and passed without checking the error type! │ caller = top-level scope at runtests.jl:7 └ @ Core ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 @defer: Error During Test at /home/pkgeval/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:305 Test threw exception Expression: e.error isa AssertionError FieldError: type AssertionError has no field `error`, available fields: `msg` Stacktrace: [1] getproperty(x::AssertionError, f::Symbol) @ Base ./Base_compiler.jl:54 [2] top-level scope @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [4] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:277 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [6] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:305 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:676 [inlined] caused by: AssertionError: Expected RemoteChannel or Future and got Channel. Stacktrace: [1] var"@defer"(__source__::LineNumberNode, __module__::Module, ex::Expr) @ DeferredFutures ~/.julia/packages/DeferredFutures/TCvh2/src/DeferredFutures.jl:291 [2] #macroexpand#22 @ ./expr.jl:126 [inlined] [3] macroexpand(m::Module, x::Any) @ Base ./expr.jl:124 [4] top-level scope @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [6] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:277 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [8] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:302 [inlined] DeferredFuture serialization on a cluster: Error During Test at /home/pkgeval/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:333 Got exception outside of a @test On worker 7: KeyError: key Base.PkgId(Base.UUID("8dfed614-e22c-5e08-85e1-65c5234f0b40"), "Test") not found Stacktrace: [1] getindex @ ./dict.jl:477 [inlined] [2] macro expansion @ ./lock.jl:294 [inlined] [3] root_module @ ./loading.jl:2563 [4] deserialize_module @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1019 [5] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:921 [6] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [7] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:929 [8] deserialize_fillarray! @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1356 [9] deserialize_array @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1348 [10] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:890 [11] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [inlined] [12] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1173 [13] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:985 [14] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [inlined] [15] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1072 [16] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:985 [17] deserialize_fillarray! @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1356 [18] deserialize_array @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1348 [19] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:890 [20] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [inlined] [21] deserialize_typename @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1470 [22] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/clusterserialize.jl:68 [23] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:985 [24] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [25] deserialize_datatype @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:0 [26] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:894 [27] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [28] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:899 [29] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [inlined] [30] deserialize_msg @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/messages.jl:87 [31] #invokelatest#1 @ ./essentials.jl:1056 [inlined] [32] invokelatest @ ./essentials.jl:1052 [inlined] [33] message_handler_loop @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:176 [34] process_tcp_streams @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:133 [35] #process_messages##0 @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:121 Stacktrace: [1] remotecall_fetch(::Function, ::Distributed.Worker; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/remotecall.jl:465 [2] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/remotecall.jl:454 [inlined] [3] remotecall_fetch(::Function, ::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/remotecall.jl:492 [4] top-level scope @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [6] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:321 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [8] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:334 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [10] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:355 [inlined] [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:301 [12] top-level scope @ none:6 [13] eval(m::Module, e::Any) @ Core ./boot.jl:485 [14] exec_options(opts::Base.JLOptions) @ Base ./client.jl:295 [15] _start() @ Base ./client.jl:558 DeferredChannel serialization on a cluster: Error During Test at /home/pkgeval/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:418 Got exception outside of a @test On worker 8: KeyError: key Base.PkgId(Base.UUID("8dfed614-e22c-5e08-85e1-65c5234f0b40"), "Test") not found Stacktrace: [1] getindex @ ./dict.jl:477 [inlined] [2] macro expansion @ ./lock.jl:294 [inlined] [3] root_module @ ./loading.jl:2563 [4] deserialize_module @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1019 [5] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:921 [6] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [7] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:929 [8] deserialize_fillarray! @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1356 [9] deserialize_array @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1348 [10] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:890 [11] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [inlined] [12] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1173 [13] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:985 [14] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [inlined] [15] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1072 [16] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:985 [17] deserialize_fillarray! @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1356 [18] deserialize_array @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1348 [19] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:890 [20] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [inlined] [21] deserialize_typename @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:1470 [22] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/clusterserialize.jl:68 [23] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:985 [24] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [25] deserialize_datatype @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:0 [26] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:894 [27] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [28] handle_deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:899 [29] deserialize @ /opt/julia/share/julia/stdlib/v1.12/Serialization/src/Serialization.jl:839 [inlined] [30] deserialize_msg @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/messages.jl:87 [31] #invokelatest#1 @ ./essentials.jl:1056 [inlined] [32] invokelatest @ ./essentials.jl:1052 [inlined] [33] message_handler_loop @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:176 [34] process_tcp_streams @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:133 [35] #process_messages##0 @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/process_messages.jl:121 Stacktrace: [1] remotecall_fetch(::Function, ::Distributed.Worker; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/remotecall.jl:465 [2] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.12/Distributed/src/remotecall.jl:454 [inlined] [3] remotecall_fetch(::Function, ::Int64) @ Distributed /opt/julia/share/julia/stdlib/v1.12/Distributed/src/remotecall.jl:492 [4] top-level scope @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [6] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:321 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [8] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:419 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [10] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:440 [inlined] [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:301 [12] top-level scope @ none:6 [13] eval(m::Module, e::Any) @ Core ./boot.jl:485 [14] exec_options(opts::Base.JLOptions) @ Base ./client.jl:295 [15] _start() @ Base ./client.jl:558 DeferredFuture serialization as part of another object: Error During Test at /home/pkgeval/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:501 Test threw exception Expression: (result[2])() == 3 MethodError: no method matching (::Serialization.__deserialized_types__.var"#38#39")() The applicable method may be too new: running in world age 23757, while current world is 23758. Closest candidates are: (::Serialization.__deserialized_types__.var"#38#39")() (method too new to be called from this world context.) @ Main ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:496 Stacktrace: [1] top-level scope @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [3] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:321 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [5] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:492 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [7] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:501 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:676 [inlined] DeferredChannel serialization as part of another object: Error During Test at /home/pkgeval/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:517 Test threw exception Expression: (result[2])() == 3 MethodError: no method matching (::Serialization.__deserialized_types__.var"#42#43")() The applicable method may be too new: running in world age 23760, while current world is 23761. Closest candidates are: (::Serialization.__deserialized_types__.var"#42#43")() (method too new to be called from this world context.) @ Main ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:512 Stacktrace: [1] top-level scope @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [3] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:321 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [5] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:508 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] [7] macro expansion @ ~/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:517 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:676 [inlined] Test Summary: | Pass Error Total Time DeferredRemoteRefs | 115 7 122 4m38.3s DeferredFuture Comparison | 2 2 0.3s DeferredChannel Comparison | 2 2 0.1s Finalizing | 60 60 2.1s Distributed DeferredFuture | 18 18 36.8s Distributed DeferredChannel | 20 20 18.5s Allocation | 2 2 46.1s Transfer | 1 1 1m36.1s @defer | 5 2 7 6.6s Show | 2 2 0.3s Serialization | 4 4 8 1m11.5s DeferredFuture serialization on same process | 1 1 2.5s DeferredFuture serialization on a cluster | 1 1 15.8s DeferredChannel serialization on same process | 1 1 0.1s DeferredChannel serialization on a cluster | 1 1 15.6s DeferredFuture serialization as part of another object | 1 1 2 20.4s DeferredChannel serialization as part of another object | 1 1 2 17.2s ERROR: LoadError: Some tests did not pass: 115 passed, 0 failed, 7 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/DeferredFutures/TCvh2/test/runtests.jl:6 Testing failed after 287.65s ERROR: LoadError: Package DeferredFutures errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.12/Pkg/src/Operations.jl:2359 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2214 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.12/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:159 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:147 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:147 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:146 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:300 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [12] _start() @ Base ./client.jl:558 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 329.36s: package tests unexpectedly errored