Package evaluation to test LokiLogger on Julia 1.13.0-DEV.1319 (9cddfda8ef*) started at 2025-10-16T14:54:25.485 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 11.15s ################################################################################ # Installation # Installing LokiLogger... Resolving package versions... Installed IniFile ───────── v0.5.1 Installed URIs ──────────── v1.6.1 Installed JSON3 ─────────── v1.14.3 Installed JLLWrappers ───── v1.7.1 Installed MbedTLS ───────── v1.1.9 Installed Preferences ───── v1.5.0 Installed PrecompileTools ─ v1.3.3 Installed HTTP ──────────── v0.9.17 Installed MbedTLS_jll ───── v2.28.10+0 Installed Parsers ───────── v2.8.3 Installed StructTypes ───── v1.11.0 Installed LokiLogger ────── v1.0.0 Installing 1 artifacts Installed artifact MbedTLS 2.2 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.3 [21216c6a] + Preferences v1.5.0 [856f2bd8] + StructTypes v1.11.0 [5c2747f8] + URIs v1.6.1 [c8ffd9c3] + MbedTLS_jll v2.28.10+0 [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.9.9 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.47s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4863.1 ms ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompilation completed after 57.7s ################################################################################ # Testing # Testing LokiLogger Status `/tmp/jl_LNezM6/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_LNezM6/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.3 [21216c6a] Preferences v1.5.0 [856f2bd8] StructTypes v1.11.0 [5c2747f8] URIs v1.6.1 [c8ffd9c3] MbedTLS_jll v2.28.10+0 [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.9.9 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. --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_42350.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:2275 [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 0x00007a20aea253c0 Total snapshots: 667. Utilization: 0% ╎667 @Base/task.jl:1139 wait_forever() 666╎ 667 @Base/task.jl:1217 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:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_42350.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:2275 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 13888009 (Pool: 13887816; Big: 193); 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:1217 wait_forever at ./task.jl:1139 unknown function (ip: 0x7f5a6cb7da4f) at (unknown file) _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:2275 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 15617652 (Pool: 15617583; Big: 69); GC: 9 PkgEval terminated after 611.84s: tests became inactive