Package evaluation of SimpleBufferStream on Julia 1.13.0-DEV.1176 (573db77327*) started at 2025-09-21T11:10:51.336 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.78s ################################################################################ # Installation # Installing SimpleBufferStream... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [777ac1f9] + SimpleBufferStream v1.2.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [777ac1f9] + SimpleBufferStream v1.2.0 Installation completed after 0.88s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.56s ################################################################################ # Testing # Testing SimpleBufferStream Status `/tmp/jl_TcSTcw/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_TcSTcw/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.1 [e6f89c97] LoggingExtras v1.1.0 [739be429] MbedTLS v1.1.9 [4d8831e6] OpenSSL v1.5.0 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [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.9.9 [458c3c95] OpenSSL_jll v3.5.2+0 [83775a58] Zlib_jll v1.3.1+2 Testing Running tests... Test Summary: | Pass Total Time basic usage | 40 40 2.4s Test Summary: | Pass Total Time max_len | 8 8 0.2s Test Summary: | Pass Total Time Tee'ing | 3 3 0.3s Test Summary: | Pass Total Time async passing | 1 1 9.6s Precompiling packages... 5835.8 ms ✓ Gzip_jll 1 dependency successfully precompiled in 6 seconds. 6 already precompiled. ┌ Error: Divergence in chunk starting at index 1988538 │ chunk = │ 16384-element view(::Vector{UInt8}, 1:16384) with eltype UInt8: │ 0x3e │ 0x54 │ ⋮ │ 0x52 │ truth_chunk = │ 7846-element Vector{UInt8}: │ 0x3e │ 0x54 │ ⋮ │ 0xd3 └ @ Main ~/.julia/packages/SimpleBufferStream/AvhRP/test/runtests.jl:215 ┌ Error: Divergence in chunk starting at index 2004922 │ chunk = │ 10616-element view(::Vector{UInt8}, 1:10616) with eltype UInt8: │ 0xac │ 0xd7 │ ⋮ │ 0x2e │ truth_chunk = UInt8[] └ @ Main ~/.julia/packages/SimpleBufferStream/AvhRP/test/runtests.jl:215 ┌ Error: Divergence in chunk starting at index 2015538 │ chunk = │ 9497-element view(::Vector{UInt8}, 1:9497) with eltype UInt8: │ 0x39 │ 0xb5 │ ⋮ │ 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. --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:1200 wait_forever at ./task.jl:1137 jfptr_wait_forever_27986.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4112 [inlined] ijl_apply_generic at /source/src/gf.c:4309 jl_apply at /source/src/julia.h:2266 [inlined] start_task at /source/src/task.c:1254 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 0x00007c310033b3a0 Total snapshots: 679. Utilization: 0% ╎679 @Base/task.jl:1137 wait_forever() 678╎ 679 @Base/task.jl:1200 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:1200 wait_forever at ./task.jl:1137 jfptr_wait_forever_27986.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4112 [inlined] ijl_apply_generic at /source/src/gf.c:4309 jl_apply at /source/src/julia.h:2266 [inlined] start_task at /source/src/task.c:1254 unknown function (ip: (nil)) at (unknown file) Allocations: 12589271 (Pool: 12589103; Big: 168); GC: 10 [17] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/SimpleBufferStream/AvhRP/test/runtests.jl:225 unknown function (ip: 0x74554dc27f14) 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 wait at ./task.jl:1200 wait_forever at ./task.jl:1137 jfptr_wait_forever_27986.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4112 [inlined] ijl_apply_generic at /source/src/gf.c:4309 jl_apply at /source/src/julia.h:2266 [inlined] start_task at /source/src/task.c:1254 unknown function (ip: (nil)) at (unknown file) Allocations: 11696748 (Pool: 11696659; Big: 89); GC: 10 PkgEval terminated after 611.22s: tests became inactive