Package evaluation of SymbolicUtils on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-29T03:45:47.472 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.56s ################################################################################ # Installation # Installing SymbolicUtils... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [d1185830] + SymbolicUtils v3.27.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [1520ce14] + AbstractTrees v0.4.5 [7d9f7c33] + Accessors v0.1.42 [79e6a3ab] + Adapt v4.3.0 [4fba245c] + ArrayInterface v7.18.0 [e2ed5e7c] + Bijections v0.1.9 [d360d2e6] + ChainRulesCore v1.25.1 [861a8166] + Combinatorics v1.0.2 [34da2185] + Compat v4.16.0 [a33af91c] + CompositionsBase v0.1.2 [187b0558] + ConstructionBase v1.5.8 [a8cc5b0e] + Crayons v4.1.1 [9a962f9c] + DataAPI v1.16.0 [864edb3b] + DataStructures v0.18.22 [e2d170a0] + DataValueInterfaces v1.0.0 [ffbed154] + DocStringExtensions v0.9.4 [7c1d4256] + DynamicPolynomials v0.6.1 [e2ba6199] + ExprTools v0.1.10 [55351af7] + ExproniconLite v0.10.14 [3587e190] + InverseFunctions v0.1.17 [92d709cd] + IrrationalConstants v0.2.4 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.7.0 [b964fa9f] + LaTeXStrings v1.4.0 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [102ac46a] + MultivariatePolynomials v0.5.7 [d8a4904e] + MutableArithmetics v1.6.4 [77ba4419] + NaNMath v1.1.3 [bac558e1] + OrderedCollections v1.8.0 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [08abe8d2] + PrettyTables v2.4.0 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [7e49a35a] + RuntimeGeneratedFunctions v0.5.14 [efcf1570] + Setfield v1.1.2 [276daf66] + SpecialFunctions v2.5.1 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [892a3eda] + StringManipulation v0.4.1 [2efcf032] + SymbolicIndexingInterface v0.3.40 [d1185830] + SymbolicUtils v3.27.0 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 [ed4db957] + TaskLocalValues v0.1.2 [8ea1fca8] + TermInterface v2.0.0 [a759f4b9] + TimerOutputs v0.5.28 [a7c27f48] + Unityper v0.1.6 [897b6980] + WeakValueDicts v0.1.0 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [9fa8497b] + Future v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.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 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.12.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [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 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 4.08s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... ERROR: LoadError: The following 3 direct dependencies failed to precompile: ZygoteColorsExt Failed to precompile ZygoteColorsExt [e68c091a-8ea5-5ca7-be4f-380657d4ad79] to "/home/pkgeval/.julia/compiled/v1.13/ZygoteColorsExt/jl_w8nqj5" (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:85 [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_NfsE65" (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/Zygote/HdT4O/ext/ZygoteColorsExt.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/Zygote/HdT4O/ext/ZygoteColorsExt.jl:1 in expression starting at stdin:5 Zygote Failed to precompile Zygote [e88e6eb3-aa80-5325-afca-941959d7151f] to "/home/pkgeval/.julia/compiled/v1.13/Zygote/jl_7mDraR" (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:85 [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::Nothing) @ 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 ZygoteDistancesExt Failed to precompile ZygoteDistancesExt [5865c103-18d1-586a-9b11-010bbc2260a8] to "/home/pkgeval/.julia/compiled/v1.13/ZygoteDistancesExt/jl_gl866t" (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:85 [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_xSFSWT" (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/Zygote/HdT4O/ext/ZygoteDistancesExt.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/Zygote/HdT4O/ext/ZygoteDistancesExt.jl:1 in expression starting at stdin:5 in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 456.78s ################################################################################ # Testing # Testing SymbolicUtils Status `/tmp/jl_c0AUHP/Project.toml` [1520ce14] AbstractTrees v0.4.5 [4fba245c] ArrayInterface v7.18.0 [6e4b80f9] BenchmarkTools v1.6.0 [e2ed5e7c] Bijections v0.1.9 [d360d2e6] ChainRulesCore v1.25.1 [861a8166] Combinatorics v1.0.2 [187b0558] ConstructionBase v1.5.8 [864edb3b] DataStructures v0.18.22 [ffbed154] DocStringExtensions v0.9.4 [e30172f5] Documenter v1.10.2 [7c1d4256] DynamicPolynomials v0.6.1 [55351af7] ExproniconLite v0.10.14 [2ee39098] LabelledArrays v1.16.1 [102ac46a] MultivariatePolynomials v0.5.7 [77ba4419] NaNMath v1.1.3 ⌅ [67456a42] OhMyThreads v0.7.0 [32113eaa] PkgBenchmark v0.2.13 [324d217c] ReferenceTests v0.10.5 [37e2e3b7] ReverseDiff v1.16.1 [7e49a35a] RuntimeGeneratedFunctions v0.5.14 [1bc83da4] SafeTestsets v0.1.0 [efcf1570] Setfield v1.1.2 [276daf66] SpecialFunctions v2.5.1 [90137ffa] StaticArrays v1.9.13 [2efcf032] SymbolicIndexingInterface v0.3.40 [d1185830] SymbolicUtils v3.27.0 [ed4db957] TaskLocalValues v0.1.2 [8ea1fca8] TermInterface v2.0.0 [a759f4b9] TimerOutputs v0.5.28 [a7c27f48] Unityper v0.1.6 [897b6980] WeakValueDicts v0.1.0 [e88e6eb3] Zygote v0.7.6 [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_c0AUHP/Manifest.toml` [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 [4fba245c] ArrayInterface v7.18.0 [198e06fe] BangBang v0.4.4 [6e4b80f9] BenchmarkTools v1.6.0 [e2ed5e7c] Bijections v0.1.9 [082447d4] ChainRules v1.72.3 [d360d2e6] ChainRulesCore v1.25.1 [ae650224] ChunkSplitters v3.1.2 [944b1d66] CodecZlib v0.7.8 [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.0 [861a8166] Combinatorics v1.0.2 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.16.0 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.5.8 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 [ab62b9b5] DeepDiffs v1.2.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.2 [7c1d4256] DynamicPolynomials v0.6.1 [e2ba6199] ExprTools v0.1.10 [55351af7] ExproniconLite v0.10.14 [5789e2e9] FileIO v1.17.0 [1a297f60] FillArrays v1.13.0 [53c48c17] FixedPointNumbers v0.8.5 [f6369f11] ForwardDiff v1.0.1 [069b7b12] FunctionWrappers v1.1.3 [46192b85] GPUArraysCore v0.2.0 [d7ba0133] Git v1.3.1 [b5f81e59] IOCapture v0.2.5 [7869d1d1] IRTools v0.4.14 [c817782e] ImageBase v0.1.7 [a09fc81d] ImageCore v0.10.5 [22cec73e] InitialValues v0.3.1 [3587e190] InverseFunctions v0.1.17 [92d709cd] IrrationalConstants v0.2.4 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [b964fa9f] LaTeXStrings v1.4.0 [2ee39098] LabelledArrays v1.16.1 [0e77f7df] LazilyInitializedFields v1.3.0 [8cdb02fc] LazyModules v0.3.1 [1d6d02ad] LeftChildRightSiblingTrees v0.2.0 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [dbb5928d] MappedArrays v0.4.2 [d0879d2d] MarkdownAST v0.1.2 [e94cdb99] MosaicViews v0.3.4 [102ac46a] MultivariatePolynomials v0.5.7 [d8a4904e] MutableArithmetics v1.6.4 [77ba4419] NaNMath v1.1.3 [6fe1bfb0] OffsetArrays v1.17.0 ⌅ [67456a42] OhMyThreads v0.7.0 [bac558e1] OrderedCollections v1.8.0 [5432bcbf] PaddedViews v0.5.12 [69de0a69] Parsers v2.8.3 [32113eaa] PkgBenchmark v0.2.13 [d236fae5] PreallocationTools v0.4.26 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [08abe8d2] PrettyTables v2.4.0 [33c8b6b6] ProgressLogging v0.1.4 [c1ae055f] RealDot v0.1.0 [3cdcf5f2] RecipesBase v1.3.4 [731186ca] RecursiveArrayTools v3.33.0 [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 [1bc83da4] SafeTestsets v0.1.0 [efcf1570] Setfield v1.1.2 [dc90abb0] SparseInverseSubset v0.1.2 [276daf66] SpecialFunctions v2.5.1 [91464d47] StableTasks v0.1.7 [cae243ae] StackViews v0.1.1 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.0 [892a3eda] StringManipulation v0.4.1 [09ab397b] StructArrays v0.7.1 [2efcf032] SymbolicIndexingInterface v0.3.40 [d1185830] SymbolicUtils v3.27.0 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [ed4db957] TaskLocalValues v0.1.2 [62fd8b95] TensorCore v0.1.1 [8ea1fca8] TermInterface v2.0.0 [5d786b92] TerminalLoggers v0.1.7 [a759f4b9] TimerOutputs v0.5.28 [3bb67fe8] TranscodingStreams v0.11.3 [a7c27f48] Unityper v0.1.6 [897b6980] WeakValueDicts v0.1.0 [c8c2cc18] XTermColors v0.2.1 [e88e6eb3] Zygote v0.7.6 [700de1a5] ZygoteRules v0.2.7 [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 ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ 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/ZlqFj/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). ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Time Allocations ─────────────────────── ──────────────────────── Tot / % measured: 12.5s / 16.9% 190MiB / 23.4% Section ncalls time %tot avg alloc %tot avg ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── SymbolicUtils.Rewriters.IfElse{typeof(SymbolicUtils.has_trig_exp), SymbolicUtils.Rewriters.Walk{:post, SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#379#380", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#381#382", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}}, typeof(TermInterface.maketerm), false}, SymbolicUtils.Rewriters.Walk{:post, SymbolicUtils.Rewriters.Chain, typeof(TermInterface.maketerm), false}}(SymbolicUtils.has_trig_exp, SymbolicUtils.Rewriters.Walk{:post, SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#379#380", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#381#382", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}}, typeof(TermInterface.maketerm), false}(SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#379#380", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#381#382", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}}(SymbolicUtils.var"#379#380"(), SymbolicUtils.Rewriters.Chain((SymbolicUtils.Rewriters.RestartedChain{Vector{SymbolicUtils.Rewriters.IfElse{F, A, SymbolicUtils.Rewriters.Empty} where {F, A}}}(SymbolicUtils.Rewriters.IfElse{F, A, SymbolicUtils.Rewriters.Empty} where {F, A}[SymbolicUtils.Rewriters.IfElse{typeof(TermInterface.iscall), SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(TermInterface.iscall, SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[identity(~x) => ~x, -(~x) => -1 * ~x, ~x - ~y => ~x + -1 * ~y, ~(x::_isone) \ ~y => ~y, ~x \ ~y => ~y / ~x, one(~x) => one(symtype(~x)), zero(~x) => zero(symtype(~x)), conj(~(x::_isreal)) => ~x, real(~(x::_isreal)) => ~x, imag(~(x::_isreal)) => zero(symtype(~x)), ifelse(~(x::is_literal_number), ~y, ~z) => if ~x ~y else ~z end, ifelse(~x, ~y, ~y) => ~y], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##1#number_simplifier##2", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##1#number_simplifier##2"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.AbstractRule[~(x::isnotflat(+)) => flatten_term(+, ~x), ~(x::needs_sorting(+)) => sort_args(+, ~x), ACRule(~(a::is_literal_number) + ~(b::is_literal_number) => ~a + ~b), ACRule((*)(~(~x)) + ~β * ~(~x) => *(1 + ~β, ~(~x)...)), ACRule(~x + ~β * ~x => (1 + ~β) * ~x), ACRule(~(α::is_literal_number) * ~x + ~x => (~α + 1) * ~x), +(~(~(x::hasrepeats))) => +((merge_repeats(*, ~(~x))...)), ACRule(~(z::_iszero) + ~x => ~x), +(~x) => ~x], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(+)}, SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(+)}(+), SymbolicUtils.Rewriters.Chain(SymbolicUtils.ACRule{typeof(Combinatorics.permutations)}[ACRule(~α * ~(~x) + ~β * ~(~x) => *(~α + ~β, ~(~x)...)), ACRule(~(~x) * ~α + ~(~x) * ~β => *(~α + ~β, ~(~x)...))], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##3#number_simplifier##4", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##3#number_simplifier##4"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.AbstractRule[~(x::isnotflat(*)) => flatten_term(*, ~x), ~(x::needs_sorting(*)) => sort_args(*, ~x), ACRule(~(a::is_literal_number) * ~(b::is_literal_number) => ~a * ~b), (*)(~(~(x::hasrepeats))) => (*)(merge_repeats(^, ~(~x))...), ACRule((~y) ^ ~n * ~y => (~y) ^ (~n + 1)), ACRule(~(z::_isone) * ~x => ~x), ACRule(~(z::_iszero) * ~x => ~z), (*)(~x) => ~x], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(*)}, SymbolicUtils.ACRule{typeof(Combinatorics.combinations), SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(*)}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}}}, SymbolicUtils.var"#253#254"}}, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(*)}(*), ACRule((~x) ^ ~n * (~x) ^ ~m => (~x) ^ (~n + ~m)), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##5#number_simplifier##6", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##5#number_simplifier##6"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[(*)(~(~x)) ^ ~(y::_isinteger) => (*)(map((a->begin #= /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/src/simplify_rules.jl:47 =# pow(a, ~y) end), ~(~x))...), ((~x) ^ ~(p::_isinteger)) ^ ~(q::_isinteger) => (~x) ^ (~p * ~q), (~x) ^ ~(z::_iszero) => 1, (~x) ^ ~(z::_isone) => ~x, inv(~x) => 1 / ~x], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(^)}, SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(^)}(^), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils._isone)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}, SymbolicUtils.var"#267#268"}[(~(x::_isone)) ^ ~z => 1], false), SymbolicUtils.Rewriters.Empty())]), SymbolicUtils.Rewriters.Chain(SymbolicUtils.AbstractRule[ACRule(~r * ~(x::has_trig_exp) + ~r * ~y => ~r * (~x + ~y)), ACRule(~r * ~(x::has_trig_exp) + -1 * ~r * ~y => ~r * (~x - ~y)), ACRule(sin(~x) ^ 2 + cos(~x) ^ 2 => one(~x)), ACRule(sin(~x) ^ 2 + -1 => -1 * cos(~x) ^ 2), ACRule(cos(~x) ^ 2 + -1 => -1 * sin(~x) ^ 2), ACRule(cos(~x) ^ 2 + -1 * sin(~x) ^ 2 => cos(2 * ~x)), ACRule(sin(~x) ^ 2 + -1 * cos(~x) ^ 2 => -(cos(2 * ~x))), ACRule(cos(~x) * sin(~x) => sin(2 * ~x) / 2), ACRule(tan(~x) ^ 2 + -1 * sec(~x) ^ 2 => one(~x)), ACRule(-1 * tan(~x) ^ 2 + sec(~x) ^ 2 => one(~x)), ACRule(tan(~x) ^ 2 + 1 => sec(~x) ^ 2), ACRule(sec(~x) ^ 2 + -1 => tan(~x) ^ 2), ACRule(cot(~x) ^ 2 + -1 * csc(~x) ^ 2 => one(~x)), ACRule(cot(~x) ^ 2 + 1 => csc(~x) ^ 2), ACRule(csc(~x) ^ 2 + -1 => cot(~x) ^ 2), ACRule(cosh(~x) ^ 2 + -1 * sinh(~x) ^ 2 => one(~x)), ACRule(cosh(~x) ^ 2 + -1 => sinh(~x) ^ 2), ACRule(sinh(~x) ^ 2 + 1 => cosh(~x) ^ 2), ACRule(cosh(~x) ^ 2 + sinh(~x) ^ 2 => cosh(2 * ~x)), ACRule(cosh(~x) * sinh(~x) => sinh(2 * ~x) / 2), ACRule(exp(~x) * exp(~y) => if _iszero(~x + ~y) 1 else exp(~x + ~y) end), exp(~x) ^ ~y => exp(~x * ~y)], false)), false), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#381#382", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#381#382"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[true | ~x => true, ~x | true => true, false | ~x => ~x, ~x | false => ~x, true & ~x => ~x, ~x & true => ~x, false & ~x => false, ~x & false => false, !(~x) & ~x => false, ~x & !(~x) => false, !(~x) | ~x => true, ~x | !(~x) => true, xor(~x, !(~x)) => true, xor(~x, ~x) => false, ~x == ~x => true, ~x != ~x => false, ~x < ~x => false, ~x > ~x => false, (~f)(~(x::is_literal_number)) => (~f)(~x), (~f)(~(x::is_literal_number), ~(y::is_literal_number)) => (~f)(~x, ~y)], false), SymbolicUtils.Rewriters.Empty())), 100, TermInterface.maketerm), SymbolicUtils.Rewriters.Walk{:post, SymbolicUtils.Rewriters.Chain, typeof(TermInterface.maketerm), false}(SymbolicUtils.Rewriters.Chain((SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#383#384", SymbolicUtils.Rewriters.RestartedChain{Vector{SymbolicUtils.Rewriters.IfElse{F, A, SymbolicUtils.Rewriters.Empty} where {F, A}}}, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#383#384"(), SymbolicUtils.Rewriters.RestartedChain{Vector{SymbolicUtils.Rewriters.IfElse{F, A, SymbolicUtils.Rewriters.Empty} where {F, A}}}(SymbolicUtils.Rewriters.IfElse{F, A, SymbolicUtils.Rewriters.Empty} where {F, A}[SymbolicUtils.Rewriters.IfElse{typeof(TermInterface.iscall), SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(TermInterface.iscall, SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[identity(~x) => ~x, -(~x) => -1 * ~x, ~x - ~y => ~x + -1 * ~y, ~(x::_isone) \ ~y => ~y, ~x \ ~y => ~y / ~x, one(~x) => one(symtype(~x)), zero(~x) => zero(symtype(~x)), conj(~(x::_isreal)) => ~x, real(~(x::_isreal)) => ~x, imag(~(x::_isreal)) => zero(symtype(~x)), ifelse(~(x::is_literal_number), ~y, ~z) => if ~x ~y else ~z end, ifelse(~x, ~y, ~y) => ~y], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##1#number_simplifier##2", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##1#number_simplifier##2"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.AbstractRule[~(x::isnotflat(+)) => flatten_term(+, ~x), ~(x::needs_sorting(+)) => sort_args(+, ~x), ACRule(~(a::is_literal_number) + ~(b::is_literal_number) => ~a + ~b), ACRule((*)(~(~x)) + ~β * ~(~x) => *(1 + ~β, ~(~x)...)), ACRule(~x + ~β * ~x => (1 + ~β) * ~x), ACRule(~(α::is_literal_number) * ~x + ~x => (~α + 1) * ~x), +(~(~(x::hasrepeats))) => +((merge_repeats(*, ~(~x))...)), ACRule(~(z::_iszero) + ~x => ~x), +(~x) => ~x], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(+)}, SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(+)}(+), SymbolicUtils.Rewriters.Chain(SymbolicUtils.ACRule{typeof(Combinatorics.permutations)}[ACRule(~α * ~(~x) + ~β * ~(~x) => *(~α + ~β, ~(~x)...)), ACRule(~(~x) * ~α + ~(~x) * ~β => *(~α + ~β, ~(~x)...))], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##3#number_simplifier##4", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##3#number_simplifier##4"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.AbstractRule[~(x::isnotflat(*)) => flatten_term(*, ~x), ~(x::needs_sorting(*)) => sort_args(*, ~x), ACRule(~(a::is_literal_number) * ~(b::is_literal_number) => ~a * ~b), (*)(~(~(x::hasrepeats))) => (*)(merge_repeats(^, ~(~x))...), ACRule((~y) ^ ~n * ~y => (~y) ^ (~n + 1)), ACRule(~(z::_isone) * ~x => ~x), ACRule(~(z::_iszero) * ~x => ~z), (*)(~x) => ~x], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(*)}, SymbolicUtils.ACRule{typeof(Combinatorics.combinations), SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(*)}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}}}, SymbolicUtils.var"#253#254"}}, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(*)}(*), ACRule((~x) ^ ~n * (~x) ^ ~m => (~x) ^ (~n + ~m)), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##5#number_simplifier##6", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##5#number_simplifier##6"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[(*)(~(~x)) ^ ~(y::_isinteger) => (*)(map((a->begin #= /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/src/simplify_rules.jl:47 =# pow(a, ~y) end), ~(~x))...), ((~x) ^ ~(p::_isinteger)) ^ ~(q::_isinteger) => (~x) ^ (~p * ~q), (~x) ^ ~(z::_iszero) => 1, (~x) ^ ~(z::_isone) => ~x, inv(~x) => 1 / ~x], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(^)}, SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(^)}(^), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils._isone)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}, SymbolicUtils.var"#267#268"}[(~(x::_isone)) ^ ~z => 1], false), SymbolicUtils.Rewriters.Empty())]), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#385#386", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#385#386"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[true | ~x => true, ~x | true => true, false | ~x => ~x, ~x | false => ~x, true & ~x => ~x, ~x & true => ~x, false & ~x => false, ~x & false => false, !(~x) & ~x => false, ~x & !(~x) => false, !(~x) | ~x => true, ~x | !(~x) => true, xor(~x, !(~x)) => true, xor(~x, ~x) => false, ~x == ~x => true, ~x != ~x => false, ~x < ~x => false, ~x > ~x => false, (~f)(~(x::is_literal_number)) => (~f)(~x), (~f)(~(x::is_literal_number), ~(y::is_literal_number)) => (~f)(~x, ~y)], false), SymbolicUtils.Rewriters.Empty())), false), 100, TermInterface.maketerm)) 1 2.11s 100.0% 2.11s 44.5MiB 100.0% 44.5MiB SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#383#384", SymbolicUtils.Rewriters.RestartedChain{Vector{SymbolicUtils.Rewriters.IfElse{F, A, SymbolicUtils.Rewriters.Empty} where {F, A}}}, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#383#384"(), SymbolicUtils.Rewriters.RestartedChain{Vector{SymbolicUtils.Rewriters.IfElse{F, A, SymbolicUtils.Rewriters.Empty} where {F, A}}}(SymbolicUtils.Rewriters.IfElse{F, A, SymbolicUtils.Rewriters.Empty} where {F, A}[SymbolicUtils.Rewriters.IfElse{typeof(TermInterface.iscall), SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(TermInterface.iscall, SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[identity(~x) => ~x, -(~x) => -1 * ~x, ~x - ~y => ~x + -1 * ~y, ~(x::_isone) \ ~y => ~y, ~x \ ~y => ~y / ~x, one(~x) => one(symtype(~x)), zero(~x) => zero(symtype(~x)), conj(~(x::_isreal)) => ~x, real(~(x::_isreal)) => ~x, imag(~(x::_isreal)) => zero(symtype(~x)), ifelse(~(x::is_literal_number), ~y, ~z) => if ~x ~y else ~z end, ifelse(~x, ~y, ~y) => ~y], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##1#number_simplifier##2", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##1#number_simplifier##2"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.AbstractRule[~(x::isnotflat(+)) => flatten_term(+, ~x), ~(x::needs_sorting(+)) => sort_args(+, ~x), ACRule(~(a::is_literal_number) + ~(b::is_literal_number) => ~a + ~b), ACRule((*)(~(~x)) + ~β * ~(~x) => *(1 + ~β, ~(~x)...)), ACRule(~x + ~β * ~x => (1 + ~β) * ~x), ACRule(~(α::is_literal_number) * ~x + ~x => (~α + 1) * ~x), +(~(~(x::hasrepeats))) => +((merge_repeats(*, ~(~x))...)), ACRule(~(z::_iszero) + ~x => ~x), +(~x) => ~x], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(+)}, SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(+)}(+), SymbolicUtils.Rewriters.Chain(SymbolicUtils.ACRule{typeof(Combinatorics.permutations)}[ACRule(~α * ~(~x) + ~β * ~(~x) => *(~α + ~β, ~(~x)...)), ACRule(~(~x) * ~α + ~(~x) * ~β => *(~α + ~β, ~(~x)...))], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##3#number_simplifier##4", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##3#number_simplifier##4"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.AbstractRule[~(x::isnotflat(*)) => flatten_term(*, ~x), ~(x::needs_sorting(*)) => sort_args(*, ~x), ACRule(~(a::is_literal_number) * ~(b::is_literal_number) => ~a * ~b), (*)(~(~(x::hasrepeats))) => (*)(merge_repeats(^, ~(~x))...), ACRule((~y) ^ ~n * ~y => (~y) ^ (~n + 1)), ACRule(~(z::_isone) * ~x => ~x), ACRule(~(z::_iszero) * ~x => ~z), (*)(~x) => ~x], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(*)}, SymbolicUtils.ACRule{typeof(Combinatorics.combinations), SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(*)}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}}}, SymbolicUtils.var"#253#254"}}, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(*)}(*), ACRule((~x) ^ ~n * (~x) ^ ~m => (~x) ^ (~n + ~m)), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##5#number_simplifier##6", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##5#number_simplifier##6"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[(*)(~(~x)) ^ ~(y::_isinteger) => (*)(map((a->begin #= /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/src/simplify_rules.jl:47 =# pow(a, ~y) end), ~(~x))...), ((~x) ^ ~(p::_isinteger)) ^ ~(q::_isinteger) => (~x) ^ (~p * ~q), (~x) ^ ~(z::_iszero) => 1, (~x) ^ ~(z::_isone) => ~x, inv(~x) => 1 / ~x], false), SymbolicUtils.Rewriters.Empty()), SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(^)}, SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(^)}(^), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils._isone)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}, SymbolicUtils.var"#267#268"}[(~(x::_isone)) ^ ~z => 1], false), SymbolicUtils.Rewriters.Empty())]), SymbolicUtils.Rewriters.Empty()) 13 1.93s 91.4% 148ms 40.1MiB 90.1% 3.09MiB SymbolicUtils.Rewriters.IfElse{typeof(TermInterface.iscall), SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(TermInterface.iscall, SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[identity(~x) => ~x, -(~x) => -1 * ~x, ~x - ~y => ~x + -1 * ~y, ~(x::_isone) \ ~y => ~y, ~x \ ~y => ~y / ~x, one(~x) => one(symtype(~x)), zero(~x) => zero(symtype(~x)), conj(~(x::_isreal)) => ~x, real(~(x::_isreal)) => ~x, imag(~(x::_isreal)) => zero(symtype(~x)), ifelse(~(x::is_literal_number), ~y, ~z) => if ~x ~y else ~z end, ifelse(~x, ~y, ~y) => ~y], false), SymbolicUtils.Rewriters.Empty()) 19 1.22s 57.7% 64.0ms 23.8MiB 53.4% 1.25MiB zero(~x) => zero(symtype(~x)) 12 99.4μs 0.0% 8.28μs 768B 0.0% 64.0B ifelse(~(x::is_literal_number), ~y, ~z) => if ~x ~y else ~z end 12 69.4μs 0.0% 5.78μs 960B 0.0% 80.0B ~x - ~y => ~x + -1 * ~y 12 59.8μs 0.0% 4.98μs 960B 0.0% 80.0B real(~(x::_isreal)) => ~x 12 55.2μs 0.0% 4.60μs 768B 0.0% 64.0B conj(~(x::_isreal)) => ~x 12 51.7μs 0.0% 4.31μs 768B 0.0% 64.0B imag(~(x::_isreal)) => zero(symtype(~x)) 12 51.3μs 0.0% 4.28μs 768B 0.0% 64.0B -(~x) => -1 * ~x 12 50.7μs 0.0% 4.23μs 768B 0.0% 64.0B identity(~x) => ~x 12 50.3μs 0.0% 4.20μs 768B 0.0% 64.0B ~(x::_isone) \ ~y => ~y 12 50.2μs 0.0% 4.18μs 960B 0.0% 80.0B ~x \ ~y => ~y / ~x 12 49.5μs 0.0% 4.12μs 960B 0.0% 80.0B ifelse(~x, ~y, ~y) => ~y 12 46.0μs 0.0% 3.84μs 960B 0.0% 80.0B one(~x) => one(symtype(~x)) 12 45.1μs 0.0% 3.76μs 768B 0.0% 64.0B SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(^)}, SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(^)}(^), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils._isone)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}, SymbolicUtils.var"#267#268"}[(~(x::_isone)) ^ ~z => 1], false), SymbolicUtils.Rewriters.Empty()) 13 107ms 5.1% 8.23ms 1.99MiB 4.5% 157KiB (~(x::_isone)) ^ ~z => 1 3 70.9μs 0.0% 23.6μs 576B 0.0% 192B SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(*)}, SymbolicUtils.ACRule{typeof(Combinatorics.combinations), SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(*)}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}, SymbolicUtils.var"#term_matcher#term_matcher##0"{Tuple{SymbolicUtils.var"#literal_matcher#matcher##0"{typeof(^)}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}, SymbolicUtils.var"#slot_matcher#matcher##1"{SymbolicUtils.Slot{typeof(SymbolicUtils.alwaystrue)}}}}}}, SymbolicUtils.var"#253#254"}}, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(*)}(*), ACRule((~x) ^ ~n * (~x) ^ ~m => (~x) ^ (~n + ~m)), SymbolicUtils.Rewriters.Empty()) 13 284μs 0.0% 21.8μs 5.58KiB 0.0% 439B SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##1#number_simplifier##2", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##1#number_simplifier##2"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.AbstractRule[~(x::isnotflat(+)) => flatten_term(+, ~x), ~(x::needs_sorting(+)) => sort_args(+, ~x), ACRule(~(a::is_literal_number) + ~(b::is_literal_number) => ~a + ~b), ACRule((*)(~(~x)) + ~β * ~(~x) => *(1 + ~β, ~(~x)...)), ACRule(~x + ~β * ~x => (1 + ~β) * ~x), ACRule(~(α::is_literal_number) * ~x + ~x => (~α + 1) * ~x), +(~(~(x::hasrepeats))) => +((merge_repeats(*, ~(~x))...)), ACRule(~(z::_iszero) + ~x => ~x), +(~x) => ~x], false), SymbolicUtils.Rewriters.Empty()) 13 60.1μs 0.0% 4.62μs 0.00B 0.0% 0.00B SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##5#number_simplifier##6", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##5#number_simplifier##6"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[(*)(~(~x)) ^ ~(y::_isinteger) => (*)(map((a->begin #= /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/src/simplify_rules.jl:47 =# pow(a, ~y) end), ~(~x))...), ((~x) ^ ~(p::_isinteger)) ^ ~(q::_isinteger) => (~x) ^ (~p * ~q), (~x) ^ ~(z::_iszero) => 1, (~x) ^ ~(z::_isone) => ~x, inv(~x) => 1 / ~x], false), SymbolicUtils.Rewriters.Empty()) 13 34.3μs 0.0% 2.64μs 0.00B 0.0% 0.00B SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#number_simplifier##3#number_simplifier##4", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#number_simplifier##3#number_simplifier##4"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.AbstractRule[~(x::isnotflat(*)) => flatten_term(*, ~x), ~(x::needs_sorting(*)) => sort_args(*, ~x), ACRule(~(a::is_literal_number) * ~(b::is_literal_number) => ~a * ~b), (*)(~(~(x::hasrepeats))) => (*)(merge_repeats(^, ~(~x))...), ACRule((~y) ^ ~n * ~y => (~y) ^ (~n + 1)), ACRule(~(z::_isone) * ~x => ~x), ACRule(~(z::_iszero) * ~x => ~z), (*)(~x) => ~x], false), SymbolicUtils.Rewriters.Empty()) 13 33.5μs 0.0% 2.58μs 0.00B 0.0% 0.00B SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(+)}, SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#is_operation##0#is_operation##1"{typeof(+)}(+), SymbolicUtils.Rewriters.Chain(SymbolicUtils.ACRule{typeof(Combinatorics.permutations)}[ACRule(~α * ~(~x) + ~β * ~(~x) => *(~α + ~β, ~(~x)...)), ACRule(~(~x) * ~α + ~(~x) * ~β => *(~α + ~β, ~(~x)...))], false), SymbolicUtils.Rewriters.Empty()) 13 33.4μs 0.0% 2.57μs 0.00B 0.0% 0.00B SymbolicUtils.Rewriters.IfElse{SymbolicUtils.var"#385#386", SymbolicUtils.Rewriters.Chain, SymbolicUtils.Rewriters.Empty}(SymbolicUtils.var"#385#386"(), SymbolicUtils.Rewriters.Chain(SymbolicUtils.Rule{SymbolicUtils.BasicSymbolic{Any}}[true | ~x => true, ~x | true => true, false | ~x => ~x, ~x | false => ~x, true & ~x => ~x, ~x & true => ~x, false & ~x => false, ~x & false => false, !(~x) & ~x => false, ~x & !(~x) => false, !(~x) | ~x => true, ~x | !(~x) => true, xor(~x, !(~x)) => true, xor(~x, ~x) => false, ~x == ~x => true, ~x != ~x => false, ~x < ~x => false, ~x > ~x => false, (~f)(~(x::is_literal_number)) => (~f)(~x), (~f)(~(x::is_literal_number), ~(y::is_literal_number)) => (~f)(~x, ~y)], false), SymbolicUtils.Rewriters.Empty()) 13 14.6μs 0.0% 1.12μs 0.00B 0.0% 0.00B ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Precompiling packages... 7506.8 ms ✓ RecursiveArrayTools → RecursiveArrayToolsForwardDiffExt 4463.9 ms ✓ PreallocationTools 9791.8 ms ✓ LabelledArrays 3 dependencies successfully precompiled in 22 seconds. 71 already precompiled. Precompiling packages... 9985.6 ms ✓ SymbolicUtils → SymbolicUtilsLabelledArraysExt 1 dependency successfully precompiled in 13 seconds. 102 already precompiled. Precompiling packages... 39693.0 ms ✓ ReverseDiff 1 dependency successfully precompiled in 40 seconds. 32 already precompiled. Precompiling packages... 9747.7 ms ✓ ArrayInterface → ArrayInterfaceReverseDiffExt 1 dependency successfully precompiled in 10 seconds. 39 already precompiled. Precompiling packages... 16860.7 ms ✓ SymbolicUtils → SymbolicUtilsReverseDiffExt 1 dependency successfully precompiled in 17 seconds. 97 already precompiled. Precompiling packages... 9755.5 ms ✓ PreallocationTools → PreallocationToolsReverseDiffExt 1 dependency successfully precompiled in 10 seconds. 41 already precompiled. Code: Error During Test at /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:171 Test threw exception Expression: eval(toexpr(Let([a ← 1, b ← 2, arr ← [1, 2]], MakeArray(UpperTriangular([a b; a + b a / b]), arr)))) == [1 2; 0 1 / 2] MethodError: no method matching zero(::Type{SymbolicUtils.BasicSymbolic{Number}}) The function `zero` exists, but no method is defined for this combination of argument types. Closest candidates are: zero(!Matched::Type{Union{}}, Any...) @ Base number.jl:315 zero(!Matched::Type{Missing}) @ Base missing.jl:104 zero(!Matched::Type{Pkg.Resolve.VersionWeight}) @ Pkg /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Resolve/versionweights.jl:15 ... Stacktrace: [1] diagzero(A::LinearAlgebra.UpperTriangular{SymbolicUtils.BasicSymbolic{Number}, Matrix{SymbolicUtils.BasicSymbolic{Number}}}, i::Int64, j::Int64) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/diagonal.jl:193 [2] getindex @ /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/triangular.jl:235 [inlined] [3] _getindex @ ./abstractarray.jl:1393 [inlined] [4] getindex @ ./abstractarray.jl:1347 [inlined] [5] _broadcast_getindex @ ./broadcast.jl:665 [inlined] [6] _getindex @ ./broadcast.jl:696 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:671 [inlined] [8] _getindex @ ./broadcast.jl:620 [inlined] [9] getindex @ ./broadcast.jl:616 [inlined] [10] copyto_nonleaf!(dest::Matrix{Symbol}, bc::Base.Broadcast.Broadcasted{LinearAlgebra.StructuredMatrixStyle{LinearAlgebra.UpperTriangular}, Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}, SymbolicUtils.Code.var"#toexpr##16#toexpr##17"{SymbolicUtils.Code.LazyState}, Tuple{Base.Broadcast.Extruded{LinearAlgebra.UpperTriangular{SymbolicUtils.BasicSymbolic{Number}, Matrix{SymbolicUtils.BasicSymbolic{Number}}}, Tuple{Bool, Bool}, Tuple{Int64, Int64}}}}, iter::CartesianIndices{2, Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}}, state::CartesianIndex{2}, count::Int64) @ Base.Broadcast ./broadcast.jl:1104 [11] copy(bc::Base.Broadcast.Broadcasted{LinearAlgebra.StructuredMatrixStyle{LinearAlgebra.UpperTriangular}, Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}, SymbolicUtils.Code.var"#toexpr##16#toexpr##17"{SymbolicUtils.Code.LazyState}, Tuple{LinearAlgebra.UpperTriangular{SymbolicUtils.BasicSymbolic{Number}, Matrix{SymbolicUtils.BasicSymbolic{Number}}}}}) @ Base.Broadcast ./broadcast.jl:941 [12] materialize @ ./broadcast.jl:894 [inlined] [13] map(::Function, ::LinearAlgebra.UpperTriangular{SymbolicUtils.BasicSymbolic{Number}, Matrix{SymbolicUtils.BasicSymbolic{Number}}}) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/src/structuredbroadcast.jl:297 [14] toexpr(a::SymbolicUtils.Code.MakeArray, st::SymbolicUtils.Code.LazyState) @ SymbolicUtils.Code ~/.julia/packages/SymbolicUtils/0GKgW/src/code.jl:509 [15] toexpr(l::SymbolicUtils.Code.Let, st::SymbolicUtils.Code.LazyState) @ SymbolicUtils.Code ~/.julia/packages/SymbolicUtils/0GKgW/src/code.jl:328 [16] toexpr(x::SymbolicUtils.Code.Let) @ SymbolicUtils.Code ~/.julia/packages/SymbolicUtils/0GKgW/src/code.jl:80 [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] [18] macro expansion @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:171 [inlined] [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [20] top-level scope @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:16 Code: Error During Test at /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:239 Test threw exception Expression: f(1) == 1 MethodError: no method matching (::Main.var"##Code#285".var"#26#27")(::Int64) The applicable method may be too new: running in world age 39171, while current world is 39174. Closest candidates are: (::Main.var"##Code#285".var"#26#27")(::Any) (method too new to be called from this world context.) @ Main.var"##Code#285" ~/.julia/packages/SymbolicUtils/0GKgW/src/code.jl:409 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] [2] macro expansion @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:239 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [4] top-level scope @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:16 Code: Error During Test at /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:240 Test threw exception Expression: f(2) == 2 MethodError: no method matching (::Main.var"##Code#285".var"#26#27")(::Int64) The applicable method may be too new: running in world age 39171, while current world is 39174. Closest candidates are: (::Main.var"##Code#285".var"#26#27")(::Any) (method too new to be called from this world context.) @ Main.var"##Code#285" ~/.julia/packages/SymbolicUtils/0GKgW/src/code.jl:409 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] [2] macro expansion @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:240 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [4] top-level scope @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:16 Code: Error During Test at /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:243 Test threw exception Expression: isnan(f(0, 10)) MethodError: no method matching (::Main.var"##Code#285".var"#29#30")(::Int64, ::Int64) The applicable method may be too new: running in world age 39171, while current world is 39177. Closest candidates are: (::Main.var"##Code#285".var"#29#30")(::Any, ::Any) (method too new to be called from this world context.) @ Main.var"##Code#285" ~/.julia/packages/SymbolicUtils/0GKgW/src/code.jl:409 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] [2] macro expansion @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:243 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [4] top-level scope @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:16 Code: Error During Test at /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:244 Test threw exception Expression: f(10, 2) ≈ sqrt(8) MethodError: no method matching (::Main.var"##Code#285".var"#29#30")(::Int64, ::Int64) The applicable method may be too new: running in world age 39171, while current world is 39177. Closest candidates are: (::Main.var"##Code#285".var"#29#30")(::Any, ::Any) (method too new to be called from this world context.) @ Main.var"##Code#285" ~/.julia/packages/SymbolicUtils/0GKgW/src/code.jl:409 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] [2] macro expansion @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:244 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [4] top-level scope @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:16 Code: Error During Test at /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:264 Test threw exception Expression: f(1.0, 2.0) ≈ 13.0 + sqrt(2) MethodError: no method matching (::Main.var"##Code#285".var"#32#33")(::Float64, ::Float64) The applicable method may be too new: running in world age 39177, while current world is 39180. Closest candidates are: (::Main.var"##Code#285".var"#32#33")(::Any, ::Any) (method too new to be called from this world context.) @ Main.var"##Code#285" ~/.julia/packages/SymbolicUtils/0GKgW/src/code.jl:409 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] [2] macro expansion @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:264 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [4] top-level scope @ ~/.julia/packages/SymbolicUtils/0GKgW/test/code.jl:16 ┌ Info: expand fuzz └ iter = 100 ┌ Info: expand fuzz └ iter = 200 ┌ Info: expand fuzz └ iter = 300 ┌ Info: expand fuzz └ iter = 400 ┌ Info: expand fuzz └ iter = 500 319.148424 seconds (121.67 M allocations: 6.384 GiB, 1.10% gc time, 97.95% compilation time: 6% of which was recompilation) Test failed for expression ((1.759692906059003 - 3666.9298888372687im) / ((342//2253325 - 28519//2253325*im)*asec(f)))^((b*((0.13664634286782473 + 2.25im) + d)) / a) = -Inf - Inf*im Simplified: ((1.759692906059003 - 3666.9298888372687im)^((b*((0.13664634286782473 + 2.25im) + d)) / a)) / (((342//2253325 - 28519//2253325*im)*asec(f))^((b*((0.13664634286782473 + 2.25im) + d)) / a)) = NaN + NaN*im Inputs: Any[a, f, d, b] = Real[0.09912111544427038, 35//18, 0.6221104036414907, 72] Test failed for expression ((1.759692906059003 - 3666.9298888372687im) / ((342//2253325 - 28519//2253325*im)*asec(f)))^((b*((0.13664634286782473 + 2.25im) + d)) / a) = -0.0 - 0.0im Simplified: ((1.759692906059003 - 3666.9298888372687im)^((b*((0.13664634286782473 + 2.25im) + d)) / a)) / (((342//2253325 - 28519//2253325*im)*asec(f))^((b*((0.13664634286782473 + 2.25im) + d)) / a)) = NaN + NaN*im Inputs: Any[a, f, d, b] = Real[-11//45, 25//24, 0.7666499466047045, 59] ┌ Info: simplify_fractions fuzz └ iter = 100 ┌ Info: simplify_fractions fuzz └ iter = 200 ┌ Info: num fuzz └ iter = 100 ┌ Info: num fuzz └ iter = 200 ┌ Info: num fuzz └ iter = 300 ┌ Info: num fuzz └ iter = 400 ┌ Info: num fuzz └ iter = 500 ┌ Info: num fuzz └ iter = 600 ┌ Info: num fuzz └ iter = 700 ┌ Info: num fuzz └ iter = 800 ┌ Info: num fuzz └ iter = 900 ┌ Info: num fuzz └ iter = 1000 ┌ Info: num fuzz └ iter = 1100 ┌ Info: num fuzz └ iter = 1200 ┌ Info: num fuzz └ iter = 1300 ┌ Info: num fuzz └ iter = 1400 ┌ Info: num fuzz └ iter = 1500 134.994030 seconds (21.95 M allocations: 1.118 GiB, 0.40% gc time, 93.45% compilation time: 8% of which was recompilation) ┌ Info: bool fuzz └ iter = 100 ┌ Info: bool fuzz └ iter = 200 ┌ Info: bool fuzz └ iter = 300 ┌ Info: bool fuzz └ iter = 400 ┌ Info: bool fuzz └ iter = 500 38.592231 seconds (11.43 M allocations: 563.686 MiB, 0.39% gc time, 94.58% compilation time: 6% of which was recompilation) 15.944934 seconds (5.10 M allocations: 268.903 MiB, 99.37% compilation time: 1% of which was recompilation) 7.692288 seconds (2.60 M allocations: 135.430 MiB, 1.65% gc time, 99.00% compilation time: <1% of which was recompilation) 1.709712 seconds (630.24 k allocations: 32.659 MiB, 96.39% compilation time: 1% of which was recompilation) 3.795344 seconds (1.19 M allocations: 62.137 MiB, 96.92% compilation time: 2% of which was recompilation) Precompiling packages... 2888.4 ms ✓ ZygoteRules 12825.1 ms ✓ ChainRules Info Given Zygote was explicitly requested, output will be shown live  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:85  [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::Nothing)  @ 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 ✗ Zygote 2 dependencies successfully precompiled in 46 seconds. 63 already precompiled. Adjoints: Error During Test at /home/pkgeval/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 Got exception outside of a @test LoadError: The following 1 direct dependency failed to precompile: Zygote Failed to precompile Zygote [e88e6eb3-aa80-5325-afca-941959d7151f] to "/home/pkgeval/.julia/compiled/v1.13/Zygote/jl_iXpnat" (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:85 [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::Nothing) @ 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: in expression starting at /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/test/adjoints.jl:2 Precompiling packages... 1851.9 ms ✓ BangBang 2207.0 ms ✓ OhMyThreads 2 dependencies successfully precompiled in 4 seconds. 16 already precompiled. Precompiling packages... 1374.0 ms ✓ BangBang → BangBangChainRulesCoreExt 1 dependency successfully precompiled in 1 seconds. 19 already precompiled. Precompiling packages... 1973.3 ms ✓ BangBang → BangBangStaticArraysExt 1 dependency successfully precompiled in 2 seconds. 21 already precompiled. Precompiling packages... 1382.0 ms ✓ BangBang → BangBangTablesExt 1 dependency successfully precompiled in 1 seconds. 20 already precompiled. Test Summary: | Pass Error Broken Total Time test set | 14499 7 6 14512 23m46.2s Doc | 1 1 1m57.6s Basics | 257 1 258 1m23.8s Order | 56 56 2.5s PolyForm | 32 1 33 1m58.4s Rewrite | 42 42 6.6s Rulesets | 87 87 2m04.4s Code | 133 6 139 3m44.5s Code | 114 6 120 1m05.3s Sparse array CSE | 1 1 7.5s `cse_inside_expr` | 1 1 2.1s `AtIndex` with symbolic index | 9 9 1.6s `ForLoop` | 6 6 1.2s `SetArray` with `return_arr` | 2 2 0.1s CSE | 64 64 29.6s Interface | 2 2 0.0s Fuzz | 13684 2 13686 10m29.8s Adjoints | 1 1 46.2s Hash Consing | 66 66 4.2s Cache macro | 77 77 38.2s RNG of the outermost testset: Random.Xoshiro(0x4cb98b162309b473, 0xd9cc96c2ae07eb9d, 0x24211147b6974c80, 0x8f4a9054ed00b056, 0x79ce9817391ac824) ERROR: LoadError: Some tests did not pass: 14499 passed, 0 failed, 7 errored, 6 broken. in expression starting at /home/pkgeval/.julia/packages/SymbolicUtils/0GKgW/test/runtests.jl:3 Testing failed after 1433.39s ERROR: LoadError: Package SymbolicUtils errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2414 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2269 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:486 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:303 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:331 [12] _start() @ Base ./client.jl:563 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 1935.92s: package fails to precompile