Package evaluation to test ElectronTests on Julia 1.14.0-DEV.1601 (79ea5eb99c*) started at 2026-01-24T15:48:46.346 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.7s ################################################################################ # 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.29+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 5.32s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1123.8 ms ✓ WidgetsBase 6694.2 ms ✓ Electron 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. 3023.3 ms ✓ WebSockets 6535.0 ms ✓ JSServe  [pid 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f6815e990 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f74ce8050 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75b70090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75b2c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75b00090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75ae8110 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75acc090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75ab0090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75a98090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75a5c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75a44090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75a28090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f759f4090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75994050 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75964090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75910090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f758a0090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75888090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75854090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f757f0090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f757c8090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f757a4090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f7577c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f7573c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f756dc090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f756b8050 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75b94090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75ba4090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75bb8090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75c24090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75c88090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75cb8090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75cd00d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75cec090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75d20090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75d3c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75d70050 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75d9c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75db8090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75dd0090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75e08090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75e38090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75e680d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f75e9c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f75fc8090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f76570090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f76560050 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f76554090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f76550090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f76548090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f765441d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f76534110 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f76520090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f764d5350 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f764b8310 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f764452d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f7643c550 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f7643c9d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f76427610 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f763f3350 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f763b4550 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f763a0510 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f7638c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f7637c5d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f7634c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f76310690 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f762f4090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f762a8090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f76278fd0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f76258090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f76250210 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f76238850 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f76220090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f761f45d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f761d4090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f7872c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f78708190 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f786e8210 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f786c4090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f78524090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77db0090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77d90310 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77d74050 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77d64090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77d5c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77d4c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77d18410 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77d08250 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77cfc410 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77cf0750 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77ce5850 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77ce0b10 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77cc4090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77cb4250 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77cac310 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77c90110 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77c64390 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77c59150 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77c4cb50 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77c2c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77c24350 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77c00250 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77bf0490 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77bcc150 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77bc0f50 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77bbc110 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77bb8490 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77ba0090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77b98090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77b90090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77b84290 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77b78150 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77b6c490 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77b60090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77b58090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77b440d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77b38090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77b30190 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77b24050 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77b1c3d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77b10e10 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77b04090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77af8290 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77ae29d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77adc090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77ac8310 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77ab4450 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77aa4090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77a59f10 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77a56c90 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77a4e410 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77a49590 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f779cc110 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77990250 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77988090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77979510 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77968390 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f7795c350 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77948a50 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f779402d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77938090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77924ad0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f7791c050 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77908790 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f779025d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77902610 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f778e0210 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f778d8150 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f778c4090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f778b8c50 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f778b0550 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f778a81d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77898090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f778900d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77884110 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77874990 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77864ad0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f7785ec50 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77854190 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f7784d8d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f7783c0d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77823190 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f7781c090 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77811110 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f778083d0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77805450 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f777fc890 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f777d0d50 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f777c0e10 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f777b8190 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77790a10 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f7777c150 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f77774ad0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f77754990 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f7771ead0 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f776f2a50 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 23 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: 0x759f8592a69f) 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 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f776bd050 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_71192.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 0x0000794ab096bee0 Total snapshots: 648. Utilization: 0% ╎648 @Base/task.jl:1168 wait_forever() 647╎ 648 @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_71192.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 ==============================================================  [pid 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x30b7a830->0x759f776a8210 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. ┌ 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 0x000074d59dc981f0 Total snapshots: 676. Utilization: 0% ╎676 @Base/task.jl:1168 wait_forever() 675╎ 676 @Base/task.jl:1246 wait()  [pid 23] Waiting for background task / IO / timer to finish:  Handle type uv_handle_t->data  timer 0x307cecb0->0x759f7769c950 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. [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_71192.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: 8057917 (Pool: 8057309; Big: 608); GC: 9 PkgEval terminated after 2746.29s: test duration exceeded the time limit