Package evaluation to test RemoteSemaphores on Julia 1.14.0-DEV.1918 (78a0dc1151*) started at 2026-03-19T12:01:11.437 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.14s ################################################################################ # Installation # Installing RemoteSemaphores... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [bcdc7952] + RemoteSemaphores v0.2.0 Updating `~/.julia/environments/v1.14/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.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.0 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.35s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1429.9 ms ✓ RemoteSemaphores 1 dependency successfully precompiled in 2 seconds. 12 already precompiled. Precompilation completed after 20.56s ################################################################################ # Testing # Testing RemoteSemaphores Status `/tmp/jl_K6Nea6/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_K6Nea6/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.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.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) @0x000070e2ee1b8790) isa RemoteException Stacktrace: [1] top-level scope @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [3] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [5] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:25 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [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:58 [2] top-level scope @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [4] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [6] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:29 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [inlined] caused by: TaskFailedException Stacktrace: [1] #wait#581 @ ./task.jl:363 [inlined] [2] wait @ ./task.jl:360 [inlined] [3] fetch @ ./task.jl:554 [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.14/Test/src/Test.jl:2243 [inlined] [8] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [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:56 [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.14/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.14/Distributed/src/process_messages.jl:70 [6] run_work_thunk_remotevalue(rv::Distributed.RemoteValue, thunk::Function) @ Distributed /opt/julia/share/julia/stdlib/v1.14/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.14/Distributed/src/process_messages.jl:88 Stacktrace: [1] wait_ref @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:573 [inlined] [2] call_on_owner @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:563 [inlined] [3] wait @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:586 [inlined] [4] remotecall_wait(::Function, ::Distributed.LocalProcess; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:495 [5] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:0 [inlined] [6] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.14/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:58 [2] top-level scope @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:12 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [4] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [6] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:30 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [inlined] caused by: TaskFailedException Stacktrace: [1] #wait#581 @ ./task.jl:363 [inlined] [2] wait @ ./task.jl:360 [inlined] [3] fetch @ ./task.jl:554 [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.14/Test/src/Test.jl:2243 [inlined] [8] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [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:56 [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.14/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.14/Distributed/src/process_messages.jl:70 [6] run_work_thunk_remotevalue(rv::Distributed.RemoteValue, thunk::Function) @ Distributed /opt/julia/share/julia/stdlib/v1.14/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.14/Distributed/src/process_messages.jl:88 Stacktrace: [1] wait_ref @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:573 [inlined] [2] call_on_owner @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:563 [inlined] [3] wait @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:586 [inlined] [4] remotecall_wait(::Function, ::Distributed.LocalProcess; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:495 [5] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:0 [inlined] [6] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.14/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#581 @ ./task.jl:363 [inlined] [2] wait @ ./task.jl:360 [inlined] [3] fetch @ ./task.jl:554 [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.14/Test/src/Test.jl:2243 [inlined] [8] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:13 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [10] macro expansion @ ~/.julia/packages/RemoteSemaphores/vlqpI/test/runtests.jl:20 [inlined] [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [12] top-level scope @ none:6 [13] eval(m::Module, e::Any) @ Core ./boot.jl:517 [14] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [15] _start() @ Base ./client.jl:585 nested task error: release count must match acquire count Stacktrace: [1] error(s::String) @ Base ./error.jl:56 [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.14/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.14/Distributed/src/process_messages.jl:70 [6] run_work_thunk_remotevalue(rv::Distributed.RemoteValue, thunk::Function) @ Distributed /opt/julia/share/julia/stdlib/v1.14/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.14/Distributed/src/process_messages.jl:88 Stacktrace: [1] wait_ref @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:573 [inlined] [2] call_on_owner @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:563 [inlined] [3] wait @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:586 [inlined] [4] remotecall_wait(::Function, ::Distributed.LocalProcess; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:495 [5] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:0 [inlined] [6] remotecall_wait @ /opt/julia/share/julia/stdlib/v1.14/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:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 jl_apply at /source/src/julia.h:2300 [inlined] start_task at /source/src/task.c:1275 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.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007f7400db2ef0 Total snapshots: 478. Utilization: 0% ╎478 @Base/task.jl:1168 wait_forever() 477╎ 478 @Base/task.jl:1246 wait() [16] 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:214 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:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 jl_apply at /source/src/julia.h:2300 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file) Allocations: 9173695 (Pool: 9173542; Big: 153); GC: 9 wait at ./task.jl:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 jl_apply at /source/src/julia.h:2300 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file) Allocations: 8973860 (Pool: 8973788; Big: 72); GC: 8 PkgEval terminated after 618.6s: tests became inactive