Package evaluation of RemoteSemaphores on Julia 1.13.0-DEV.1222 (39e1473f3b*) started at 2025-09-30T11:43:22.836 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.88s ################################################################################ # Installation # Installing RemoteSemaphores... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [bcdc7952] + RemoteSemaphores v0.2.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [bcdc7952] + RemoteSemaphores v0.2.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 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown 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 [f489334b] + StyledStrings v1.11.0 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.88s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.27s ################################################################################ # Testing # Testing RemoteSemaphores Status `/tmp/jl_3b5P64/Project.toml` [bcdc7952] RemoteSemaphores v0.2.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_3b5P64/Manifest.toml` [bcdc7952] RemoteSemaphores v0.2.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 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown 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 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... Single Process: Test Failed at /home/pkgeval/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:25 Expression: err isa RemoteException Evaluated: TaskFailedException(Task (failed) @0x0000726ee870c2e0) isa RemoteException Stacktrace: [1] top-level scope @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [3] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [5] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:25 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:751 [inlined] Single Process: Error During Test at /home/pkgeval/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:29 Test threw exception Expression: err.captured.ex isa expected FieldError: type TaskFailedException has no field `captured`, available fields: `task` Stacktrace: [1] getproperty(x::TaskFailedException, f::Symbol) @ Base ./Base_compiler.jl:57 [2] top-level scope @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [4] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [6] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:29 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:748 [inlined] caused by: TaskFailedException Stacktrace: [1] #wait#585 @ ./task.jl:363 [inlined] [2] wait @ ./task.jl:360 [inlined] [3] fetch @ ./task.jl:525 [inlined] [4] asynctimedwait(fn::var"#43#44"{RemoteSemaphore}, secs::Float64; kill::Bool) @ Main ~/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:18 [5] kwcall(::@NamedTuple{kill::Bool}, ::typeof(asynctimedwait), fn::Function, secs::Float64) @ Main ~/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:13 [6] top-level scope @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [8] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [10] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:20 [inlined] nested task error: release count must match acquire count Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] release(s::Base.Semaphore) @ Base ./lock.jl:604 [3] (::RemoteSemaphores.var"#5#6"{Future})() @ RemoteSemaphores ~/.julia/packages/RemoteSemaphores/vlqpI/src/RemoteSemaphores.jl:44 [4] #local_remotecall_thunk##0 @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:425 [inlined] [5] run_work_thunk(thunk::Distributed.var"#local_remotecall_thunk##0#local_remotecall_thunk##1"{RemoteSemaphores.var"#5#6"{Future}, Tuple{}, @Kwargs{}}, print_error::Bool) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:70 [6] run_work_thunk(rv::Distributed.RemoteValue, thunk::Function) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:79 [7] (::Distributed.var"#schedule_call##2#schedule_call##3"{Distributed.RemoteValue, Distributed.var"#local_remotecall_thunk##0#local_remotecall_thunk##1"{RemoteSemaphores.var"#5#6"{Future}, Tuple{}, @Kwargs{}}})() @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:88 Stacktrace: [1] wait_ref @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:573 [inlined] [2] call_on_owner @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:563 [inlined] [3] wait @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:586 [inlined] [4] remotecall_wait(::Function, ::Distributed.LocalProcess; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:495 [5] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:495 [inlined] [6] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:519 [inlined] [7] release @ ~/.julia/packages/RemoteSemaphores/vlqpI/src/RemoteSemaphores.jl:42 [inlined] [8] #43 @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:21 [inlined] [9] (::var"#4#5"{var"#43#44"{RemoteSemaphore}})() @ Main ~/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:14 Single Process: Error During Test at /home/pkgeval/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:30 Test threw exception Expression: occursin("release count must match acquire count", err.captured.ex.msg) FieldError: type TaskFailedException has no field `captured`, available fields: `task` Stacktrace: [1] getproperty(x::TaskFailedException, f::Symbol) @ Base ./Base_compiler.jl:57 [2] top-level scope @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [4] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [6] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:30 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:748 [inlined] caused by: TaskFailedException Stacktrace: [1] #wait#585 @ ./task.jl:363 [inlined] [2] wait @ ./task.jl:360 [inlined] [3] fetch @ ./task.jl:525 [inlined] [4] asynctimedwait(fn::var"#43#44"{RemoteSemaphore}, secs::Float64; kill::Bool) @ Main ~/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:18 [5] kwcall(::@NamedTuple{kill::Bool}, ::typeof(asynctimedwait), fn::Function, secs::Float64) @ Main ~/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:13 [6] top-level scope @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [8] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [10] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:20 [inlined] nested task error: release count must match acquire count Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] release(s::Base.Semaphore) @ Base ./lock.jl:604 [3] (::RemoteSemaphores.var"#5#6"{Future})() @ RemoteSemaphores ~/.julia/packages/RemoteSemaphores/vlqpI/src/RemoteSemaphores.jl:44 [4] #local_remotecall_thunk##0 @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:425 [inlined] [5] run_work_thunk(thunk::Distributed.var"#local_remotecall_thunk##0#local_remotecall_thunk##1"{RemoteSemaphores.var"#5#6"{Future}, Tuple{}, @Kwargs{}}, print_error::Bool) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:70 [6] run_work_thunk(rv::Distributed.RemoteValue, thunk::Function) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:79 [7] (::Distributed.var"#schedule_call##2#schedule_call##3"{Distributed.RemoteValue, Distributed.var"#local_remotecall_thunk##0#local_remotecall_thunk##1"{RemoteSemaphores.var"#5#6"{Future}, Tuple{}, @Kwargs{}}})() @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:88 Stacktrace: [1] wait_ref @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:573 [inlined] [2] call_on_owner @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:563 [inlined] [3] wait @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:586 [inlined] [4] remotecall_wait(::Function, ::Distributed.LocalProcess; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:495 [5] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:495 [inlined] [6] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:519 [inlined] [7] release @ ~/.julia/packages/RemoteSemaphores/vlqpI/src/RemoteSemaphores.jl:42 [inlined] [8] #43 @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:21 [inlined] [9] (::var"#4#5"{var"#43#44"{RemoteSemaphore}})() @ Main ~/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:14 Single Process: Error During Test at /home/pkgeval/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 Got exception outside of a @test TaskFailedException Stacktrace: [1] #wait#585 @ ./task.jl:363 [inlined] [2] wait @ ./task.jl:360 [inlined] [3] fetch @ ./task.jl:525 [inlined] [4] asynctimedwait(fn::var"#43#44"{RemoteSemaphore}, secs::Float64; kill::Bool) @ Main ~/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:18 [5] kwcall(::@NamedTuple{kill::Bool}, ::typeof(asynctimedwait), fn::Function, secs::Float64) @ Main ~/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:13 [6] top-level scope @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [8] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1952 [inlined] [10] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:20 [inlined] [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [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:310 [15] _start() @ Base ./client.jl:577 nested task error: release count must match acquire count Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] release(s::Base.Semaphore) @ Base ./lock.jl:604 [3] (::RemoteSemaphores.var"#5#6"{Future})() @ RemoteSemaphores ~/.julia/packages/RemoteSemaphores/vlqpI/src/RemoteSemaphores.jl:44 [4] #local_remotecall_thunk##0 @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:425 [inlined] [5] run_work_thunk(thunk::Distributed.var"#local_remotecall_thunk##0#local_remotecall_thunk##1"{RemoteSemaphores.var"#5#6"{Future}, Tuple{}, @Kwargs{}}, print_error::Bool) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:70 [6] run_work_thunk(rv::Distributed.RemoteValue, thunk::Function) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:79 [7] (::Distributed.var"#schedule_call##2#schedule_call##3"{Distributed.RemoteValue, Distributed.var"#local_remotecall_thunk##0#local_remotecall_thunk##1"{RemoteSemaphores.var"#5#6"{Future}, Tuple{}, @Kwargs{}}})() @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:88 Stacktrace: [1] wait_ref @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:573 [inlined] [2] call_on_owner @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:563 [inlined] [3] wait @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:586 [inlined] [4] remotecall_wait(::Function, ::Distributed.LocalProcess; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:495 [5] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:495 [inlined] [6] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:519 [inlined] [7] release @ ~/.julia/packages/RemoteSemaphores/vlqpI/src/RemoteSemaphores.jl:42 [inlined] [8] #43 @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:21 [inlined] [9] (::var"#4#5"{var"#43#44"{RemoteSemaphore}})() @ Main ~/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:14 WARNING: Method definition (::Type{Main.TimeoutException})(Any) in module Main at /home/pkgeval/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:2 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition showerror(IO, Main.TimeoutException) in module Main at /home/pkgeval/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:5 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition asynctimedwait(Any, Any) in module Main at /home/pkgeval/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.asynctimedwait), Any, Any) in module Main at /home/pkgeval/.julia/packages/RemoteSemaphores/vlqpI/test/utils.jl:13 overwritten on the same line (check for duplicate calls to `include`). ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_44610.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2271 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.13/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000713483bffb20 Total snapshots: 697. Utilization: 0% ╎697 @Base/task.jl:1139 wait_forever() 696╎ 697 @Base/task.jl:1217 wait() [17] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:10 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_44610.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2271 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 11036903 (Pool: 11036754; Big: 149); GC: 9 wait at ./task.jl:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_44610.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2271 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 11932633 (Pool: 11932555; Big: 78); GC: 10 From worker 2: PkgEval terminated after 613.57s: tests became inactive