Package evaluation of ElectronTests on Julia 1.13.0-DEV.464 (abc56fde89*) started at 2025-05-01T19:30:34.730 ################################################################################ # Set-up # Set-up completed after 0.17s ################################################################################ # Installation # Installing ElectronTests... ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: HTTP/2 301 (Connection timed out after 30005 milliseconds) while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Registry/Registry.jl:77 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.16.0 [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.0 [682c06a0] + JSON v0.21.4 [0f8b85d8] + JSON3 v1.14.2 ⌅ [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.0 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [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.0 [30578b45] + URIParser v0.4.1 [5c2747f8] + URIs v1.5.2 ⌃ [104b5d7c] + WebSockets v1.5.9 [eead4739] + WidgetsBase v0.1.4 [c8ffd9c3] + MbedTLS_jll v2.28.6+2 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [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.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.12.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.12.1+1 [e37daf67] + LibGit2_jll v1.9.0+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2024.12.31 [4536629a] + OpenBLAS_jll v0.3.29+0 [458c3c95] + OpenSSL_jll v3.0.16+0 [83775a58] + Zlib_jll v1.3.1+2 [8e850b90] + libblastrampoline_jll v5.12.0+0 [8e850ede] + nghttp2_jll v1.65.0+0 [3f19e933] + p7zip_jll v17.5.0+2 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 3.16s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... 1114.2 ms ✓ WidgetsBase 2653.4 ms ✓ WebSockets 6069.5 ms ✓ JSServe ElectronTests Waiting for background task / IO / timer. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df88659150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa0ba4050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df8613c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86120090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df860f4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df860ac090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86074090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df85f90090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df85f38090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df85f00090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df85ed4510 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df85ec4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df85e0c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df85da0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df85d54090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df861e4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df8621c050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86230090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df8623c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86284090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df862a00d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df862b8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df862d8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86310090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86324110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df863b8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df863e8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86438090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df8644c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df864e0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df8650c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86540090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86570090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86630090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df866c4050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df866e4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df866f0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df867d0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df867dc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df868f0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86a14090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86a2c150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86a4c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86a58090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86ac0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86ae8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86b0c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86b44090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86b9c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86bcc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86c14090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86c28090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86c54090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86ca4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86ce00d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86da4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86dec090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86e2c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86e78090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86e90090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86eb4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86ecc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86ee00d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86f04090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86f80090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86fb0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df86ff4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df87034090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df87078050 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df870bc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df87104090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df87124090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df87138090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df871a8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df871f4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df872a4090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df872f0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa1d24090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa1be0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa192c710 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa176c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa157c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df88e3c210 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df88de4310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df88d68110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df88b80090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df88b44090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df88b14310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df8891c290 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df8879c290 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df886fc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df88638550 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df880c8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df88108110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df88160090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df883c8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df88468490 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df884a0150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df88530090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71df88589490 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71df86178110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3124090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa30e7d10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa30c5150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa30b6e10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa309dd10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3088410 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3078190 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3064090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3044990 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa30343d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3024290 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3010110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3000090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2fec510 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2fd0090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2fbc090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2fa8090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2f94410 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2f7c110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2f68750 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2f54c50 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2f3c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2f28450 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2f14090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2f00490 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2eec150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2ed8910 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2ec8450 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2eaf0d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2e94090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2e79f10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2e68150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2e48e10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2e30a90 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2e18950 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2e083d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2de8f10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2dc8250 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2db8450 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2da8190 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2d94990 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2d88650 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2d780d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2d58310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2d3c4d0 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2d28310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2d14190 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa2d04610 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa2cf0110 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3188210 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3208210 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3280090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3320090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa336d310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3385e10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa33bd310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3410090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3427b10 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa342c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3434550 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa343f610 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3444310 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa344c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3454090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3458150 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3460890 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa346c090 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3473c90 This means that a package has started a background task or event source that has not finished running. 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 ====================================================================================== cmd: /opt/julia/bin/julia 26 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:454 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 jfptr_wait_forever_30192.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3479 [inlined] ijl_apply_generic at /source/src/gf.c:3679 jl_apply at /source/src/julia.h:2348 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3478110 This means that a package has started a background task or event source that has not finished running. 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 ====================================================================================== cmd: /opt/julia/bin/julia 9 running 0 of 2 signal (10): User defined signal 1 unknown function (ip: 0x701bb08aef14) at /lib/x86_64-linux-gnu/libc.so.6 pthread_cond_wait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv_cond_wait at /workspace/srcdir/libuv/src/unix/thread.c:822 ijl_task_get_next at /source/src/scheduler.c:520 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 jfptr_wait_forever_30192.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3479 [inlined] ijl_apply_generic at /source/src/gf.c:3679 jl_apply at /source/src/julia.h:2348 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) 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:454 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 jfptr_wait_forever_30192.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3479 [inlined] ijl_apply_generic at /source/src/gf.c:3679 jl_apply at /source/src/julia.h:2348 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ┌ 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 (interactive) Task 0x0000701ba2803760 Total snapshots: 601. Utilization: 0% ╎601 @Base/task.jl:1150 wait_forever() 600╎ 601 @Base/task.jl:1216 wait() Thread 2 (default) Task 0x0000701ba67fc100 Total snapshots: 601. Utilization: 0% ╎601 @Base/task.jl:1150 wait_forever() 600╎ 601 @Base/task.jl:1216 wait() [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x34022d0->0x71dfa3482c50 This means that a package has started a background task or event source that has not finished running. 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 ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 2 signal (10): User defined signal 1 unknown function (ip: 0x79a789fccf14) at /lib/x86_64-linux-gnu/libc.so.6 pthread_cond_wait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv_cond_wait at /workspace/srcdir/libuv/src/unix/thread.c:822 ijl_task_get_next at /source/src/scheduler.c:520 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 jfptr_wait_forever_30192.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3479 [inlined] ijl_apply_generic at /source/src/gf.c:3679 jl_apply at /source/src/julia.h:2348 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) 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:454 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 jfptr_wait_forever_30192.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3479 [inlined] ijl_apply_generic at /source/src/gf.c:3679 jl_apply at /source/src/julia.h:2348 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ┌ 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 (interactive) Task 0x000079a77bedafe0 Total snapshots: 592. Utilization: 0% ╎592 @Base/task.jl:1150 wait_forever() 591╎ 592 @Base/task.jl:1216 wait() Thread 2 (default) Task 0x000079a77fdfc100 Total snapshots: 592. Utilization: 0% ╎592 @Base/task.jl:1150 wait_forever() 591╎ 592 @Base/task.jl:1216 wait() [pid 26] waiting for IO to finish: Handle type uv_handle_t->data timer 0x24506d0->0x71dfa3485250 This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help. [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:152 unknown function (ip: 0x79a789fccf14) at /lib/x86_64-linux-gnu/libc.so.6 pthread_cond_wait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv_cond_wait at /workspace/srcdir/libuv/src/unix/thread.c:822 ijl_task_get_next at /source/src/scheduler.c:520 [26] signal 15: Terminated in expression starting at none:0 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:454 [9] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/precompile.jl:37 unknown function (ip: 0x701bb08aef14) at /lib/x86_64-linux-gnu/libc.so.6 pthread_cond_wait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv_cond_wait at /workspace/srcdir/libuv/src/unix/thread.c:822 ijl_task_get_next at /source/src/scheduler.c:520 wait at ./task.jl:1216 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 wait_forever at ./task.jl:1150 jfptr_wait_forever_30192.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3479 [inlined] ijl_apply_generic at /source/src/gf.c:3679 jl_apply at /source/src/julia.h:2348 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) jfptr_wait_forever_30192.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3479 [inlined] ijl_apply_generic at /source/src/gf.c:3679 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:454 jl_apply at /source/src/julia.h:2348 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) 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:454 wait at ./task.jl:1216 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 wait_forever at ./task.jl:1150 jfptr_wait_forever_30192.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3479 [inlined] ijl_apply_generic at /source/src/gf.c:3679 jfptr_wait_forever_30192.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3479 [inlined] ijl_apply_generic at /source/src/gf.c:3679 jl_apply at /source/src/julia.h:2348 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) Allocations: 6446543 (Pool: 6446427; Big: 116); GC: 8 jl_apply at /source/src/julia.h:2348 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) Allocations: 3112912 (Pool: 3112782; Big: 130); GC: 5 wait at ./task.jl:1216 PkgEval terminated after 2754.1s: test duration exceeded the time limit