Package evaluation to test Optim on Julia 1.14.0-DEV.2802 (918269a29b*) started at 2026-08-27T16:12:44.918 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.03s ################################################################################ # Installation # Installing Optim... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [429524aa] + Optim v2.2.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [47edcb42] + ADTypes v1.24.0 [79e6a3ab] + Adapt v4.7.0 [4fba245c] + ArrayInterface v7.30.0 [187b0558] + ConstructionBase v1.6.0 [a0c0ee7d] + DifferentiationInterface v0.7.21 [4e289a0a] + EnumX v1.0.7 [1a297f60] + FillArrays v1.17.0 [6a86dc24] + FiniteDiff v2.33.0 [d3d80556] + LineSearches v7.7.1 [1914dd2f] + MacroTools v0.5.16 [d41bc354] + NLSolversBase v8.0.1 [77ba4419] + NaNMath v1.1.4 [429524aa] + Optim v2.2.2 [85a6dd25] + PositiveFactorizations v0.2.4 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [efcf1570] + Setfield v1.1.2 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [9fa8497b] + Future v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.7+0 [4536629a] + OpenBLAS_jll v0.3.34+0 [05823500] + OpenLibm_jll v0.8.7+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.67s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... WARNING: Imported binding Compiler.ConstCallInfo was undeclared at import time during import to JET. WARNING: Imported binding Compiler.WorldView was undeclared at import time during import to JET. ERROR: LoadError: UndefVarError: `WorldView` not defined in `JET` Suggestion: this global was defined as `Compiler.WorldView` but not assigned a value. Stacktrace: [1] top-level scope @ ~/.julia/packages/JET/wP86V/src/abstractinterpret/typeinfer.jl:239 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:330 [3] top-level scope @ ~/.julia/packages/JET/wP86V/src/JETBase.jl:320 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:330 [5] top-level scope @ ~/.julia/packages/JET/wP86V/src/JET.jl:43 [6] include(mod::Module, _path::String) @ Base Base.jl:329 [7] 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:3359 [8] top-level scope @ stdin:5 in expression starting at /home/pkgeval/.julia/packages/JET/wP86V/src/abstractinterpret/typeinfer.jl:239 in expression starting at /home/pkgeval/.julia/packages/JET/wP86V/src/JETBase.jl:320 in expression starting at /home/pkgeval/.julia/packages/JET/wP86V/src/JET.jl:1 in expression starting at stdin:5 ✗ JET 9.3 s ✓ Optim → OptimMOIExt 1 dependency successfully precompiled in 27 seconds. 181 already precompiled. 1 dependency had output during precompilation: ┌ JET │ WARNING: Imported binding Compiler.ConstCallInfo was undeclared at import time during import to JET. │ WARNING: Imported binding Compiler.WorldView was undeclared at import time during import to JET. │ ERROR: LoadError: UndefVarError: `WorldView` not defined in `JET` │ Suggestion: this global was defined as `Compiler.WorldView` but not assigned a value. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/JET/wP86V/src/abstractinterpret/typeinfer.jl:239 │ [2] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:330 │ [3] top-level scope │ @ ~/.julia/packages/JET/wP86V/src/JETBase.jl:320 │ [4] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:330 │ [5] top-level scope │ @ ~/.julia/packages/JET/wP86V/src/JET.jl:43 │ [6] include(mod::Module, _path::String) │ @ Base Base.jl:329 │ [7] 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:3359 │ [8] top-level scope │ @ stdin:5 │ in expression starting at /home/pkgeval/.julia/packages/JET/wP86V/src/abstractinterpret/typeinfer.jl:239 │ in expression starting at /home/pkgeval/.julia/packages/JET/wP86V/src/JETBase.jl:320 │ in expression starting at /home/pkgeval/.julia/packages/JET/wP86V/src/JET.jl:1 │ in expression starting at stdin:5 └ ERROR: LoadError: The following 1 package failed to precompile: JET Failed to precompile JET [c3a54625-cd67-489e-a8e7-0a5a0ff4e31b] to "/home/pkgeval/.julia/compiled/v1.14/JET/jl_GhfJhX" (ProcessExited(1)). in expression starting at /PkgEval.jl/scripts/precompile.jl:34 Precompilation failed after 62.44s ################################################################################ # Testing # Testing Optim Status `/tmp/jl_wF3gQs/Project.toml` [47edcb42] ADTypes v1.24.0 [4c88cf16] Aqua v0.8.16 [31c24e10] Distributions v0.25.131 [4e289a0a] EnumX v1.0.7 [7d51a73a] ExplicitImports v1.15.0 [1a297f60] FillArrays v1.17.0 [f6369f11] ForwardDiff v1.4.5 ⌅ [c3a54625] JET v0.11.6 [5be7bae1] LBFGSB v0.4.1 [d3d80556] LineSearches v7.7.1 [b8f27783] MathOptInterface v1.53.0 [eff96d63] Measurements v2.14.1 [d41bc354] NLSolversBase v8.0.1 [77ba4419] NaNMath v1.1.4 [429524aa] Optim v2.2.2 [cec144fc] OptimTestProblems v2.0.3 [85a6dd25] PositiveFactorizations v0.2.4 [731186ca] RecursiveArrayTools v4.5.1 [37e2e3b7] ReverseDiff v1.17.0 [860ef19b] StableRNGs v1.0.4 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_wF3gQs/Manifest.toml` [47edcb42] ADTypes v1.24.0 [7d9f7c33] Accessors v0.1.45 [79e6a3ab] Adapt v4.7.0 [66dad0bd] AliasTables v1.1.3 [4c88cf16] Aqua v0.8.16 [4fba245c] ArrayInterface v7.30.0 [49dc2e85] Calculus v0.5.2 [d360d2e6] ChainRulesCore v1.26.1 [da1fd8a2] CodeTracking v3.0.2 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.9 [38540f10] CommonSolve v0.2.14 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.18.1 [807dbc54] Compiler v0.1.1 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.6.0 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.6 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.16.0 [a0c0ee7d] DifferentiationInterface v0.7.21 [31c24e10] Distributions v0.25.131 [ffbed154] DocStringExtensions v0.9.5 [4e289a0a] EnumX v1.0.7 [7d51a73a] ExplicitImports v1.15.0 [e2ba6199] ExprTools v0.1.11 [1a297f60] FillArrays v1.17.0 [6a86dc24] FiniteDiff v2.33.0 [f6369f11] ForwardDiff v1.4.5 [069b7b12] FunctionWrappers v1.1.3 [46192b85] GPUArraysCore v0.2.0 [a0844989] Gamma v1.2.0 [34004b35] HypergeometricFunctions v0.3.30 [3587e190] InverseFunctions v0.1.17 [92d709cd] IrrationalConstants v0.2.6 ⌅ [c3a54625] JET v0.11.6 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.7.1 [aa1ae85d] JuliaInterpreter v0.11.4 [70703baa] JuliaSyntax v1.0.2 [5be7bae1] LBFGSB v0.4.1 [d3d80556] LineSearches v7.7.1 [2ab3a3ac] LogExpFunctions v1.0.1 [6f1432cf] LoweredCodeUtils v3.8.0 [1914dd2f] MacroTools v0.5.16 [b8f27783] MathOptInterface v1.53.0 [eff96d63] Measurements v2.14.1 [e1d29d7a] Missings v1.2.0 [d8a4904e] MutableArithmetics v1.8.0 [d41bc354] NLSolversBase v8.0.1 [77ba4419] NaNMath v1.1.4 [429524aa] Optim v2.2.2 [cec144fc] OptimTestProblems v2.0.3 [bac558e1] OrderedCollections v2.0.1 [90014a1f] PDMats v0.11.41 ⌅ [69de0a69] Parsers v2.8.7 [85a6dd25] PositiveFactorizations v0.2.4 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [43287f4e] PtrArrays v1.4.0 [1fd47b50] QuadGK v2.11.3 [3cdcf5f2] RecipesBase v1.3.4 [731186ca] RecursiveArrayTools v4.5.1 [189a3867] Reexport v1.2.2 [37e2e3b7] ReverseDiff v1.17.0 [295af30f] Revise v3.16.5 [79098fc4] Rmath v0.9.0 [f2b01f46] Roots v3.0.7 [7e49a35a] RuntimeGeneratedFunctions v0.5.25 [431bcebd] SciMLPublic v1.3.0 [53ae85a6] SciMLStructures v1.10.5 [efcf1570] Setfield v1.1.2 [a2af1166] SortingAlgorithms v1.2.3 [276daf66] SpecialFunctions v2.9.0 [860ef19b] StableRNGs v1.0.4 [90137ffa] StaticArrays v1.9.19 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.13 [4c63d2b9] StatsFuns v2.2.1 [ec057cc2] StructUtils v2.8.5 [2efcf032] SymbolicIndexingInterface v0.3.55 [3bb67fe8] TranscodingStreams v0.11.3 [6e34b625] Bzip2_jll v1.0.9+0 [81d17ec3] L_BFGS_B_jll v3.0.1+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.2+0 [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [8bf52ea8] CRC32c v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.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.7+0 [deac9b47] LibCURL_jll v8.21.0+0 [e37daf67] LibGit2_jll v1.9.6+0 [29816b5a] LibSSH2_jll v1.11.103+0 [14a3606d] MozillaCACerts_jll v2026.7.16 [4536629a] OpenBLAS_jll v0.3.34+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.7+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 ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ./special/bigfloat/initial_convergence.jl 43.186585 seconds (15.66 M allocations: 1001.133 MiB, 1.40% gc time, 99.94% compilation time: 1% of which was recompilation) ./general/api.jl 44.848817 seconds (12.57 M allocations: 797.124 MiB, 0.80% gc time, 99.54% compilation time) ./general/callables.jl 0.649703 seconds (102.35 k allocations: 6.395 MiB, 95.71% compilation time) ./general/callbacks.jl 25.889330 seconds (4.47 M allocations: 291.283 MiB, 0.60% gc time, 99.52% compilation time) ./general/convergence.jl 5.586069 seconds (3.18 M allocations: 199.059 MiB, 0.95% gc time, 97.89% compilation time: <1% of which was recompilation) ./general/default_solvers.jl 0.627639 seconds (96.91 k allocations: 6.044 MiB, 98.25% compilation time) ./general/deprecate.jl 0.000294 seconds (85 allocations: 4.484 KiB) ./general/initial_convergence.jl 10.230351 seconds (2.01 M allocations: 129.059 MiB, 0.74% gc time, 99.79% compilation time) ./general/objective_types.jl 18.912642 seconds (7.64 M allocations: 458.977 MiB, 1.36% gc time, 98.96% compilation time) ./general/Optim.jl 0.912772 seconds (289.92 k allocations: 18.279 MiB, 94.19% compilation time) ./general/optimize.jl 5.192071 seconds (2.81 M allocations: 173.115 MiB, 1.02% gc time, 97.98% compilation time) ./general/type_stability.jl 44.881348 seconds (12.04 M allocations: 775.493 MiB, 1.12% gc time, 99.89% compilation time) ./general/types.jl 6.801003 seconds (1.77 M allocations: 119.107 MiB, 0.98% gc time, 98.91% compilation time: <1% of which was recompilation) ./general/counter.jl 20.361106 seconds (4.03 M allocations: 261.757 MiB, 0.49% gc time, 99.62% compilation time) ./general/maximize.jl 4.147690 seconds (1.79 M allocations: 101.937 MiB, 96.72% compilation time) ./univariate/optimize/interface.jl WARNING: Method definition yObj(Any) in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/test/univariate/optimize/interface.jl:9 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/test/univariate/optimize/interface.jl:14. 15.755655 seconds (6.50 M allocations: 406.716 MiB, 1.02% gc time, 99.87% compilation time) ./univariate/optimize/optimize.jl 0.018695 seconds (6.45 k allocations: 250.516 KiB) ./univariate/solvers/golden_section.jl 0 6.754903e-01 0.000000e+00 6.283185e+00 1 -6.754903e-01 2.399963e+00 6.283185e+00 2 -9.961710e-01 3.883222e+00 6.283185e+00 3.453425 seconds (1.14 M allocations: 72.757 MiB, 2.68% gc time, 96.80% compilation time) ./univariate/solvers/brent.jl 0 6.754903e-01 0.000000e+00 6.283185e+00 initial 1 -6.754903e-01 2.399963e+00 6.283185e+00 lower 2 -9.961710e-01 3.883222e+00 6.283185e+00 lower 4.365187 seconds (1.25 M allocations: 81.696 MiB, 97.25% compilation time) ./univariate/dual.jl 3.921545 seconds (1.41 M allocations: 79.068 MiB, 1.17% gc time, 99.61% compilation time) ./multivariate/lsthrow.jl 10.170283 seconds (1.51 M allocations: 96.677 MiB, 99.64% compilation time: <1% of which was recompilation) ./multivariate/optimize/interface.jl 9.076748 seconds (1.85 M allocations: 117.006 MiB, 0.44% gc time, 98.55% compilation time: <1% of which was recompilation) ./multivariate/optimize/optimize.jl 12.959359 seconds (2.77 M allocations: 174.172 MiB, 0.35% gc time, 97.75% compilation time) ./multivariate/optimize/inplace.jl 1.213928 seconds (272.80 k allocations: 16.496 MiB, 97.79% compilation time) ./multivariate/solvers/constrained/fminbox.jl 52.747776 seconds (13.84 M allocations: 879.768 MiB, 1.01% gc time, 99.23% compilation time) ./multivariate/solvers/constrained/lbfgsb.jl 280.383619 seconds (61.40 M allocations: 3.993 GiB, 1.25% gc time, 99.31% compilation time) ./multivariate/solvers/constrained/ipnewton/interface.jl 57.564050 seconds (10.85 M allocations: 712.929 MiB, 1.20% gc time, 99.72% compilation time) ./multivariate/solvers/constrained/ipnewton/constraints.jl Iter Lagrangian value Function value Gradient norm |==constr.| μ 0 1.325355e+05 -1.131426e-16 6.241871e+00 1.325355e+05 2.72e-04 * bstate: BarrierStateVars{Float64}: slack_x: [7.0, 3.0, 9.0, 1.0] slack_c: Float64[] λx: [3.880355485284997e-5, 9.054162798998327e-5, 3.0180542663327756e-5, 0.0002716248839699498] λc: Float64[] λxE: Float64[] λcE: [-22089.248217532382] * bgrad: BarrierStateVars{Float64}: slack_x: [0.0, 0.0, 0.0, 0.0] slack_c: Float64[] λx: [0.0, 0.0, 0.0, 0.0] λc: Float64[] λxE: Float64[] λcE: [-6.0] * time: 1.787848050183329e9 * g(x): [0.2418710960116192, -9.20196129766985e-18] * gtilde(x): [88357.23474122555, -66267.74465259715] * x: [12.0, 14.0] * α: 1.0 * h(x): [7.754672317598687e-18 0.019671531709867046; 0.019671531709867046 4.362003178649261e-18] * c: [6.0] |gx| = 110446.43458463406, |Hstepx + gx| = 0.0 |gE| = 6.0, |HstepλE + gE| = 4.822439976237547e-7 L0 = 132535.48788140537, L1 = -265071.0104107117, L2 = 265070.98919730965 α = 0.5345893752019844, value: (132535.48788140537, 28708.106124992642, -9168.657958215685), slope: (-265071.0104107117, -123366.36791592586, -123366.87591154999) 1 2.870811e+04 -1.351385e-02 3.075818e+00 2.870812e+04 2.72e-05 * bstate: BarrierStateVars{Float64}: slack_x: [6.9473659004744714, 3.0526340995255286, 9.999, 0.0010000000000000009] slack_c: Float64[] λx: [3.909532487685986e-5, 8.895310230370721e-5, 2.6830502427698376e-5, 0.0005429781430559297] λc: Float64[] λxE: Float64[] λcE: [-10280.570603701372] * bgrad: BarrierStateVars{Float64}: slack_x: [3.5185571340610974e-5, 8.005505310704233e-5, 2.4113981935949704e-5, -0.026619510253939025] slack_c: Float64[] λx: [0.0, 0.0, 0.0, 5.551115123125783e-16] λc: Float64[] λxE: Float64[] λcE: [-2.792463601897886] * time: 1.787848054271426e9 * g(x): [0.2567345766784509, -0.0005283432640730776] * gtilde(x): [41122.53914938217, -30841.712339447375] * x: [11.947365900474471, 14.999] * α: 0.5345893752019844 * h(x): [0.0009262245802002301 0.01003740594764946; 0.01003740594764946 0.0005210013263626294] * c: [2.792463601897886] |gx| = 51403.05872340371, |Hstepx + gx| = 0.0 |gE| = 2.792463601897886, |HstepλE + gE| = 8.828777797731391e-8 L0 = 28708.105745855242, L1 = -57416.67519353334, L2 = 57416.673811543704 α = 0.0030311605533831793, value: (28708.105745855242, 28534.330365267975, 28534.06658490219), slope: (-57416.67519353334, -57242.63077740227, -57242.63603676932) 2 2.853433e+04 -1.427745e-02 3.147986e+00 2.853434e+04 2.30e-04 * bstate: BarrierStateVars{Float64}: slack_x: [6.944389097184102, 3.0556109028158978, 9.997852397315963, 0.0021476026840380733] slack_c: Float64[] λx: [3.9005423302972634e-5, 8.862369917582548e-5, 2.6760488460467503e-5, 5.42978143055887e-7] λc: Float64[] λxE: Float64[] λcE: [-10249.40835266136] * bgrad: BarrierStateVars{Float64}: slack_x: [5.8321850641475e-6, 1.3231942413964042e-5, 3.718752616694407e-6, -0.10726691187101653] slack_c: Float64[] λx: [0.0, -4.440892098500626e-16, 0.0, 1.2754554357119474e-15] λc: Float64[] λxE: Float64[] λcE: [-2.783999196788521] * time: 1.787848054271797e9 * g(x): [0.2567202161823792, -0.0005588541849806436] * gtilde(x): [40997.890130861626, -30748.225616838263] * x: [11.944389097184102, 14.997852397315963] * α: 0.0030311605533831793 * h(x): [0.0009785611164546426 0.010048653607865754; 0.010048653607865754 0.0005504406280057364] * c: [2.783999196788521] 81.916094 seconds (16.28 M allocations: 1.020 GiB, 0.55% gc time, 97.06% compilation time) ./multivariate/solvers/constrained/ipnewton/counter.jl WARNING: Method definition fcounter() in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/test/general/counter.jl:7 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/solvers/constrained/ipnewton/counter.jl:7. WARNING: Method definition fcounter(Bool) in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/test/general/counter.jl:7 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/solvers/constrained/ipnewton/counter.jl:7. WARNING: Method definition gcounter() in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/test/general/counter.jl:17 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/solvers/constrained/ipnewton/counter.jl:17. WARNING: Method definition gcounter(Bool) in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/test/general/counter.jl:17 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/solvers/constrained/ipnewton/counter.jl:17. WARNING: Method definition hcounter() in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/test/general/counter.jl:27 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/solvers/constrained/ipnewton/counter.jl:27. WARNING: Method definition hcounter(Bool) in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/test/general/counter.jl:27 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/solvers/constrained/ipnewton/counter.jl:27. 0.509169 seconds (74.61 k allocations: 3.700 MiB, 90.86% compilation time) ./multivariate/solvers/constrained/ipnewton/ipnewton_unconstrained.jl 8.669618 seconds (7.33 M allocations: 549.013 MiB, 2.66% gc time, 97.20% compilation time) ./multivariate/solvers/constrained/samin.jl 7.425426 seconds (2.05 M allocations: 116.576 MiB, 0.69% gc time, 98.98% compilation time: 1% of which was recompilation) ./multivariate/solvers/first_order/accelerated_gradient_descent.jl 6.162101 seconds (6.29 M allocations: 384.602 MiB, 7.52% gc time, 99.57% compilation time) ./multivariate/solvers/first_order/adam_adamax.jl 17.322313 seconds (10.95 M allocations: 1.320 GiB, 2.19% gc time, 90.97% compilation time) ./multivariate/solvers/first_order/bfgs.jl 19.820278 seconds (17.70 M allocations: 1.688 GiB, 5.22% gc time, 86.49% compilation time) ./multivariate/solvers/first_order/cg.jl 21.083778 seconds (7.64 M allocations: 800.931 MiB, 0.84% gc time, 95.39% compilation time) ./multivariate/solvers/first_order/gradient_descent.jl 11.434219 seconds (34.35 M allocations: 4.284 GiB, 6.37% gc time, 30.31% compilation time) ./multivariate/solvers/first_order/l_bfgs.jl 3.932392 seconds (11.37 M allocations: 1.152 GiB, 6.37% gc time, 53.44% compilation time) ./multivariate/solvers/first_order/momentum_gradient_descent.jl 3.459779 seconds (4.40 M allocations: 630.710 MiB, 5.22% gc time, 77.78% compilation time) ./multivariate/solvers/first_order/ngmres.jl ┌ Warning: Use caution. N-GMRES/O-ACCEL has only been tested with Gradient Descent and L-BFGS preconditioning. └ @ Optim ~/.julia/packages/Optim/Kazrh/src/multivariate/solvers/first_order/ngmres.jl:234 63.003574 seconds (22.76 M allocations: 2.041 GiB, 1.14% gc time, 96.37% compilation time: <1% of which was recompilation) ./multivariate/solvers/second_order/newton.jl 74.337254 seconds (146.93 M allocations: 27.549 GiB, 6.54% gc time, 28.25% compilation time) ./multivariate/solvers/second_order/newton_trust_region.jl ┌ Warning: Terminated early due to NaN in Hessian. └ @ Optim ~/.julia/packages/Optim/Kazrh/src/multivariate/optimize/optimize.jl:157 52.246061 seconds (90.70 M allocations: 13.678 GiB, 4.19% gc time, 34.61% compilation time) ./multivariate/solvers/second_order/krylov_trust_region.jl 3.574253 seconds (355.46 k allocations: 23.497 MiB, 96.55% compilation time) ./multivariate/solvers/zeroth_order/grid_search.jl 0.170628 seconds (18.18 k allocations: 1.045 MiB, 93.74% compilation time) ./multivariate/solvers/zeroth_order/nelder_mead.jl 4.057387 seconds (4.72 M allocations: 293.167 MiB, 2.21% gc time, 99.57% compilation time) ./multivariate/solvers/zeroth_order/particle_swarm.jl Iter Function value Gradient norm 0 1.000000e+00 NaN * time: 0.0002818107604980469 * x: [0.0, 0.0] 1 1.000000e+00 NaN * time: 0.5075249671936035 * x: [0.0, 0.0] 2 1.000000e+00 NaN * time: 0.5076448917388916 * x: [0.0, 0.0] 3 1.000000e+00 NaN * time: 0.5076830387115479 * x: [0.0, 0.0] 4 6.083684e-01 NaN * time: 0.5077199935913086 * x: [0.23897368559260812, 0.07419856886452963] 5 6.083684e-01 NaN * time: 0.5077569484710693 * x: [0.23897368559260812, 0.07419856886452963] 6 6.083684e-01 NaN * time: 0.5078048706054688 * x: [0.23897368559260812, 0.07419856886452963] 7 6.083684e-01 NaN * time: 0.5078380107879639 * x: [0.23897368559260812, 0.07419856886452963] 8 6.083684e-01 NaN * time: 0.5078709125518799 * x: [0.23897368559260812, 0.07419856886452963] 9 6.083684e-01 NaN * time: 0.5079028606414795 * x: [0.23897368559260812, 0.07419856886452963] 10 6.083684e-01 NaN * time: 0.5079348087310791 * x: [0.23897368559260812, 0.07419856886452963] Iter Function value Gradient norm 0 1.000000e+00 NaN * time: 4.792213439941406e-5 * x: [0.0, 0.0] 1 1.000000e+00 NaN * time: 0.06211400032043457 * x: [0.0, 0.0] 2 1.000000e+00 NaN * time: 0.0623321533203125 * x: [0.0, 0.0] 3 1.000000e+00 NaN * time: 0.06252503395080566 * x: [0.0, 0.0] 4 1.000000e+00 NaN * time: 0.06273198127746582 * x: [0.0, 0.0] 5 1.000000e+00 NaN * time: 0.06294608116149902 * x: [0.0, 0.0] 6 5.893219e-01 NaN * time: 0.06314492225646973 * x: [0.44369156200729787, 0.24976237094329426] 7 5.893219e-01 NaN * time: 0.0633540153503418 * x: [0.44369156200729787, 0.24976237094329426] 8 3.258883e-01 NaN * time: 0.06364893913269043 * x: [0.446959343451454, 0.18561838407230127] 9 3.258883e-01 NaN * time: 0.06369304656982422 * x: [0.446959343451454, 0.18561838407230127] 10 3.258883e-01 NaN * time: 0.06372904777526855 * x: [0.446959343451454, 0.18561838407230127] 4.138538 seconds (463.40 k allocations: 28.720 MiB, 99.30% compilation time) ./multivariate/solvers/zeroth_order/simulated_annealing.jl Iter Function value Gradient norm 1 1.000000e+00 NaN * time: 0.00035190582275390625 * x: [0.0, 0.0] 2 1.000000e+00 NaN * time: 0.09737205505371094 * x: [0.0, 0.0] 3 1.000000e+00 NaN * time: 0.09759092330932617 * x: [0.0, 0.0] 4 1.000000e+00 NaN * time: 0.09780001640319824 * x: [0.0, 0.0] 5 1.000000e+00 NaN * time: 0.09800291061401367 * x: [0.0, 0.0] 6 1.000000e+00 NaN * time: 0.09821605682373047 * x: [0.0, 0.0] 7 1.000000e+00 NaN * time: 0.09846901893615723 * x: [0.0, 0.0] 8 1.000000e+00 NaN * time: 0.09849691390991211 * x: [0.0, 0.0] 9 1.000000e+00 NaN * time: 0.09852290153503418 * x: [0.0, 0.0] 10 1.000000e+00 NaN * time: 0.09854793548583984 * x: [0.0, 0.0] 11 1.000000e+00 NaN * time: 0.09857296943664551 * x: [0.0, 0.0] 3.409963 seconds (2.87 M allocations: 100.366 MiB, 87.44% compilation time) ./multivariate/array.jl 176.076441 seconds (29.03 M allocations: 1.896 GiB, 0.71% gc time, 99.15% compilation time: <1% of which was recompilation) ./multivariate/extrapolate.jl 21.745395 seconds (4.81 M allocations: 343.624 MiB, 0.56% gc time, 99.25% compilation time: <1% of which was recompilation) ./multivariate/precon.jl 64.420407 seconds (20.91 M allocations: 6.033 GiB, 2.76% gc time, 94.54% compilation time: 1% of which was recompilation) ./multivariate/manifolds.jl WARNING: Method definition (::Main.var"#fprod#fprod##0"{fmanif, n})(Any) in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/manifolds.jl:62 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/manifolds.jl:73. WARNING: Method definition (::Main.var"#gprod!#gprod!##0"{gmanif!, n})(Any, Any) in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/manifolds.jl:63 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/test/multivariate/manifolds.jl:74. 129.840940 seconds (28.34 M allocations: 1.814 GiB, 0.86% gc time, 99.82% compilation time) ./multivariate/complex.jl 35.023967 seconds (8.39 M allocations: 530.756 MiB, 0.52% gc time, 99.61% compilation time) ./multivariate/fdtime.jl 39.730883 seconds (90.28 M allocations: 18.465 GiB, 10.38% gc time, 7.08% compilation time) ./multivariate/arbitrary_precision.jl 66.851341 seconds (29.68 M allocations: 2.071 GiB, 1.03% gc time, 91.86% compilation time: 6% of which was recompilation) ./multivariate/successive_f_tol.jl 0.518364 seconds (64.49 k allocations: 3.872 MiB, 95.74% compilation time) ./multivariate/f_increase.jl 0.442185 seconds (21.46 k allocations: 1.154 MiB, 95.94% compilation time) ./multivariate/measurements.jl 11.657914 seconds (2.76 M allocations: 172.273 MiB, 0.76% gc time, 98.70% compilation time) Literate examples ┌ Warning: Initial guess is not an interior point └ @ Optim ~/.julia/packages/Optim/Kazrh/src/multivariate/solvers/constrained/ipnewton/ipnewton.jl:103 Stacktrace: [1] initial_state(method::IPNewton{typeof(Optim.backtrack_constrained_grad), Symbol}, options::Optim.Options{Float64, Nothing}, d::TwiceDifferentiable{Float64, Vector{Float64}, Float64, Matrix{Float64}, Vector{Float64}, Vector{Float64}}, constraints::TwiceDifferentiableConstraints{typeof(con_c!), typeof(con_jacobian!), typeof(con_h!), Float64}, x0::Vector{Float64}) @ Optim ~/.julia/packages/Optim/Kazrh/src/multivariate/solvers/constrained/ipnewton/ipnewton.jl:104 [2] optimize(d::TwiceDifferentiable{Float64, Vector{Float64}, Float64, Matrix{Float64}, Vector{Float64}, Vector{Float64}}, constraints::TwiceDifferentiableConstraints{typeof(con_c!), typeof(con_jacobian!), typeof(con_h!), Float64}, x0::Vector{Float64}, method::IPNewton{typeof(Optim.backtrack_constrained_grad), Symbol}, options::Optim.Options{Float64, Nothing}) @ Optim ~/.julia/packages/Optim/Kazrh/src/multivariate/solvers/constrained/ipnewton/interior.jl:252 [inlined] [3] top-level scope @ ~/.julia/packages/Optim/Kazrh/docs/src/examples/ipnewton_basics.jl:177 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:330 [5] (::var"#555#556"{String, String})() @ Main ~/.julia/packages/Optim/Kazrh/test/examples.jl:11 [inlined] [6] cd(f::var"#555#556"{String, String}, dir::String) @ Base.Filesystem file.jl:113 [7] (::var"#553#554"{String, String})(dir::String) @ Main ~/.julia/packages/Optim/Kazrh/test/examples.jl:10 [inlined] [8] mktempdir(fn::var"#553#554"{String, String}, parent::String; prefix::String) @ Base.Filesystem file.jl:949 [9] mktempdir(fn::Function, parent::String) @ Base.Filesystem file.jl:945 [10] top-level scope @ ~/.julia/packages/Optim/Kazrh/test/examples.jl:2 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/Optim/Kazrh/test/examples.jl:9 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [14] macro expansion @ ~/.julia/packages/Optim/Kazrh/test/examples.jl:9 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:330 [16] macro expansion @ ./timing.jl:741 [inlined] [17] macro expansion @ ~/.julia/packages/Optim/Kazrh/test/runtests.jl:357 [inlined] [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [19] top-level scope @ ~/.julia/packages/Optim/Kazrh/test/runtests.jl:331 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:330 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:545 [23] __script_entry_eval(mod::Module, ex::Any) @ Base client.jl:106 [inlined] [24] exec_options(opts::Base.JLOptions) @ Base client.jl:344 [25] _start() @ Base client.jl:619 parameter estimates:[2.836642512088644, 3.053452125511052, 0.37218117584627275] t-statsitics: [48.02654897758058, 45.515682746940136, 8.94427190999916] WARNING: Method definition con_c!(Any, Any) in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/docs/src/examples/ipnewton_basics.jl:144 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/docs/src/examples/rasch.jl:184. WARNING: Method definition con_jacobian!(Any, Any) in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/docs/src/examples/ipnewton_basics.jl:145 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/docs/src/examples/rasch.jl:185. WARNING: Method definition con_h!(Any, Any, Any) in module Main at /home/pkgeval/.julia/packages/Optim/Kazrh/docs/src/examples/ipnewton_basics.jl:150 overwritten at /home/pkgeval/.julia/packages/Optim/Kazrh/docs/src/examples/rasch.jl:188. 53.529970 seconds (10.19 M allocations: 648.664 MiB, 0.39% gc time, 98.22% compilation time: 8% of which was recompilation) ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 23 running 1 of 1 signal (10): User defined signal 1 _ZN4llvm23removeUnreachableBlocksERNS_8FunctionEPNS_14DomTreeUpdaterEPNS_16MemorySSAUpdaterE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm13GlobalOptPass3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/src/pipeline.cpp:989:12 operator() at /source/src/jitlayers.cpp:1305:17 operator() at /source/src/jitlayers.cpp:1443:12 [inlined] optimizeModule at /source/src/jitlayers.cpp:2519:18 operator() at /source/src/jitlayers.cpp:905:56 [inlined] CallImpl):: > at /source/usr/include/llvm/ADT/FunctionExtras.h:222:49 operator() at /source/usr/include/llvm/ADT/FunctionExtras.h:389:62 [inlined] operator() at /source/src/objcache.cpp:326:24 [inlined] get at /source/src/objcache.cpp:367:30 materialize at /source/src/jitlayers.cpp:903:33 _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) dispatch at /source/src/julia-task-dispatcher.h:377:13 [inlined] dispatch at /source/src/julia-task-dispatcher.h:366:6 _ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS0_17ExecutorSymbolDefENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) publishCIs at /source/src/jitlayers.cpp:2091:14 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:518:39 jl_compile_method_very_internal at /source/src/gf.c:4087:27 _jl_invoke at /source/src/gf.c:4564:16 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 macro expansion at /home/pkgeval/.julia/packages/MathOptInterface/13jDB/src/Test/Test.jl:270:0 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2246:0 [inlined] #runtests#2 at /home/pkgeval/.julia/packages/MathOptInterface/13jDB/src/Test/Test.jl:265:0 (pc: 1150) runtests at /home/pkgeval/.julia/packages/MathOptInterface/13jDB/src/Test/Test.jl:223:0 (pc: 19) unknown function (ip: 0x78cb8f327d1d) at (unknown file) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 test_MOI_Test at /home/pkgeval/.julia/packages/Optim/Kazrh/test/MOI_wrapper.jl:29:0 (pc: 49) unknown function (ip: 0x78cb8f322b9f) at (unknown file) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 macro expansion at /home/pkgeval/.julia/packages/Optim/Kazrh/test/MOI_wrapper.jl:11:0 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2246:0 [inlined] runtests at /home/pkgeval/.julia/packages/Optim/Kazrh/test/MOI_wrapper.jl:11:0 (pc: 487) unknown function (ip: 0x78cb8f31e53f) at (unknown file) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 jl_apply at /source/src/julia.h:2512:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:259:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:760:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:962:21 ijl_eval_thunk at /source/src/toplevel.c:767:18 jl_toplevel_eval_flex at /source/src/toplevel.c:711:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:601:15 jl_toplevel_eval_flex at /source/src/toplevel.c:683:27 ijl_toplevel_eval at /source/src/toplevel.c:781:12 ijl_toplevel_eval_in at /source/src/toplevel.c:826:13 eval at ./boot.jl:545:0 (pc: 1) include_string at ./loading.jl:3186:0 (pc: 208) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 _include at ./loading.jl:3248:0 (pc: 123) include at ./Base.jl:330:0 (pc: 1) IncludeInto at ./Base.jl:331:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 macro expansion at /home/pkgeval/.julia/packages/Optim/Kazrh/test/runtests.jl:365:0 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2246:0 [inlined] macro expansion at /home/pkgeval/.julia/packages/Optim/Kazrh/test/runtests.jl:365:0 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2246:0 [inlined] top-level scope at /home/pkgeval/.julia/packages/Optim/Kazrh/test/runtests.jl:331:0 (pc: 5019) jl_invoke_oneshot at /source/src/gf.c:4613:23 ijl_eval_thunk at /source/src/toplevel.c:759:18 jl_toplevel_eval_flex at /source/src/toplevel.c:711:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:601:15 jl_toplevel_eval_flex at /source/src/toplevel.c:683:27 ijl_toplevel_eval at /source/src/toplevel.c:781:12 ijl_toplevel_eval_in at /source/src/toplevel.c:826:13 eval at ./boot.jl:545:0 (pc: 1) include_string at ./loading.jl:3186:0 (pc: 208) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 _include at ./loading.jl:3248:0 (pc: 123) include at ./Base.jl:330:0 (pc: 1) IncludeInto at ./Base.jl:331:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 jl_apply at /source/src/julia.h:2512:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:259:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:760:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:962:21 ijl_eval_thunk at /source/src/toplevel.c:767:18 jl_toplevel_eval_flex at /source/src/toplevel.c:711:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:601:15 jl_toplevel_eval_flex at /source/src/toplevel.c:683:27 ijl_toplevel_eval at /source/src/toplevel.c:781:12 ijl_toplevel_eval_in at /source/src/toplevel.c:826:13 eval at ./boot.jl:545:0 (pc: 1) __script_entry_eval at ./client.jl:106:0 [inlined] exec_options at ./client.jl:344:0 (pc: 426) _start at ./client.jl:619:0 (pc: 295) jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 jl_apply at /source/src/julia.h:2512:12 [inlined] true_main at /source/src/jlapi.c:989:29 jl_repl_entrypoint at /source/src/jlapi.c:1156:15 main at /source/cli/loader_exe.c:117:15 unknown function (ip: 0x78cc4430e249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:532:34 wait at ./task.jl:1296:0 (pc: 111) wait_forever at ./task.jl:1196:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 jl_apply at /source/src/julia.h:2512:12 [inlined] start_task at /source/src/task.c:1242:19 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000756dc7f08a60 Total snapshots: 413. Utilization: 0% ╎413 @Base/task.jl:1196 wait_forever() 412╎ 413 @Base/task.jl:1296 wait() [23] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/Optim/Kazrh/test/MOI_wrapper.jl:58 _ZN4llvm14FoldingSetBase10RemoveNodeEPNS0_4NodeE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm12SelectionDAG21RemoveNodeFromCSEMapsEPNS_6SDNodeE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm12SelectionDAG10DeleteNodeEPNS_6SDNodeE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN12_GLOBAL__N_111DAGCombiner28recursivelyDeleteUnusedNodesEPN4llvm6SDNodeE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm12SelectionDAG7CombineENS_12CombineLevelEPNS_14BatchAAResultsENS_15CodeGenOptLevelE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm16SelectionDAGISel17CodeGenAndEmitDAGEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm16SelectionDAGISel20SelectAllBasicBlocksERKNS_8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm16SelectionDAGISel20runOnMachineFunctionERNS_15MachineFunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm22SelectionDAGISelLegacy20runOnMachineFunctionERNS_15MachineFunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm19MachineFunctionPass13runOnFunctionERNS_8FunctionE.part.0 at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) operator() at /source/src/jitlayers.cpp:1422:23 compileModule at /source/src/jitlayers.cpp:2532:79 operator() at /source/src/jitlayers.cpp:906:74 [inlined] CallImpl):: > at /source/usr/include/llvm/ADT/FunctionExtras.h:222:49 operator() at /source/usr/include/llvm/ADT/FunctionExtras.h:389:62 [inlined] operator() at /source/src/objcache.cpp:326:24 [inlined] get at /source/src/objcache.cpp:367:30 materialize at /source/src/jitlayers.cpp:903:33 _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) dispatch at /source/src/julia-task-dispatcher.h:377:13 [inlined] dispatch at /source/src/julia-task-dispatcher.h:366:6 _ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS0_17ExecutorSymbolDefENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) publishCIs at /source/src/jitlayers.cpp:2091:14 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:518:39 jl_compile_method_very_internal at /source/src/gf.c:4087:27 _jl_invoke at /source/src/gf.c:4564:16 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 macro expansion at /home/pkgeval/.julia/packages/MathOptInterface/13jDB/src/Test/Test.jl:270:0 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2246:0 [inlined] #runtests#2 at /home/pkgeval/.julia/packages/MathOptInterface/13jDB/src/Test/Test.jl:265:0 (pc: 1150) runtests at /home/pkgeval/.julia/packages/MathOptInterface/13jDB/src/Test/Test.jl:223:0 (pc: 19) unknown function (ip: 0x78cb8f327d1d) at (unknown file) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 test_MOI_Test at /home/pkgeval/.julia/packages/Optim/Kazrh/test/MOI_wrapper.jl:29:0 (pc: 49) unknown function (ip: 0x78cb8f322b9f) at (unknown file) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 macro expansion at /home/pkgeval/.julia/packages/Optim/Kazrh/test/MOI_wrapper.jl:11:0 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2246:0 [inlined] runtests at /home/pkgeval/.julia/packages/Optim/Kazrh/test/MOI_wrapper.jl:11:0 (pc: 487) unknown function (ip: 0x78cb8f31e53f) at (unknown file) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 jl_apply at /source/src/julia.h:2512:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:259:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:760:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:962:21 ijl_eval_thunk at /source/src/toplevel.c:767:18 jl_toplevel_eval_flex at /source/src/toplevel.c:711:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:601:15 jl_toplevel_eval_flex at /source/src/toplevel.c:683:27 ijl_toplevel_eval at /source/src/toplevel.c:781:12 ijl_toplevel_eval_in at /source/src/toplevel.c:826:13 eval at ./boot.jl:545:0 (pc: 1) include_string at ./loading.jl:3186:0 (pc: 208) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 _include at ./loading.jl:3248:0 (pc: 123) include at ./Base.jl:330:0 (pc: 1) IncludeInto at ./Base.jl:331:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 macro expansion at /home/pkgeval/.julia/packages/Optim/Kazrh/test/runtests.jl:365:0 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2246:0 [inlined] macro expansion at /home/pkgeval/.julia/packages/Optim/Kazrh/test/runtests.jl:365:0 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2246:0 [inlined] top-level scope at /home/pkgeval/.julia/packages/Optim/Kazrh/test/runtests.jl:331:0 (pc: 5019) jl_invoke_oneshot at /source/src/gf.c:4613:23 ijl_eval_thunk at /source/src/toplevel.c:759:18 jl_toplevel_eval_flex at /source/src/toplevel.c:711:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:601:15 jl_toplevel_eval_flex at /source/src/toplevel.c:683:27 ijl_toplevel_eval at /source/src/toplevel.c:781:12 ijl_toplevel_eval_in at /source/src/toplevel.c:826:13 eval at ./boot.jl:545:0 (pc: 1) include_string at ./loading.jl:3186:0 (pc: 208) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 _include at ./loading.jl:3248:0 (pc: 123) include at ./Base.jl:330:0 (pc: 1) IncludeInto at ./Base.jl:331:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 jl_apply at /source/src/julia.h:2512:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:259:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:760:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:962:21 ijl_eval_thunk at /source/src/toplevel.c:767:18 jl_toplevel_eval_flex at /source/src/toplevel.c:711:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:601:15 jl_toplevel_eval_flex at /source/src/toplevel.c:683:27 ijl_toplevel_eval at /source/src/toplevel.c:781:12 ijl_toplevel_eval_in at /source/src/toplevel.c:826:13 eval at ./boot.jl:545:0 (pc: 1) __script_entry_eval at ./client.jl:106:0 [inlined] exec_options at ./client.jl:344:0 (pc: 426) _start at ./client.jl:619:0 (pc: 295) jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4572:23 [inlined] ijl_apply_generic at /source/src/gf.c:4820:12 jl_apply at /source/src/julia.h:2512:12 [inlined] true_main at /source/src/jlapi.c:989:29 jl_repl_entrypoint at /source/src/jlapi.c:1156:15 main at /source/cli/loader_exe.c:117:15 unknown function (ip: 0x78cc4430e249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) Allocations: 986249440 (Pool: 986239948; Big: 9492); GC: 2583 PkgEval terminated after 2805.02s: test duration exceeded the time limit