Package evaluation of LokiLogger on Julia 1.13.0-DEV.959 (b35c4f471f*) started at 2025-08-05T14:54:36.310 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 11.38s ################################################################################ # Installation # Installing LokiLogger... Resolving package versions... Installed JLLWrappers ───── v1.7.1 Installed IniFile ───────── v0.5.1 Installed MbedTLS ───────── v1.1.9 Installed URIs ──────────── v1.6.1 Installed JSON3 ─────────── v1.14.3 Installed Preferences ───── v1.4.3 Installed HTTP ──────────── v0.9.17 Installed PrecompileTools ─ v1.3.2 Installed Parsers ───────── v2.8.3 Installed MbedTLS_jll ───── v2.28.6+2 Installed StructTypes ───── v1.11.0 Installed LokiLogger ────── v1.0.0 Installing 1 artifacts Installed artifact MbedTLS 2.1 MiB Updating `~/.julia/environments/v1.13/Project.toml` [51d429d1] + LokiLogger v1.0.0 Updating `~/.julia/environments/v1.13/Manifest.toml` ⌅ [cd3eb016] + HTTP v0.9.17 [83e8ac13] + IniFile v0.5.1 [692b3bcd] + JLLWrappers v1.7.1 [0f8b85d8] + JSON3 v1.14.3 [51d429d1] + LokiLogger v1.0.0 [739be429] + MbedTLS v1.1.9 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [856f2bd8] + StructTypes v1.11.0 [5c2747f8] + URIs v1.6.1 [c8ffd9c3] + MbedTLS_jll v2.28.6+2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates 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 [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 4.52s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4570.3 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompilation completed after 70.7s ################################################################################ # Testing # Testing LokiLogger Status `/tmp/jl_Bbqcta/Project.toml` ⌅ [cd3eb016] HTTP v0.9.17 [0f8b85d8] JSON3 v1.14.3 [51d429d1] LokiLogger v1.0.0 [856f2bd8] StructTypes v1.11.0 [5c2747f8] URIs v1.6.1 [56ddb016] Logging v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Bbqcta/Manifest.toml` ⌅ [cd3eb016] HTTP v0.9.17 [83e8ac13] IniFile v0.5.1 [692b3bcd] JLLWrappers v1.7.1 [0f8b85d8] JSON3 v1.14.3 [51d429d1] LokiLogger v1.0.0 [739be429] MbedTLS v1.1.9 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [856f2bd8] StructTypes v1.11.0 [5c2747f8] URIs v1.6.1 [c8ffd9c3] MbedTLS_jll v2.28.6+2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates 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... ┌ Error: │ exception = │ MethodError: Cannot `convert` an object of type │ SubArray{UInt8,1,Memory{UInt8},Tuple{UnitRange{Int64}},true} to an object of type │ SubArray{UInt8,1,Vector{UInt8},Tuple{UnitRange{Int64}},true} │ The function `convert` exists, but no method is defined for this combination of argument types. │ │ Closest candidates are: │ SubArray{T, N, P, I, L}(::Any, !Matched::Any, !Matched::Any, !Matched::Any) where {T, N, P, I, L} │ @ Base subarray.jl:19 │ convert(::Type{T}, !Matched::T) where T<:AbstractArray │ @ Base abstractarray.jl:16 │ convert(::Type{T}, !Matched::T) where T │ @ Base Base_compiler.jl:136 │ ... │ │ Stacktrace: │ [1] readuntil(buf::IOBuffer, find_delimiter::typeof(HTTP.Parsers.find_end_of_header)) │ @ HTTP.IOExtras ~/.julia/packages/HTTP/aTjcj/src/IOExtras.jl:139 │ [2] readuntil(t::HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}, f::Function, sizehint::Int64) │ @ HTTP.ConnectionPool ~/.julia/packages/HTTP/aTjcj/src/ConnectionPool.jl:296 │ [3] readuntil(t::HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}, f::Function) │ @ HTTP.ConnectionPool ~/.julia/packages/HTTP/aTjcj/src/ConnectionPool.jl:292 │ [4] readheaders(io::HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}, message::HTTP.Messages.Request) │ @ HTTP.Messages ~/.julia/packages/HTTP/aTjcj/src/Messages.jl:537 │ [5] startread(http::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}}) │ @ HTTP.Streams ~/.julia/packages/HTTP/aTjcj/src/Streams.jl:170 │ [6] handle_transaction(f::var"#5#6", t::HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}, server::HTTP.Servers.Server{Nothing, Sockets.TCPServer}; final_transaction::Bool) │ @ HTTP.Servers ~/.julia/packages/HTTP/aTjcj/src/Servers.jl:391 │ [7] kwcall(::@NamedTuple{final_transaction::Bool}, ::typeof(HTTP.Servers.handle_transaction), f::Function, t::HTTP.ConnectionPool.Transaction{Sockets.TCPSocket}, server::HTTP.Servers.Server{Nothing, Sockets.TCPServer}) │ @ HTTP.Servers ~/.julia/packages/HTTP/aTjcj/src/Servers.jl:385 │ [8] handle_connection(f::Function, c::HTTP.ConnectionPool.Connection{Sockets.TCPSocket}, server::HTTP.Servers.Server{Nothing, Sockets.TCPServer}, reuse_limit::Int64, readtimeout::Int64) │ @ HTTP.Servers ~/.julia/packages/HTTP/aTjcj/src/Servers.jl:347 │ [9] (::HTTP.Servers.var"#listenloop##0#listenloop##1"{var"#5#6", HTTP.Servers.Server{Nothing, Sockets.TCPServer}, Base.RefValue{Int64}, Int64, Int64, Bool, Base.Semaphore, HTTP.ConnectionPool.Connection{Sockets.TCPSocket}})() │ @ HTTP.Servers ~/.julia/packages/HTTP/aTjcj/src/Servers.jl:304 └ @ HTTP.Servers ~/.julia/packages/HTTP/aTjcj/src/Servers.jl:311 ====================================================================================== 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_62603.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:2375 [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 0x000076f005a08c40 Total snapshots: 679. Utilization: 0% ╎679 @Base/task.jl:1129 wait_forever() 678╎ 679 @Base/task.jl:1192 wait() [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_62603.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:2375 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) Allocations: 12963458 (Pool: 12963268; Big: 190); GC: 12 [82] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/LokiLogger/5G5SD/test/runtests.jl:38 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_62603.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:2375 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) Allocations: 15858096 (Pool: 15858023; Big: 73); GC: 10 PkgEval terminated after 616.73s: tests became inactive