Package evaluation to test ParallelStencil on Julia 1.12.4 (422f456051*) started at 2026-01-29T01:10:08.548 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.4s ################################################################################ # Installation # Installing ParallelStencil... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [94395366] + ParallelStencil v0.15.1 Updating `~/.julia/environments/v1.12/Manifest.toml` [79e6a3ab] + Adapt v4.4.0 [d35fcfd7] + CellArrays v0.3.2 [1914dd2f] + MacroTools v0.5.16 [94395366] + ParallelStencil v0.15.1 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [ae029012] + Requires v1.3.1 [90137ffa] + StaticArrays v1.9.16 [1e83bf80] + StaticArraysCore v1.4.4 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.63s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 957.1 ms ✓ CUDA_Driver_jll 1 dependency successfully precompiled in 1 seconds. 28 already precompiled. Precompiling packages... 1464.1 ms ✓ GPUToolbox 1901.2 ms ✓ CUDA_Runtime_Discovery 14467.3 ms ✓ ObjectiveC 129327.1 ms ✓ DataFrames 5418.0 ms ✓ CUDA_Runtime_jll 5232.0 ms ✓ LLVMDowngrader_jll 25035.9 ms ✓ Enzyme → EnzymeBFloat16sExt 28677.9 ms ✓ ParallelStencil → ParallelStencil_EnzymeExt 49318.7 ms ✓ AMDGPU 181906.9 ms ✓ CUDA 63280.0 ms ✓ Metal 13753.1 ms ✓ AMDGPU → AMDGPUEnzymeCoreExt 142666.7 ms ✓ ParallelStencil → ParallelStencil_AMDGPUExt 23051.2 ms ✓ CUDA → EnzymeCoreExt 23642.4 ms ✓ CUDA → SpecialFunctionsExt 22860.9 ms ✓ Atomix → AtomixCUDAExt 22773.8 ms ✓ ArrayInterface → ArrayInterfaceCUDAExt 221672.3 ms ✓ ParallelStencil → ParallelStencil_CUDAExt 11405.7 ms ✓ Metal → SpecialFunctionsExt 10705.0 ms ✓ Atomix → AtomixMetalExt 10315.4 ms ✓ ArrayInterface → ArrayInterfaceMetalExt 91750.2 ms ✓ ParallelStencil → ParallelStencil_MetalExt 22 dependencies successfully precompiled in 1104 seconds. 145 already precompiled. 6 dependencies had output during precompilation: ┌ CUDA │ WARNING: Constructor for type "Int" was extended in `CUDA` 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 `CUDA` 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 `CUDA` 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`. │ WARNING: Constructor for type "CuArray" was extended in `CUBLAS` without explicit qualification or import. │ NOTE: Assumed "CuArray" refers to `CUDA.CuArray`. 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 CuArray end`. │ Hint: To silence the warning, qualify `CuArray` as `CUDA.CuArray` in the method signature or explicitly `import CUDA: CuArray`. │ WARNING: Constructor for type "SparseVector" was extended in `CUSPARSE` without explicit qualification or import. │ NOTE: Assumed "SparseVector" refers to `SparseArrays.SparseVector`. 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 SparseVector end`. │ Hint: To silence the warning, qualify `SparseVector` as `SparseArrays.SparseVector` in the method signature or explicitly `import SparseArrays: SparseVector`. │ WARNING: Constructor for type "SparseMatrixCSC" was extended in `CUSPARSE` without explicit qualification or import. │ NOTE: Assumed "SparseMatrixCSC" refers to `SparseArrays.SparseMatrixCSC`. 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 SparseMatrixCSC end`. │ Hint: To silence the warning, qualify `SparseMatrixCSC` as `SparseArrays.SparseMatrixCSC` in the method signature or explicitly `import SparseArrays: SparseMatrixCSC`. │ WARNING: Constructor for type "CuVector" was extended in `CUSPARSE` without explicit qualification or import. │ NOTE: Assumed "CuVector" refers to `CUDA.CuVector`. 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 CuVector end`. │ Hint: To silence the warning, qualify `CuVector` as `CUDA.CuVector` in the method signature or explicitly `import CUDA: CuVector`. │ WARNING: Constructor for type "CuMatrix" was extended in `CUSOLVER` without explicit qualification or import. │ NOTE: Assumed "CuMatrix" refers to `CUDA.CuMatrix`. 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 CuMatrix end`. │ Hint: To silence the warning, qualify `CuMatrix` as `CUDA.CuMatrix` in the method signature or explicitly `import CUDA: CuMatrix`. │ WARNING: Constructor for type "CuArray" was extended in `CUSOLVER` without explicit qualification or import. │ NOTE: Assumed "CuArray" refers to `CUDA.CuArray`. 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 CuArray end`. │ Hint: To silence the warning, qualify `CuArray` as `CUDA.CuArray` in the method signature or explicitly `import CUDA: CuArray`. └ ┌ ParallelStencil → ParallelStencil_CUDAExt │ WARNING: Constructor for type "Int" was extended in `CUDA` 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 `CUDA` 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 `CUDA` 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`. │ WARNING: Constructor for type "CuArray" was extended in `CUBLAS` without explicit qualification or import. │ NOTE: Assumed "CuArray" refers to `CUDA.CuArray`. 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 CuArray end`. │ Hint: To silence the warning, qualify `CuArray` as `CUDA.CuArray` in the method signature or explicitly `import CUDA: CuArray`. │ WARNING: Constructor for type "SparseVector" was extended in `CUSPARSE` without explicit qualification or import. │ NOTE: Assumed "SparseVector" refers to `SparseArrays.SparseVector`. 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 SparseVector end`. │ Hint: To silence the warning, qualify `SparseVector` as `SparseArrays.SparseVector` in the method signature or explicitly `import SparseArrays: SparseVector`. │ WARNING: Constructor for type "SparseMatrixCSC" was extended in `CUSPARSE` without explicit qualification or import. │ NOTE: Assumed "SparseMatrixCSC" refers to `SparseArrays.SparseMatrixCSC`. 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 SparseMatrixCSC end`. │ Hint: To silence the warning, qualify `SparseMatrixCSC` as `SparseArrays.SparseMatrixCSC` in the method signature or explicitly `import SparseArrays: SparseMatrixCSC`. │ WARNING: Constructor for type "CuVector" was extended in `CUSPARSE` without explicit qualification or import. │ NOTE: Assumed "CuVector" refers to `CUDA.CuVector`. 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 CuVector end`. │ Hint: To silence the warning, qualify `CuVector` as `CUDA.CuVector` in the method signature or explicitly `import CUDA: CuVector`. │ WARNING: Constructor for type "CuMatrix" was extended in `CUSOLVER` without explicit qualification or import. │ NOTE: Assumed "CuMatrix" refers to `CUDA.CuMatrix`. 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 CuMatrix end`. │ Hint: To silence the warning, qualify `CuMatrix` as `CUDA.CuMatrix` in the method signature or explicitly `import CUDA: CuMatrix`. │ WARNING: Constructor for type "CuArray" was extended in `CUSOLVER` without explicit qualification or import. │ NOTE: Assumed "CuArray" refers to `CUDA.CuArray`. 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 CuArray end`. │ Hint: To silence the warning, qualify `CuArray` as `CUDA.CuArray` in the method signature or explicitly `import CUDA: CuArray`. └ ┌ Enzyme → EnzymeBFloat16sExt │ ┌ Warning: Enzyme.jl support for Julia 1.12 is presently in progress. │ │ For the time being we recommend using 1.11 or LTS (1.10). │ │ │ │ For latest updates, check the status of support for Julia 1.12+ at │ │ https://github.com/EnzymeAD/Enzyme.jl/issues/2699. │ │ │ └ @ Enzyme ~/.julia/packages/Enzyme/Jkgzt/src/Enzyme.jl:1587 └ ┌ AMDGPU → AMDGPUEnzymeCoreExt │ ┌ Error: ROCm discovery failed! │ │ Discovered ROCm path: . │ │ Use `ROCM_PATH` env variable to specify ROCm directory. │ │ │ │ exception = │ │ AssertionError: isdir(libdir) │ │ Stacktrace: │ │ [1] find_rocm_library(lib::String; rocm_path::String, ext::String) │ │ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:113 │ │ [2] find_rocm_library │ │ @ ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:111 [inlined] │ │ [3] __init__() │ │ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:79 │ │ [4] run_module_init(mod::Module, i::Int64) │ │ @ Base ./loading.jl:1443 │ │ [5] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) │ │ @ Base ./loading.jl:1431 │ │ [6] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}; register::Bool) │ │ @ Base ./loading.jl:1319 │ │ [7] _include_from_serialized │ │ @ ./loading.jl:1274 [inlined] │ │ [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) │ │ @ Base ./loading.jl:2115 │ │ [9] _require_search_from_serialized │ │ @ ./loading.jl:2009 [inlined] │ │ [10] __require_prelocked(pkg::Base.PkgId, env::String) │ │ @ Base ./loading.jl:2627 │ │ [11] _require_prelocked(uuidkey::Base.PkgId, env::String) │ │ @ Base ./loading.jl:2493 │ │ [12] macro expansion │ │ @ ./loading.jl:2421 [inlined] │ │ [13] macro expansion │ │ @ ./lock.jl:376 [inlined] │ │ [14] __require(into::Module, mod::Symbol) │ │ @ Base ./loading.jl:2386 │ │ [15] require(into::Module, mod::Symbol) │ │ @ Base ./loading.jl:2362 │ │ [16] top-level scope │ │ @ ~/.julia/packages/AMDGPU/IDGfT/ext/AMDGPUEnzymeCoreExt/AMDGPUEnzymeCoreExt.jl:3 │ │ [17] include(mod::Module, _path::String) │ │ @ Base ./Base.jl:306 │ │ [18] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) │ │ @ Base ./loading.jl:3024 │ │ [19] top-level scope │ │ @ stdin:5 │ │ [20] eval(m::Module, e::Any) │ │ @ Core ./boot.jl:489 │ │ [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ │ @ Base ./loading.jl:2870 │ │ [22] include_string │ │ @ ./loading.jl:2880 [inlined] │ │ [23] exec_options(opts::Base.JLOptions) │ │ @ Base ./client.jl:315 │ │ [24] _start() │ │ @ Base ./client.jl:550 │ └ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:101 └ ┌ ParallelStencil → ParallelStencil_EnzymeExt │ ┌ Warning: Enzyme.jl support for Julia 1.12 is presently in progress. │ │ For the time being we recommend using 1.11 or LTS (1.10). │ │ │ │ For latest updates, check the status of support for Julia 1.12+ at │ │ https://github.com/EnzymeAD/Enzyme.jl/issues/2699. │ │ │ └ @ Enzyme ~/.julia/packages/Enzyme/Jkgzt/src/Enzyme.jl:1587 └ ┌ ParallelStencil → ParallelStencil_AMDGPUExt │ ┌ Error: ROCm discovery failed! │ │ Discovered ROCm path: . │ │ Use `ROCM_PATH` env variable to specify ROCm directory. │ │ │ │ exception = │ │ AssertionError: isdir(libdir) │ │ Stacktrace: │ │ [1] find_rocm_library(lib::String; rocm_path::String, ext::String) │ │ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:113 │ │ [2] find_rocm_library │ │ @ ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:111 [inlined] │ │ [3] __init__() │ │ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:79 │ │ [4] run_module_init(mod::Module, i::Int64) │ │ @ Base ./loading.jl:1443 │ │ [5] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) │ │ @ Base ./loading.jl:1431 │ │ [6] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}; register::Bool) │ │ @ Base ./loading.jl:1319 │ │ [7] _include_from_serialized │ │ @ ./loading.jl:1274 [inlined] │ │ [8] _tryrequire_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing) │ │ @ Base ./loading.jl:2003 │ │ [9] __require_prelocked(pkg::Base.PkgId, env::String) │ │ @ Base ./loading.jl:2695 │ │ [10] _require_prelocked(uuidkey::Base.PkgId, env::String) │ │ @ Base ./loading.jl:2493 │ │ [11] macro expansion │ │ @ ./loading.jl:2421 [inlined] │ │ [12] macro expansion │ │ @ ./lock.jl:376 [inlined] │ │ [13] __require(into::Module, mod::Symbol) │ │ @ Base ./loading.jl:2386 │ │ [14] require(into::Module, mod::Symbol) │ │ @ Base ./loading.jl:2362 │ │ [15] include(mapexpr::Function, mod::Module, _path::String) │ │ @ Base ./Base.jl:307 │ │ [16] top-level scope │ │ @ ~/.julia/packages/ParallelStencil/LJvvI/ext/ParallelStencil_AMDGPUExt.jl:2 │ │ [17] include(mod::Module, _path::String) │ │ @ Base ./Base.jl:306 │ │ [18] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) │ │ @ Base ./loading.jl:3024 │ │ [19] top-level scope │ │ @ stdin:5 │ │ [20] eval(m::Module, e::Any) │ │ @ Core ./boot.jl:489 │ │ [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ │ @ Base ./loading.jl:2870 │ │ [22] include_string │ │ @ ./loading.jl:2880 [inlined] │ │ [23] exec_options(opts::Base.JLOptions) │ │ @ Base ./client.jl:315 │ │ [24] _start() │ │ @ Base ./client.jl:550 │ └ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:101 └ Precompilation completed after 1128.67s ################################################################################ # Testing # Testing ParallelStencil Status `/tmp/jl_phuB9H/Project.toml` ⌅ [21141c5a] AMDGPU v1.3.6 ⌃ [052768ef] CUDA v5.8.2 [d35fcfd7] CellArrays v0.3.2 [7da242da] Enzyme v0.13.123 [1914dd2f] MacroTools v0.5.16 [dde4c033] Metal v1.9.1 [94395366] ParallelStencil v0.15.1 [f517fe37] Polyester v0.7.18 [90137ffa] StaticArrays v1.9.16 [9a3f8284] Random v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_phuB9H/Manifest.toml` ⌅ [21141c5a] AMDGPU v1.3.6 [621f4979] AbstractFFTs v1.5.0 [6a4ca0a5] AcceleratedKernels v0.4.3 [79e6a3ab] Adapt v4.4.0 [dce04be8] ArgCheck v2.5.0 [4fba245c] ArrayInterface v7.22.0 [a9b6321e] Atomix v1.1.2 ⌅ [ab4f0b2a] BFloat16s v0.5.1 [62783981] BitTwiddlingConvenienceFunctions v0.1.6 [fa961155] CEnum v0.5.0 [2a0fbf3d] CPUSummary v0.2.7 ⌃ [052768ef] CUDA v5.8.2 ⌅ [1af6417a] CUDA_Runtime_Discovery v0.3.5 [d35fcfd7] CellArrays v0.3.2 [fb6a15b2] CloseOpenIntervals v0.1.13 [523fee87] CodecBzip2 v0.8.5 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.18.1 [adafc99b] CpuId v0.3.1 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.8.1 [864edb3b] DataStructures v0.19.3 [e2d170a0] DataValueInterfaces v1.0.0 [ffbed154] DocStringExtensions v0.9.5 [7da242da] Enzyme v0.13.123 [f151be2c] EnzymeCore v0.8.18 [e2ba6199] ExprTools v0.1.10 [0c68f7d7] GPUArrays v11.3.4 [46192b85] GPUArraysCore v0.2.0 [61eb1bfa] GPUCompiler v1.8.2 ⌅ [096a3bc2] GPUToolbox v0.2.0 [076d061b] HashArrayMappedTries v0.2.0 [615f187c] IfElse v0.1.1 [842dd82b] InlineStrings v1.4.5 [41ab1584] InvertedIndices v1.3.1 [92d709cd] IrrationalConstants v0.2.6 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.1 [63c18a36] KernelAbstractions v0.9.39 [929cbde3] LLVM v9.4.4 [8b046642] LLVMLoopInfo v1.0.0 [b964fa9f] LaTeXStrings v1.4.0 [10f19ff3] LayoutPointers v0.1.17 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [d125e4d3] ManualMemory v0.1.8 [dde4c033] Metal v1.9.1 [e1d29d7a] Missings v1.2.0 [5da4648a] NVTX v1.0.3 [d8793406] ObjectFile v0.5.0 [e86c9b32] ObjectiveC v3.4.2 [bac558e1] OrderedCollections v1.8.1 [94395366] ParallelStencil v0.15.1 [f517fe37] Polyester v0.7.18 [1d0040c9] PolyesterWeave v0.2.2 [2dfb63ee] PooledArrays v1.4.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 ⌅ [08abe8d2] PrettyTables v2.4.0 [74087812] Random123 v1.7.1 [e6cf234a] RandomNumbers v1.6.0 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [94e857df] SIMDTypes v0.1.0 [431bcebd] SciMLPublic v1.0.1 [7e506255] ScopedValues v1.5.0 [6c6a2e73] Scratch v1.3.0 [91c51154] SentinelArrays v1.4.9 [a2af1166] SortingAlgorithms v1.2.2 [276daf66] SpecialFunctions v2.6.1 [aedffcd0] Static v1.3.1 [0d7ed370] StaticArrayInterface v1.8.0 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [7792a7ef] StrideArraysCore v0.5.8 [892a3eda] StringManipulation v0.4.2 [53d494c1] StructIO v0.3.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [8290d209] ThreadingUtilities v0.5.5 [e689c965] Tracy v0.1.6 [3bb67fe8] TranscodingStreams v0.11.3 [013be700] UnsafeAtomics v0.3.0 [6e34b625] Bzip2_jll v1.0.9+0 ⌅ [4ee394cb] CUDA_Driver_jll v0.13.1+0 ⌅ [76a88914] CUDA_Runtime_jll v0.17.1+0 [7cc45869] Enzyme_jll v0.0.243+0 [9c1d0b0a] JuliaNVTXCallbacks_jll v0.2.1+0 [f52de702] LLVMDowngrader_jll v0.6.0+1 [dad2f222] LLVMExtra_jll v0.0.38+0 ⌅ [86de99a1] LLVM_jll v18.1.7+4 [ad6e5548] LibTracyClient_jll v0.13.1+0 [e98f9f5b] NVTX_jll v3.2.2+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 ⌅ [873c0968] ROCmDeviceLibs_jll v6.2.1+0 [1e29f10c] demumble_jll v1.3.0+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 [9fa8497b] Future 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.1 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.12.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 [d55e3150] LLD_jll v18.1.7+5 [deac9b47] LibCURL_jll v8.15.0+0 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.11.4 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.4+0 [bea87d4a] SuiteSparse_jll v7.8.3+2 [83775a58] Zlib_jll v1.3.1+2 [8f36deef] libLLVM_jll v18.1.7+5 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.64.0+1 [3f19e933] p7zip_jll v17.7.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... Precompiling packages... 2915.2 ms ✓ Tracy 26173.6 ms ✓ Atomix → AtomixCUDAExt 2 dependencies successfully precompiled in 30 seconds. 98 already precompiled. ┌ Error: ROCm discovery failed! │ Discovered ROCm path: . │ Use `ROCM_PATH` env variable to specify ROCm directory. │ │ exception = │ AssertionError: isdir(libdir) │ Stacktrace: │ [1] find_rocm_library(lib::String; rocm_path::String, ext::String) │ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:113 │ [2] find_rocm_library │ @ ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:111 [inlined] │ [3] __init__() │ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:79 │ [4] run_module_init(mod::Module, i::Int64) │ @ Base ./loading.jl:1443 │ [5] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) │ @ Base ./loading.jl:1431 │ [6] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}; register::Bool) │ @ Base ./loading.jl:1319 │ [7] _include_from_serialized │ @ ./loading.jl:1274 [inlined] │ [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) │ @ Base ./loading.jl:2115 │ [9] _require_search_from_serialized │ @ ./loading.jl:2009 [inlined] │ [10] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2627 │ [11] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2493 │ [12] macro expansion │ @ ./loading.jl:2421 [inlined] │ [13] macro expansion │ @ ./lock.jl:376 [inlined] │ [14] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2386 │ [15] require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2362 │ [16] top-level scope │ @ ~/.julia/packages/ParallelStencil/LJvvI/test/runtests.jl:7 │ [17] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:307 │ [18] top-level scope │ @ none:6 │ [19] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [20] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:283 │ [21] _start() │ @ Base ./client.jl:550 └ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:101 Precompiling packages... 23537.9 ms ✓ CUDA → SpecialFunctionsExt 10270.8 ms ✓ Metal → SpecialFunctionsExt 10132.5 ms ✓ Atomix → AtomixMetalExt 3 dependencies successfully precompiled in 45 seconds. 112 already precompiled. Testing package ParallelStencil.jl ┌ Warning: Test Skip: All CUDA tests will be skipped because CUDA is not functional (if this is unexpected type `import CUDA; CUDA.functional(true)` to debug your CUDA installation). └ @ Main ~/.julia/packages/ParallelStencil/LJvvI/test/runtests.jl:25 ┌ Warning: Test Skip: All AMDGPU tests will be skipped because AMDGPU is not functional (if this is unexpected type `import AMDGPU; AMDGPU.functional()` to debug your AMDGPU installation). └ @ Main ~/.julia/packages/ParallelStencil/LJvvI/test/runtests.jl:29 ┌ Warning: Test Skip: All Metal tests will be skipped because Metal is not functional (if this is unexpected type `import Metal; Metal.functional()` to debug your Metal installation). └ @ Main ~/.julia/packages/ParallelStencil/LJvvI/test/runtests.jl:33 Test Summary: | Pass Total  Time test_allocators.jl (package: Threads) |  410  410 27.1s Test Summary: | Pass Total Time test_allocators.jl (package: Polyester) |  410  410 1.6s Precompiling packages... 1204.7 ms ✓ StaticArraysCore 2214.7 ms ✓ Requires 1531.3 ms ✓ Preferences 982.8 ms ✓ Adapt 1014.3 ms ✓ PrecompileTools 26893.3 ms ✓ StaticArrays 1522.8 ms ✓ Adapt → AdaptStaticArraysExt 1686.7 ms ✓ CellArrays 8 dependencies successfully precompiled in 37 seconds. 5 already precompiled. Precompiling packages... 11041.1 ms ✓ MacroTools 9964.1 ms ✓ ParallelStencil 2 dependencies successfully precompiled in 21 seconds. 13 already precompiled. Precompiling packages... 1373.2 ms ✓ LLVMLoopInfo 919.3 ms ✓ GPUToolbox 4102.3 ms ✓ OrderedCollections 827.7 ms ✓ DataValueInterfaces 1259.6 ms ✓ AbstractFFTs 911.3 ms ✓ LaTeXStrings 902.9 ms ✓ InvertedIndices 821.7 ms ✓ Reexport 1934.4 ms ✓ InlineStrings 1166.6 ms ✓ Statistics 916.5 ms ✓ ExprTools 782.9 ms ✓ IteratorInterfaceExtensions 5377.3 ms ✓ UnsafeAtomics 909.4 ms ✓ DataAPI 6072.2 ms ✓ Crayons 4074.2 ms ✓ BFloat16s 3527.8 ms ✓ CEnum 1912.6 ms ✓ RandomNumbers 6538.5 ms ✓ CUDA_Runtime_Discovery 962.4 ms ✓ HashArrayMappedTries 4006.4 ms ✓ SentinelArrays 967.1 ms ✓ Scratch 3971.8 ms ✓ Compat 1314.4 ms ✓ Adapt → AdaptSparseArraysExt 1269.5 ms ✓ GPUArraysCore 1218.6 ms ✓ JLLWrappers 6213.1 ms ✓ StringManipulation 3903.2 ms ✓ DataStructures 1405.2 ms ✓ Statistics → SparseArraysExt 1450.6 ms ✓ StaticArrays → StaticArraysStatisticsExt 819.6 ms ✓ TableTraits 1106.6 ms ✓ Atomix 1069.6 ms ✓ PooledArrays 3929.0 ms ✓ Missings 2005.6 ms ✓ Random123 961.0 ms ✓ ScopedValues 946.7 ms ✓ Compat → CompatLinearAlgebraExt 1572.5 ms ✓ NVTX_jll 5268.5 ms ✓ CUDA_Driver_jll 1608.4 ms ✓ LibTracyClient_jll 1584.9 ms ✓ JuliaNVTXCallbacks_jll 5442.1 ms ✓ LLVMExtra_jll 1521.7 ms ✓ demumble_jll 1151.2 ms ✓ SortingAlgorithms 4525.9 ms ✓ Tables 14979.3 ms ✓ KernelAbstractions 11509.9 ms ✓ CUDA_Runtime_jll 2894.5 ms ✓ Tracy 2489.2 ms ✓ NVTX 19754.7 ms ✓ LLVM 70988.7 ms ✓ PrettyTables 2794.5 ms ✓ KernelAbstractions → SparseArraysExt 2173.5 ms ✓ KernelAbstractions → LinearAlgebraExt 4416.9 ms ✓ LLVM → BFloat16sExt 218477.7 ms ✓ GPUCompiler 6757.0 ms ✓ UnsafeAtomics → UnsafeAtomicsLLVM 190093.8 ms ✓ DataFrames 16408.2 ms ✓ GPUArrays Info Given CUDA was explicitly requested, output will be shown live  WARNING: Constructor for type "Int" was extended in `CUDA` 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 `CUDA` 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 `CUDA` 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`. WARNING: Constructor for type "CuArray" was extended in `CUBLAS` without explicit qualification or import.  NOTE: Assumed "CuArray" refers to `CUDA.CuArray`. 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 CuArray end`.  Hint: To silence the warning, qualify `CuArray` as `CUDA.CuArray` in the method signature or explicitly `import CUDA: CuArray`. WARNING: Constructor for type "SparseVector" was extended in `CUSPARSE` without explicit qualification or import.  NOTE: Assumed "SparseVector" refers to `SparseArrays.SparseVector`. 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 SparseVector end`.  Hint: To silence the warning, qualify `SparseVector` as `SparseArrays.SparseVector` in the method signature or explicitly `import SparseArrays: SparseVector`. WARNING: Constructor for type "SparseMatrixCSC" was extended in `CUSPARSE` without explicit qualification or import.  NOTE: Assumed "SparseMatrixCSC" refers to `SparseArrays.SparseMatrixCSC`. 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 SparseMatrixCSC end`.  Hint: To silence the warning, qualify `SparseMatrixCSC` as `SparseArrays.SparseMatrixCSC` in the method signature or explicitly `import SparseArrays: SparseMatrixCSC`. WARNING: Constructor for type "CuVector" was extended in `CUSPARSE` without explicit qualification or import.  NOTE: Assumed "CuVector" refers to `CUDA.CuVector`. 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 CuVector end`.  Hint: To silence the warning, qualify `CuVector` as `CUDA.CuVector` in the method signature or explicitly `import CUDA: CuVector`. WARNING: Constructor for type "CuMatrix" was extended in `CUSOLVER` without explicit qualification or import.  NOTE: Assumed "CuMatrix" refers to `CUDA.CuMatrix`. 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 CuMatrix end`.  Hint: To silence the warning, qualify `CuMatrix` as `CUDA.CuMatrix` in the method signature or explicitly `import CUDA: CuMatrix`. WARNING: Constructor for type "CuArray" was extended in `CUSOLVER` without explicit qualification or import.  NOTE: Assumed "CuArray" refers to `CUDA.CuArray`. 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 CuArray end`.  Hint: To silence the warning, qualify `CuArray` as `CUDA.CuArray` in the method signature or explicitly `import CUDA: CuArray`. 159161.3 ms ✓ CUDA 19739.0 ms ✓ Atomix → AtomixCUDAExt 60 dependencies successfully precompiled in 848 seconds. 40 already precompiled. 1 dependency had output during precompilation: ┌ CUDA │ [Output was shown above] └  Precompiling packages... 4201.0 ms ✓ AbstractFFTs → AbstractFFTsTestExt 1 dependency successfully precompiled in 4 seconds. 9 already precompiled. Precompiling packages... 21634.8 ms ✓ ParallelStencil → ParallelStencil_CUDAExt 1 dependency successfully precompiled in 23 seconds. 102 already precompiled. Precompiling packages... 1487.3 ms ✓ DocStringExtensions 6893.8 ms ✓ IrrationalConstants 960.8 ms ✓ ArgCheck 1945.5 ms ✓ LLVM_jll 1354.9 ms ✓ ROCmDeviceLibs_jll 1538.3 ms ✓ OpenSpecFun_jll 1396.5 ms ✓ LogExpFunctions 6308.5 ms ✓ AcceleratedKernels 6506.9 ms ✓ SpecialFunctions 42348.2 ms ✓ AMDGPU 10 dependencies successfully precompiled in 71 seconds. 80 already precompiled. ┌ Error: ROCm discovery failed! │ Discovered ROCm path: . │ Use `ROCM_PATH` env variable to specify ROCm directory. │  │  exception = │  AssertionError: isdir(libdir) │  Stacktrace: │  [1] find_rocm_library(lib::String; rocm_path::String, ext::String) │   @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:113 │  [2] find_rocm_library │   @ ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:111 [inlined] │  [3] __init__() │   @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:79 │  [4] run_module_init(mod::Module, i::Int64) │   @ Base ./loading.jl:1443 │  [5] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) │   @ Base ./loading.jl:1431 │  [6] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any}; register::Bool) │   @ Base ./loading.jl:1319 │  [7] _include_from_serialized │   @ ./loading.jl:1274 [inlined] │  [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) │   @ Base ./loading.jl:2115 │  [9] _require_search_from_serialized │   @ ./loading.jl:2009 [inlined] │  [10] __require_prelocked(pkg::Base.PkgId, env::String) │   @ Base ./loading.jl:2627 │  [11] _require_prelocked(uuidkey::Base.PkgId, env::String) │   @ Base ./loading.jl:2493 │  [12] macro expansion │   @ ./loading.jl:2421 [inlined] │  [13] macro expansion │   @ ./lock.jl:376 [inlined] │  [14] __require(into::Module, mod::Symbol) │   @ Base ./loading.jl:2386 │  [15] require(into::Module, mod::Symbol) │   @ Base ./loading.jl:2362 │  [16] eval(m::Module, e::Any) │   @ Core ./boot.jl:489 │  [17] define_ROCCellArray(caller::Module) │   @ CellArrays ~/.julia/packages/CellArrays/es3lT/src/CellArray.jl:195 │  [18] var"@define_ROCCellArray"(__source__::LineNumberNode, __module__::Module) │   @ CellArrays ~/.julia/packages/CellArrays/es3lT/src/CellArray.jl:192 │  [19] include(mod::Module, _path::String) │   @ Base ./Base.jl:306 │  [20] exec_options(opts::Base.JLOptions) │   @ Base ./client.jl:317 │  [21] _start() │   @ Base ./client.jl:550 └ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:101 Precompiling packages... 1670.2 ms ✓ TranscodingStreams 19602.4 ms ✓ ObjectiveC 1635.9 ms ✓ Bzip2_jll 5440.9 ms ✓ LLVMDowngrader_jll 18931.5 ms ✓ CUDA → SpecialFunctionsExt 1083.8 ms ✓ CodecBzip2 71879.3 ms ✓ Metal 9811.4 ms ✓ Metal → SpecialFunctionsExt 9612.4 ms ✓ Atomix → AtomixMetalExt 9 dependencies successfully precompiled in 143 seconds. 106 already precompiled. Precompiling packages... Info Given ParallelStencil_AMDGPUExt was explicitly requested, output will be shown live  ┌ Error: ROCm discovery failed! │ Discovered ROCm path: . │ Use `ROCM_PATH` env variable to specify ROCm directory. │  │  exception = │  AssertionError: isdir(libdir) │  Stacktrace: │  [1] find_rocm_library(lib::String; rocm_path::String, ext::String) │   @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:113 │  [2] find_rocm_library │   @ ~/.julia/packages/AMDGPU/IDGfT/src/discovery/utils.jl:111 [inlined] │  [3] __init__() │   @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:79 │  [4] run_module_init(mod::Module, i::Int64) │   @ Base ./loading.jl:1443 │  [5] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) │   @ Base ./loading.jl:1431 │  [6] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any}; register::Bool) │   @ Base ./loading.jl:1319 │  [7] _include_from_serialized │   @ ./loading.jl:1274 [inlined] │  [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) │   @ Base ./loading.jl:2115 │  [9] _require_search_from_serialized │   @ ./loading.jl:2009 [inlined] │  [10] __require_prelocked(pkg::Base.PkgId, env::String) │   @ Base ./loading.jl:2627 │  [11] _require_prelocked(uuidkey::Base.PkgId, env::String) │   @ Base ./loading.jl:2493 │  [12] macro expansion │   @ ./loading.jl:2421 [inlined] │  [13] macro expansion │   @ ./lock.jl:376 [inlined] │  [14] __require(into::Module, mod::Symbol) │   @ Base ./loading.jl:2386 │  [15] require(into::Module, mod::Symbol) │   @ Base ./loading.jl:2362 │  [16] include(mapexpr::Function, mod::Module, _path::String) │   @ Base ./Base.jl:307 │  [17] top-level scope │   @ ~/.julia/packages/ParallelStencil/LJvvI/ext/ParallelStencil_AMDGPUExt.jl:2 │  [18] include(mod::Module, _path::String) │   @ Base ./Base.jl:306 │  [19] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) │   @ Base ./loading.jl:3024 │  [20] top-level scope │   @ stdin:5 │  [21] eval(m::Module, e::Any) │   @ Core ./boot.jl:489 │  [22] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │   @ Base ./loading.jl:2870 │  [23] include_string │   @ ./loading.jl:2880 [inlined] │  [24] exec_options(opts::Base.JLOptions) │   @ Base ./client.jl:315 │  [25] _start() │   @ Base ./client.jl:550 └ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:101 13049.4 ms ✓ ParallelStencil → ParallelStencil_AMDGPUExt 1 dependency successfully precompiled in 14 seconds. 92 already precompiled. 1 dependency had output during precompilation: ┌ ParallelStencil → ParallelStencil_AMDGPUExt │ [Output was shown above] └  ┌ Error: Metal.jl is only supported on macOS └ @ Metal ~/.julia/packages/Metal/tcux6/src/initialization.jl:32 Precompiling packages... 15710.6 ms ✓ ParallelStencil → ParallelStencil_MetalExt 1 dependency successfully precompiled in 16 seconds. 77 already precompiled. Precompiling packages... 866.6 ms ✓ SIMDTypes 880.9 ms ✓ IfElse 892.8 ms ✓ CommonWorldInvalidations 1194.9 ms ✓ SciMLPublic 1012.1 ms ✓ ManualMemory 2009.2 ms ✓ CpuId 3930.5 ms ✓ ArrayInterface 14647.4 ms ✓ Static 4768.7 ms ✓ ThreadingUtilities 955.8 ms ✓ BitTwiddlingConvenienceFunctions 2793.2 ms ✓ CPUSummary 49827.8 ms ✓ StaticArrayInterface 1819.1 ms ✓ PolyesterWeave 1208.5 ms ✓ CloseOpenIntervals 1382.7 ms ✓ LayoutPointers 1947.6 ms ✓ StrideArraysCore 2151.9 ms ✓ Polyester 17 dependencies successfully precompiled in 92 seconds. 15 already precompiled. Precompiling packages... 901.2 ms ✓ ArrayInterface → ArrayInterfaceGPUArraysCoreExt 1 dependency successfully precompiled in 1 seconds. 5 already precompiled. Precompiling packages... 1476.7 ms ✓ ArrayInterface → ArrayInterfaceSparseArraysExt 1440.9 ms ✓ ArrayInterface → ArrayInterfaceStaticArraysCoreExt 9878.1 ms ✓ ArrayInterface → ArrayInterfaceMetalExt 3 dependencies successfully precompiled in 13 seconds. 77 already precompiled. Precompiling packages... 19612.3 ms ✓ ArrayInterface → ArrayInterfaceCUDAExt 1 dependency successfully precompiled in 20 seconds. 104 already precompiled. Precompiling packages... 1719.5 ms ✓ StaticArrayInterface → StaticArrayInterfaceStaticArraysExt 1 dependency successfully precompiled in 2 seconds. 21 already precompiled. ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 318 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 poptask at ./task.jl:1216 wait at ./task.jl:1228 #wait#398 at ./condition.jl:141 wait at ./process.jl:685 wait at ./process.jl:686 [inlined] success at ./process.jl:555 jfptr_success_11230.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 #run#705 at ./process.jl:512 run at ./process.jl:509 [inlined] #runtests##5 at /home/pkgeval/.julia/packages/ParallelStencil/LJvvI/test/runtests.jl:52 [inlined] #open#330 at ./io.jl:410 open at ./io.jl:407 [inlined] #runtests##3 at /home/pkgeval/.julia/packages/ParallelStencil/LJvvI/test/runtests.jl:51 [inlined] #open#330 at ./io.jl:410 open at ./io.jl:407 [inlined] runtests at /home/pkgeval/.julia/packages/ParallelStencil/LJvvI/test/runtests.jl:50 unknown function (ip: 0x74b512b903d2) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2391 [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:689 jl_interpret_toplevel_thunk at /source/src/interpreter.c:898 jl_toplevel_eval_flex at /source/src/toplevel.c:1035 jl_toplevel_eval_flex at /source/src/toplevel.c:975 ijl_toplevel_eval at /source/src/toplevel.c:1047 ijl_toplevel_eval_in at /source/src/toplevel.c:1092 eval at ./boot.jl:489 include_string at ./loading.jl:2870 _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 _include at ./loading.jl:2930 include at ./Base.jl:307 IncludeInto at ./Base.jl:308 jfptr_IncludeInto_61918.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2391 [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:689 jl_interpret_toplevel_thunk at /source/src/interpreter.c:898 jl_toplevel_eval_flex at /source/src/toplevel.c:1035 jl_toplevel_eval_flex at /source/src/toplevel.c:975 ijl_toplevel_eval at /source/src/toplevel.c:1047 ijl_toplevel_eval_in at /source/src/toplevel.c:1092 eval at ./boot.jl:489 exec_options at ./client.jl:283 _start at ./client.jl:550 jfptr__start_55866.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2391 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1139 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x74b514100249) 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 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== 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 poptask at ./task.jl:1216 wait at ./task.jl:1228 #wait#398 at ./condition.jl:141 wait at ./process.jl:685 wait at ./process.jl:686 jfptr_wait_46335.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 subprocess_handler at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2553 unknown function (ip: 0x70035137f133) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 #205 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2493 withenv at ./env.jl:265 #190 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2308 with_temp_env at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2161 #186 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2275 #mktempdir#21 at ./file.jl:936 unknown function (ip: 0x7003513716dc) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 mktempdir at ./file.jl:932 mktempdir at ./file.jl:932 #sandbox#182 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2222 [inlined] sandbox at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2212 unknown function (ip: 0x700351366989) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 #test#193 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2478 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2384 [inlined] #test#170 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:538 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:515 unknown function (ip: 0x7003513665c1) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 #test#84 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:169 unknown function (ip: 0x70035135feb0) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:158 #test#82 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] #test#81 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 unknown function (ip: 0x70035135b6ef) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2391 [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:689 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 jl_interpret_toplevel_thunk at /source/src/interpreter.c:898 jl_toplevel_eval_flex at /source/src/toplevel.c:1035 jl_toplevel_eval_flex at /source/src/toplevel.c:975 ijl_toplevel_eval at /source/src/toplevel.c:1047 ijl_toplevel_eval_in at /source/src/toplevel.c:1092 eval at ./boot.jl:489 include_string at ./loading.jl:2870 _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 _include at ./loading.jl:2930 include at ./Base.jl:306 exec_options at ./client.jl:317 _start at ./client.jl:550 jfptr__start_55866.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2391 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1139 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x70036d406249) 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 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.12/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x000074b4f9bfc010 Total snapshots: 784. Utilization: 0% ╎784 @Base/client.jl:550 _start() ╎ 784 @Base/client.jl:283 exec_options(opts::Base.JLOptions) ╎ 784 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ 784 @Base/Base.jl:308 (::Base.IncludeInto)(fname::String) ╎ 784 @Base/Base.jl:307 include(mapexpr::Function, mod::Module, _path::S… ╎ 784 @Base/loading.jl:2930 _include(mapexpr::Function, mod::Module, _p… ╎ ╎ 784 @Base/loading.jl:2870 include_string(mapexpr::typeof(identity), … ╎ ╎ 784 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ 784 @ParallelStencil/…jl:50 runtests(testfiles::Vector{String}) ╎ ╎ 784 @Base/io.jl:407 open ╎ ╎ 784 @Base/io.jl:410 open(::var"#runtests##3#runtests##4"{String,… ╎ ╎ ╎ 784 @ParallelStencil/…l:51 #runtests##3 ╎ ╎ ╎ 784 @Base/io.jl:407 open ╎ ╎ ╎ 784 @Base/io.jl:410 open(::var"#runtests##5#runtests##6"{IOSt… ╎ ╎ ╎ 784 @ParallelStencil/…:52 #runtests##5 ╎ ╎ ╎ 784 @Base/process.jl:509 run ╎ ╎ ╎ ╎ 784 @Base/process.jl:512 run(::Base.CmdRedirect; wait::Boo… ╎ ╎ ╎ ╎ 784 @Base/process.jl:555 success(x::Base.Process) ╎ ╎ ╎ ╎ 784 @Base/process.jl:686 wait ╎ ╎ ╎ ╎ 784 @Base/process.jl:685 wait(x::Base.Process, syncd::B… ╎ ╎ ╎ ╎ 784 @Base/…ition.jl:141 wait(c::Base.GenericCondition{… ╎ ╎ ╎ ╎ ╎ 784 @Base/task.jl:1228 wait() 783╎ ╎ ╎ ╎ ╎ 784 @Base/task.jl:1216 poptask(W::Base.IntrusiveLink… ┌ 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.12/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000700352ffc010 Total snapshots: 80. Utilization: 0% ╎80 @Base/client.jl:550 _start() ╎ 80 @Base/client.jl:317 exec_options(opts::Base.JLOptions) ╎ 80 @Base/Base.jl:306 include(mod::Module, _path::String) ╎ 80 @Base/loading.jl:2930 _include(mapexpr::Function, mod::Module, _path:… ╎ 80 @Base/loading.jl:2870 include_string(mapexpr::typeof(identity), mod:… ╎ 80 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ 80 @Pkg/src/API.jl:156 kwcall(::@NamedTuple{julia_args::Cmd}, ::typeo… ╎ ╎ 80 @Pkg/src/API.jl:156 #test#81 ╎ ╎ 80 @Pkg/src/API.jl:157 test ╎ ╎ 80 @Pkg/src/API.jl:157 test(pkgs::Vector{String}; kwargs::Base.Pai… ╎ ╎ 80 @Pkg/src/API.jl:158 kwcall(::@NamedTuple{julia_args::Cmd}, ::t… ╎ ╎ ╎ 80 @Pkg/src/API.jl:169 test(pkgs::Vector{PackageSpec}; io::IOCon… ╎ ╎ ╎ 80 @Pkg/src/API.jl:515 kwcall(::@NamedTuple{julia_args::Cmd, io… ╎ ╎ ╎ 80 @Pkg/src/API.jl:538 test(ctx::Pkg.Types.Context, pkgs::Vect… ╎ ╎ ╎ 80 @Pkg/…perations.jl:2384 test ╎ ╎ ╎ 80 @Pkg/…perations.jl:2478 test(ctx::Pkg.Types.Context, pkgs… ╎ ╎ ╎ ╎ 80 @Pkg/…erations.jl:2212 kwcall(::@NamedTuple{preferences:… ╎ ╎ ╎ ╎ 80 @Pkg/…erations.jl:2222 #sandbox#182 ╎ ╎ ╎ ╎ 80 @Base/file.jl:932 mktempdir(fn::Function) ╎ ╎ ╎ ╎ 80 @Base/file.jl:932 mktempdir(fn::Function, parent::Str… ╎ ╎ ╎ ╎ 80 @Base/file.jl:936 mktempdir(fn::Pkg.Operations.var"#… ╎ ╎ ╎ ╎ ╎ 80 @Pkg/…ations.jl:2275 (::Pkg.Operations.var"#186#187… ╎ ╎ ╎ ╎ ╎ 80 @Pkg/…ations.jl:2161 with_temp_env(fn::Pkg.Operati… ╎ ╎ ╎ ╎ ╎ 80 @Pkg/…tions.jl:2308 (::Pkg.Operations.var"#190#19… ╎ ╎ ╎ ╎ ╎ 80 @Base/env.jl:265 withenv(::Pkg.Operations.var"#2… ╎ ╎ ╎ ╎ ╎ 80 @Pkg/…tions.jl:2493 (::Pkg.Operations.var"#205#… ╎ ╎ ╎ ╎ ╎ ╎ 80 @Pkg/…ions.jl:2553 subprocess_handler(cmd::Cmd… ╎ ╎ ╎ ╎ ╎ ╎ 80 @Base/…ess.jl:686 wait(x::Base.Process) ╎ ╎ ╎ ╎ ╎ ╎ 80 @Base/…ess.jl:685 wait(x::Base.Process, sync… ╎ ╎ ╎ ╎ ╎ ╎ 80 @Base/…on.jl:141 wait(c::Base.GenericCondit… ╎ ╎ ╎ ╎ ╎ ╎ 80 @Base/…sk.jl:1228 wait() 79╎ ╎ ╎ ╎ ╎ ╎ ╎ 80 @Base/…sk.jl:1216 poptask(W::Base.Intrusi… [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 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 poptask at ./task.jl:1216 wait at ./task.jl:1228 #wait#398 at ./condition.jl:141 _trywait at ./asyncevent.jl:163 profile_printing_listener at ./Base.jl:332 #start_profile_listener##0 at ./Base.jl:352 jfptr_YY.start_profile_listenerYY.YY.0_18905.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2391 [inlined] start_task at /source/src/task.c:1252 unknown function (ip: (nil)) at (unknown file) Allocations: 22979668 (Pool: 22979035; Big: 633); GC: 24 [318] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/ParallelStencil/LJvvI/test/runtests.jl:102 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 poptask at ./task.jl:1216 wait at ./task.jl:1228 #wait#398 at ./condition.jl:141 _trywait at ./asyncevent.jl:163 profile_printing_listener at ./Base.jl:332 #start_profile_listener##0 at ./Base.jl:352 jfptr_YY.start_profile_listenerYY.YY.0_18905.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2391 [inlined] start_task at /source/src/task.c:1252 unknown function (ip: (nil)) at (unknown file) Allocations: 14556174 (Pool: 14555830; Big: 344); GC: 15 PkgEval terminated after 2732.53s: test duration exceeded the time limit