Package evaluation of JuliaWebAPI on Julia 1.13.0-DEV.985 (9c94e7ae32*) started at 2025-08-14T15:13:33.105 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.89s ################################################################################ # Installation # Installing JuliaWebAPI... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [480116ec] + JuliaWebAPI v0.6.3 Updating `~/.julia/environments/v1.13/Manifest.toml` ⌅ [cd3eb016] + HTTP v0.9.17 [83e8ac13] + IniFile v0.5.1 [692b3bcd] + JLLWrappers v1.7.1 [682c06a0] + JSON v0.21.4 [480116ec] + JuliaWebAPI v0.6.3 [739be429] + MbedTLS v1.1.9 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.5.0 [5c2747f8] + URIs v1.6.1 [c2297ded] + ZMQ v1.4.1 [c8ffd9c3] + MbedTLS_jll v2.28.6+2 [8f1865be] + ZeroMQ_jll v4.3.6+0 [a9144af2] + libsodium_jll v1.0.21+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [7b1f6079] + FileWatching v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.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 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [14a3606d] + MozillaCACerts_jll v2025.7.15 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 2.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.93s ################################################################################ # Testing # Testing JuliaWebAPI Status `/tmp/jl_Gf8Meq/Project.toml` ⌅ [cd3eb016] HTTP v0.9.17 [682c06a0] JSON v0.21.4 [480116ec] JuliaWebAPI v0.6.3 [c2297ded] ZMQ v1.4.1 [2a0f44e3] Base64 v1.11.0 [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_Gf8Meq/Manifest.toml` ⌅ [cd3eb016] HTTP v0.9.17 [83e8ac13] IniFile v0.5.1 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v0.21.4 [480116ec] JuliaWebAPI v0.6.3 [739be429] MbedTLS v1.1.9 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.5.0 [5c2747f8] URIs v1.6.1 [c2297ded] ZMQ v1.4.1 [c8ffd9c3] MbedTLS_jll v2.28.6+2 [8f1865be] ZeroMQ_jll v4.3.6+0 [a9144af2] libsodium_jll v1.0.21+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.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 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [14a3606d] MozillaCACerts_jll v2025.7.15 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Running tests from test_asyncsrvr.jl ============================================================ Precompiling packages... 970.5 ms ✓ IniFile 1547.2 ms ✓ libsodium_jll 7514.7 ms ✓ HTTP 1716.1 ms ✓ ZeroMQ_jll 8362.0 ms ✓ ZMQ 2409.9 ms ✓ JuliaWebAPI 6 dependencies successfully precompiled in 23 seconds. 19 already precompiled. testing httpresponse... testfn1: HTTP.Messages.Response: """ HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 {"data":11,"code":0}""" testfn1: HTTP.Messages.Response: """ HTTP/1.1 200 OK 11""" testbinary: HTTP.Messages.Response: """ HTTP/1.1 200 OK Content-Type: application/octet-stream ⋮ 10-byte body """ time for 100 calls to testfn1: 0.06727194786071777 secs @ 0.0006727194786071778 per call time for 100 calls to testfn2: 0.03535103797912598 secs @ 0.00035351037979125977 per call time for 100 calls to testbinary: 0.04117107391357422 secs @ 0.00041171073913574217 per call testing array invocation... testing unknown method handling... testing server method exception handling... testing server termination... Finished test_asyncsrvr.jl ============================================================ Running tests from test_clntsrvr.jl ============================================================ spawining `/opt/julia/bin/julia --startup-file=no /home/pkgeval/.julia/packages/JuliaWebAPI/71gvj/test/srvr.jl --runsrvr` started server process, running client testing httpresponse... testfn1: HTTP.Messages.Response: """ HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 {"data":11,"code":0}""" testfn1: HTTP.Messages.Response: """ HTTP/1.1 200 OK 11""" testbinary: HTTP.Messages.Response: """ HTTP/1.1 200 OK Content-Type: application/octet-stream ⋮ 10-byte body """ time for 100 calls to testfn1: 0.264631986618042 secs @ 0.0026463198661804198 per call time for 100 calls to testfn2: 0.15494394302368164 secs @ 0.0015494394302368163 per call time for 100 calls to testbinary: 0.16416287422180176 secs @ 0.0016416287422180175 per call testing array invocation... testing unknown method handling... testing server method exception handling... testing server termination... stopping server process Finished test_clntsrvr.jl ============================================================ Running tests from test_remotecall.jl ============================================================ time for 100 calls with remotecall_fetch: 3.2377490997314453 secs @ 0.032377490997314455 per call stopped all workers Finished test_remotecall.jl ============================================================ Running tests from test_plugins.jl ============================================================ testing httpresponse... testfn1: HTTP.Messages.Response: """ HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 {"data":11,"code":0}""" testfn1: HTTP.Messages.Response: """ HTTP/1.1 200 OK 11""" testbinary: HTTP.Messages.Response: """ HTTP/1.1 200 OK Content-Type: application/octet-stream ⋮ 10-byte body """ time for 100 calls to testfn1: 0.04957103729248047 secs @ 0.0004957103729248047 per call time for 100 calls to testfn2: 0.02753615379333496 secs @ 0.0002753615379333496 per call time for 100 calls to testbinary: 0.02776813507080078 secs @ 0.00027768135070800783 per call testing array invocation... testing unknown method handling... testing server method exception handling... testing server termination... Finished test_plugins.jl ============================================================ Running tests from test_plugins.jl ============================================================ testing httpresponse... testfn1: HTTP.Messages.Response: """ HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 {"data":11,"code":0}""" testfn1: HTTP.Messages.Response: """ HTTP/1.1 200 OK 11""" testbinary: HTTP.Messages.Response: """ HTTP/1.1 200 OK Content-Type: application/octet-stream ⋮ 10-byte body """ time for 100 calls to testfn1: 0.026735782623291016 secs @ 0.0002673578262329102 per call time for 100 calls to testfn2: 0.004248142242431641 secs @ 4.248142242431641e-5 per call time for 100 calls to testbinary: 0.004114866256713867 secs @ 4.114866256713867e-5 per call testing array invocation... testing unknown method handling... testing server method exception handling... testing server termination... Finished test_plugins.jl ============================================================ Running tests from test_httprpc.jl ============================================================ starting httpserver in async mode... ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== 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:1192 wait_forever at ./task.jl:1129 jfptr_wait_forever_73644.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2376 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ┌ 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 0x00007659cf6f9b40 Total snapshots: 688. Utilization: 0% ╎688 @Base/task.jl:1129 wait_forever() 687╎ 688 @Base/task.jl:1192 wait() [17] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/JuliaWebAPI/71gvj/test/runtests.jl:27 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) [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:1192 wait_forever at ./task.jl:1129 jfptr_wait_forever_73644.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2376 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) Allocations: 12678733 (Pool: 12678553; Big: 180); GC: 10 [105] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/JuliaWebAPI/71gvj/test/test_httprpc.jl:15 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 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:1192 wait_forever at ./task.jl:1129 jfptr_wait_forever_73644.1 at /opt/julia/lib/julia/sys.so (unknown line) wait at ./task.jl:1192 wait_forever at ./task.jl:1129 jfptr_wait_forever_73644.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2376 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) Allocations: 4671118 (Pool: 4671076; Big: 42); GC: 5 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2376 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) Allocations: 1091434 (Pool: 1091404; Big: 30); GC: 2 PkgEval terminated after 640.42s: tests became inactive