Package evaluation of KolmogorovArnold on Julia 1.13.0-DEV.971 (04e26c5eae*) started at 2025-08-10T21:26:31.136 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.59s ################################################################################ # Installation # Installing KolmogorovArnold... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [eec8b66d] + KolmogorovArnold v0.0.1 Updating `~/.julia/environments/v1.13/Manifest.toml` [79e6a3ab] + Adapt v4.3.0 [dce04be8] + ArgCheck v2.5.0 [a9b6321e] + Atomix v1.1.1 [d360d2e6] + ChainRulesCore v1.26.0 [34da2185] + Compat v4.18.0 [2569d6c7] + ConcreteStructs v0.2.3 [8d63f2c5] + DispatchDoctor v0.4.26 [ffbed154] + DocStringExtensions v0.9.5 [46192b85] + GPUArraysCore v0.2.0 [076d061b] + HashArrayMappedTries v0.2.0 [92d709cd] + IrrationalConstants v0.2.4 [692b3bcd] + JLLWrappers v1.7.1 [63c18a36] + KernelAbstractions v0.9.38 [eec8b66d] + KolmogorovArnold v0.0.1 [8ac3fa9e] + LRUCache v1.6.2 [2ab3a3ac] + LogExpFunctions v0.3.29 [bb33d45b] + LuxCore v1.3.0 [1914dd2f] + MacroTools v0.5.16 [872c559c] + NNlib v0.9.31 [65ce6f38] + PackageExtensionCompat v1.0.2 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [43287f4e] + PtrArrays v1.3.0 [ae029012] + Requires v1.3.1 [7e506255] + ScopedValues v1.4.0 [276daf66] + SpecialFunctions v2.5.1 [90137ffa] + StaticArrays v1.9.14 [1e83bf80] + StaticArraysCore v1.4.3 [10745b16] + Statistics v1.11.1 [5e0ebb24] + Strided v2.3.2 [4db3bf67] + StridedViews v0.4.1 [6aa20fa7] + TensorOperations v5.3.0 [9d95972d] + TupleTools v1.6.0 [013be700] + UnsafeAtomics v0.3.0 [409d34a3] + VectorInterface v0.5.0 [d49dbf32] + WeightInitializers v1.1.4 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [f489334b] + StyledStrings v1.11.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 [05823500] + OpenLibm_jll v0.8.5+0 [8e850b90] + libblastrampoline_jll v5.13.1+0 Installation completed after 4.6s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... ERROR: LoadError: The following 21 direct dependencies failed to precompile: Enzyme Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_xu1pR5" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ComponentArraysReactantExt Failed to precompile ComponentArraysReactantExt [6a954566-0ba8-5f78-bdb0-ef6ed5937a85] to "/home/pkgeval/.julia/compiled/v1.13/ComponentArraysReactantExt/jl_v7s4LN" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_pgzTNz" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_pM3qAq" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/ComponentArrays/dB3Ra/ext/ComponentArraysReactantExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/ComponentArrays/dB3Ra/ext/ComponentArraysReactantExt.jl:1 in expression starting at stdin:5 ReactantKernelAbstractionsExt Failed to precompile ReactantKernelAbstractionsExt [0263837e-4783-5285-9b5b-433d3cb18075] to "/home/pkgeval/.julia/compiled/v1.13/ReactantKernelAbstractionsExt/jl_kMLvkU" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_q8xVyf" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_mTrzf9" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/ext/ReactantKernelAbstractionsExt.jl:3 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/ext/ReactantKernelAbstractionsExt.jl:1 in expression starting at stdin:5 LuxReactantExt Failed to precompile LuxReactantExt [2e5f4ec7-229d-5afa-a85b-ece606fff54c] to "/home/pkgeval/.julia/compiled/v1.13/LuxReactantExt/jl_s3DeIh" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_zuw4EE" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Lux/FMMvw/ext/LuxReactantExt/LuxReactantExt.jl:3 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Lux/FMMvw/ext/LuxReactantExt/LuxReactantExt.jl:1 in expression starting at stdin:5 ReactantCUDAExt Failed to precompile ReactantCUDAExt [119631f2-46aa-5d22-9838-46f018b3151b] to "/home/pkgeval/.julia/compiled/v1.13/ReactantCUDAExt/jl_fNOl4z" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_F8c2MT" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_at5XEp" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/ext/ReactantCUDAExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/ext/ReactantCUDAExt.jl:1 in expression starting at stdin:5 ReactantNNlibExt Failed to precompile ReactantNNlibExt [5fd875e7-0640-5453-94e0-2f04970ddf97] to "/home/pkgeval/.julia/compiled/v1.13/ReactantNNlibExt/jl_NKK0bw" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_Cyobcy" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_yW6B8M" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/ext/ReactantNNlibExt/ReactantNNlibExt.jl:5 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/ext/ReactantNNlibExt/ReactantNNlibExt.jl:1 in expression starting at stdin:5 ReactantRandom123Ext Failed to precompile ReactantRandom123Ext [5615d9bc-929e-58dd-93b2-0ef9d1998c36] to "/home/pkgeval/.julia/compiled/v1.13/ReactantRandom123Ext/jl_2PV822" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_INeIcE" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_8bA26G" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/ext/ReactantRandom123Ext.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/ext/ReactantRandom123Ext.jl:1 in expression starting at stdin:5 MLDataDevicesReactantExt Failed to precompile MLDataDevicesReactantExt [5ff97a27-16f8-5e30-8821-0fbb5664b33f] to "/home/pkgeval/.julia/compiled/v1.13/MLDataDevicesReactantExt/jl_NzRn99" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_GIRz50" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_9Q2FHl" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/MLDataDevices/Si8Pa/ext/MLDataDevicesReactantExt.jl:6 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/MLDataDevices/Si8Pa/ext/MLDataDevicesReactantExt.jl:1 in expression starting at stdin:5 ReactantStatisticsExt Failed to precompile ReactantStatisticsExt [6872b454-33ee-531f-87c9-3d292042926b] to "/home/pkgeval/.julia/compiled/v1.13/ReactantStatisticsExt/jl_54OOeQ" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_9VL5fx" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_AsAp1Z" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/ext/ReactantStatisticsExt.jl:3 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/ext/ReactantStatisticsExt.jl:1 in expression starting at stdin:5 ReactantAbstractFFTsExt Failed to precompile ReactantAbstractFFTsExt [3b0cd106-46bf-582c-a751-7d7424a750bf] to "/home/pkgeval/.julia/compiled/v1.13/ReactantAbstractFFTsExt/jl_z0MPDz" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_K8DdKu" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_sVtWpE" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/ext/ReactantAbstractFFTsExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/ext/ReactantAbstractFFTsExt.jl:1 in expression starting at stdin:5 ReactantArrayInterfaceExt Failed to precompile ReactantArrayInterfaceExt [b6ab34bd-fe4d-5255-a6ac-da6be20a7272] to "/home/pkgeval/.julia/compiled/v1.13/ReactantArrayInterfaceExt/jl_CJ72Pj" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_TrsfiV" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_QJcz6b" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/ext/ReactantArrayInterfaceExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/ext/ReactantArrayInterfaceExt.jl:1 in expression starting at stdin:5 EnzymeChainRulesCoreExt Failed to precompile EnzymeChainRulesCoreExt [dea36ce8-68cc-5ac3-8d54-6d6fec99b42c] to "/home/pkgeval/.julia/compiled/v1.13/EnzymeChainRulesCoreExt/jl_DeOaFW" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_adQVs9" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/ext/EnzymeChainRulesCoreExt.jl:5 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/ext/EnzymeChainRulesCoreExt.jl:1 in expression starting at stdin:5 EnzymeGPUArraysCoreExt Failed to precompile EnzymeGPUArraysCoreExt [6f04138c-15cb-59c5-94f1-55440044fc8e] to "/home/pkgeval/.julia/compiled/v1.13/EnzymeGPUArraysCoreExt/jl_u8OJ92" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_8Nkgvl" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/ext/EnzymeGPUArraysCoreExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/ext/EnzymeGPUArraysCoreExt.jl:1 in expression starting at stdin:5 EnzymeStaticArraysExt Failed to precompile EnzymeStaticArraysExt [8724f06c-f4c4-5d10-8ca5-5036e220244b] to "/home/pkgeval/.julia/compiled/v1.13/EnzymeStaticArraysExt/jl_DBkKn7" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_WIw6Lo" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/ext/EnzymeStaticArraysExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/ext/EnzymeStaticArraysExt.jl:1 in expression starting at stdin:5 EnzymeBFloat16sExt Failed to precompile EnzymeBFloat16sExt [77990e5c-43a1-553e-9c6f-e00ce2446209] to "/home/pkgeval/.julia/compiled/v1.13/EnzymeBFloat16sExt/jl_uBqLHu" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_fLHZdM" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/ext/EnzymeBFloat16sExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/ext/EnzymeBFloat16sExt.jl:1 in expression starting at stdin:5 EnzymeLogExpFunctionsExt Failed to precompile EnzymeLogExpFunctionsExt [1a9f04a6-12b6-5435-a00e-55b0a0022015] to "/home/pkgeval/.julia/compiled/v1.13/EnzymeLogExpFunctionsExt/jl_Q9oka6" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_RRhwLH" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/ext/EnzymeLogExpFunctionsExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/ext/EnzymeLogExpFunctionsExt.jl:1 in expression starting at stdin:5 LuxEnzymeExt Failed to precompile LuxEnzymeExt [6a85f548-f150-5316-8c97-535ebf694310] to "/home/pkgeval/.julia/compiled/v1.13/LuxEnzymeExt/jl_NPlpo3" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_3FhJFp" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Lux/FMMvw/ext/LuxEnzymeExt/LuxEnzymeExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Lux/FMMvw/ext/LuxEnzymeExt/LuxEnzymeExt.jl:1 in expression starting at stdin:5 OptimisersReactantExt Failed to precompile OptimisersReactantExt [56d87ca4-ff14-5bc3-b45b-fb056dfabf35] to "/home/pkgeval/.julia/compiled/v1.13/OptimisersReactantExt/jl_VU3pV8" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_SpgWkh" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_qzxr1r" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Optimisers/W5seC/ext/OptimisersReactantExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Optimisers/W5seC/ext/OptimisersReactantExt.jl:1 in expression starting at stdin:5 ReactantSpecialFunctionsExt Failed to precompile ReactantSpecialFunctionsExt [d61716ce-58e5-569a-92a6-63b68e5529ab] to "/home/pkgeval/.julia/compiled/v1.13/ReactantSpecialFunctionsExt/jl_lZzzTD" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_Bl0VEx" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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::String) @ Base ./loading.jl:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_mjQFE5" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base ./module.jl:101 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/ext/ReactantSpecialFunctionsExt.jl:3 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/ext/ReactantSpecialFunctionsExt.jl:1 in expression starting at stdin:5 Reactant Failed to precompile Reactant [3c362404-f566-11ee-1572-e11a4b42c853] to "/home/pkgeval/.julia/compiled/v1.13/Reactant/jl_hRWS9R" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_FxOvby" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Reactant/wAaVF/src/Reactant.jl:25 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Reactant/wAaVF/src/Reactant.jl:1 in expression starting at stdin:5 EnzymeSpecialFunctionsExt Failed to precompile EnzymeSpecialFunctionsExt [bc91e8c5-4631-5c58-9d34-c5da8b408cf1] to "/home/pkgeval/.julia/compiled/v1.13/EnzymeSpecialFunctionsExt/jl_w3t6sO" (ProcessExited(1)). WARNING: Imported binding Compiler.mapany was undeclared at import time during import to Interpreter. ERROR: LoadError: FieldError: type Core.TypeName has no field `mt`, available fields: `name`, `module`, `singletonname`, `names`, `atomicfields`, `constfields`, `wrapper`, `Typeofwrapper`, `cache`, `linearcache`, `partial`, `hash`, `max_args`, `n_uninitialized`, `flags`, `cache_entry_count`, `max_methods`, `constprop_heuristic` Stacktrace: [1] getproperty(x::Core.TypeName, f::Symbol) @ Base ./Base_compiler.jl:57 [2] set_fn_max_args(f::Function) @ Enzyme.Compiler ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1774 [3] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [5] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [7] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1982 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [9] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:139 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] 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::String) @ Base ./loading.jl:3001 [12] top-level scope @ stdin:5 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [15] include_string @ ./loading.jl:2857 [inlined] [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [17] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/jitrules.jl:1778 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/rules/llvmrules.jl:120 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/compiler.jl:1 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/src/Enzyme.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Enzyme [7da242da-08ed-463a-9acd-ee780be4f1d9] to "/home/pkgeval/.julia/compiled/v1.13/Enzyme/jl_oAtT1s" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3288 [3] kwcall(::@NamedTuple{reasons::Dict{String, Int64}, loadable_exts::Nothing}, ::typeof(Base.compilecache), pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:3166 [4] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2653 [5] mkpidlock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:94 [6] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:89 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:115 [8] #invokelatest_gr#235 @ ./reflection.jl:1333 [inlined] [9] invokelatest_gr @ ./reflection.jl:1325 [inlined] [10] maybe_cachefile_lock(f::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3859 [11] maybe_cachefile_lock @ ./loading.jl:3856 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2639 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2468 [14] macro expansion @ ./loading.jl:2396 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2360 [17] require @ ./loading.jl:2336 [inlined] [18] eval_import_path @ ./module.jl:36 [inlined] [19] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [20] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [21] top-level scope @ ~/.julia/packages/Enzyme/7Bzkr/ext/EnzymeSpecialFunctionsExt.jl:4 [22] include(mod::Module, _path::String) @ Base ./Base.jl:311 [23] 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:3001 [24] top-level scope @ stdin:5 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2847 [27] include_string @ ./loading.jl:2857 [inlined] [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [29] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/Enzyme/7Bzkr/ext/EnzymeSpecialFunctionsExt.jl:1 in expression starting at stdin:5 in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 1426.87s ################################################################################ # Testing # Testing KolmogorovArnold Status `/tmp/jl_CQ2cci/Project.toml` [6e4b80f9] BenchmarkTools v1.6.0 ⌃ [052768ef] CUDA v5.8.2 [b0b7db55] ComponentArrays v0.15.29 [7da242da] Enzyme v0.13.67 [d9f16b24] Functors v0.5.2 [eec8b66d] KolmogorovArnold v0.0.1 [b2108857] Lux v1.16.0 [d0bbae9a] LuxCUDA v0.3.3 [7e8f7934] MLDataDevices v1.11.1 [f1d291b0] MLUtils v0.4.8 [872c559c] NNlib v0.9.31 [3bd65402] Optimisers v0.4.6 [36348300] OptimizationOptimJL v0.4.3 [91a5bcdd] Plots v1.40.18 [3c362404] Reactant v0.2.152 [10745b16] Statistics v1.11.1 [e88e6eb3] Zygote v0.7.10 [011b41b2] cuTENSOR v2.2.3 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_CQ2cci/Manifest.toml` [47edcb42] ADTypes v1.16.0 [621f4979] AbstractFFTs v1.5.0 [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.42 [79e6a3ab] Adapt v4.3.0 [66dad0bd] AliasTables v1.1.3 [dce04be8] ArgCheck v2.5.0 [4fba245c] ArrayInterface v7.19.0 [a9b6321e] Atomix v1.1.1 [ab4f0b2a] BFloat16s v0.5.1 [198e06fe] BangBang v0.4.4 [9718e550] Baselet v0.1.1 [6e4b80f9] BenchmarkTools v1.6.0 [d1d4a3ce] BitFlags v0.1.9 [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 [082447d4] ChainRules v1.72.5 [d360d2e6] ChainRulesCore v1.26.0 [fb6a15b2] CloseOpenIntervals v0.1.13 [944b1d66] CodecZlib v0.7.8 [35d6a980] ColorSchemes v3.30.0 [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.1 [38540f10] CommonSolve v0.2.4 [bbf7d656] CommonSubexpressions v0.3.1 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.18.0 [b0b7db55] ComponentArrays v0.15.29 [a33af91c] CompositionsBase v0.1.2 [2569d6c7] ConcreteStructs v0.2.3 [f0e56b4a] ConcurrentUtilities v2.5.0 [88cd18e8] ConsoleProgressMonitor v0.1.2 [187b0558] ConstructionBase v1.6.0 [6add18c4] ContextVariablesX v0.1.3 [d38c429a] Contour v0.6.3 [adafc99b] CpuId v0.3.1 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.7.0 ⌅ [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 [244e2a9f] DefineSingletons v0.1.2 [8bb1440f] DelimitedFiles v1.9.1 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [a0c0ee7d] DifferentiationInterface v0.7.4 [8d63f2c5] DispatchDoctor v0.4.26 [ffbed154] DocStringExtensions v0.9.5 [4e289a0a] EnumX v1.0.5 [7da242da] Enzyme v0.13.67 [f151be2c] EnzymeCore v0.8.12 [460bff9d] ExceptionUnwrapping v0.1.11 [e2ba6199] ExprTools v0.1.10 [21656369] ExpressionExplorer v1.1.3 [55351af7] ExproniconLite v0.10.14 [c87230d0] FFMPEG v0.4.4 [cc61a311] FLoops v0.2.2 [b9860ae5] FLoopsBase v0.1.1 [9aa1b823] FastClosures v0.3.2 [1a297f60] FillArrays v1.13.0 [6a86dc24] FiniteDiff v2.27.0 [53c48c17] FixedPointNumbers v0.8.5 [1fa38f19] Format v1.3.7 [f6369f11] ForwardDiff v1.0.1 [069b7b12] FunctionWrappers v1.1.3 [77dc65aa] FunctionWrappersWrappers v0.1.3 [d9f16b24] Functors v0.5.2 [0c68f7d7] GPUArrays v11.2.3 [46192b85] GPUArraysCore v0.2.0 [61eb1bfa] GPUCompiler v1.6.1 ⌅ [096a3bc2] GPUToolbox v0.2.0 [28b8d3ca] GR v0.73.17 [42e2da0e] Grisu v1.0.2 [cd3eb016] HTTP v1.10.17 [076d061b] HashArrayMappedTries v0.2.0 [7869d1d1] IRTools v0.4.15 [615f187c] IfElse v0.1.1 [22cec73e] InitialValues v0.3.1 [842dd82b] InlineStrings v1.4.4 [3587e190] InverseFunctions v0.1.17 [41ab1584] InvertedIndices v1.3.1 [92d709cd] IrrationalConstants v0.2.4 [82899510] IteratorInterfaceExtensions v1.0.0 [1019f520] JLFzf v0.1.11 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v0.21.4 [ae98c720] Jieko v0.2.1 [b14d175d] JuliaVariables v0.2.4 [63c18a36] KernelAbstractions v0.9.38 [eec8b66d] KolmogorovArnold v0.0.1 [5be7bae1] LBFGSB v0.4.1 [929cbde3] LLVM v9.4.2 [8b046642] LLVMLoopInfo v1.0.0 [8ac3fa9e] LRUCache v1.6.2 [b964fa9f] LaTeXStrings v1.4.0 [23fbe1c1] Latexify v0.16.8 [10f19ff3] LayoutPointers v0.1.17 [1d6d02ad] LeftChildRightSiblingTrees v0.2.1 [d3d80556] LineSearches v7.4.0 [2ab3a3ac] LogExpFunctions v0.3.29 [e6f89c97] LoggingExtras v1.1.0 [b2108857] Lux v1.16.0 [d0bbae9a] LuxCUDA v0.3.3 [bb33d45b] LuxCore v1.3.0 [82251201] LuxLib v1.10.1 [c2834f40] MLCore v1.0.0 [7e8f7934] MLDataDevices v1.11.1 [d8e11817] MLStyle v0.4.17 [f1d291b0] MLUtils v0.4.8 [1914dd2f] MacroTools v0.5.16 [d125e4d3] ManualMemory v0.1.8 [739be429] MbedTLS v1.1.9 [442fdcdd] Measures v0.3.2 [128add7d] MicroCollections v0.2.0 [e1d29d7a] Missings v1.2.0 [2e0e35c7] Moshi v0.3.7 [d41bc354] NLSolversBase v7.10.0 [872c559c] NNlib v0.9.31 [5da4648a] NVTX v1.0.1 [77ba4419] NaNMath v1.1.3 [71a1bf82] NameResolution v0.1.5 [d8793406] ObjectFile v0.5.0 [4d8831e6] OpenSSL v1.5.0 [429524aa] Optim v1.13.2 [3bd65402] Optimisers v0.4.6 [7f7a1694] Optimization v4.5.0 [bca83a33] OptimizationBase v2.10.0 [36348300] OptimizationOptimJL v0.4.3 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.35 [65ce6f38] PackageExtensionCompat v1.0.2 [d96e819e] Parameters v0.12.3 [69de0a69] Parsers v2.8.3 [ccf2f8ad] PlotThemes v3.3.0 [995b91a9] PlotUtils v1.4.3 [91a5bcdd] Plots v1.40.18 [f517fe37] Polyester v0.7.18 [1d0040c9] PolyesterWeave v0.2.2 [2dfb63ee] PooledArrays v1.4.3 [85a6dd25] PositiveFactorizations v0.2.4 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [8162dcfd] PrettyPrint v0.2.0 [08abe8d2] PrettyTables v2.4.0 [33c8b6b6] ProgressLogging v0.1.5 [92933f4c] ProgressMeter v1.10.4 [43287f4e] PtrArrays v1.3.0 [74087812] Random123 v1.7.1 [e6cf234a] RandomNumbers v1.6.0 [3c362404] Reactant v0.2.152 [a3311ec8] ReactantCore v0.1.15 [c1ae055f] RealDot v0.1.0 [3cdcf5f2] RecipesBase v1.3.4 [01d81517] RecipesPipeline v0.6.12 [731186ca] RecursiveArrayTools v3.36.0 [189a3867] Reexport v1.2.2 [05181044] RelocatableFolders v1.0.1 [ae029012] Requires v1.3.1 [7e49a35a] RuntimeGeneratedFunctions v0.5.15 [94e857df] SIMDTypes v0.1.0 [0bca4576] SciMLBase v2.108.0 [c0aeaf25] SciMLOperators v1.4.0 [53ae85a6] SciMLStructures v1.7.0 [7e506255] ScopedValues v1.4.0 [6c6a2e73] Scratch v1.3.0 [91c51154] SentinelArrays v1.4.8 [efcf1570] Setfield v1.1.2 [605ecd9f] ShowCases v0.1.0 [992d4aef] Showoff v1.0.3 [777ac1f9] SimpleBufferStream v1.2.0 [699a6c99] SimpleTraits v0.9.5 [a2af1166] SortingAlgorithms v1.2.2 [9f842d2f] SparseConnectivityTracer v1.0.0 [dc90abb0] SparseInverseSubset v0.1.2 [0a514795] SparseMatrixColorings v0.4.21 [276daf66] SpecialFunctions v2.5.1 [171d559e] SplittablesBase v0.1.15 [860ef19b] StableRNGs v1.0.3 [aedffcd0] Static v1.2.0 [0d7ed370] StaticArrayInterface v1.8.0 [90137ffa] StaticArrays v1.9.14 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.1 [2913bbd2] StatsBase v0.34.6 [7792a7ef] StrideArraysCore v0.5.7 [5e0ebb24] Strided v2.3.2 [4db3bf67] StridedViews v0.4.1 [892a3eda] StringManipulation v0.4.1 [09ab397b] StructArrays v0.7.1 [53d494c1] StructIO v0.3.1 [2efcf032] SymbolicIndexingInterface v0.3.42 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [62fd8b95] TensorCore v0.1.1 [6aa20fa7] TensorOperations v5.3.0 [5d786b92] TerminalLoggers v0.1.7 [8290d209] ThreadingUtilities v0.5.5 [e689c965] Tracy v0.1.5 [3bb67fe8] TranscodingStreams v0.11.3 [28d57a85] Transducers v0.4.84 [9d95972d] TupleTools v1.6.0 [5c2747f8] URIs v1.6.1 [3a884ed6] UnPack v1.0.2 [1cfade01] UnicodeFun v0.4.1 [1986cc42] Unitful v1.24.0 [45397f5d] UnitfulLatexify v1.7.0 [013be700] UnsafeAtomics v0.3.0 [41fe7b60] Unzip v0.2.0 [409d34a3] VectorInterface v0.5.0 [d49dbf32] WeightInitializers v1.1.4 [e88e6eb3] Zygote v0.7.10 [700de1a5] ZygoteRules v0.2.7 [02a925ec] cuDNN v1.4.3 [011b41b2] cuTENSOR v2.2.3 [6e34b625] Bzip2_jll v1.0.9+0 ⌅ [4ee394cb] CUDA_Driver_jll v0.13.1+0 ⌅ [76a88914] CUDA_Runtime_jll v0.17.1+0 [62b44479] CUDNN_jll v9.10.0+0 [35b6c64b] CUTENSOR_jll v2.2.0+0 [83423d85] Cairo_jll v1.18.5+0 [ee1fde0b] Dbus_jll v1.16.2+0 [7cc45869] Enzyme_jll v0.0.188+0 [2702e6a9] EpollShim_jll v0.0.20230411+1 [2e619515] Expat_jll v2.6.5+0 [b22a6f82] FFMPEG_jll v7.1.1+0 [a3f928ae] Fontconfig_jll v2.16.0+0 [d7e528f0] FreeType2_jll v2.13.4+0 [559328eb] FriBidi_jll v1.0.17+0 [0656b61e] GLFW_jll v3.4.0+2 [d2c73de3] GR_jll v0.73.17+0 [b0724c58] GettextRuntime_jll v0.22.4+0 [7746bdde] Glib_jll v2.84.3+0 [3b182d85] Graphite2_jll v1.3.15+0 [2e76f6c2] HarfBuzz_jll v8.5.1+0 [aacddb02] JpegTurbo_jll v3.1.1+0 [9c1d0b0a] JuliaNVTXCallbacks_jll v0.2.1+0 [c1c5ebd0] LAME_jll v3.100.3+0 [88015f11] LERC_jll v4.0.1+0 [dad2f222] LLVMExtra_jll v0.0.37+2 [1d63c593] LLVMOpenMP_jll v18.1.8+0 [dd4b983a] LZO_jll v2.10.3+0 [81d17ec3] L_BFGS_B_jll v3.0.1+0 [ad6e5548] LibTracyClient_jll v0.9.1+6 [e9f186c6] Libffi_jll v3.4.7+0 [7e76a0d4] Libglvnd_jll v1.7.1+1 [94ce4f54] Libiconv_jll v1.18.0+0 [4b2f31a3] Libmount_jll v2.41.0+0 [89763e89] Libtiff_jll v4.7.1+0 [38a345b3] Libuuid_jll v2.41.0+0 [c8ffd9c3] MbedTLS_jll v2.28.6+2 [e98f9f5b] NVTX_jll v3.2.2+0 [e7412a2a] Ogg_jll v1.3.6+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [91d4177d] Opus_jll v1.5.2+0 [36c8627f] Pango_jll v1.56.3+0 ⌅ [30392449] Pixman_jll v0.44.2+0 [c0090381] Qt6Base_jll v6.8.2+1 [629bc702] Qt6Declarative_jll v6.8.2+1 [ce943373] Qt6ShaderTools_jll v6.8.2+1 [e99dba38] Qt6Wayland_jll v6.8.2+1 ⌅ [0192cb87] Reactant_jll v0.0.228+0 [a44049a8] Vulkan_Loader_jll v1.3.243+0 [a2964d1f] Wayland_jll v1.24.0+0 [ffd25f8a] XZ_jll v5.8.1+0 [f67eecfb] Xorg_libICE_jll v1.1.2+0 [c834827a] Xorg_libSM_jll v1.2.6+0 [4f6342f7] Xorg_libX11_jll v1.8.12+0 [0c0b7dd1] Xorg_libXau_jll v1.0.13+0 [935fb764] Xorg_libXcursor_jll v1.2.4+0 [a3789734] Xorg_libXdmcp_jll v1.1.6+0 [1082639a] Xorg_libXext_jll v1.3.7+0 [d091e8ba] Xorg_libXfixes_jll v6.0.1+0 [a51aa0fd] Xorg_libXi_jll v1.8.3+0 [d1454406] Xorg_libXinerama_jll v1.1.6+0 [ec84b674] Xorg_libXrandr_jll v1.5.5+0 [ea2f1a96] Xorg_libXrender_jll v0.9.12+0 [c7cfdc94] Xorg_libxcb_jll v1.17.1+0 [cc61e674] Xorg_libxkbfile_jll v1.1.3+0 [e920d4aa] Xorg_xcb_util_cursor_jll v0.1.5+0 [12413925] Xorg_xcb_util_image_jll v0.4.1+0 [2def613f] Xorg_xcb_util_jll v0.4.1+0 [975044d2] Xorg_xcb_util_keysyms_jll v0.4.1+0 [0d47668e] Xorg_xcb_util_renderutil_jll v0.3.10+0 [c22f9ab0] Xorg_xcb_util_wm_jll v0.4.2+0 [35661453] Xorg_xkbcomp_jll v1.4.7+0 [33bec58e] Xorg_xkeyboard_config_jll v2.44.0+0 [c5fb5394] Xorg_xtrans_jll v1.6.0+0 [1e29f10c] demumble_jll v1.3.0+0 [35ca27e7] eudev_jll v3.2.14+0 [214eeab7] fzf_jll v0.61.1+0 [a4ae2306] libaom_jll v3.12.1+0 [0ac62f75] libass_jll v0.17.4+0 [1183f4f0] libdecor_jll v0.2.2+0 [2db6ffa8] libevdev_jll v1.13.4+0 [f638f0a6] libfdk_aac_jll v2.0.4+0 [36db933b] libinput_jll v1.28.1+0 [b53b4c65] libpng_jll v1.6.50+0 [f27f6e37] libvorbis_jll v1.3.8+0 [009596ad] mtdev_jll v1.1.7+0 [88f77b66] unzip_jll v6.0.2+0 [1270edf5] x264_jll v10164.0.1+0 [dfaa095f] x265_jll v4.1.0+0 [d8fb68d0] xkbcommon_jll v1.9.2+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed 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.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.13.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.11.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.15.0+1 [e37daf67] LibGit2_jll v1.9.1+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.7.15 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.5+0 [458c3c95] OpenSSL_jll v3.5.1+0 [efcefdf7] PCRE2_jll v10.45.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.13.1+0 [8e850ede] nghttp2_jll v1.65.0+0 [3f19e933] p7zip_jll v17.5.0+2 Info Packages marked with ⌃ 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... 24110.6 ms ✓ KolmogorovArnold 1 dependency successfully precompiled in 25 seconds. 61 already precompiled. Precompiling packages... 42414.8 ms ✓ NNlib → NNlibCUDAExt 1 dependency successfully precompiled in 45 seconds. 111 already precompiled. Precompiling packages... 2637.8 ms ✓ ColorVectorSpace → SpecialFunctionsExt 42091.8 ms ✓ CUDA → SpecialFunctionsExt 2 dependencies successfully precompiled in 47 seconds. 113 already precompiled. Precompiling packages... Info Given TensorOperationscuTENSORExt was explicitly requested, output will be shown live  WARNING: Constructor for type "CUDAAllocator" was extended in `TensorOperationscuTENSORExt` without explicit qualification or import.  NOTE: Assumed "CUDAAllocator" refers to `TensorOperations.CUDAAllocator`. 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 CUDAAllocator end`.  Hint: To silence the warning, qualify `CUDAAllocator` as `TensorOperations.CUDAAllocator` in the method signature or explicitly `import TensorOperations: CUDAAllocator`. 44429.6 ms ✓ TensorOperations → TensorOperationscuTENSORExt 1 dependency successfully precompiled in 46 seconds. 118 already precompiled. 1 dependency had output during precompilation: ┌ TensorOperations → TensorOperationscuTENSORExt │ [Output was shown above] └ Precompiling packages... 17688.5 ms ✓ ChainRules 13479.9 ms ✓ ForwardDiff 94173.2 ms ✓ Zygote 3 dependencies successfully precompiled in 127 seconds. 63 already precompiled. Precompiling packages... 4932.6 ms ✓ NNlib → NNlibForwardDiffExt 6122.7 ms ✓ ForwardDiff → ForwardDiffStaticArraysExt 2 dependencies successfully precompiled in 12 seconds. 48 already precompiled. Precompiling packages... 12589.9 ms ✓ Zygote → ZygoteColorsExt 1 dependency successfully precompiled in 14 seconds. 71 already precompiled. Precompiling packages... 4552.3 ms ✓ Setfield 5118.2 ms ✓ MLDataDevices 1455.6 ms ✓ LuxCore → LuxCoreFunctorsExt 1484.1 ms ✓ LuxCore → LuxCoreSetfieldExt 2387.0 ms ✓ MLDataDevices → MLDataDevicesChainRulesCoreExt 1537.0 ms ✓ LuxCore → LuxCoreMLDataDevicesExt 19487.1 ms ✓ LuxLib 37321.0 ms ✓ Lux 8 dependencies successfully precompiled in 74 seconds. 98 already precompiled. Precompiling packages... 3107.9 ms ✓ ArrayInterface → ArrayInterfaceChainRulesExt 1 dependency successfully precompiled in 4 seconds. 40 already precompiled. Precompiling packages... 45092.6 ms ✓ CUDA → EnzymeCoreExt 1 dependency successfully precompiled in 47 seconds. 108 already precompiled. Precompiling packages... 2200.3 ms ✓ MLDataDevices → MLDataDevicesSparseArraysExt 1 dependency successfully precompiled in 2 seconds. 18 already precompiled. Precompiling packages... 1626.6 ms ✓ MLDataDevices → MLDataDevicesFillArraysExt 1 dependency successfully precompiled in 2 seconds. 15 already precompiled. Precompiling packages... 9706.3 ms ✓ MLDataDevices → MLDataDevicesGPUArraysExt 1 dependency successfully precompiled in 10 seconds. 61 already precompiled. Precompiling packages... 3215.7 ms ✓ MLDataDevices → MLDataDevicesChainRulesExt 8158.3 ms ✓ MLDataDevices → MLDataDevicesZygoteExt 2 dependencies successfully precompiled in 12 seconds. 71 already precompiled. Precompiling packages... 43727.5 ms ✓ MLDataDevices → MLDataDevicesCUDAExt 1 dependency successfully precompiled in 46 seconds. 112 already precompiled. Precompiling packages... 47583.7 ms ✓ LuxLib → LuxLibCUDAExt 1 dependency successfully precompiled in 50 seconds. 175 already precompiled. Precompiling packages... 14714.9 ms ✓ Lux → LuxZygoteExt 1 dependency successfully precompiled in 16 seconds. 144 already precompiled. Precompiling packages... 5491.1 ms ✓ ComponentArrays 1 dependency successfully precompiled in 6 seconds. 23 already precompiled. Precompiling packages... 1777.4 ms ✓ MLDataDevices → MLDataDevicesComponentArraysExt 1 dependency successfully precompiled in 2 seconds. 26 already precompiled. Precompiling packages... 8728.3 ms ✓ ComponentArrays → ComponentArraysKernelAbstractionsExt 1972.7 ms ✓ ComponentArrays → ComponentArraysOptimisersExt 6679.1 ms ✓ Lux → LuxComponentArraysExt 3 dependencies successfully precompiled in 19 seconds. 108 already precompiled. Precompiling packages... Info Given ComponentArraysGPUArraysExt was explicitly requested, output will be shown live  WARNING: Constructor for type "ComponentArray" was extended in `ComponentArraysGPUArraysExt` without explicit qualification or import.  NOTE: Assumed "ComponentArray" refers to `ComponentArrays.ComponentArray`. 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 ComponentArray end`.  Hint: To silence the warning, qualify `ComponentArray` as `ComponentArrays.ComponentArray` in the method signature or explicitly `import ComponentArrays: ComponentArray`. 10312.5 ms ✓ ComponentArrays → ComponentArraysGPUArraysExt 1 dependency successfully precompiled in 11 seconds. 73 already precompiled. 1 dependency had output during precompilation: ┌ ComponentArrays → ComponentArraysGPUArraysExt │ [Output was shown above] └ Precompiling packages... 7105.8 ms ✓ ComponentArrays → ComponentArraysZygoteExt 1 dependency successfully precompiled in 8 seconds. 78 already precompiled. Precompiling packages... Info Given NNlibCUDACUDNNExt was explicitly requested, output will be shown live  WARNING: Constructor for type "cudnnConvolutionDescriptor" was extended in `NNlibCUDACUDNNExt` without explicit qualification or import.  NOTE: Assumed "cudnnConvolutionDescriptor" refers to `cuDNN.cudnnConvolutionDescriptor`. 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 cudnnConvolutionDescriptor end`.  Hint: To silence the warning, qualify `cudnnConvolutionDescriptor` as `cuDNN.cudnnConvolutionDescriptor` in the method signature or explicitly `import cuDNN: cudnnConvolutionDescriptor`. 42036.1 ms ✓ NNlib → NNlibCUDACUDNNExt 1 dependency successfully precompiled in 44 seconds. 114 already precompiled. 1 dependency had output during precompilation: ┌ NNlib → NNlibCUDACUDNNExt │ [Output was shown above] └ Precompiling packages... 40663.0 ms ✓ MLDataDevices → MLDataDevicescuDNNExt 1 dependency successfully precompiled in 43 seconds. 115 already precompiled. Precompiling packages... 44434.4 ms ✓ LuxLib → LuxLibcuDNNExt 1 dependency successfully precompiled in 47 seconds. 180 already precompiled. ┌ Warning: No functional GPU backend found! Defaulting to CPU. │ │ 1. If no GPU is available, nothing needs to be done. Set `MLDATADEVICES_SILENCE_WARN_NO_GPU=1` to silence this warning. │ 2. If GPU is available, load the corresponding trigger package. │ a. `CUDA.jl` and `cuDNN.jl` (or just `LuxCUDA.jl`) for NVIDIA CUDA Support. │ b. `AMDGPU.jl` for AMD GPU ROCM Support. │ c. `Metal.jl` for Apple Metal GPU Support. (Experimental) │ d. `oneAPI.jl` for Intel oneAPI GPU Support. (Experimental) └ @ MLDataDevices.Internal ~/.julia/packages/MLDataDevices/Si8Pa/src/internal.jl:112 Chain( layer_1 = Dense(1 => 128, tanh), # 256 parameters layer_2 = Dense(128 => 128, tanh), # 16_512 parameters layer_3 = Dense(128 => 1), # 129 parameters ) # Total: 16_897 parameters, # plus 0 states. Chain( layer_1 = KDense{true, typeof(softsign), Tuple{Float32, Float32}, Float32, typeof(rbf), typeof(swish), typeof(glorot_uniform), typeof(glorot_uniform)}(1, 40, 10, NNlib.softsign, (-1.0f0, 1.0f0), 0.22222222f0, KolmogorovArnold.rbf, NNlib.swish, WeightInitializers.glorot_uniform, WeightInitializers.glorot_uniform), # 440 parameters, plus 10 layer_2 = KDense{true, typeof(softsign), Tuple{Float32, Float32}, Float32, typeof(rbf), typeof(swish), typeof(glorot_uniform), typeof(glorot_uniform)}(40, 40, 10, NNlib.softsign, (-1.0f0, 1.0f0), 0.22222222f0, KolmogorovArnold.rbf, NNlib.swish, WeightInitializers.glorot_uniform, WeightInitializers.glorot_uniform), # 17_600 parameters, plus 10 layer_3 = KDense{true, typeof(softsign), Tuple{Float32, Float32}, Float32, typeof(rbf), typeof(swish), typeof(glorot_uniform), typeof(glorot_uniform)}(40, 1, 10, NNlib.softsign, (-1.0f0, 1.0f0), 0.22222222f0, KolmogorovArnold.rbf, NNlib.swish, WeightInitializers.glorot_uniform, WeightInitializers.glorot_uniform), # 440 parameters, plus 10 ) # Total: 18_480 parameters, # plus 30 states. Chain( layer_1 = KDense{false, typeof(softsign), Tuple{Float32, Float32}, Float32, typeof(rbf), typeof(swish), typeof(glorot_uniform), typeof(glorot_uniform)}(1, 40, 10, NNlib.softsign, (-1.0f0, 1.0f0), 0.22222222f0, KolmogorovArnold.rbf, NNlib.swish, WeightInitializers.glorot_uniform, WeightInitializers.glorot_uniform), # 400 parameters, plus 10 layer_2 = KDense{false, typeof(softsign), Tuple{Float32, Float32}, Float32, typeof(rbf), typeof(swish), typeof(glorot_uniform), typeof(glorot_uniform)}(40, 40, 10, NNlib.softsign, (-1.0f0, 1.0f0), 0.22222222f0, KolmogorovArnold.rbf, NNlib.swish, WeightInitializers.glorot_uniform, WeightInitializers.glorot_uniform), # 16_000 parameters, plus 10 layer_3 = KDense{false, typeof(softsign), Tuple{Float32, Float32}, Float32, typeof(rbf), typeof(swish), typeof(glorot_uniform), typeof(glorot_uniform)}(40, 1, 10, NNlib.softsign, (-1.0f0, 1.0f0), 0.22222222f0, KolmogorovArnold.rbf, NNlib.swish, WeightInitializers.glorot_uniform, WeightInitializers.glorot_uniform), # 400 parameters, plus 10 ) # Total: 16_800 parameters, # plus 30 states. Chain( layer_1 = CDense{true, typeof(glorot_uniform)}(1, 40, 10, WeightInitializers.glorot_uniform), # 480 parameters layer_2 = CDense{true, typeof(glorot_uniform)}(40, 40, 10, WeightInitializers.glorot_uniform), # 17_640 parameters layer_3 = CDense{true, typeof(glorot_uniform)}(40, 1, 10, WeightInitializers.glorot_uniform), # 441 parameters ) # Total: 18_561 parameters, # plus 0 states. Chain( layer_1 = FDense{true, typeof(glorot_uniform), Float64}(1, 30, 10, WeightInitializers.glorot_uniform, 3.1622776601683795), # 630 parameters layer_2 = FDense{true, typeof(glorot_uniform), Float64}(30, 30, 10, WeightInitializers.glorot_uniform, 3.1622776601683795), # 18_030 parameters layer_3 = FDense{true, typeof(glorot_uniform), Float64}(30, 1, 10, WeightInitializers.glorot_uniform, 3.1622776601683795), # 601 parameters ) # Total: 19_261 parameters, # plus 0 states. # FWD PASS 5.461 ms (13 allocations: 1004.38 KiB) 29.053 ms (75 allocations: 7.73 MiB) 25.927 ms (48 allocations: 6.80 MiB) 61.567 ms (98 allocations: 29.10 MiB) 425.984 ms (102 allocations: 157.73 MiB) # BWD PASS ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 732 running 1 of 1 signal (10): User defined signal 1 jl_is_concrete_type at /source/src/julia.h:1914 [inlined] jl_type_equality_is_identity at /source/src/jltypes.c:1356 obviously_unequal at /source/src/subtype.c:461 ijl_types_equal at /source/src/subtype.c:2327 jl_specializations_get_linfo_ at /source/src/gf.c:237 #specialize_method#8 at ./runtime_internals.jl:1782 [inlined] specialize_method at ./runtime_internals.jl:1769 [inlined] typeinf_edge at ./../usr/share/julia/Compiler/src/typeinfer.jl:1029 abstract_call_method at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:735 infercalls at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:167 abstract_call_gf_by_type at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:338 abstract_call_known at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:2796 abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:2903 abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:2896 [inlined] abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3056 abstract_eval_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3074 [inlined] abstract_eval_statement_expr at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3430 abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3857 [inlined] abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3814 [inlined] typeinf_local at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4363 jfptr_typeinf_local_84245.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4521 typeinf_ext at ./../usr/share/julia/Compiler/src/typeinfer.jl:1378 typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1561 [inlined] typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1570 jfptr_typeinf_ext_toplevel_83848.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] jl_type_infer at /source/src/gf.c:462 jl_compile_method_internal at /source/src/gf.c:3514 _jl_invoke at /source/src/gf.c:4007 [inlined] ijl_apply_generic at /source/src/gf.c:4212 f_mlp at /home/pkgeval/.julia/packages/KolmogorovArnold/0nG2M/examples/eg1.jl:88 [inlined] Pullback at /home/pkgeval/.julia/packages/Zygote/55SqB/src/compiler/interface2.jl:0 #pullback##0 at /home/pkgeval/.julia/packages/Zygote/55SqB/src/compiler/interface.jl:97 unknown function (ip: 0x7de83e78f736) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 gradient at /home/pkgeval/.julia/packages/Zygote/55SqB/src/compiler/interface.jl:154 ##core#829 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:598 ##sample#830 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:607 unknown function (ip: 0x7de83e747bd3) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 #_lineartrial#40 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:186 _lineartrial at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:181 unknown function (ip: 0x7de83e920886) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] jl_f_invokelatest at /source/src/builtins.c:877 #lineartrial#32 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:51 [inlined] lineartrial at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:50 [inlined] #tune!#46 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:299 tune! at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:288 [inlined] tune! at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:288 [inlined] macro expansion at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:728 [inlined] main at /home/pkgeval/.julia/packages/KolmogorovArnold/0nG2M/examples/eg1.jl:129 main at /home/pkgeval/.julia/packages/KolmogorovArnold/0nG2M/examples/eg1.jl:29 unknown function (ip: 0x7de85cedf4bf) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:708 jl_interpret_toplevel_thunk at /source/src/interpreter.c:899 jl_toplevel_eval_flex at /source/src/toplevel.c:773 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 include_string at ./loading.jl:2847 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 _include at ./loading.jl:2907 include at ./Base.jl:312 IncludeInto at ./Base.jl:313 jfptr_IncludeInto_36308.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:708 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:899 jl_toplevel_eval_flex at /source/src/toplevel.c:773 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 include_string at ./loading.jl:2847 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 _include at ./loading.jl:2907 include at ./Base.jl:312 IncludeInto at ./Base.jl:313 jfptr_IncludeInto_36308.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:708 jl_interpret_toplevel_thunk at /source/src/interpreter.c:899 jl_toplevel_eval_flex at /source/src/toplevel.c:773 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 exec_options at ./client.jl:286 _start at ./client.jl:553 jfptr__start_70166.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1138 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x7de85e205249) 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 wait at ./task.jl:1192 wait_forever at ./task.jl:1129 jfptr_wait_forever_30142.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.13/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000710fb00f1960 Total snapshots: 404. Utilization: 0% ╎404 @Base/task.jl:1129 wait_forever() 403╎ 404 @Base/task.jl:1192 wait() [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 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 wait at ./task.jl:1192 wait_forever at ./task.jl:1129 jfptr_wait_forever_30142.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) Allocations: 27265971 (Pool: 27265254; Big: 717); GC: 29 [732] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/KolmogorovArnold/0nG2M/examples/eg1.jl:140 _ZNK4llvm5Value15getMetadataImplEj at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZL16computeKnownBitsPKN4llvm5ValueERKNS_5APIntERNS_9KnownBitsEjRKNS_13SimplifyQueryE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZL22ComputeNumSignBitsImplPKN4llvm5ValueERKNS_5APIntEjRKNS_13SimplifyQueryE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZL18ComputeNumSignBitsPKN4llvm5ValueEjRKNS_13SimplifyQueryE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm18ComputeNumSignBitsEPKNS_5ValueERKNS_10DataLayoutEjPNS_15AssumptionCacheEPKNS_11InstructionEPKNS_13DominatorTreeEb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution11getRangeRefEPKNS_4SCEVENS0_13RangeSignHintEj at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution33isKnownPredicateViaConstantRangesENS_12CmpPredicateEPKNS_4SCEVES4_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution31isKnownViaNonRecursiveReasoningENS_12CmpPredicateEPKNS_4SCEVES4_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution13getMinMaxExprENS_9SCEVTypesERNS_15SmallVectorImplIPKNS_4SCEVEEE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution11getUMaxExprEPKNS_4SCEVES3_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZZN4llvm15ScalarEvolution10LoopGuards16collectFromBlockERS0_RS1_PKNS_10BasicBlockES6_RNS_15SmallPtrSetImplIS6_EEjENKUlNS_7CmpInst9PredicateEPKNS_4SCEVESE_RNS_8DenseMapISE_SE_NS_12DenseMapInfoISE_vEENS_6detail12DenseMapPairISE_SE_EEEEE_clESB_SE_SE_SM_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution10LoopGuards16collectFromBlockERS0_RS1_PKNS_10BasicBlockES6_RNS_15SmallPtrSetImplIS6_EEj at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZZN4llvm15ScalarEvolution10LoopGuards14collectFromPHIERS0_RS1_RKNS_7PHINodeERNS_15SmallPtrSetImplIPKNS_10BasicBlockEEERNS_13SmallDenseMapISA_S1_Lj4ENS_12DenseMapInfoISA_vEENS_6detail12DenseMapPairISA_S1_EEEEjENKUljE_clEj at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution10LoopGuards14collectFromPHIERS0_RS1_RKNS_7PHINodeERNS_15SmallPtrSetImplIPKNS_10BasicBlockEEERNS_13SmallDenseMapISA_S1_Lj4ENS_12DenseMapInfoISA_vEENS_6detail12DenseMapPairISA_S1_EEEEj at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution10LoopGuards16collectFromBlockERS0_RS1_PKNS_10BasicBlockES6_RNS_15SmallPtrSetImplIS6_EEj at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution15applyLoopGuardsEPKNS_4SCEVEPKNS_4LoopE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution16howManyLessThansEPKNS_4SCEVES3_PKNS_4LoopEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution24computeExitLimitFromICmpEPKNS_4LoopENS_12CmpPredicateEPKNS_4SCEVES7_bb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution24computeExitLimitFromICmpEPKNS_4LoopEPNS_8ICmpInstEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution28computeExitLimitFromCondImplERNS0_14ExitLimitCacheEPKNS_4LoopEPNS_5ValueEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution30computeExitLimitFromCondCachedERNS0_14ExitLimitCacheEPKNS_4LoopEPNS_5ValueEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution24computeExitLimitFromCondEPKNS_4LoopEPNS_5ValueEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution16computeExitLimitEPKNS_4LoopEPNS_10BasicBlockEbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution25computeBackedgeTakenCountEPKNS_4LoopEb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution20getBackedgeTakenInfoEPKNS_4LoopE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution28proveNoWrapViaConstantRangesEPKNS_14SCEVAddRecExprE.part.0 at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution24createSimpleAffineAddRecEPNS_7PHINodeEPNS_5ValueES4_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution19createAddRecFromPHIEPNS_7PHINodeE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution16createNodeForPHIEPNS_7PHINodeE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution14createSCEVIterEPNS_5ValueE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN12_GLOBAL__N_119InductiveRangeCheck26extractRangeChecksFromCondEPN4llvm4LoopERNS1_15ScalarEvolutionERNS1_3UseERNS1_15SmallVectorImplIS0_EERNS1_15SmallPtrSetImplIPNS1_5ValueEEE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN12_GLOBAL__N_130InductiveRangeCheckElimination3runEPN4llvm4LoopENS1_12function_refIFvS3_bEEE.constprop.0 at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm8IRCEPass3runERNS_8FunctionERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91 _ZN4llvm11PassManagerINS_8FunctionENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) run at /source/src/pipeline.cpp:791 operator() at /source/src/jitlayers.cpp:1510 withModuleDo<(anonymous namespace)::sizedOptimizerT::operator()(llvm::orc::ThreadSafeModule) [with long unsigned int N = 4]:: > at /source/usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:136 [inlined] operator() at /source/src/jitlayers.cpp:1471 [inlined] operator() at /source/src/jitlayers.cpp:1623 [inlined] addModule at /source/src/jitlayers.cpp:2080 jl_compile_codeinst_now at /source/src/jitlayers.cpp:682 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:873 jl_compile_method_internal at /source/src/gf.c:3527 _jl_invoke at /source/src/gf.c:4007 [inlined] ijl_apply_generic at /source/src/gf.c:4212 setproperty! at /home/pkgeval/.julia/packages/ComponentArrays/dB3Ra/src/namedtuple_interface.jl:17 [inlined] __setproperty! at /home/pkgeval/.julia/packages/ComponentArrays/dB3Ra/src/compat/chainrulescore.jl:13 __setproperty! at /home/pkgeval/.julia/packages/ComponentArrays/dB3Ra/src/compat/chainrulescore.jl:11 [inlined] getproperty_adjoint at /home/pkgeval/.julia/packages/ComponentArrays/dB3Ra/src/compat/chainrulescore.jl:7 [inlined] #85 at /home/pkgeval/.julia/packages/ComponentArrays/dB3Ra/src/compat/chainrulescore.jl:2 [inlined] ZBack at /home/pkgeval/.julia/packages/Zygote/55SqB/src/compiler/chainrules.jl:222 unknown function (ip: 0x7de83e7c4f9c) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 applychain at /home/pkgeval/.julia/packages/Lux/FMMvw/src/layers/containers.jl (unknown line) [inlined] Pullback at /home/pkgeval/.julia/packages/Zygote/55SqB/src/compiler/interface2.jl:0 Pullback at /home/pkgeval/.julia/packages/Zygote/55SqB/src/compiler/interface2.jl:100 unknown function (ip: 0x7de83e7abed9) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 f_mlp at /home/pkgeval/.julia/packages/KolmogorovArnold/0nG2M/examples/eg1.jl:88 [inlined] Pullback at /home/pkgeval/.julia/packages/Zygote/55SqB/src/compiler/interface2.jl:0 #pullback##0 at /home/pkgeval/.julia/packages/Zygote/55SqB/src/compiler/interface.jl:97 unknown function (ip: 0x7de83e78f736) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 gradient at /home/pkgeval/.julia/packages/Zygote/55SqB/src/compiler/interface.jl:154 ##core#829 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:598 ##sample#830 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:607 unknown function (ip: 0x7de83e747bd3) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 #_lineartrial#40 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:186 _lineartrial at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:181 unknown function (ip: 0x7de83e920886) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] jl_f_invokelatest at /source/src/builtins.c:877 #lineartrial#32 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:51 [inlined] lineartrial at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:50 [inlined] #tune!#46 at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:299 tune! at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:288 [inlined] tune! at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:288 [inlined] macro expansion at /home/pkgeval/.julia/packages/BenchmarkTools/1i1mY/src/execution.jl:728 [inlined] main at /home/pkgeval/.julia/packages/KolmogorovArnold/0nG2M/examples/eg1.jl:129 main at /home/pkgeval/.julia/packages/KolmogorovArnold/0nG2M/examples/eg1.jl:29 unknown function (ip: 0x7de85cedf4bf) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:708 jl_interpret_toplevel_thunk at /source/src/interpreter.c:899 jl_toplevel_eval_flex at /source/src/toplevel.c:773 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 include_string at ./loading.jl:2847 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 _include at ./loading.jl:2907 include at ./Base.jl:312 IncludeInto at ./Base.jl:313 jfptr_IncludeInto_36308.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:708 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:899 jl_toplevel_eval_flex at /source/src/toplevel.c:773 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 include_string at ./loading.jl:2847 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 _include at ./loading.jl:2907 include at ./Base.jl:312 IncludeInto at ./Base.jl:313 jfptr_IncludeInto_36308.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:708 jl_interpret_toplevel_thunk at /source/src/interpreter.c:899 jl_toplevel_eval_flex at /source/src/toplevel.c:773 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 exec_options at ./client.jl:286 _start at ./client.jl:553 jfptr__start_70166.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1138 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x7de85e205249) 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) Allocations: 164544530 (Pool: 164542080; Big: 2450); GC: 387 PkgEval terminated after 2725.62s: test duration exceeded the time limit