Package evaluation of OpenCL on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-29T02:24:19.528 ################################################################################ # Set-up # Set-up completed after 0.29s ################################################################################ # Installation # Installing OpenCL... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [08131aa3] + OpenCL v0.10.2 Updating `~/.julia/environments/v1.13/Manifest.toml` [79e6a3ab] + Adapt v4.3.0 [a9b6321e] + Atomix v1.1.1 [fa961155] + CEnum v0.5.0 [ffbed154] + DocStringExtensions v0.9.4 [e2ba6199] + ExprTools v0.1.10 [0c68f7d7] + GPUArrays v11.2.2 [46192b85] + GPUArraysCore v0.2.0 [61eb1bfa] + GPUCompiler v1.4.0 [076d061b] + HashArrayMappedTries v0.2.0 [92d709cd] + IrrationalConstants v0.2.4 [692b3bcd] + JLLWrappers v1.7.0 [63c18a36] + KernelAbstractions v0.9.34 [929cbde3] + LLVM v9.3.1 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [08131aa3] + OpenCL v0.10.2 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [71d1d633] + SPIRVIntrinsics v0.2.0 [7e506255] + ScopedValues v1.3.0 [6c6a2e73] + Scratch v1.2.1 [276daf66] + SpecialFunctions v2.5.1 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [10745b16] + Statistics v1.11.1 [e689c965] + Tracy v0.1.4 [013be700] + UnsafeAtomics v0.3.0 [dad2f222] + LLVMExtra_jll v0.0.35+0 [ad6e5548] + LibTracyClient_jll v0.9.1+6 ⌅ [6cb37087] + OpenCL_jll v2024.5.8+1 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [85f0d8ed] + SPIRV_LLVM_Translator_unified_jll v0.7.1+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 [4af54fe1] + LazyArtifacts v1.11.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 [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 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.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 [05823500] + OpenLibm_jll v0.8.5+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 ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 8.89s ################################################################################ # 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... 1397.5 ms ✓ OpenCL_jll 95762.3 ms ✓ OpenCL 12670.1 ms ✓ Atomix → AtomixOpenCLExt 3 dependencies successfully precompiled in 114 seconds. 65 already precompiled. 1 dependency had output during precompilation: ┌ OpenCL │ WARNING: Constructor for type "Int" was extended in `cl` without explicit qualification or import. │ NOTE: Assumed "Int" refers to `Base.Int`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Int end`. │ Hint: To silence the warning, qualify `Int` as `Base.Int` in the method signature or explicitly `import Base: Int`. │ WARNING: Constructor for type "UInt" was extended in `cl` without explicit qualification or import. │ NOTE: Assumed "UInt" refers to `Base.UInt`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function UInt end`. │ Hint: To silence the warning, qualify `UInt` as `Base.UInt` in the method signature or explicitly `import Base: UInt`. │ WARNING: Constructor for type "BroadcastStyle" was extended in `OpenCL` without explicit qualification or import. │ NOTE: Assumed "BroadcastStyle" refers to `Broadcast.BroadcastStyle`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function BroadcastStyle end`. │ Hint: To silence the warning, qualify `BroadcastStyle` as `Broadcast.BroadcastStyle` in the method signature or explicitly `import Broadcast: BroadcastStyle`. └ Precompilation completed after 119.73s ################################################################################ # Loading # Loading OpenCL... Loading completed after 11.11s PkgEval succeeded after 159.28s