Package evaluation of SimpleBufferStream on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T10:18:22.803 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.73s ################################################################################ # Installation # Installing SimpleBufferStream... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [777ac1f9] + SimpleBufferStream v1.2.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [777ac1f9] + SimpleBufferStream v1.2.0 Installation completed after 0.85s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.84s ################################################################################ # Testing # Testing SimpleBufferStream Status `/tmp/jl_qvRfSv/Project.toml` [cd3eb016] HTTP v1.10.17 [777ac1f9] SimpleBufferStream v1.2.0 [be1be57a] Gzip_jll v1.14.0+0 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_qvRfSv/Manifest.toml` [d1d4a3ce] BitFlags v0.1.9 [944b1d66] CodecZlib v0.7.8 [f0e56b4a] ConcurrentUtilities v2.5.0 [460bff9d] ExceptionUnwrapping v0.1.11 [cd3eb016] HTTP v1.10.17 [692b3bcd] JLLWrappers v1.7.0 [e6f89c97] LoggingExtras v1.1.0 [739be429] MbedTLS v1.1.9 [4d8831e6] OpenSSL v1.5.0 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [777ac1f9] SimpleBufferStream v1.2.0 [3bb67fe8] TranscodingStreams v0.11.3 [5c2747f8] URIs v1.6.1 [be1be57a] Gzip_jll v1.14.0+0 [c8ffd9c3] MbedTLS_jll v2.28.6+2 [0dad84c5] ArgTools v1.1.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 [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 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [14a3606d] MozillaCACerts_jll v2025.5.20 [458c3c95] OpenSSL_jll v3.5.1+0 [83775a58] Zlib_jll v1.3.1+2 Testing Running tests... Test Summary: | Pass Total Time basic usage | 38 38 2.4s Test Summary: | Pass Total Time max_len | 6 6 0.4s Test Summary: | Pass Total Time Tee'ing | 3 3 0.4s Test Summary: | Pass Total Time async passing | 1 1 7.3s Precompiling packages... 4949.2 ms ✓ Gzip_jll 1 dependency successfully precompiled in 5 seconds. 6 already precompiled. ┌ Error: Divergence in chunk starting at index 2004930 │ chunk = │ 10616-element view(::Vector{UInt8}, 1:10616) with eltype UInt8: │ 0x20 │ 0x46 │ ⋮ │ 0x89 │ truth_chunk = │ 7846-element Vector{UInt8}: │ 0x20 │ 0x46 │ ⋮ │ 0x03 └ @ Main ~/.julia/packages/SimpleBufferStream/AvhRP/test/runtests.jl:215 ┌ Error: Divergence in chunk starting at index 2015546 │ chunk = │ 9489-element view(::Vector{UInt8}, 1:9489) with eltype UInt8: │ 0x53 │ 0x3d │ ⋮ │ 0x01 │ truth_chunk = UInt8[] └ @ Main ~/.julia/packages/SimpleBufferStream/AvhRP/test/runtests.jl:215 ====================================================================================== 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 poptask at ./task.jl:1187 wait at ./task.jl:1199 task_done_hook at ./task.jl:839 jfptr_task_done_hook_104661.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4100 [inlined] ijl_apply_generic at /source/src/gf.c:4300 jl_apply at /source/src/julia.h:2375 [inlined] jl_finish_task at /source/src/task.c:345 start_task at /source/src/task.c:1260 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.12/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007af847c245b0 Total snapshots: 742. Utilization: 0% ╎742 @Base/task.jl:839 task_done_hook(t::Task) ╎ 742 @Base/task.jl:1199 wait() 741╎ 742 @Base/task.jl:1187 poptask(W::Base.IntrusiveLinkedListSynchronized{T… [15] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/SimpleBufferStream/AvhRP/test/runtests.jl:225 unknown function (ip: 0x78cd75bfcf14) at /lib/x86_64-linux-gnu/libc.so.6 pthread_cond_wait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv_cond_wait at /workspace/srcdir/libuv/src/unix/thread.c:822 ijl_task_get_next at /source/src/scheduler.c:523 PkgEval terminated after 610.4s: tests became inactive