Package evaluation to test ParallelTestRunner on Julia 1.13.0-DEV.1319 (9cddfda8ef*) started at 2025-10-16T12:42:03.817 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.53s ################################################################################ # Installation # Installing ParallelTestRunner... Resolving package versions... Installed ParallelTestRunner ─ v1.0.2 Updating `~/.julia/environments/v1.13/Project.toml` [d3525ed8] + ParallelTestRunner v1.0.2 Updating `~/.julia/environments/v1.13/Manifest.toml` [b5f81e59] + IOCapture v0.2.5 [d3525ed8] + ParallelTestRunner v1.0.2 [6c6a2e73] + Scratch v1.3.0 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.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 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.82s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 18.29s ################################################################################ # Testing # Testing ParallelTestRunner Status `/tmp/jl_1H9lL0/Project.toml` [d3525ed8] ParallelTestRunner v1.0.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_1H9lL0/Manifest.toml` [b5f81e59] IOCapture v0.2.5 [d3525ed8] ParallelTestRunner v1.0.2 [6c6a2e73] Scratch v1.3.0 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.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 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Showing the output of one test run: -------------------------------------------------------------------------------- Running 1 tests in parallel. If this is too many, specify the `--jobs=N` argument to the tests, or set the `JULIA_CPU_THREADS` environment variable.  │  │ ──────────────── CPU ──────────────── │ Test (Worker) │ Time (s) │ GC (s) │ GC % │ Alloc (MB) │ RSS (MB) │ basic (2) │ started at 2025-10-16T12:43:25.884 basic (2) │  0.18 │  0.00 │  0.0 │  0.29 │  482.43 │ Test Summary: | Pass Total  Time Overall |  1  1 11.4s basic |  1  1  0.2s SUCCESS -------------------------------------------------------------------------------- NOTE: The next test is expected to crash a worker process, which may print some output to the terminal. Worker 2 terminated. UNHANDLED TASK ERROR: EOFError: read end of file Stacktrace: [1] (::Base.var"#wait_locked#unsafe_read##0")(s::Sockets.TCPSocket, buf::IOBuffer, nb::Int64) @ Base ./stream.jl:976 [2] unsafe_read(s::Sockets.TCPSocket, p::Ptr{UInt8}, nb::UInt64) @ Base ./stream.jl:984 [3] unsafe_read @ ./io.jl:906 [inlined] [4] unsafe_read(s::Sockets.TCPSocket, p::Base.RefValue{NTuple{4, Int64}}, n::Int64) @ Base ./io.jl:905 [5] read! @ ./io.jl:910 [inlined] [6] deserialize_hdr_raw @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/messages.jl:167 [inlined] [7] message_handler_loop(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:172 [8] process_tcp_streams(r_stream::Sockets.TCPSocket, w_stream::Sockets.TCPSocket, incoming::Bool) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:133 [9] (::Distributed.var"#process_messages##0#process_messages##1"{Sockets.TCPSocket, Sockets.TCPSocket, Bool})() @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/process_messages.jl:121 Test Summary: | Pass Total Time ParallelTestRunner | 35 35 3m15.3s basic test | 3 3 49.3s custom tests and init code | 3 3 21.1s custom worker | 4 4 41.4s failing test | 7 7 14.5s throwing test | 7 7 15.7s crashing test | 6 6 15.9s test output | 3 3 23.5s warnings | 2 2 13.7s Testing ParallelTestRunner tests passed Testing completed after 139.22s PkgEval succeeded after 248.71s