Package evaluation to load ElectronTests on Julia 1.13.0-DEV.1324 (c1d413cf8a*) started at 2025-10-17T19:35:42.374 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing ElectronTests... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [fa9e6d27] + ElectronTests v0.1.11 Updating `~/.julia/environments/v1.13/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.0 [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.10+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.12.0 [b27032c2] + LibCURL v0.6.4 [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.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.16.0+0 [e37daf67] + LibGit2_jll v1.9.1+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.9.9 [4536629a] + OpenBLAS_jll v0.3.29+0 [458c3c95] + OpenSSL_jll v3.5.4+0 [efcefdf7] + PCRE2_jll v10.46.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.67.1+0 [3f19e933] + p7zip_jll v17.6.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 8.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... 1170.6 ms ✓ WidgetsBase 4961.5 ms ✓ Electron 4776.5 ms ✓ HTTP 4044.1 ms ✓ WebSockets 6476.8 ms ✓ JSServe ElectronTests Waiting for background task / IO / timer. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95d82390 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94db8050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94d9c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94d50090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94d28090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94cec090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94cb4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94c88090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94c70090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94c58090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94c14090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94bd0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94b6c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94b44090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94b24090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94afc050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94a6c110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94a64090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94a3c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94a24090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab887f0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab88708090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94dd0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94de8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94e0c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94e1c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94e40090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94e90090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94ee4050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94f40090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab94f64090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab94fbc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95014090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95058090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9509c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab950e0150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95108090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95120090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95180090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab951c0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab951f8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9521c050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95264090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab952b0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95300090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9533c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95388090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab953d8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab953f4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9541c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95438090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9546c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab954ac090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9557c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab9562c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab956d0050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95794090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95818090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab958dc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95950090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95964090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95978090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab959bc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95a44090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95acc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95b0c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95b40090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95bd40d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95c08090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95c58050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95dc8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95df4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95e78090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95eb4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95f70090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab95fb4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab95fec090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96008090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96028090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96030090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab9604c110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab960ec090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96150090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96164050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96184090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab961a8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab961cc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab962181d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96240090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab9625c150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96270090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96288090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab962e4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab9631c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9634c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96e7c050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96e60090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96e34090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96de8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96ddc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96dc0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96dac090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96d64090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96d1c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96cb8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96ca00d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96c90110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96c80090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96c60050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96c38090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96be4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96b88090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96b70090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96b54090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96b30090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab96ac4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab96a34090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab989ec0d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98984090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98944090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98928190 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab988f4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab988d8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab988a0050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab988700d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9884c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98810090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab987c4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab987a8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98794090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98780090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98768090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98740090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98724090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab986f8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab986d8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab9831c550 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98304090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab982ec090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab982dc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab982c9a50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98298090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98290210 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98274510 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98274550 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab9825b410 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9824c310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab9823c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98230c90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98230cd0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9821a390 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98215a90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab981f8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab981e9110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab981dc2d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab981c0450 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab981a0210 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98184d90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98142e50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98130c90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98124bd0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98110c50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab980efb10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab980e02d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab980d9590 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab980d2410 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab980cbd90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab980b8490 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab980b0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab980a8350 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98091a90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab98091ad0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98091a50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab9805ce50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab9804cc90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab9804cd50 This means that a package has started a background task or event source that has not finished running. 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 33 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:1217 wait_forever at ./task.jl:1139 unknown function (ip: 0x78abad0bebaf) at (unknown file) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab98026550 This means that a package has started a background task or event source that has not finished running. 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 7 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:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_49079.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.13/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000727b84fb30d0 Total snapshots: 631. Utilization: 0% ╎631 @Base/task.jl:1139 wait_forever() 630╎ 631 @Base/task.jl:1217 wait() [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x22c84dd0->0x78ab97ffa790 This means that a package has started a background task or event source that has not finished running. 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 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:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_49079.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.13/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x000072cbafc9d1e0 Total snapshots: 674. Utilization: 0% ╎674 @Base/task.jl:1139 wait_forever() 673╎ 674 @Base/task.jl:1217 wait() [pid 33] waiting for IO to finish: Handle type uv_handle_t->data timer 0x230a4b40->0x78ab97fe9fd0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [7] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/precompile.jl:37 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:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_49079.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 2897999 (Pool: 2897869; Big: 130); GC: 4 PkgEval terminated after 2741.6s: test duration exceeded the time limit