Package evaluation of SparseConnectivityTracer on Julia 1.13.0-DEV.427 (855bef3b06*) started at 2025-04-23T18:19:49.334 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.65s ################################################################################ # Installation # Installing SparseConnectivityTracer... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [9f842d2f] + SparseConnectivityTracer v0.6.17 Updating `~/.julia/environments/v1.13/Manifest.toml` [47edcb42] + ADTypes v1.14.0 [ffbed154] + DocStringExtensions v0.9.4 [1a297f60] + FillArrays v1.13.0 [9f842d2f] + SparseConnectivityTracer v0.6.17 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 3.54s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... ERROR: LoadError: The following 3 direct dependencies failed to precompile: Flux Failed to precompile Flux [587475ba-b771-5e3f-ad9e-33799f191a9c] to "/home/pkgeval/.julia/compiled/v1.13/Flux/jl_I1TRku" (ProcessExited(1)). WARNING: Constructor for type "Variable" was extended in `Zygote` without explicit qualification or import. NOTE: Assumed "Variable" refers to `IRTools.Variable`. 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 Variable end`. Hint: To silence the warning, qualify `Variable` as `IRTools.Variable` in the method signature or explicitly `import IRTools: Variable`. WARNING: Imported binding InteractiveUtils.typesof was undeclared at import time during import to Zygote. ERROR: LoadError: UndefVarError: `typesof` not defined in `Zygote` Suggestion: this global was defined as `InteractiveUtils.typesof` but not assigned a value. Stacktrace: [1] top-level scope @ ~/.julia/packages/Zygote/HdT4O/src/precompile.jl:13 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:304 [3] top-level scope @ ~/.julia/packages/Zygote/HdT4O/src/Zygote.jl:67 [4] macro expansion @ ~/.julia/packages/PrecompileTools/Z8SWe/src/workloads.jl:73 [inlined] [5] macro expansion @ ~/.julia/packages/Zygote/HdT4O/src/Zygote.jl:68 [inlined] [6] include(mod::Module, _path::String) @ Base ./Base.jl:303 [7] 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:2978 [8] top-level scope @ stdin:5 [9] eval(m::Module, e::Any) @ Core ./boot.jl:489 [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2824 [11] include_string @ ./loading.jl:2834 [inlined] [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [13] _start() @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/Zygote/HdT4O/src/precompile.jl:13 in expression starting at /home/pkgeval/.julia/packages/Zygote/HdT4O/src/Zygote.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Zygote [e88e6eb3-aa80-5325-afca-941959d7151f] to "/home/pkgeval/.julia/compiled/v1.13/Zygote/jl_8kbXVw" (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:3265 [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2651 [4] 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:93 [5] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:88 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:114 [7] apply_gr_kw(::NamedTuple, ::GlobalRef, ::Any, ::Vararg{Any}) @ Base ./reflection.jl:1279 [8] #invokelatest_gr#234 @ ./reflection.jl:1287 [inlined] [9] invokelatest_gr @ ./reflection.jl:1281 [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:3836 [11] maybe_cachefile_lock @ ./loading.jl:3833 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2637 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2465 [14] macro expansion @ ./loading.jl:2393 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2358 [17] require(into::Module, mod::Symbol) @ Base ./loading.jl:2334 [18] top-level scope @ ~/.julia/packages/Flux/3711C/src/Flux.jl:22 [19] include(mod::Module, _path::String) @ Base ./Base.jl:303 [20] 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:2978 [21] top-level scope @ stdin:5 [22] eval(m::Module, e::Any) @ Core ./boot.jl:489 [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2824 [24] include_string @ ./loading.jl:2834 [inlined] [25] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [26] _start() @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/Flux/3711C/src/Flux.jl:1 in expression starting at stdin:5 JET Failed to precompile JET [c3a54625-cd67-489e-a8e7-0a5a0ff4e31b] to "/home/pkgeval/.julia/compiled/v1.13/JET/jl_qjEA8B" (ProcessExited(1)). WARNING: Imported binding Compiler.istopfunction was undeclared at import time during import to JET. ERROR: LoadError: UndefVarError: `LineInfoNode` not defined in `JET` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ ~/.julia/packages/JET/yNWjn/src/JETBase.jl:202 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:304 [3] top-level scope @ ~/.julia/packages/JET/yNWjn/src/JET.jl:36 [4] include(mod::Module, _path::String) @ Base ./Base.jl:303 [5] 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:2978 [6] top-level scope @ stdin:5 [7] eval(m::Module, e::Any) @ Core ./boot.jl:489 [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2824 [9] include_string @ ./loading.jl:2834 [inlined] [10] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [11] _start() @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/JET/yNWjn/src/JETBase.jl:202 in expression starting at /home/pkgeval/.julia/packages/JET/yNWjn/src/JET.jl:1 in expression starting at stdin:5 ComponentArraysZygoteExt Failed to precompile ComponentArraysZygoteExt [3acbf79e-e1c1-58d9-9a19-e1c5cc2c64d6] to "/home/pkgeval/.julia/compiled/v1.13/ComponentArraysZygoteExt/jl_qGLFmJ" (ProcessExited(1)). WARNING: Constructor for type "Variable" was extended in `Zygote` without explicit qualification or import. NOTE: Assumed "Variable" refers to `IRTools.Variable`. 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 Variable end`. Hint: To silence the warning, qualify `Variable` as `IRTools.Variable` in the method signature or explicitly `import IRTools: Variable`. WARNING: Imported binding InteractiveUtils.typesof was undeclared at import time during import to Zygote. ERROR: LoadError: UndefVarError: `typesof` not defined in `Zygote` Suggestion: this global was defined as `InteractiveUtils.typesof` but not assigned a value. Stacktrace: [1] top-level scope @ ~/.julia/packages/Zygote/HdT4O/src/precompile.jl:13 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:304 [3] top-level scope @ ~/.julia/packages/Zygote/HdT4O/src/Zygote.jl:67 [4] macro expansion @ ~/.julia/packages/PrecompileTools/Z8SWe/src/workloads.jl:73 [inlined] [5] macro expansion @ ~/.julia/packages/Zygote/HdT4O/src/Zygote.jl:68 [inlined] [6] include(mod::Module, _path::String) @ Base ./Base.jl:303 [7] 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:2978 [8] top-level scope @ stdin:5 [9] eval(m::Module, e::Any) @ Core ./boot.jl:489 [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2824 [11] include_string @ ./loading.jl:2834 [inlined] [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [13] _start() @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/Zygote/HdT4O/src/precompile.jl:13 in expression starting at /home/pkgeval/.julia/packages/Zygote/HdT4O/src/Zygote.jl:1 in expression starting at stdin:5 ERROR: LoadError: Failed to precompile Zygote [e88e6eb3-aa80-5325-afca-941959d7151f] to "/home/pkgeval/.julia/compiled/v1.13/Zygote/jl_dJnb7F" (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:3265 [3] (::Base.var"#__require_prelocked##0#__require_prelocked##1"{Base.PkgId})() @ Base ./loading.jl:2651 [4] 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:93 [5] #mkpidlock#7 @ /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:88 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.13/FileWatching/src/pidfile.jl:114 [7] apply_gr_kw(::NamedTuple, ::GlobalRef, ::Any, ::Vararg{Any}) @ Base ./reflection.jl:1279 [8] #invokelatest_gr#234 @ ./reflection.jl:1287 [inlined] [9] invokelatest_gr @ ./reflection.jl:1281 [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:3836 [11] maybe_cachefile_lock @ ./loading.jl:3833 [inlined] [12] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2637 [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2465 [14] macro expansion @ ./loading.jl:2393 [inlined] [15] macro expansion @ ./lock.jl:376 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2358 [17] require(into::Module, mod::Symbol) @ Base ./loading.jl:2334 [18] top-level scope @ ~/.julia/packages/ComponentArrays/JIJn1/ext/ComponentArraysZygoteExt.jl:3 [19] include(mod::Module, _path::String) @ Base ./Base.jl:303 [20] 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:2978 [21] top-level scope @ stdin:5 [22] eval(m::Module, e::Any) @ Core ./boot.jl:489 [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2824 [24] include_string @ ./loading.jl:2834 [inlined] [25] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [26] _start() @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/ComponentArrays/JIJn1/ext/ComponentArraysZygoteExt.jl:1 in expression starting at stdin:5 in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 1431.53s ################################################################################ # Testing # Testing SparseConnectivityTracer Status `/tmp/jl_gPraEo/Project.toml` [54578032] ADNLPModels v0.8.12 [47edcb42] ADTypes v1.14.0 [4c88cf16] Aqua v0.8.11 [6e4b80f9] BenchmarkTools v1.6.0 [b0b7db55] ComponentArrays v0.15.26 ⌃ [82cc6244] DataInterpolations v7.2.0 [e30172f5] Documenter v1.10.1 [7d51a73a] ExplicitImports v1.11.2 [587475ba] Flux v0.16.3 ⌅ [f6369f11] ForwardDiff v0.10.38 ⌅ [c3a54625] JET v0.9.19 ⌅ [98e50ef6] JuliaFormatter v1.0.62 [2ab3a3ac] LogExpFunctions v0.3.29 [a4795742] NLPModels v0.21.4 [792afdf1] NLPModelsJuMP v0.13.2 [872c559c] NNlib v0.9.30 [77ba4419] NaNMath v1.1.3 [5049e819] OptimizationProblems v0.9.0 [10150987] PkgJogger v0.5.1 [324d217c] ReferenceTests v0.10.5 [05bca326] SimpleDiffEq v1.11.1 [9f842d2f] SparseConnectivityTracer v0.6.17 [276daf66] SpecialFunctions v2.5.1 [ade2ca70] Dates v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [44cfe95a] Pkg v1.12.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.12.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_gPraEo/Manifest.toml` [54578032] ADNLPModels v0.8.12 [47edcb42] ADTypes v1.14.0 [a4c015fc] ANSIColoredPrinters v0.0.1 [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 [4c88cf16] Aqua v0.8.11 [dce04be8] ArgCheck v2.5.0 [4fba245c] ArrayInterface v7.18.0 [a9b6321e] Atomix v1.1.1 [fbb218c0] BSON v0.3.9 [198e06fe] BangBang v0.4.4 [9718e550] Baselet v0.1.1 [6e4b80f9] BenchmarkTools v1.6.0 [62783981] BitTwiddlingConvenienceFunctions v0.1.6 [2a0fbf3d] CPUSummary v0.2.6 [00ebfdb7] CSTParser v3.4.3 [082447d4] ChainRules v1.72.3 [d360d2e6] ChainRulesCore v1.25.1 [fb6a15b2] CloseOpenIntervals v0.1.13 [da1fd8a2] CodeTracking v1.3.9 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.0 ⌅ [a80b9123] CommonMark v0.8.16 [38540f10] CommonSolve v0.2.4 [bbf7d656] CommonSubexpressions v0.3.1 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.16.0 [b0b7db55] ComponentArrays v0.15.26 [a33af91c] CompositionsBase v0.1.2 [2569d6c7] ConcreteStructs v0.2.3 [187b0558] ConstructionBase v1.5.8 [6add18c4] ContextVariablesX v0.1.3 [adafc99b] CpuId v0.3.1 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.7.0 ⌃ [82cc6244] DataInterpolations v7.2.0 [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 [ab62b9b5] DeepDiffs v1.2.0 [244e2a9f] DefineSingletons v0.1.2 [8bb1440f] DelimitedFiles v1.9.1 [2b5f629d] DiffEqBase v6.169.0 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [b4f34e82] Distances v0.10.12 [ffbed154] DocStringExtensions v0.9.4 [e30172f5] Documenter v1.10.1 [4e289a0a] EnumX v1.0.5 [f151be2c] EnzymeCore v0.8.8 [7d51a73a] ExplicitImports v1.11.2 [e2ba6199] ExprTools v0.1.10 [55351af7] ExproniconLite v0.10.14 [cc61a311] FLoops v0.2.2 [b9860ae5] FLoopsBase v0.1.1 [7034ab61] FastBroadcast v0.3.5 [9aa1b823] FastClosures v0.3.2 [a4df4552] FastPower v1.1.2 [5789e2e9] FileIO v1.17.0 [1a297f60] FillArrays v1.13.0 [64ca27bc] FindFirstFunctions v1.4.1 [53c48c17] FixedPointNumbers v0.8.5 [587475ba] Flux v0.16.3 ⌅ [f6369f11] ForwardDiff v0.10.38 [069b7b12] FunctionWrappers v1.1.3 [77dc65aa] FunctionWrappersWrappers v0.1.3 [d9f16b24] Functors v0.5.2 [46192b85] GPUArraysCore v0.2.0 [d7ba0133] Git v1.3.1 [c27321d9] Glob v1.3.1 [076d061b] HashArrayMappedTries v0.2.0 [b5f81e59] IOCapture v0.2.5 [7869d1d1] IRTools v0.4.14 [615f187c] IfElse v0.1.1 [c817782e] ImageBase v0.1.7 [a09fc81d] ImageCore v0.10.5 [22cec73e] InitialValues v0.3.1 [842dd82b] InlineStrings v1.4.3 [3587e190] InverseFunctions v0.1.17 [41ab1584] InvertedIndices v1.3.1 [92d709cd] IrrationalConstants v0.2.4 [82899510] IteratorInterfaceExtensions v1.0.0 ⌅ [c3a54625] JET v0.9.19 ⌅ [033835bb] JLD2 v0.4.54 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [0f8b85d8] JSON3 v1.14.2 [ae98c720] Jieko v0.2.1 [4076af6c] JuMP v1.25.0 ⌅ [98e50ef6] JuliaFormatter v1.0.62 ⌅ [aa1ae85d] JuliaInterpreter v0.9.46 ⌅ [70703baa] JuliaSyntax v0.4.10 [b14d175d] JuliaVariables v0.2.4 [63c18a36] KernelAbstractions v0.9.34 [b964fa9f] LaTeXStrings v1.4.0 [10f19ff3] LayoutPointers v0.1.17 [0e77f7df] LazilyInitializedFields v1.3.0 [8cdb02fc] LazyModules v0.3.1 [5c8ed15e] LinearOperators v2.10.0 [2ab3a3ac] LogExpFunctions v0.3.29 ⌃ [6f1432cf] LoweredCodeUtils v3.2.2 [c2834f40] MLCore v1.0.0 [7e8f7934] MLDataDevices v1.9.1 [d8e11817] MLStyle v0.4.17 [f1d291b0] MLUtils v0.4.8 [1914dd2f] MacroTools v0.5.16 [d125e4d3] ManualMemory v0.1.8 [dbb5928d] MappedArrays v0.4.2 [d0879d2d] MarkdownAST v0.1.2 [b8f27783] MathOptInterface v1.39.0 [128add7d] MicroCollections v0.2.0 [e1d29d7a] Missings v1.2.0 [e94cdb99] MosaicViews v0.3.4 [2e0e35c7] Moshi v0.3.5 [46d2c3a1] MuladdMacro v0.2.4 [d8a4904e] MutableArithmetics v1.6.4 [a4795742] NLPModels v0.21.4 [792afdf1] NLPModelsJuMP v0.13.2 [872c559c] NNlib v0.9.30 [77ba4419] NaNMath v1.1.3 [71a1bf82] NameResolution v0.1.5 [6fe1bfb0] OffsetArrays v1.17.0 [0b1bfda6] OneHotArrays v0.2.7 [3bd65402] Optimisers v0.4.6 [5049e819] OptimizationProblems v0.9.0 [bac558e1] OrderedCollections v1.8.0 [5432bcbf] PaddedViews v0.5.12 [d96e819e] Parameters v0.12.3 [69de0a69] Parsers v2.8.2 [10150987] PkgJogger v0.5.1 [f517fe37] Polyester v0.7.16 [1d0040c9] PolyesterWeave v0.2.2 [2dfb63ee] PooledArrays v1.4.3 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [8162dcfd] PrettyPrint v0.2.0 [08abe8d2] PrettyTables v2.4.0 [33c8b6b6] ProgressLogging v0.1.4 [43287f4e] PtrArrays v1.3.0 [c1ae055f] RealDot v0.1.0 [3cdcf5f2] RecipesBase v1.3.4 [731186ca] RecursiveArrayTools v3.32.1 [189a3867] Reexport v1.2.2 [324d217c] ReferenceTests v0.10.5 [2792f1a3] RegistryInstances v0.1.0 [ae029012] Requires v1.3.1 [37e2e3b7] ReverseDiff v1.16.1 [7e49a35a] RuntimeGeneratedFunctions v0.5.14 [94e857df] SIMDTypes v0.1.0 [0bca4576] SciMLBase v2.85.0 [c0aeaf25] SciMLOperators v0.3.13 [53ae85a6] SciMLStructures v1.7.0 [7e506255] ScopedValues v1.3.0 [91c51154] SentinelArrays v1.4.8 [efcf1570] Setfield v1.1.2 [605ecd9f] ShowCases v0.1.0 [05bca326] SimpleDiffEq v1.11.1 [699a6c99] SimpleTraits v0.9.4 [ff4d7338] SolverCore v0.3.8 [a2af1166] SortingAlgorithms v1.2.1 [9f842d2f] SparseConnectivityTracer v0.6.17 [dc90abb0] SparseInverseSubset v0.1.2 [0a514795] SparseMatrixColorings v0.4.18 [276daf66] SpecialFunctions v2.5.1 [171d559e] SplittablesBase v0.1.15 [cae243ae] StackViews v0.1.1 [aedffcd0] Static v1.2.0 [0d7ed370] StaticArrayInterface v1.8.0 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.0 [2913bbd2] StatsBase v0.34.4 [7792a7ef] StrideArraysCore v0.5.7 [892a3eda] StringManipulation v0.4.1 [09ab397b] StructArrays v0.7.1 [856f2bd8] StructTypes v1.11.0 [2efcf032] SymbolicIndexingInterface v0.3.39 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [62fd8b95] TensorCore v0.1.1 [8290d209] ThreadingUtilities v0.5.3 [a759f4b9] TimerOutputs v0.5.28 [0796e94c] Tokenize v0.5.29 [3bb67fe8] TranscodingStreams v0.11.3 [28d57a85] Transducers v0.4.84 [781d530d] TruncatedStacktraces v1.4.0 [3a884ed6] UnPack v1.0.2 [013be700] UnsafeAtomics v0.3.0 [c8c2cc18] XTermColors v0.2.1 [e88e6eb3] Zygote v0.7.6 [700de1a5] ZygoteRules v0.2.7 [6e34b625] Bzip2_jll v1.0.9+0 [2e619515] Expat_jll v2.6.5+0 [f8c6e375] Git_jll v2.49.0+0 [94ce4f54] Libiconv_jll v1.18.0+0 [efe28fd5] OpenSpecFun_jll v0.5.6+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 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.12.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.12.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.12.1+1 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2024.12.31 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.5+0 [458c3c95] OpenSSL_jll v3.0.16+0 [efcefdf7] PCRE2_jll v10.44.0+1 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.1+2 [8e850b90] libblastrampoline_jll v5.12.0+0 [8e850ede] nghttp2_jll v1.65.0+0 [3f19e933] p7zip_jll v17.5.0+2 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... Resolving package versions... Updating `/tmp/jl_gPraEo/Project.toml` [fb1f6577] + SparseConnectivityTracerBenchmarks v0.1.0 `~/.julia/packages/SparseConnectivityTracer/litqn/benchmark/SparseConnectivityTracerBenchmarks` Updating `/tmp/jl_gPraEo/Manifest.toml` [fb1f6577] + SparseConnectivityTracerBenchmarks v0.1.0 `~/.julia/packages/SparseConnectivityTracer/litqn/benchmark/SparseConnectivityTracerBenchmarks` [ Info: Testing linting... Precompiling packages... Info Given JET was explicitly requested, output will be shown live  WARNING: Imported binding Compiler.istopfunction was undeclared at import time during import to JET. ERROR: LoadError: UndefVarError: `LineInfoNode` not defined in `JET` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] top-level scope  @ ~/.julia/packages/JET/yNWjn/src/JETBase.jl:202  [2] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:304  [3] top-level scope  @ ~/.julia/packages/JET/yNWjn/src/JET.jl:36  [4] include(mod::Module, _path::String)  @ Base ./Base.jl:303  [5] 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:2978  [6] top-level scope  @ stdin:5  [7] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2824  [9] include_string  @ ./loading.jl:2834 [inlined]  [10] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:329  [11] _start()  @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/JET/yNWjn/src/JETBase.jl:202 in expression starting at /home/pkgeval/.julia/packages/JET/yNWjn/src/JET.jl:1 in expression starting at stdin:5 ✗ JET 0 dependencies successfully precompiled in 13 seconds. 35 already precompiled. Linting: Error During Test at /home/pkgeval/.julia/packages/SparseConnectivityTracer/litqn/test/runtests.jl:21 Got exception outside of a @test LoadError: The following 1 direct dependency failed to precompile: JET Failed to precompile JET [c3a54625-cd67-489e-a8e7-0a5a0ff4e31b] to "/home/pkgeval/.julia/compiled/v1.13/JET/jl_AnwmRC" (ProcessExited(1)). WARNING: Imported binding Compiler.istopfunction was undeclared at import time during import to JET. ERROR: LoadError: UndefVarError: `LineInfoNode` not defined in `JET` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ ~/.julia/packages/JET/yNWjn/src/JETBase.jl:202 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:304 [3] top-level scope @ ~/.julia/packages/JET/yNWjn/src/JET.jl:36 [4] include(mod::Module, _path::String) @ Base ./Base.jl:303 [5] 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:2978 [6] top-level scope @ stdin:5 [7] eval(m::Module, e::Any) @ Core ./boot.jl:489 [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2824 [9] include_string @ ./loading.jl:2834 [inlined] [10] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [11] _start() @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/JET/yNWjn/src/JETBase.jl:202 in expression starting at /home/pkgeval/.julia/packages/JET/yNWjn/src/JET.jl:1 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/SparseConnectivityTracer/litqn/test/linting.jl:6 ┌ Warning: Unable to determine HTML(edit_link = ...) from remote HEAD branch, defaulting to "master". │ Calling `git remote` failed with an exception. Set JULIA_DEBUG=Documenter to see the error. │ Unless this is due to a configuration error, the relevant variable should be set explicitly. └ @ Documenter ~/.julia/packages/Documenter/tbj1p/src/utilities/utilities.jl:660 [ Info: SetupBuildDirectory: setting up build directory. [ Info: Doctest: running doctests. [ Info: Skipped ExpandTemplates step (doctest only). [ Info: Skipped CrossReferences step (doctest only). [ Info: Skipped CheckDocument step (doctest only). [ Info: Skipped Populate step (doctest only). [ Info: Skipped RenderDocument step (doctest only). [ Info: Testing operator classification... Precompiling packages... 4672.5 ms ✓ SpecialFunctions → SpecialFunctionsChainRulesCoreExt 1 dependency successfully precompiled in 5 seconds. 17 already precompiled. Precompiling packages... 7835.5 ms ✓ SparseConnectivityTracer → SparseConnectivityTracerNNlibExt 1 dependency successfully precompiled in 8 seconds. 47 already precompiled. Precompiling packages... 3681.9 ms ✓ NNlib → NNlibSpecialFunctionsExt 1 dependency successfully precompiled in 4 seconds. 42 already precompiled. Precompiling packages... 5134.3 ms ✓ SparseConnectivityTracer → SparseConnectivityTracerNaNMathExt 1 dependency successfully precompiled in 5 seconds. 10 already precompiled. Precompiling packages... 3745.3 ms ✓ NNlib → NNlibForwardDiffExt 1 dependency successfully precompiled in 4 seconds. 49 already precompiled. [ Info: Testing simple examples... Hessian: Test Failed at /home/pkgeval/.julia/packages/SparseConnectivityTracer/litqn/test/test_arrays.jl:131 Expression: isone(x) Evaluated: isone(false) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:731 [inlined] [2] macro expansion @ ~/.julia/packages/SparseConnectivityTracer/litqn/test/test_arrays.jl:131 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [4] testH1(f::Function, A::Diagonal{Float64, Vector{Float64}}) @ Main ~/.julia/packages/SparseConnectivityTracer/litqn/test/test_arrays.jl:123 Precompiling packages... 4046.9 ms ✓ ComponentArrays 1 dependency successfully precompiled in 5 seconds. 23 already precompiled. Precompiling packages... 4374.0 ms ✓ ComponentArrays → ComponentArraysKernelAbstractionsExt 1 dependency successfully precompiled in 5 seconds. 39 already precompiled. [ Info: Testing package extensions... [ Info: ...LogExpFunctions [ Info: ...NaNMath [ Info: ...NNlib [ Info: ...SpecialFunctions [ Info: ...DataInterpolations Precompiling packages... 5347.9 ms ✓ DataInterpolations 1 dependency successfully precompiled in 6 seconds. 38 already precompiled. Precompiling packages... 2924.1 ms ✓ SparseConnectivityTracer → SparseConnectivityTracerDataInterpolationsExt 1 dependency successfully precompiled in 3 seconds. 49 already precompiled. Precompiling packages... 3713.4 ms ✓ DataInterpolations → DataInterpolationsChainRulesCoreExt 1 dependency successfully precompiled in 4 seconds. 45 already precompiled. ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 468 running 1 of 2 signal (10): User defined signal 1 unknown function (ip: 0x704ca48e7f14) at /lib/x86_64-linux-gnu/libc.so.6 pthread_cond_wait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv_cond_wait at /workspace/srcdir/libuv/src/unix/thread.c:822 ijl_task_get_next at /source/src/scheduler.c:520 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 jfptr_wait_forever_30085.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3498 [inlined] ijl_apply_generic at /source/src/gf.c:3698 jl_apply at /source/src/julia.h:2353 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) _ZSt24__merge_sort_with_bufferIPPN4llvm5ValueES3_N9__gnu_cxx5__ops15_Iter_comp_iterINS0_12function_refIFbS2_S2_EEEEEEvT_SB_T0_T1_ at /opt/julia/bin/../lib/julia/libLLVM.so.19.1jl (unknown line) unknown function (ip: 0x7ffeb353dfa7) at (unknown file) unknown function (ip: 0x1bdf14f) at (unknown file) 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 2 signal (10): User defined signal 1 unknown function (ip: 0x715ea2fbcf14) at /lib/x86_64-linux-gnu/libc.so.6 pthread_cond_wait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv_cond_wait at /workspace/srcdir/libuv/src/unix/thread.c:822 ijl_task_get_next at /source/src/scheduler.c:520 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 jfptr_wait_forever_30085.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3498 [inlined] ijl_apply_generic at /source/src/gf.c:3698 jl_apply at /source/src/julia.h:2353 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) 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:454 wait at ./task.jl:1216 wait_forever at ./task.jl:1150 jfptr_wait_forever_30085.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3498 [inlined] ijl_apply_generic at /source/src/gf.c:3698 jl_apply at /source/src/julia.h:2353 [inlined] start_task at /source/src/task.c:1249 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 (interactive) Task 0x0000715e989c5e10 Total snapshots: 198. Utilization: 0% ╎198 @Base/task.jl:1150 wait_forever() 197╎ 198 @Base/task.jl:1216 wait() Thread 2 (default) Task 0x0000715e98dfc100 Total snapshots: 198. Utilization: 0% ╎198 @Base/task.jl:1150 wait_forever() 197╎ 198 @Base/task.jl:1216 wait() [468] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/SparseConnectivityTracer/litqn/test/ext/test_DataInterpolations.jl:255 _ZNK4llvm6object7ELFFileINS0_7ELFTypeILNS_10endiannessE1ELb1EEEE15getSectionIndexERKNS0_12Elf_Sym_ImplIS4_EENS_8ArrayRefIS7_EENS0_10DataRegionINS_7support6detail31packed_endian_specific_integralIjLS3_1ELm1ELm1EEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.19.1jl (unknown line) _ZNK4llvm6object7ELFFileINS0_7ELFTypeILNS_10endiannessE1ELb1EEEE10getSectionERKNS0_12Elf_Sym_ImplIS4_EENS_8ArrayRefIS7_EENS0_10DataRegionINS_7support6detail31packed_endian_specific_integralIjLS3_1ELm1ELm1EEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.19.1jl (unknown line) _ZNK4llvm6object7ELFFileINS0_7ELFTypeILNS_10endiannessE1ELb1EEEE10getSectionERKNS0_12Elf_Sym_ImplIS4_EEPKNS0_13Elf_Shdr_ImplIS4_EENS0_10DataRegionINS_7support6detail31packed_endian_specific_integralIjLS3_1ELm1ELm1EEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.19.1jl (unknown line) _ZNK4llvm6object13ELFObjectFileINS0_7ELFTypeILNS_10endiannessE1ELb1EEEE16getSymbolSectionEPKNS0_12Elf_Sym_ImplIS4_EEPKNS0_13Elf_Shdr_ImplIS4_EE at /opt/julia/bin/../lib/julia/libLLVM.so.19.1jl (unknown line) _ZNK4llvm6object13ELFObjectFileINS0_7ELFTypeILNS_10endiannessE1ELb1EEEE16getSymbolSectionENS0_11DataRefImplE at /opt/julia/bin/../lib/julia/libLLVM.so.19.1jl (unknown line) _ZNK4llvm6object10SectionRef14containsSymbolENS0_9SymbolRefE at /opt/julia/bin/../lib/julia/libLLVM.so.19.1jl (unknown line) get_function_name_and_base at /source/src/debuginfo.cpp:736 [inlined] jl_dylib_DI_for_fptr at /source/src/debuginfo.cpp:1137 jl_getDylibFunctionInfo at /source/src/debuginfo.cpp:1169 [inlined] jl_getFunctionInfo_impl at /source/src/debuginfo.cpp:1264 ijl_lookup_code_address at /source/src/stackwalk.c:612 PkgEval terminated after 2726.8s: test duration exceeded the time limit