Package evaluation of OpenCL on Julia 1.13.0-DEV.791 (d5209bd37d*) started at 2025-07-04T13:42:09.407 ################################################################################ # Set-up # Set-up completed after 0.22s ################################################################################ # 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.5 [e2ba6199] + ExprTools v0.1.10 [0c68f7d7] + GPUArrays v11.2.3 [46192b85] + GPUArraysCore v0.2.0 [61eb1bfa] + GPUCompiler v1.6.1 [096a3bc2] + GPUToolbox v0.2.0 [076d061b] + HashArrayMappedTries v0.2.0 [92d709cd] + IrrationalConstants v0.2.4 [692b3bcd] + JLLWrappers v1.7.0 [63c18a36] + KernelAbstractions v0.9.36 [929cbde3] + LLVM v9.4.2 [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.1 [7e506255] + ScopedValues v1.3.0 [6c6a2e73] + Scratch v1.3.0 [276daf66] + SpecialFunctions v2.5.1 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [10745b16] + Statistics v1.11.1 [e689c965] + Tracy v0.1.5 [013be700] + UnsafeAtomics v0.3.0 [dad2f222] + LLVMExtra_jll v0.0.37+2 [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.13.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.14.1+1 [e37daf67] + LibGit2_jll v1.9.1+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.5.20 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.5+0 [458c3c95] + OpenSSL_jll v3.5.0+0 [efcefdf7] + PCRE2_jll v10.45.0+0 [83775a58] + Zlib_jll v1.3.1+2 [8e850b90] + libblastrampoline_jll v5.13.1+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.65s ################################################################################ # 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... 5141.4 ms ✓ SPIRV_LLVM_Translator_unified_jll 1450.0 ms ✓ OpenCL_jll 15349.9 ms ✓ SPIRVIntrinsics 62666.2 ms ✓ OpenCL ✗ Atomix → AtomixOpenCLExt 4 dependencies successfully precompiled in 96 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 104.39s ################################################################################ # Loading # Loading OpenCL... julia: /source/src/gf.c:2549: jl_method_table_activate: Assertion `(__extension__ ({ __auto_type __atomic_load_ptr = (&method->dispatch_status); __typeof__ (*__atomic_load_ptr) __atomic_load_tmp; __atomic_load (__atomic_load_ptr, &__atomic_load_tmp, (memory_order_relaxed)); __atomic_load_tmp; }) & 0b0001) == 0' failed. [73] signal 6 (-6): Aborted in expression starting at none:1 unknown function (ip: 0x787177e0bebc) at /lib/x86_64-linux-gnu/libc.so.6 gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x787177da7394) at /lib/x86_64-linux-gnu/libc.so.6 __assert_fail at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) jl_method_table_activate at /source/src/gf.c:2549 jl_activate_methods at /source/src/staticdata_utils.c:729 [inlined] jl_restore_package_image_from_stream at /source/src/staticdata.c:4436 ijl_restore_incremental at /source/src/staticdata.c:4491 #_include_from_serialized#869 at ./loading.jl:1274 _include_from_serialized at ./loading.jl:1246 [inlined] #_require_search_from_serialized#885 at ./loading.jl:2088 _require_search_from_serialized at ./loading.jl:1982 jfptr__require_search_from_serialized_63775.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3692 [inlined] ijl_apply_generic at /source/src/gf.c:3892 __require_prelocked at ./loading.jl:2600 _require_prelocked at ./loading.jl:2466 macro expansion at ./loading.jl:2394 [inlined] macro expansion at ./lock.jl:376 [inlined] __require at ./loading.jl:2359 jfptr___require_49932.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3692 [inlined] ijl_apply_generic at /source/src/gf.c:3892 jl_apply at /source/src/julia.h:2343 [inlined] jl_f_invoke_in_world at /source/src/builtins.c:896 require at ./loading.jl:2335 [inlined] eval_import_path at ./module.jl:36 [inlined] eval_import_path_all at ./module.jl:60 _eval_using at ./module.jl:137 jfptr__eval_using_32887.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3692 [inlined] ijl_apply_generic at /source/src/gf.c:3892 jl_apply at /source/src/julia.h:2343 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:708 jl_interpret_toplevel_thunk at /source/src/interpreter.c:899 jl_toplevel_eval_flex at /source/src/toplevel.c:773 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 exec_options at ./client.jl:290 _start at ./client.jl:557 jfptr__start_33252.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3692 [inlined] ijl_apply_generic at /source/src/gf.c:3892 jl_apply at /source/src/julia.h:2343 [inlined] true_main at /source/src/jlapi.c:964 jl_repl_entrypoint at /source/src/jlapi.c:1132 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x787177da8249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S Allocations: 3271939 (Pool: 3271840; Big: 99); GC: 5 Loading failed after 13.7s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --pkgimages=existing -e 'using OpenCL'`, ProcessSignaled(6)) [0] Stacktrace: [1] pipeline_error @ ./process.jl:602 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:517 [3] run(::Cmd) @ Base ./process.jl:514 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:193 [5] include(mod::Module, _path::String) @ Base ./Base.jl:309 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:324 [7] _start() @ Base ./client.jl:557 in expression starting at /PkgEval.jl/scripts/evaluate.jl:184 PkgEval failed after 153.3s: there were unidentified errors