Package evaluation to test ParallelStencil on Julia 1.12.4 (0f21d93eaa*) started at 2026-01-26T18:11:40.104 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.08s ################################################################################ # Installation # Installing ParallelStencil... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [94395366] + ParallelStencil v0.15.0 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.0 [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.34s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 24677.2 ms ✓ Enzyme → EnzymeBFloat16sExt 170361.4 ms ✓ ParallelStencil → ParallelStencil_EnzymeExt 24116.4 ms ✓ CUDA → EnzymeCoreExt 23190.1 ms ✓ ArrayInterface → ArrayInterfaceCUDAExt 282965.4 ms ✓ ParallelStencil → ParallelStencil_CUDAExt 10902.0 ms ✓ ArrayInterface → ArrayInterfaceMetalExt 69450.2 ms ✓ ParallelStencil → ParallelStencil_MetalExt 13952.1 ms ✓ AMDGPU → AMDGPUEnzymeCoreExt 67696.5 ms ✓ ParallelStencil → ParallelStencil_AMDGPUExt 9 dependencies successfully precompiled in 689 seconds. 158 already precompiled. 5 dependencies had output during precompilation: ┌ 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/jaHZG/src/Enzyme.jl:1587 └ ┌ 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`. └ ┌ 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 └ ┌ 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/jaHZG/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/X2xBy/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 709.23s ################################################################################ # Testing # Testing ParallelStencil Status `/tmp/jl_AX4rRF/Project.toml` ⌅ [21141c5a] AMDGPU v1.3.6 ⌃ [052768ef] CUDA v5.8.2 [d35fcfd7] CellArrays v0.3.2 [7da242da] Enzyme v0.13.119 [1914dd2f] MacroTools v0.5.16 [dde4c033] Metal v1.9.1 [94395366] ParallelStencil v0.15.0 [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_AX4rRF/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.119 [f151be2c] EnzymeCore v0.8.18 [e2ba6199] ExprTools v0.1.10 [0c68f7d7] GPUArrays v11.3.4 [46192b85] GPUArraysCore v0.2.0 [61eb1bfa] GPUCompiler v1.8.1 ⌅ [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.0 [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.240+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... 22458.8 ms ✓ Atomix → AtomixCUDAExt 1 dependency successfully precompiled in 23 seconds. 99 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/X2xBy/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... 23339.7 ms ✓ CUDA → SpecialFunctionsExt 11174.3 ms ✓ Metal → SpecialFunctionsExt 10875.9 ms ✓ Atomix → AtomixMetalExt 3 dependencies successfully precompiled in 46 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/X2xBy/test/runtests.jl:23 ┌ 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/X2xBy/test/runtests.jl:27 ┌ 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/X2xBy/test/runtests.jl:31 Test Summary: | Pass Total Time test_allocators.jl (package: Threads) | 410 410 27.2s Test Summary: | Pass Total Time test_allocators.jl (package: Polyester) | 410 410 1.5s Precompiling packages... 1190.1 ms ✓ StaticArraysCore 2212.5 ms ✓ Requires 1572.0 ms ✓ Preferences 999.5 ms ✓ Adapt 959.1 ms ✓ PrecompileTools 27000.1 ms ✓ StaticArrays 1457.3 ms ✓ Adapt → AdaptStaticArraysExt 1685.5 ms ✓ CellArrays 8 dependencies successfully precompiled in 37 seconds. 5 already precompiled. Precompiling packages... 10297.9 ms ✓ MacroTools 9979.5 ms ✓ ParallelStencil 2 dependencies successfully precompiled in 20 seconds. 13 already precompiled. Precompiling packages... 1004.6 ms ✓ LLVMLoopInfo 901.6 ms ✓ GPUToolbox 3975.0 ms ✓ OrderedCollections 833.2 ms ✓ DataValueInterfaces 1105.3 ms ✓ AbstractFFTs 882.4 ms ✓ LaTeXStrings 868.0 ms ✓ InvertedIndices 798.3 ms ✓ Reexport 1688.1 ms ✓ InlineStrings 1425.7 ms ✓ Statistics 1170.7 ms ✓ ExprTools 827.7 ms ✓ IteratorInterfaceExtensions 5463.1 ms ✓ UnsafeAtomics 1021.5 ms ✓ DataAPI 6059.5 ms ✓ Crayons 4075.4 ms ✓ BFloat16s 3321.5 ms ✓ CEnum 1557.7 ms ✓ RandomNumbers 5404.3 ms ✓ CUDA_Runtime_Discovery 1044.1 ms ✓ HashArrayMappedTries 4155.0 ms ✓ SentinelArrays 1002.8 ms ✓ Scratch 4074.8 ms ✓ Compat 1353.1 ms ✓ Adapt → AdaptSparseArraysExt 1340.9 ms ✓ GPUArraysCore 1267.3 ms ✓ JLLWrappers 5843.2 ms ✓ StringManipulation 3595.3 ms ✓ DataStructures 1414.4 ms ✓ Statistics → SparseArraysExt 1528.6 ms ✓ StaticArrays → StaticArraysStatisticsExt 837.2 ms ✓ TableTraits 1164.0 ms ✓ Atomix 1168.2 ms ✓ PooledArrays 3786.6 ms ✓ Missings 2133.6 ms ✓ Random123 1019.4 ms ✓ ScopedValues 980.8 ms ✓ Compat → CompatLinearAlgebraExt 1626.2 ms ✓ NVTX_jll 5174.1 ms ✓ CUDA_Driver_jll 1672.1 ms ✓ LibTracyClient_jll 1609.9 ms ✓ JuliaNVTXCallbacks_jll 5636.2 ms ✓ LLVMExtra_jll 1588.1 ms ✓ demumble_jll 1220.0 ms ✓ SortingAlgorithms 4662.6 ms ✓ Tables 15008.0 ms ✓ KernelAbstractions 11386.9 ms ✓ CUDA_Runtime_jll 2984.0 ms ✓ Tracy 2355.2 ms ✓ NVTX 19997.7 ms ✓ LLVM 70238.8 ms ✓ PrettyTables 2953.8 ms ✓ KernelAbstractions → SparseArraysExt 2350.9 ms ✓ KernelAbstractions → LinearAlgebraExt 5002.2 ms ✓ LLVM → BFloat16sExt 224353.1 ms ✓ GPUCompiler 6395.9 ms ✓ UnsafeAtomics → UnsafeAtomicsLLVM 191479.9 ms ✓ DataFrames 16096.3 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`. 163507.3 ms ✓ CUDA 19005.9 ms ✓ Atomix → AtomixCUDAExt 60 dependencies successfully precompiled in 857 seconds. 40 already precompiled. 1 dependency had output during precompilation: ┌ CUDA │ [Output was shown above] └ Precompiling packages... 3903.6 ms ✓ AbstractFFTs → AbstractFFTsTestExt 1 dependency successfully precompiled in 4 seconds. 9 already precompiled. Precompiling packages... 21776.0 ms ✓ ParallelStencil → ParallelStencil_CUDAExt 1 dependency successfully precompiled in 22 seconds. 102 already precompiled. Precompiling packages... 1483.2 ms ✓ DocStringExtensions 6820.5 ms ✓ IrrationalConstants 975.1 ms ✓ ArgCheck 1952.4 ms ✓ LLVM_jll 1464.9 ms ✓ ROCmDeviceLibs_jll 1636.7 ms ✓ OpenSpecFun_jll 1474.1 ms ✓ LogExpFunctions 6349.3 ms ✓ AcceleratedKernels 6521.2 ms ✓ SpecialFunctions 43898.4 ms ✓ AMDGPU 10 dependencies successfully precompiled in 73 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... 1666.7 ms ✓ TranscodingStreams 20498.9 ms ✓ ObjectiveC 2190.7 ms ✓ Bzip2_jll 6017.9 ms ✓ LLVMDowngrader_jll 20799.5 ms ✓ CUDA → SpecialFunctionsExt 1154.0 ms ✓ CodecBzip2 72942.4 ms ✓ Metal 10194.0 ms ✓ Metal → SpecialFunctionsExt 9849.4 ms ✓ Atomix → AtomixMetalExt 9 dependencies successfully precompiled in 146 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/X2xBy/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 13693.8 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... 15883.2 ms ✓ ParallelStencil → ParallelStencil_MetalExt 1 dependency successfully precompiled in 17 seconds. 77 already precompiled. Precompiling packages... 989.1 ms ✓ SIMDTypes 996.0 ms ✓ IfElse 990.4 ms ✓ CommonWorldInvalidations 1284.0 ms ✓ SciMLPublic 1068.9 ms ✓ ManualMemory 2058.3 ms ✓ CpuId 4056.2 ms ✓ ArrayInterface 13830.3 ms ✓ Static 5184.1 ms ✓ ThreadingUtilities 1040.4 ms ✓ BitTwiddlingConvenienceFunctions 2972.0 ms ✓ CPUSummary 50895.9 ms ✓ StaticArrayInterface 1922.5 ms ✓ PolyesterWeave 1205.4 ms ✓ CloseOpenIntervals 1408.3 ms ✓ LayoutPointers 1931.3 ms ✓ StrideArraysCore 2044.5 ms ✓ Polyester 17 dependencies successfully precompiled in 94 seconds. 15 already precompiled. Precompiling packages... 913.0 ms ✓ ArrayInterface → ArrayInterfaceGPUArraysCoreExt 1 dependency successfully precompiled in 1 seconds. 5 already precompiled. Precompiling packages... 1494.1 ms ✓ ArrayInterface → ArrayInterfaceSparseArraysExt 871.0 ms ✓ ArrayInterface → ArrayInterfaceStaticArraysCoreExt 9730.1 ms ✓ ArrayInterface → ArrayInterfaceMetalExt 3 dependencies successfully precompiled in 12 seconds. 77 already precompiled. Precompiling packages... 19156.8 ms ✓ ArrayInterface → ArrayInterfaceCUDAExt 1 dependency successfully precompiled in 20 seconds. 104 already precompiled. Precompiling packages... 1718.3 ms ✓ StaticArrayInterface → StaticArrayInterfaceStaticArraysExt 1 dependency successfully precompiled in 2 seconds. 21 already precompiled. Test Summary: | Pass Total Time test_hide_communication.jl (package: Threads) | 12 12 10.4s Test Summary: | Pass Total Time test_hide_communication.jl (package: Polyester) | 12 12 6.5s ┌ 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] top-level scope │ @ ~/.julia/packages/ParallelStencil/X2xBy/test/ParallelKernel/test_hide_communication.jl:14 │ [17] include(mod::Module, _path::String) │ @ Base ./Base.jl:306 │ [18] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:317 │ [19] _start() │ @ Base ./client.jl:550 └ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:101 Test Summary: | Pass Total Time test_init_parallel_kernel.jl (package: Threads) | 56 56 2.5s Test Summary: | Pass Total Time test_init_parallel_kernel.jl (package: Polyester) | 56 56 1.3s ┌ 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] top-level scope │ @ ~/.julia/packages/ParallelStencil/X2xBy/test/ParallelKernel/test_init_parallel_kernel.jl:14 │ [17] include(mod::Module, _path::String) │ @ Base ./Base.jl:306 │ [18] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:317 │ [19] _start() │ @ Base ./client.jl:550 └ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:101 Test Summary: | Pass Total Time test_kernel_language.jl (package: Threads) | 75 75 5.5s Test Summary: | Pass Total Time test_kernel_language.jl (package: Polyester) | 79 79 3.7s ┌ 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] top-level scope │ @ ~/.julia/packages/ParallelStencil/X2xBy/test/ParallelKernel/test_kernel_language.jl:14 │ [17] include(mod::Module, _path::String) │ @ Base ./Base.jl:306 │ [18] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:317 │ [19] _start() │ @ Base ./client.jl:550 └ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:101 ┌ Error: Metal.jl is only supported on macOS └ @ Metal ~/.julia/packages/Metal/tcux6/src/initialization.jl:32 Test Summary: | Pass Total Time test_overlap.jl (package: Threads) | 8 8 8.6s Test Summary: | Pass Total Time test_overlap.jl (package: Polyester) | 8 8 1.9s ┌ 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] top-level scope │ @ ~/.julia/packages/ParallelStencil/X2xBy/test/ParallelKernel/test_overlap.jl:14 │ [17] include(mod::Module, _path::String) │ @ Base ./Base.jl:306 │ [18] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:317 │ [19] _start() │ @ Base ./client.jl:550 └ @ AMDGPU.ROCmDiscovery ~/.julia/packages/AMDGPU/IDGfT/src/discovery/discovery.jl:101 ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 210 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_37520.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 #runtests##5 at /home/pkgeval/.julia/packages/ParallelStencil/X2xBy/test/runtests.jl:50 #open#330 at ./io.jl:410 open at ./io.jl:407 [inlined] #runtests##3 at /home/pkgeval/.julia/packages/ParallelStencil/X2xBy/test/runtests.jl:48 [inlined] #open#330 at ./io.jl:410 open at ./io.jl:407 [inlined] runtests at /home/pkgeval/.julia/packages/ParallelStencil/X2xBy/test/runtests.jl:47 unknown function (ip: 0x7c78ea195722) at (unknown file) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 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:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 _include at ./loading.jl:2930 include at ./Base.jl:307 IncludeInto at ./Base.jl:308 jfptr_IncludeInto_58627.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 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_39366.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 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: 0x7c78eb750249) 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_37520.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 subprocess_handler at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2553 unknown function (ip: 0x72647a37f323) at (unknown file) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 #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: 0x72647a37333c) at (unknown file) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 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: 0x72647a366a99) at (unknown file) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 #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: 0x72647a3666d1) at (unknown file) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 #test#84 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:169 unknown function (ip: 0x72647a362e60) at (unknown file) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 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: 0x72647a35bbcf) at (unknown file) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 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:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 _include at ./loading.jl:2930 include at ./Base.jl:306 exec_options at ./client.jl:317 _start at ./client.jl:550 jfptr__start_39366.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 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: 0x7264963fb249) 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 0x000072647bffc010 Total snapshots: 1. Utilization: 0% ╎1 @Base/client.jl:550 _start() ╎ 1 @Base/client.jl:317 exec_options(opts::Base.JLOptions) ╎ 1 @Base/Base.jl:306 include(mod::Module, _path::String) ╎ 1 @Base/loading.jl:2930 _include(mapexpr::Function, mod::Module, _path::S… ╎ 1 @Base/loading.jl:2870 include_string(mapexpr::typeof(identity), mod::M… ╎ 1 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ 1 @Pkg/src/API.jl:156 kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(… ╎ ╎ 1 @Pkg/src/API.jl:156 #test#81 ╎ ╎ 1 @Pkg/src/API.jl:157 test ╎ ╎ 1 @Pkg/src/API.jl:157 test(pkgs::Vector{String}; kwargs::Base.Pairs… ╎ ╎ 1 @Pkg/src/API.jl:158 kwcall(::@NamedTuple{julia_args::Cmd}, ::typ… ╎ ╎ ╎ 1 @Pkg/src/API.jl:169 test(pkgs::Vector{PackageSpec}; io::IOConte… ╎ ╎ ╎ 1 @Pkg/src/API.jl:515 kwcall(::@NamedTuple{julia_args::Cmd, io::… ╎ ╎ ╎ 1 @Pkg/src/API.jl:538 test(ctx::Pkg.Types.Context, pkgs::Vector… ╎ ╎ ╎ 1 @Pkg/…Operations.jl:2384 test ╎ ╎ ╎ 1 @Pkg/…perations.jl:2478 test(ctx::Pkg.Types.Context, pkgs::… ╎ ╎ ╎ ╎ 1 @Pkg/…perations.jl:2212 kwcall(::@NamedTuple{preferences::… ╎ ╎ ╎ ╎ 1 @Pkg/…perations.jl:2222 #sandbox#182 ╎ ╎ ╎ ╎ 1 @Base/file.jl:932 mktempdir(fn::Function) ╎ ╎ ╎ ╎ 1 @Base/file.jl:932 mktempdir(fn::Function, parent::Strin… ╎ ╎ ╎ ╎ 1 @Base/file.jl:936 mktempdir(fn::Pkg.Operations.var"#18… ╎ ╎ ╎ ╎ ╎ 1 @Pkg/…rations.jl:2275 (::Pkg.Operations.var"#186#187"… ╎ ╎ ╎ ╎ ╎ 1 @Pkg/…rations.jl:2161 with_temp_env(fn::Pkg.Operatio… ╎ ╎ ╎ ╎ ╎ 1 @Pkg/…ations.jl:2308 (::Pkg.Operations.var"#190#191… ╎ ╎ ╎ ╎ ╎ 1 @Base/env.jl:265 withenv(::Pkg.Operations.var"#205… ╎ ╎ ╎ ╎ ╎ 1 @Pkg/…tions.jl:2493 (::Pkg.Operations.var"#205#20… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Pkg/…tions.jl:2553 subprocess_handler(cmd::Cmd,… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…cess.jl:686 wait(x::Base.Process) ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…cess.jl:685 wait(x::Base.Process, syncd… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ion.jl:141 wait(c::Base.GenericConditi… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…sk.jl:1228 wait() ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…sk.jl:1216 poptask(W::Base.Intrusive… ┌ 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 0x00007c78d11fc010 Total snapshots: 539. Utilization: 0% ╎539 @Base/client.jl:550 _start() ╎ 539 @Base/client.jl:283 exec_options(opts::Base.JLOptions) ╎ 539 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ 539 @Base/Base.jl:308 (::Base.IncludeInto)(fname::String) ╎ 539 @Base/Base.jl:307 include(mapexpr::Function, mod::Module, _path::S… ╎ 539 @Base/loading.jl:2930 _include(mapexpr::Function, mod::Module, _p… ╎ ╎ 539 @Base/loading.jl:2870 include_string(mapexpr::typeof(identity), … ╎ ╎ 539 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ 539 @ParallelStencil/…jl:47 runtests(testfiles::Vector{String}) ╎ ╎ 539 @Base/io.jl:407 open ╎ ╎ 539 @Base/io.jl:410 open(::var"#runtests##3#runtests##4"{String,… ╎ ╎ ╎ 539 @ParallelStencil/…l:48 #runtests##3 ╎ ╎ ╎ 539 @Base/io.jl:407 open ╎ ╎ ╎ 539 @Base/io.jl:410 open(::var"#runtests##5#runtests##6"{IOSt… ╎ ╎ ╎ 539 @ParallelStencil/…:50 (::var"#runtests##5#runtests##6"{I… ╎ ╎ ╎ 539 @Base/process.jl:686 wait(x::Base.Process) ╎ ╎ ╎ ╎ 539 @Base/process.jl:685 wait(x::Base.Process, syncd::Bool) ╎ ╎ ╎ ╎ 539 @Base/…dition.jl:141 wait(c::Base.GenericCondition{Ba… ╎ ╎ ╎ ╎ 539 @Base/task.jl:1228 wait() 538╎ ╎ ╎ ╎ 539 @Base/task.jl:1216 poptask(W::Base.IntrusiveLinkedL… [210] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/ParallelStencil/X2xBy/test/runtests.jl:86 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_9934.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 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: 14458061 (Pool: 14457722; Big: 339); GC: 14 PkgEval terminated after 2741.98s: test duration exceeded the time limit