Package evaluation to test LegendrePolynomials on Julia 1.14.0-DEV.2311 (d99fded7bf*) started at 2026-06-09T14:59:34.074 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.62s ################################################################################ # Installation # Installing LegendrePolynomials... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [3db4a2ba] + LegendrePolynomials v0.4.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [ffbed154] + DocStringExtensions v0.9.5 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.8.0 [3db4a2ba] + LegendrePolynomials v0.4.5 [2ab3a3ac] + LogExpFunctions v1.0.1 [6fe1bfb0] + OffsetArrays v1.17.0 [21216c6a] + Preferences v1.5.2 [276daf66] + SpecialFunctions v2.8.0 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [05823500] + OpenLibm_jll v0.8.7+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 2.75s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... WARNING: Constructor for type "Matrix" was extended in `AbstractAlgebra` without explicit qualification or import.  NOTE: Assumed "Matrix" refers to `Base.Matrix`. 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 Matrix end`.  Hint: To silence the warning, qualify `Matrix` as `Base.Matrix` in the method signature or explicitly `import Base: Matrix`. ERROR: LoadError: Alias 'isnegative' is already defined with a different value Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] top-level scope  @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AliasMacro.jl:31  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [4] top-level scope  @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1372  [5] include(mod::Module, _path::String)  @ Base Base.jl:326  [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core boot.jl:521  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [10] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [12] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/Aliases.jl:19 in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1 in expression starting at stdin:5 ✗ AbstractAlgebra WARNING: Constructor for type "Number" was extended in `DomainSets` without explicit qualification or import.  NOTE: Assumed "Number" refers to `Base.Number`. 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 Number end`.  Hint: To silence the warning, qualify `Number` as `Base.Number` in the method signature or explicitly `import Base: Number`. 5.8 s ✓ DomainSets 1.7 s ✓ LegendrePolynomials 4.7 s ✓ HyperDualNumbers 42.3 s ✓ SciMLBase 12.8 s ✓ Distributions 2.0 s ✓ RecursiveArrayTools → RecursiveArrayToolsForwardDiffExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("c3fe647b-3220-5bb0-a1ea-a7954cac585d"), "AbstractAlgebra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] top-level scope  @ ~/.julia/packages/Groebner/BFrEm/src/Groebner.jl:32  [11] include(mod::Module, _path::String)  @ Base Base.jl:326  [12] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296  [13] top-level scope  @ stdin:5  [14] eval(m::Module, e::Any)  @ Core boot.jl:521  [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [16] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [17] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [18] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Groebner/BFrEm/src/Groebner.jl:1 in expression starting at stdin:5 ✗ Groebner 5.4 s ✓ SciMLBase → SciMLBaseChainRulesCoreExt 5.7 s ✓ SciMLBase → SciMLBaseForwardDiffExt 6.0 s ✓ Distributions → DistributionsTestExt 5.5 s ✓ Distributions → DistributionsChainRulesCoreExt 8.4 s ✓ SciMLBase → SciMLBaseDistributionsExt 8.7 s ✓ LabelledArrays 54.4 s ✓ SymbolicUtils ERROR: LoadError: UndefVarError: `issymbollike` not defined in `SciMLBase` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] getproperty(x::Module, f::Symbol)  @ Base Base_compiler.jl:51  [2] top-level scope  @ ~/.julia/packages/Symbolics/lUFzg/src/num.jl:22  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [4] top-level scope  @ ~/.julia/packages/Symbolics/lUFzg/src/Symbolics.jl:50  [5] include(mod::Module, _path::String)  @ Base Base.jl:326  [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core boot.jl:521  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [10] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [12] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Symbolics/lUFzg/src/num.jl:22 in expression starting at /home/pkgeval/.julia/packages/Symbolics/lUFzg/src/Symbolics.jl:1 in expression starting at stdin:5 ✗ Symbolics 13 dependencies successfully precompiled in 245 seconds. 193 already precompiled. 1 dependency had output during precompilation: ┌ DomainSets │ WARNING: Constructor for type "Number" was extended in `DomainSets` without explicit qualification or import. │ NOTE: Assumed "Number" refers to `Base.Number`. 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 Number end`. │ Hint: To silence the warning, qualify `Number` as `Base.Number` in the method signature or explicitly `import Base: Number`. └ Precompilation completed after 274.68s ################################################################################ # Testing # Testing LegendrePolynomials Status `/tmp/jl_kMJLk7/Project.toml` ⌅ [4c88cf16] Aqua v0.5.6 [e30172f5] Documenter v1.17.0 [50ceba7f] HyperDualNumbers v4.0.10 [3db4a2ba] LegendrePolynomials v0.4.5 [6fe1bfb0] OffsetArrays v1.17.0 [dc46b164] PerformanceTestTools v0.1.3 [1fd47b50] QuadGK v2.11.3 [276daf66] SpecialFunctions v2.8.0 ⌃ [0c5d862f] Symbolics v5.8.0 [37e2e46d] LinearAlgebra v1.14.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_kMJLk7/Manifest.toml` [47edcb42] ADTypes v1.22.0 [a4c015fc] ANSIColoredPrinters v0.0.1 ⌅ [c3fe647b] AbstractAlgebra v0.32.5 [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.44 [79e6a3ab] Adapt v4.6.0 [66dad0bd] AliasTables v1.1.3 ⌅ [4c88cf16] Aqua v0.5.6 [4fba245c] ArrayInterface v7.25.0 ⌅ [e2ed5e7c] Bijections v0.1.10 [49dc2e85] Calculus v0.5.2 [d360d2e6] ChainRulesCore v1.26.1 [944b1d66] CodecZlib v0.7.8 [861a8166] Combinatorics v1.1.0 [38540f10] CommonSolve v0.2.7 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.18.1 [b152e2b5] CompositeTypes v0.1.4 [a33af91c] CompositionsBase v0.1.2 ⌅ [187b0558] ConstructionBase v1.5.6 [9a962f9c] DataAPI v1.16.0 ⌅ [864edb3b] DataStructures v0.18.22 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.16.0 [31c24e10] Distributions v0.25.126 [ffbed154] DocStringExtensions v0.9.5 [e30172f5] Documenter v1.17.0 ⌅ [5b8099bc] DomainSets v0.6.7 ⌅ [7c1d4256] DynamicPolynomials v0.5.7 [4e289a0a] EnumX v1.0.7 [e2ba6199] ExprTools v0.1.10 [55351af7] ExproniconLite v0.10.14 [1a297f60] FillArrays v1.16.0 [1fa38f19] Format v1.3.7 [f6369f11] ForwardDiff v1.4.0 [069b7b12] FunctionWrappers v1.1.3 [77dc65aa] FunctionWrappersWrappers v1.9.1 [46192b85] GPUArraysCore v0.2.0 [d7ba0133] Git v1.5.0 ⌅ [0b43b601] Groebner v0.4.4 ⌅ [d5909c97] GroupsCore v0.4.2 [50ceba7f] HyperDualNumbers v4.0.10 [34004b35] HypergeometricFunctions v0.3.28 [b5f81e59] IOCapture v1.0.0 [615f187c] IfElse v0.1.1 [18e54dd8] IntegerMathUtils v0.1.3 [8197267c] IntervalSets v0.7.14 [3587e190] InverseFunctions v0.1.17 [92d709cd] IrrationalConstants v0.2.6 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.1 [ae98c720] Jieko v0.2.1 [b964fa9f] LaTeXStrings v1.4.0 [2ee39098] LabelledArrays v1.19.0 ⌅ [984bce1d] LambertW v0.4.6 [23fbe1c1] Latexify v0.16.10 [0e77f7df] LazilyInitializedFields v1.3.0 [3db4a2ba] LegendrePolynomials v0.4.5 [2ab3a3ac] LogExpFunctions v1.0.1 [e6f89c97] LoggingExtras v1.2.0 [1914dd2f] MacroTools v0.5.16 [d0879d2d] MarkdownAST v0.1.3 [e1d29d7a] Missings v1.2.0 [2e0e35c7] Moshi v0.3.8 ⌃ [102ac46a] MultivariatePolynomials v0.5.9 [d8a4904e] MutableArithmetics v1.8.0 [77ba4419] NaNMath v1.1.3 [6fe1bfb0] OffsetArrays v1.17.0 ⌅ [bac558e1] OrderedCollections v1.8.2 [90014a1f] PDMats v0.11.37 [69de0a69] Parsers v2.8.5 [dc46b164] PerformanceTestTools v0.1.3 [d236fae5] PreallocationTools v1.2.0 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [27ebfcd6] Primes v0.5.7 [43287f4e] PtrArrays v1.4.0 [1fd47b50] QuadGK v2.11.3 [fb686558] RandomExtensions v0.4.4 [3cdcf5f2] RecipesBase v1.3.4 ⌅ [731186ca] RecursiveArrayTools v3.54.0 [189a3867] Reexport v1.2.2 [2792f1a3] RegistryInstances v0.1.0 [ae029012] Requires v1.3.1 [79098fc4] Rmath v0.9.0 [7e49a35a] RuntimeGeneratedFunctions v0.5.19 [fdea26ae] SIMD v3.7.2 ⌅ [0bca4576] SciMLBase v2.155.1 ⌅ [a6db7da4] SciMLLogging v1.10.1 [c0aeaf25] SciMLOperators v1.22.0 [431bcebd] SciMLPublic v1.0.1 [53ae85a6] SciMLStructures v1.10.0 [efcf1570] Setfield v1.1.2 [66db9d55] SnoopPrecompile v1.0.3 [a2af1166] SortingAlgorithms v1.2.2 [276daf66] SpecialFunctions v2.8.0 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.11 [4c63d2b9] StatsFuns v2.1.0 [ec057cc2] StructUtils v2.8.2 [2efcf032] SymbolicIndexingInterface v0.3.48 ⌅ [d1185830] SymbolicUtils v1.7.1 ⌃ [0c5d862f] Symbolics v5.8.0 [a759f4b9] TimerOutputs v0.5.29 [3bb67fe8] TranscodingStreams v0.11.3 [a2a6695c] TreeViews v0.3.0 [781d530d] TruncatedStacktraces v1.4.0 [a7c27f48] Unityper v0.1.6 [2e619515] Expat_jll v2.8.1+0 [61579ee1] Ghostscript_jll v9.55.1+0 [020c3dae] Git_LFS_jll v3.7.1+0 [f8c6e375] Git_jll v2.54.0+0 [aacddb02] JpegTurbo_jll v3.1.5+0 [94ce4f54] Libiconv_jll v1.18.0+0 [9bd350c2] OpenSSH_jll v10.3.1+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.1+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.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.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.5.2+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... ┌ Warning: `isbindingresolved(m::Module, var::Symbol)` is deprecated, use `true` instead. │ caller = walkmodules(f::Aqua.var"#detect_unbound_args_recursively##0#detect_unbound_args_recursively##1"{Vector{Any}}, x::Module) at exports.jl:5 └ @ Aqua ~/.julia/packages/Aqua/bqhPD/src/exports.jl:5 ┌ Warning: `isbindingresolved(m::Module, var::Symbol)` is deprecated, use `true` instead. │ caller = walkmodules(f::Aqua.var"#undefined_exports##0#undefined_exports##1"{Vector{Symbol}}, x::Module) at exports.jl:5 └ @ Aqua ~/.julia/packages/Aqua/bqhPD/src/exports.jl:5 Test Summary: | Pass Total Time Project quality assurance | 7 7 26.6s ┌ Info: Running `/home/pkgeval/.julia/packages/LegendrePolynomials/YtTzo/test/test_threaded.jl` in a subprocess... └ spec = CLISpec: JULIA_NUM_THREADS="2" $julia WARNING: Constructor for type "Matrix" was extended in `AbstractAlgebra` without explicit qualification or import.  NOTE: Assumed "Matrix" refers to `Base.Matrix`. 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 Matrix end`.  Hint: To silence the warning, qualify `Matrix` as `Base.Matrix` in the method signature or explicitly `import Base: Matrix`. ERROR: LoadError: Alias 'isnegative' is already defined with a different value Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] top-level scope  @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AliasMacro.jl:31  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [4] top-level scope  @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1372  [5] include(mod::Module, _path::String)  @ Base Base.jl:326  [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core boot.jl:521  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [10] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [12] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/Aliases.jl:19 in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("c3fe647b-3220-5bb0-a1ea-a7954cac585d"), "AbstractAlgebra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] top-level scope  @ ~/.julia/packages/Groebner/BFrEm/src/Groebner.jl:32  [11] include(mod::Module, _path::String)  @ Base Base.jl:326  [12] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296  [13] top-level scope  @ stdin:5  [14] eval(m::Module, e::Any)  @ Core boot.jl:521  [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [16] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [17] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [18] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Groebner/BFrEm/src/Groebner.jl:1 in expression starting at stdin:5 ERROR: LoadError: UndefVarError: `issymbollike` not defined in `SciMLBase` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] getproperty(x::Module, f::Symbol)  @ Base Base_compiler.jl:51  [2] top-level scope  @ ~/.julia/packages/Symbolics/lUFzg/src/num.jl:22  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [4] top-level scope  @ ~/.julia/packages/Symbolics/lUFzg/src/Symbolics.jl:50  [5] include(mod::Module, _path::String)  @ Base Base.jl:326  [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core boot.jl:521  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [10] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [12] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Symbolics/lUFzg/src/num.jl:22 in expression starting at /home/pkgeval/.julia/packages/Symbolics/lUFzg/src/Symbolics.jl:1 in expression starting at stdin:5 3 dependencies had output during precompilation: ┌ Groebner │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("c3fe647b-3220-5bb0-a1ea-a7954cac585d"), "AbstractAlgebra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base error.jl:56 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base loading.jl:2837 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base loading.jl:2685 │ [4] macro expansion │ @ loading.jl:2599 [inlined] │ [5] macro expansion │ @ lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base loading.jl:2563 │ [7] require(into::Module, mod::Symbol) │ @ Base loading.jl:2539 [inlined] │ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) │ @ Base module.jl:36 [inlined] │ [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr) │ @ Base module.jl:111 │ [10] top-level scope │ @ ~/.julia/packages/Groebner/BFrEm/src/Groebner.jl:32 │ [11] include(mod::Module, _path::String) │ @ Base Base.jl:326 │ [12] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296 │ [13] top-level scope │ @ stdin:5 │ [14] eval(m::Module, e::Any) │ @ Core boot.jl:521 │ [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [16] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [17] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [18] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/Groebner/BFrEm/src/Groebner.jl:1 │ in expression starting at stdin:5 └ ┌ Symbolics │ [Output was shown above] └ ┌ AbstractAlgebra │ WARNING: Constructor for type "Matrix" was extended in `AbstractAlgebra` without explicit qualification or import. │ NOTE: Assumed "Matrix" refers to `Base.Matrix`. 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 Matrix end`. │ Hint: To silence the warning, qualify `Matrix` as `Base.Matrix` in the method signature or explicitly `import Base: Matrix`. │ ERROR: LoadError: Alias 'isnegative' is already defined with a different value │ Stacktrace: │ [1] error(s::String) │ @ Base error.jl:56 │ [2] top-level scope │ @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AliasMacro.jl:31 │ [3] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:327 │ [4] top-level scope │ @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1372 │ [5] include(mod::Module, _path::String) │ @ Base Base.jl:326 │ [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296 │ [7] top-level scope │ @ stdin:5 │ [8] eval(m::Module, e::Any) │ @ Core boot.jl:521 │ [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [10] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [11] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [12] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/Aliases.jl:19 │ in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1 │ in expression starting at stdin:5 └ ERROR: LoadError: The following 3 packages failed to precompile: Groebner Failed to precompile Groebner [0b43b601-686d-58a3-8a1c-6623616c7cd4] to "/home/pkgeval/.julia/compiled/v1.14/Groebner/jl_5wSPXC" (ProcessExited(1)). Symbolics Failed to precompile Symbolics [0c5d862f-8b57-4792-8d23-62f2024744c7] to "/home/pkgeval/.julia/compiled/v1.14/Symbolics/jl_7sRMow" (ProcessExited(1)). AbstractAlgebra Failed to precompile AbstractAlgebra [c3fe647b-3220-5bb0-a1ea-a7954cac585d] to "/home/pkgeval/.julia/compiled/v1.14/AbstractAlgebra/jl_Jahcyx" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/LegendrePolynomials/YtTzo/test/test_threaded.jl:6 [ Info: Running `/home/pkgeval/.julia/packages/LegendrePolynomials/YtTzo/test/test_threaded.jl` in a subprocess...DONE [ Info: Including `/home/pkgeval/.julia/packages/LegendrePolynomials/YtTzo/test/test_threaded.jl` in this process... WARNING: Constructor for type "Matrix" was extended in `AbstractAlgebra` without explicit qualification or import.  NOTE: Assumed "Matrix" refers to `Base.Matrix`. 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 Matrix end`.  Hint: To silence the warning, qualify `Matrix` as `Base.Matrix` in the method signature or explicitly `import Base: Matrix`. ERROR: LoadError: Alias 'isnegative' is already defined with a different value Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] top-level scope  @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AliasMacro.jl:31  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [4] top-level scope  @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1372  [5] include(mod::Module, _path::String)  @ Base Base.jl:326  [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core boot.jl:521  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [10] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [12] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/Aliases.jl:19 in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("c3fe647b-3220-5bb0-a1ea-a7954cac585d"), "AbstractAlgebra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] top-level scope  @ ~/.julia/packages/Groebner/BFrEm/src/Groebner.jl:32  [11] include(mod::Module, _path::String)  @ Base Base.jl:326  [12] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296  [13] top-level scope  @ stdin:5  [14] eval(m::Module, e::Any)  @ Core boot.jl:521  [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [16] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [17] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [18] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Groebner/BFrEm/src/Groebner.jl:1 in expression starting at stdin:5 ERROR: LoadError: UndefVarError: `issymbollike` not defined in `SciMLBase` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] getproperty(x::Module, f::Symbol)  @ Base Base_compiler.jl:51  [2] top-level scope  @ ~/.julia/packages/Symbolics/lUFzg/src/num.jl:22  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [4] top-level scope  @ ~/.julia/packages/Symbolics/lUFzg/src/Symbolics.jl:50  [5] include(mod::Module, _path::String)  @ Base Base.jl:326  [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core boot.jl:521  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [10] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [12] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Symbolics/lUFzg/src/num.jl:22 in expression starting at /home/pkgeval/.julia/packages/Symbolics/lUFzg/src/Symbolics.jl:1 in expression starting at stdin:5 3 dependencies had output during precompilation: ┌ Groebner │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("c3fe647b-3220-5bb0-a1ea-a7954cac585d"), "AbstractAlgebra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base error.jl:56 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base loading.jl:2837 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base loading.jl:2685 │ [4] macro expansion │ @ loading.jl:2599 [inlined] │ [5] macro expansion │ @ lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base loading.jl:2563 │ [7] require(into::Module, mod::Symbol) │ @ Base loading.jl:2539 [inlined] │ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) │ @ Base module.jl:36 [inlined] │ [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr) │ @ Base module.jl:111 │ [10] top-level scope │ @ ~/.julia/packages/Groebner/BFrEm/src/Groebner.jl:32 │ [11] include(mod::Module, _path::String) │ @ Base Base.jl:326 │ [12] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296 │ [13] top-level scope │ @ stdin:5 │ [14] eval(m::Module, e::Any) │ @ Core boot.jl:521 │ [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [16] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [17] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [18] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/Groebner/BFrEm/src/Groebner.jl:1 │ in expression starting at stdin:5 └ ┌ Symbolics │ [Output was shown above] └ ┌ AbstractAlgebra │ WARNING: Constructor for type "Matrix" was extended in `AbstractAlgebra` without explicit qualification or import. │ NOTE: Assumed "Matrix" refers to `Base.Matrix`. 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 Matrix end`. │ Hint: To silence the warning, qualify `Matrix` as `Base.Matrix` in the method signature or explicitly `import Base: Matrix`. │ ERROR: LoadError: Alias 'isnegative' is already defined with a different value │ Stacktrace: │ [1] error(s::String) │ @ Base error.jl:56 │ [2] top-level scope │ @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AliasMacro.jl:31 │ [3] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:327 │ [4] top-level scope │ @ ~/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1372 │ [5] include(mod::Module, _path::String) │ @ Base Base.jl:326 │ [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3296 │ [7] top-level scope │ @ stdin:5 │ [8] eval(m::Module, e::Any) │ @ Core boot.jl:521 │ [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [10] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [11] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [12] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/Aliases.jl:19 │ in expression starting at /home/pkgeval/.julia/packages/AbstractAlgebra/kV4qH/src/AbstractAlgebra.jl:1 │ in expression starting at stdin:5 └ Test Failed at /home/pkgeval/.julia/packages/PerformanceTestTools/cYTSX/src/foreach.jl:170 Expression: all((x->begin #= /home/pkgeval/.julia/packages/PerformanceTestTools/cYTSX/src/foreach.jl:170 =# x.success end), results) Evaluated: all(PerformanceTestTools.var"#13#14"(), PerformanceTestTools.IncludeResult[PerformanceTestTools.IncludeResult("/home/pkgeval/.julia/packages/LegendrePolynomials/YtTzo/test/test_threaded.jl", PerformanceTestTools.CLISpec(``, Pair{String, Union{Nothing, String}}["JULIA_NUM_THREADS" => "2"]), "", false, Process(setenv(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so --depwarn=yes --check-bounds=yes --pkgimages=existing -g1 --startup-file=no --startup-file=no -e 'append!(empty!(Base.DEPOT_PATH), ["/home/pkgeval/.julia", "/usr/local/share/julia", "/opt/julia/local/share/julia", "/opt/julia/share/julia"]) append!(empty!(Base.DL_LOAD_PATH), String[]) append!(empty!(Base.LOAD_PATH), ["/tmp/jl_kMJLk7/Project.toml"]) ENV["JULIA_LOAD_PATH"] = "/tmp/jl_kMJLk7/Project.toml" Base.set_active_project(nothing) include("/home/pkgeval/.julia/packages/LegendrePolynomials/YtTzo/test/test_threaded.jl") '`,["JULIA_NUM_PRECOMPILE_TASKS=1", "JULIA_DEPOT_PATH=/home/pkgeval/.julia:/usr/local/share/julia:", "JULIA_PKG_PRECOMPILE_AUTO=0", "CI=true", "OPENBLAS_NUM_THREADS=1", "HOME=/home/pkgeval", "JULIA_PKGEVAL=true", "JULIA_NUM_THREADS=2", "OPENBLAS_MAIN_FREE=1", "PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/opt/julia/bin", "JULIA_CPU_THREADS=1", "DISPLAY=:1", "PKGEVAL=true", "JULIA_LOAD_PATH=@:/tmp/jl_kMJLk7", "PYTHON=", "LANG=C.UTF-8", "R_HOME=*"]), ProcessExited(1)))]) ERROR: LoadError: There was an error during testing in expression starting at /home/pkgeval/.julia/packages/LegendrePolynomials/YtTzo/test/runtests.jl:11 caused by: LoadError: The following 3 packages failed to precompile: Groebner Failed to precompile Groebner [0b43b601-686d-58a3-8a1c-6623616c7cd4] to "/home/pkgeval/.julia/compiled/v1.14/Groebner/jl_LZ0jOW" (ProcessExited(1)). Symbolics Failed to precompile Symbolics [0c5d862f-8b57-4792-8d23-62f2024744c7] to "/home/pkgeval/.julia/compiled/v1.14/Symbolics/jl_nlM6cf" (ProcessExited(1)). AbstractAlgebra Failed to precompile AbstractAlgebra [c3fe647b-3220-5bb0-a1ea-a7954cac585d] to "/home/pkgeval/.julia/compiled/v1.14/AbstractAlgebra/jl_URYqUc" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/LegendrePolynomials/YtTzo/test/test_threaded.jl:6 Testing failed after 226.61s ERROR: LoadError: Package LegendrePolynomials errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/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.14/Pkg/src/Operations.jl:3247 [3] 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.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 538.48s: package fails to precompile