Package evaluation to test ElectronTests on Julia 1.14.0-DEV.1613 (8dab3f0623*) started at 2026-01-25T18:57:03.994 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.41s ################################################################################ # Installation # Installing ElectronTests... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [fa9e6d27] + ElectronTests v0.1.11 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [1520ce14] + AbstractTrees v0.3.4 ⌅ [3da002f7] + ColorTypes v0.11.5 ⌅ [5ae59095] + Colors v0.12.11 [34da2185] + Compat v4.18.1 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 ⌅ [a1bb12fb] + Electron v2.0.1 [fa9e6d27] + ElectronTests v0.1.11 ⌅ [8fc22ac5] + FilePaths v0.8.3 [48062228] + FilePathsBase v0.9.24 [53c48c17] + FixedPointNumbers v0.8.5 ⌅ [cd3eb016] + HTTP v0.9.17 ⌅ [47d2ed2b] + Hyperscript v0.0.4 [83e8ac13] + IniFile v0.5.1 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.7.1 ⌅ [682c06a0] + JSON v0.21.4 [0f8b85d8] + JSON3 v1.14.3 ⌅ [824d6782] + JSServe v0.6.13 [1914dd2f] + MacroTools v0.5.16 [739be429] + MbedTLS v1.1.9 [99f44e22] + MsgPack v1.2.1 ⌅ [510215fc] + Observables v0.3.3 [bac558e1] + OrderedCollections v1.8.1 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [10745b16] + Statistics v1.11.1 [856f2bd8] + StructTypes v1.11.0 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [30578b45] + URIParser v0.4.1 [5c2747f8] + URIs v1.6.1 ⌃ [104b5d7c] + WebSockets v1.5.9 [eead4739] + WidgetsBase v0.1.4 [c8ffd9c3] + MbedTLS_jll v2.28.1010+0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.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 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.18.0+0 [e37daf67] + LibGit2_jll v1.9.2+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.12.2 [4536629a] + OpenBLAS_jll v0.3.30+0 [458c3c95] + OpenSSL_jll v3.5.4+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [83775a58] + Zlib_jll v1.3.1+2 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] + libblastrampoline_jll v5.15.0+0 [8e850ede] + nghttp2_jll v1.68.0+1 [3f19e933] + p7zip_jll v17.7.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m` Installation completed after 4.89s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1030.2 ms ✓ WidgetsBase WARNING: Imported binding Logging.termlength was undeclared at import time during import to WebSockets. WARNING: Imported binding Logging.showvalue was undeclared at import time during import to WebSockets. 3773.7 ms ✓ WebSockets 7330.9 ms ✓ JSServe  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d7b985010 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88580050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89030090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89018090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d88fd8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88f7c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d88f44090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88f24090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d88ee8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88ec8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d88e7c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88e38090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d88e14090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88dfc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88d98050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d88d64090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88d18090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d88cec090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88cdc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d88c7c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d88c08090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d890dc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89118090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89180090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d891b8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d891dc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8921c050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8923c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89258090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89278090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89294090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d892b8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d892ec090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89300090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89324090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89334090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89340090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8939c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89400090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8943c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89c30090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89c2c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89c29290 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89c20410 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89c0f550 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89bd8d50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89b940d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89b5ee50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89b5ef50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89b155d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89b0cb90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89afd310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89af8150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89ae0290 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89acc910 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89ac4150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89a9c750 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89a8c490 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89a74090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89a6c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89a50310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89a240d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89a14110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d899c4a50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89998090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8998c410 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d899745d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89968090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89944110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89920090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d89904090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d898ec090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d898bc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d89890090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8981c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8980c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d897ec090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8bd2c050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8bd04090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8bcb8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8bb18090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b3f0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b3d4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b3c01d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b3a8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b3a0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b398550 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b398610 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b360590 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b34c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b3401d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b32c7d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b3201d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b30c210 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b2fc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b2e0390 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b2c4e10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b2b4390 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b2ac0d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b286590 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b2700d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b268090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b24c410 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b240510 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b230090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b214090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b20c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b2080d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b200e50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b1fc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b1f4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b1e8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b1cc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b1c4210 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b1bc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b1ac050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b1a0110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b198090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b190450 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b180090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b178110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b170090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b1680d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b158350 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b144110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b135390 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b12d090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b110990 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b1005d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b0ec690 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b09e510 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b096250 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b0915d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b089f50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b04f210 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8b010110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8b007c50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8afd8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8afc4490 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8afb8410 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8afb08d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8af9cd10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8af90550 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8af88090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8af7c0d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8af74090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8af68090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8af60250 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8af50250 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8af44190 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8af3c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8af20ed0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8af181d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8af102d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8af00310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8aef4710 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8aee8150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8aed4310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8aec8ad0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8aeb8d50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8aeb04d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8aea9ad0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8aea4210 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8ae8c490 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8ae8c550 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8ae6a450 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8ae62cd0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8ae58090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8ae51b90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8ae482d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8ae3c190 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8ae18410 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8ae0c2d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8adfc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  ====================================================================================== 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 20 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:1246 wait_forever at ./task.jl:1168 unknown function (ip: 0x716d98f2a68f) at (unknown file) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file)   [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x12cf0f50->0x716d8adec110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. ====================================================================================== 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 6 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:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_74876.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 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.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007d6981b7bdf0 Total snapshots: 679. Utilization: 0% ╎679 @Base/task.jl:1168 wait_forever() 678╎ 679 @Base/task.jl:1246 wait() ====================================================================================== 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:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_74876.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 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.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007c8d86133490 Total snapshots: 764. Utilization: 0% ╎764 @Base/task.jl:1168 wait_forever() 763╎ 764 @Base/task.jl:1246 wait()  [pid 20] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x130e6b40->0x716d8adc0550 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.  [20] signal 15: Terminated in expression starting at none:0 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:1246 wait_forever at ./task.jl:1168 unknown function (ip: 0x716d98f2a68f) at (unknown file) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file) Allocations: 3245944 (Pool: 3245842; Big: 102); GC: 181 [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:170 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:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_74876.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file) Allocations: 10344483 (Pool: 10343876; Big: 607); GC: 10 [6] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/precompile.jl:57 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:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_74876.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file) Allocations: 8074536 (Pool: 8073930; Big: 606); GC: 9 ✗ PkgEval terminated after 2734.1s: test duration exceeded the time limit