Package evaluation to test JobQueueMPI on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T20:27:22.763 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.63s ################################################################################ # Installation # Installing JobQueueMPI... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [32d208e1] + JobQueueMPI v0.2.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [ffbed154] + DocStringExtensions v0.9.5 [692b3bcd] + JLLWrappers v1.8.0 [32d208e1] + JobQueueMPI v0.2.0 [da04e1cc] + MPI v0.20.26 [3da0fdf6] + MPIPreferences v0.1.12 [eebad327] + PkgVersion v0.3.3 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [e33a78d0] + Hwloc_jll v2.14.0+0 [94ce4f54] + Libiconv_jll v1.18.0+0 [b5ada748] + MPIABI_jll v0.1.5+0 [7cb0a576] + MPICH_jll v5.0.1+0 [f1f71cc9] + MPItrampoline_jll v5.5.6+0 [9237b28f] + MicrosoftMPI_jll v10.1.4+3 [fe0851c0] + OpenMPI_jll v5.0.11+0 ⌅ [02c8fc9c] + XML2_jll v2.13.9+0 [a65dc6b1] + Xorg_libpciaccess_jll v0.19.0+0 [0dad84c5] + ArgTools v1.2.0 [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 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [4af54fe1] + LazyArtifacts v1.11.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.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 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [deac9b47] + LibCURL_jll v8.21.0+0 [e37daf67] + LibGit2_jll v1.9.4+0 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [458c3c95] + OpenSSL_jll v3.5.7+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [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. To see why use `status --outdated -m` Installation completed after 11.32s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:240 =# Core.@doc "Termination codes for Optim.jl." #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =# @enumx(TerminationCode, begin │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:242 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:242 =# Core.@doc "Nelder-Mead simplex converged." NelderMeadCriterion │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:244 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:244 =# Core.@doc "First (partial) derivative had a magnitude below the prescribed tolerance." GradientNorm │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:246 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:246 =# Core.@doc "The change in optimization variables was zero (the tolerance was not set by the user)." NoXChange │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:248 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:248 =# Core.@doc "The change in the objective was zero (the tolerance was not set by the user)." NoObjectiveChange │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:250 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:250 =# Core.@doc "The change in the optimization variables was below the prescribed tolerance." SmallXChange │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:252 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:252 =# Core.@doc "The change in the objective was below the prescribed tolerance." SmallObjectiveChange │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:254 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:254 =# Core.@doc "The line search failed to find a point that decreased the objective." FailedLinesearch │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:256 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:256 =# Core.@doc "User callback returned `true`." Callback │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:258 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:258 =# Core.@doc "The number of iterations exceeded the maximum number allowed." Iterations │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:260 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:260 =# Core.@doc "Time budget was exceeded." Time │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:262 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:262 =# Core.@doc "Objective function evaluations exceeded the maximum number allowed." ObjectiveCalls │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:264 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:264 =# Core.@doc "Gradient evaluations exceeded the maximum number allowed." GradientCalls │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:266 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:266 =# Core.@doc "Hessian evaluations exceeded the maximum number allowed." HessianCalls │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:268 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:268 =# Core.@doc "Objective function value increased." ObjectiveIncreased │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:270 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:270 =# Core.@doc "Objective function was not finite" ObjectiveNotFinite │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:272 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:272 =# Core.@doc "Gradient was not finite" GradientNotFinite │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:274 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:274 =# Core.@doc "Hessian was not finite" HessianNotFinite │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:276 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:276 =# Core.@doc "The trust region radius was less than or equal to the minimum radius allowed." SmallTrustRegionRadius │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:278 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:278 =# Core.@doc "For algorithms where the TerminationCode is not yet implemented." NotImplemented │ end)) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:240 =#) :: Value | │ "Termination codes for Optim.jl." :: Value | │ [macrocall] | │ @enumx :: Identifier | │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =#) :: Value | │ TerminationCode :: Identifier | │ [block] | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:242 =#) :: Value | │ "Nelder-Mead simplex converged." :: Value | │ NelderMeadCriterion :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:244 =#) :: Value | │ "First (partial) derivative had a magnitude below the prescribed tolerance." :: Value | │ GradientNorm :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:246 =#) :: Value | │ "The change in optimization variables was zero (the tolerance was not set by the user)." :: Value | │ NoXChange :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:248 =#) :: Value | │ "The change in the objective was zero (the tolerance was not set by the user)." :: Value | │ NoObjectiveChange :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:250 =#) :: Value | │ "The change in the optimization variables was below the prescribed tolerance." :: Value | │ SmallXChange :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:252 =#) :: Value | │ "The change in the objective was below the prescribed tolerance." :: Value | │ SmallObjectiveChange :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:254 =#) :: Value | │ "The line search failed to find a point that decreased the objective." :: Value | │ FailedLinesearch :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:256 =#) :: Value | │ "User callback returned `true`." :: Value | │ Callback :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:258 =#) :: Value | │ "The number of iterations exceeded the maximum number allowed." :: Value | │ Iterations :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:260 =#) :: Value | │ "Time budget was exceeded." :: Value | │ Time :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:262 =#) :: Value | │ "Objective function evaluations exceeded the maximum number allowed." :: Value | │ ObjectiveCalls :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:264 =#) :: Value | │ "Gradient evaluations exceeded the maximum number allowed." :: Value | │ GradientCalls :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:266 =#) :: Value | │ "Hessian evaluations exceeded the maximum number allowed." :: Value | │ HessianCalls :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:268 =#) :: Value | │ "Objective function value increased." :: Value | │ ObjectiveIncreased :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:270 =#) :: Value | │ "Objective function was not finite" :: Value | │ ObjectiveNotFinite :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:272 =#) :: Value | │ "Gradient was not finite" :: Value | │ GradientNotFinite :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:274 =#) :: Value | │ "Hessian was not finite" :: Value | │ HessianNotFinite :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:276 =#) :: Value | │ "The trust region radius was less than or equal to the minimum radius allowed." :: Value | │ SmallTrustRegionRadius :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:278 =#) :: Value | │ "For algorithms where the TerminationCode is not yet implemented." :: Value | │ NotImplemented :: Identifier | │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl" │ line = 240 └ mod = Optim ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/EnumX/CGSQY/src/EnumX.jl:122 =# - `escape` node in outer context Expression:  (escape TerminationCode) Containing expressions:  (toplevel (hygienic-scope (module false (escape TerminationCode) (block (primitive (<: T (curly Enum Int32)) 32) (let (= value_name_map Dict{Int32, Symbol}(3 => :NoObjectiveChange, 2 => :NoXChange, 6 => :FailedLinesearch, 5 => :SmallObjectiveChange, 4 => :SmallXChange, 1 => :GradientNorm, 13 => :ObjectiveIncreased, 8 => :Iterations, 7 => :Callback, 10 => :ObjectiveCalls, 17 => :SmallTrustRegionRadius, 16 => :HessianNotFinite, 14 => :ObjectiveNotFinite, 15 => :GradientNotFinite, 18 => :NotImplemented, 12 => :HessianCalls, 11 => :GradientCalls, 9 => :Time, 0 => :NelderMeadCriterion)) (block (= (call check_valid x) (block (|| (call in x (call keys value_name_map)) (call throw (call ArgumentError (string "invalid value for Enum " (inert TerminationCode) ": " x ".")))))) (global (function (call (escape T) (:: x Integer)) (block (call check_valid x) (return (call (. Base (inert bitcast)) (escape T) (call convert Int32 x)))))) (= (call (. (. Base (inert Enums)) (inert namemap)) (:: (curly (. Base (inert Type)) (escape T)))) (block value_name_map)) (= (call (. (. Base (inert Enums)) (inert instances)) (:: (curly (. Base (inert Type)) (escape T)))) (block (tuple (escape NelderMeadCriterion) (escape GradientNorm) (escape NoXChange) (escape NoObjectiveChange) (escape SmallXChange) (escape SmallObjectiveChange) (escape FailedLinesearch) (escape Callback) (escape Iterations) (escape Time) (escape ObjectiveCalls) (escape GradientCalls) (escape HessianCalls) (escape ObjectiveIncreased) (escape ObjectiveNotFinite) (escape GradientNotFinite) (escape HessianNotFinite) (escape SmallTrustRegionRadius) (escape NotImplemented)))) (= (call (. EnumX (inert symbol_map)) (:: (curly (. Base (inert Type)) (escape T)))) (block Pair{Symbol, Int32}[:NelderMeadCriterion => 0, :GradientNorm => 1, :NoXChange => 2, :NoObjectiveChange => 3, :SmallXChange => 4, :SmallObjectiveChange => 5, :FailedLinesearch => 6, :Callback => 7, :Iterations => 8, :Time => 9, :ObjectiveCalls => 10, :GradientCalls => 11, :HessianCalls => 12, :ObjectiveIncreased => 13, :ObjectiveNotFinite => 14, :GradientNotFinite => 15, :HessianNotFinite => 16, :SmallTrustRegionRadius => 17, :NotImplemented => 18])))) (escape (public T NelderMeadCriterion GradientNorm NoXChange NoObjectiveChange SmallXChange SmallObjectiveChange FailedLinesearch Callback Iterations Time ObjectiveCalls GradientCalls HessianCalls ObjectiveIncreased ObjectiveNotFinite GradientNotFinite HessianNotFinite SmallTrustRegionRadius NotImplemented)) (const (= (escape NelderMeadCriterion) (call (escape T) 0))) (const (= (escape GradientNorm) (call (escape T) 1))) (const (= (escape NoXChange) (call (escape T) 2))) (const (= (escape NoObjectiveChange) (call (escape T) 3))) (const (= (escape SmallXChange) (call (escape T) 4))) (const (= (escape SmallObjectiveChange) (call (escape T) 5))) (const (= (escape FailedLinesearch) (call (escape T) 6))) (const (= (escape Callback) (call (escape T) 7))) (const (= (escape Iterations) (call (escape T) 8))) (const (= (escape Time) (call (escape T) 9))) (const (= (escape ObjectiveCalls) (call (escape T) 10))) (const (= (escape GradientCalls) (call (escape T) 11))) (const (= (escape HessianCalls) (call (escape T) 12))) (const (= (escape ObjectiveIncreased) (call (escape T) 13))) (const (= (escape ObjectiveNotFinite) (call (escape T) 14))) (const (= (escape GradientNotFinite) (call (escape T) 15))) (const (= (escape HessianNotFinite) (call (escape T) 16))) (const (= (escape SmallTrustRegionRadius) (call (escape T) 17))) (const (= (escape NotImplemented) (call (escape T) 18))) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:242 =#) "Nelder-Mead simplex converged." NelderMeadCriterion) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:244 =#) "First (partial) derivative had a magnitude below the prescribed tolerance." GradientNorm) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:246 =#) "The change in optimization variables was zero (the tolerance was not set by the user)." NoXChange) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:248 =#) "The change in the objective was zero (the tolerance was not set by the user)." NoObjectiveChange) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:250 =#) "The change in the optimization variables was below the prescribed tolerance." SmallXChange) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:252 =#) "The change in the objective was below the prescribed tolerance." SmallObjectiveChange) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:254 =#) "The line search failed to find a point that decreased the objective." FailedLinesearch) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:256 =#) "User callback returned `true`." Callback) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:258 =#) "The number of iterations exceeded the maximum number allowed." Iterations) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:260 =#) "Time budget was exceeded." Time) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:262 =#) "Objective function evaluations exceeded the maximum number allowed." ObjectiveCalls) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:264 =#) "Gradient evaluations exceeded the maximum number allowed." GradientCalls) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:266 =#) "Hessian evaluations exceeded the maximum number allowed." HessianCalls) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:268 =#) "Objective function value increased." ObjectiveIncreased) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:270 =#) "Objective function was not finite" ObjectiveNotFinite) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:272 =#) "Gradient was not finite" GradientNotFinite) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:274 =#) "Hessian was not finite" HessianNotFinite) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:276 =#) "The trust region radius was less than or equal to the minimum radius allowed." SmallTrustRegionRadius) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:278 =#) "For algorithms where the TerminationCode is not yet implemented." NotImplemented))) EnumX :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =#)) (hygienic-scope (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:240 =#) Optim nothing "Termination codes for Optim.jl." (escape TerminationCode) true) EnumX :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =#)) (hygienic-scope nothing EnumX :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =#)))  Detailed provenance:  (escape TerminationCode)  └─ @ /home/pkgeval/.julia/packages/EnumX/CGSQY/src/EnumX.jl:122  Stacktrace:  [1] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:314  [2] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##0#apply_expansion_layer##1"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:840  [3] _in_tuple(x::Base.JuliaSyntax.Kind, itr::NTuple{4, Base.JuliaSyntax.Kind}, result::Bool)  @ Base operators.jl:1417 [inlined]  [4] _in_tuple(x::Base.JuliaSyntax.Kind, itr::NTuple{4, Base.JuliaSyntax.Kind})  @ Base operators.jl:1415 [inlined]  [5] in(x::Base.JuliaSyntax.Kind, itr::NTuple{4, Base.JuliaSyntax.Kind})  @ Base operators.jl:1409 [inlined]  [6] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:341  [7] (::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool})(c::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [inlined]  [8] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839  [9] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [10] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [11] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [12] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [13] (::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool})(c::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [inlined]  [14] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839  [15] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [16] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [17] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [18] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [19] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:297 [inlined]  [20] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Base.JuliaSyntax.ScopeLayer, slcache::Dict{Base.JuliaSyntax.ScopeLayer, Bool}, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:319  [21] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Base.JuliaSyntax.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:297  [22] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:272  [23] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358  [24] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408  [25] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29  [26] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [27] top-level scope  @ ~/.julia/packages/Optim/4rXX6/src/Optim.jl:145  [28] include(mod::Module, _path::String)  @ Base Base.jl:325  [29] 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:3303  [30] top-level scope  @ stdin:5  [31] eval(m::Module, e::Any)  @ Core boot.jl:522  [32] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [33] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [34] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [35] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:240 in expression starting at /home/pkgeval/.julia/packages/Optim/4rXX6/src/Optim.jl:1 in expression starting at stdin:5 ✗ Optim 10.6 s ✓ JobQueueMPI 1 dependency successfully precompiled in 132 seconds. 80 already precompiled. Precompilation completed after 181.97s ################################################################################ # Testing # Testing JobQueueMPI Status `/tmp/jl_k0RpI1/Project.toml` [32d208e1] JobQueueMPI v0.2.0 [da04e1cc] MPI v0.20.26 [429524aa] Optim v2.2.1 [8dfed614] Test v1.11.0 Status `/tmp/jl_k0RpI1/Manifest.toml` [47edcb42] ADTypes v1.22.1 [79e6a3ab] Adapt v4.7.0 [4fba245c] ArrayInterface v7.27.0 [187b0558] ConstructionBase v1.6.0 [a0c0ee7d] DifferentiationInterface v0.7.18 [ffbed154] DocStringExtensions v0.9.5 [4e289a0a] EnumX v1.0.7 [1a297f60] FillArrays v1.16.0 [6a86dc24] FiniteDiff v2.31.1 [692b3bcd] JLLWrappers v1.8.0 [32d208e1] JobQueueMPI v0.2.0 [d3d80556] LineSearches v7.7.1 [da04e1cc] MPI v0.20.26 [3da0fdf6] MPIPreferences v0.1.12 [1914dd2f] MacroTools v0.5.16 [d41bc354] NLSolversBase v8.0.0 [77ba4419] NaNMath v1.1.4 [429524aa] Optim v2.2.1 [eebad327] PkgVersion v0.3.3 [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 [e33a78d0] Hwloc_jll v2.14.0+0 [94ce4f54] Libiconv_jll v1.18.0+0 [b5ada748] MPIABI_jll v0.1.5+0 [7cb0a576] MPICH_jll v5.0.1+0 [f1f71cc9] MPItrampoline_jll v5.5.6+0 [9237b28f] MicrosoftMPI_jll v10.1.4+3 [fe0851c0] OpenMPI_jll v5.0.11+0 ⌅ [02c8fc9c] XML2_jll v2.13.9+0 [a65dc6b1] Xorg_libpciaccess_jll v0.19.0+0 [0dad84c5] ArgTools v1.2.0 [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 [4af54fe1] LazyArtifacts v1.11.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 [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 [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.5+2 [deac9b47] LibCURL_jll v8.21.0+0 [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.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... Test Summary: | Pass Total Time Sum 100 | 1 1 23.1s Test Summary: | Pass Total Time Divisors | 10 10 26.1s Test Summary: | Pass Total Time pmap MPI | 2 2 1.0s Test Summary: | Pass Total Time pmap MPI | 2 2 0.8s Test Summary: | Pass Total Time pmap MPI | 2 2 1.3s ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:240 =# Core.@doc "Termination codes for Optim.jl." #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =# @enumx(TerminationCode, begin │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:242 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:242 =# Core.@doc "Nelder-Mead simplex converged." NelderMeadCriterion │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:244 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:244 =# Core.@doc "First (partial) derivative had a magnitude below the prescribed tolerance." GradientNorm │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:246 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:246 =# Core.@doc "The change in optimization variables was zero (the tolerance was not set by the user)." NoXChange │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:248 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:248 =# Core.@doc "The change in the objective was zero (the tolerance was not set by the user)." NoObjectiveChange │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:250 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:250 =# Core.@doc "The change in the optimization variables was below the prescribed tolerance." SmallXChange │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:252 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:252 =# Core.@doc "The change in the objective was below the prescribed tolerance." SmallObjectiveChange │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:254 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:254 =# Core.@doc "The line search failed to find a point that decreased the objective." FailedLinesearch │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:256 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:256 =# Core.@doc "User callback returned `true`." Callback │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:258 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:258 =# Core.@doc "The number of iterations exceeded the maximum number allowed." Iterations │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:260 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:260 =# Core.@doc "Time budget was exceeded." Time │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:262 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:262 =# Core.@doc "Objective function evaluations exceeded the maximum number allowed." ObjectiveCalls │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:264 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:264 =# Core.@doc "Gradient evaluations exceeded the maximum number allowed." GradientCalls │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:266 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:266 =# Core.@doc "Hessian evaluations exceeded the maximum number allowed." HessianCalls │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:268 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:268 =# Core.@doc "Objective function value increased." ObjectiveIncreased │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:270 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:270 =# Core.@doc "Objective function was not finite" ObjectiveNotFinite │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:272 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:272 =# Core.@doc "Gradient was not finite" GradientNotFinite │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:274 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:274 =# Core.@doc "Hessian was not finite" HessianNotFinite │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:276 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:276 =# Core.@doc "The trust region radius was less than or equal to the minimum radius allowed." SmallTrustRegionRadius │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:278 =# │ #= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:278 =# Core.@doc "For algorithms where the TerminationCode is not yet implemented." NotImplemented │ end)) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:240 =#) :: Value | │ "Termination codes for Optim.jl." :: Value | │ [macrocall] | │ @enumx :: Identifier | │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =#) :: Value | │ TerminationCode :: Identifier | │ [block] | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:242 =#) :: Value | │ "Nelder-Mead simplex converged." :: Value | │ NelderMeadCriterion :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:244 =#) :: Value | │ "First (partial) derivative had a magnitude below the prescribed tolerance." :: Value | │ GradientNorm :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:246 =#) :: Value | │ "The change in optimization variables was zero (the tolerance was not set by the user)." :: Value | │ NoXChange :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:248 =#) :: Value | │ "The change in the objective was zero (the tolerance was not set by the user)." :: Value | │ NoObjectiveChange :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:250 =#) :: Value | │ "The change in the optimization variables was below the prescribed tolerance." :: Value | │ SmallXChange :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:252 =#) :: Value | │ "The change in the objective was below the prescribed tolerance." :: Value | │ SmallObjectiveChange :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:254 =#) :: Value | │ "The line search failed to find a point that decreased the objective." :: Value | │ FailedLinesearch :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:256 =#) :: Value | │ "User callback returned `true`." :: Value | │ Callback :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:258 =#) :: Value | │ "The number of iterations exceeded the maximum number allowed." :: Value | │ Iterations :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:260 =#) :: Value | │ "Time budget was exceeded." :: Value | │ Time :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:262 =#) :: Value | │ "Objective function evaluations exceeded the maximum number allowed." :: Value | │ ObjectiveCalls :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:264 =#) :: Value | │ "Gradient evaluations exceeded the maximum number allowed." :: Value | │ GradientCalls :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:266 =#) :: Value | │ "Hessian evaluations exceeded the maximum number allowed." :: Value | │ HessianCalls :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:268 =#) :: Value | │ "Objective function value increased." :: Value | │ ObjectiveIncreased :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:270 =#) :: Value | │ "Objective function was not finite" :: Value | │ ObjectiveNotFinite :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:272 =#) :: Value | │ "Gradient was not finite" :: Value | │ GradientNotFinite :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:274 =#) :: Value | │ "Hessian was not finite" :: Value | │ HessianNotFinite :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:276 =#) :: Value | │ "The trust region radius was less than or equal to the minimum radius allowed." :: Value | │ SmallTrustRegionRadius :: Identifier | │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:278 =#) :: Value | │ "For algorithms where the TerminationCode is not yet implemented." :: Value | │ NotImplemented :: Identifier | │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl" │ line = 240 └ mod = Optim ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/EnumX/CGSQY/src/EnumX.jl:122 =# - `escape` node in outer context Expression:  (escape TerminationCode) Containing expressions:  (toplevel (hygienic-scope (module false (escape TerminationCode) (block (primitive (<: T (curly Enum Int32)) 32) (let (= value_name_map Dict{Int32, Symbol}(3 => :NoObjectiveChange, 2 => :NoXChange, 6 => :FailedLinesearch, 5 => :SmallObjectiveChange, 4 => :SmallXChange, 1 => :GradientNorm, 13 => :ObjectiveIncreased, 8 => :Iterations, 7 => :Callback, 10 => :ObjectiveCalls, 17 => :SmallTrustRegionRadius, 16 => :HessianNotFinite, 14 => :ObjectiveNotFinite, 15 => :GradientNotFinite, 18 => :NotImplemented, 12 => :HessianCalls, 11 => :GradientCalls, 9 => :Time, 0 => :NelderMeadCriterion)) (block (= (call check_valid x) (block (|| (call in x (call keys value_name_map)) (call throw (call ArgumentError (string "invalid value for Enum " (inert TerminationCode) ": " x ".")))))) (global (function (call (escape T) (:: x Integer)) (block (call check_valid x) (return (call (. Base (inert bitcast)) (escape T) (call convert Int32 x)))))) (= (call (. (. Base (inert Enums)) (inert namemap)) (:: (curly (. Base (inert Type)) (escape T)))) (block value_name_map)) (= (call (. (. Base (inert Enums)) (inert instances)) (:: (curly (. Base (inert Type)) (escape T)))) (block (tuple (escape NelderMeadCriterion) (escape GradientNorm) (escape NoXChange) (escape NoObjectiveChange) (escape SmallXChange) (escape SmallObjectiveChange) (escape FailedLinesearch) (escape Callback) (escape Iterations) (escape Time) (escape ObjectiveCalls) (escape GradientCalls) (escape HessianCalls) (escape ObjectiveIncreased) (escape ObjectiveNotFinite) (escape GradientNotFinite) (escape HessianNotFinite) (escape SmallTrustRegionRadius) (escape NotImplemented)))) (= (call (. EnumX (inert symbol_map)) (:: (curly (. Base (inert Type)) (escape T)))) (block Pair{Symbol, Int32}[:NelderMeadCriterion => 0, :GradientNorm => 1, :NoXChange => 2, :NoObjectiveChange => 3, :SmallXChange => 4, :SmallObjectiveChange => 5, :FailedLinesearch => 6, :Callback => 7, :Iterations => 8, :Time => 9, :ObjectiveCalls => 10, :GradientCalls => 11, :HessianCalls => 12, :ObjectiveIncreased => 13, :ObjectiveNotFinite => 14, :GradientNotFinite => 15, :HessianNotFinite => 16, :SmallTrustRegionRadius => 17, :NotImplemented => 18])))) (escape (public T NelderMeadCriterion GradientNorm NoXChange NoObjectiveChange SmallXChange SmallObjectiveChange FailedLinesearch Callback Iterations Time ObjectiveCalls GradientCalls HessianCalls ObjectiveIncreased ObjectiveNotFinite GradientNotFinite HessianNotFinite SmallTrustRegionRadius NotImplemented)) (const (= (escape NelderMeadCriterion) (call (escape T) 0))) (const (= (escape GradientNorm) (call (escape T) 1))) (const (= (escape NoXChange) (call (escape T) 2))) (const (= (escape NoObjectiveChange) (call (escape T) 3))) (const (= (escape SmallXChange) (call (escape T) 4))) (const (= (escape SmallObjectiveChange) (call (escape T) 5))) (const (= (escape FailedLinesearch) (call (escape T) 6))) (const (= (escape Callback) (call (escape T) 7))) (const (= (escape Iterations) (call (escape T) 8))) (const (= (escape Time) (call (escape T) 9))) (const (= (escape ObjectiveCalls) (call (escape T) 10))) (const (= (escape GradientCalls) (call (escape T) 11))) (const (= (escape HessianCalls) (call (escape T) 12))) (const (= (escape ObjectiveIncreased) (call (escape T) 13))) (const (= (escape ObjectiveNotFinite) (call (escape T) 14))) (const (= (escape GradientNotFinite) (call (escape T) 15))) (const (= (escape HessianNotFinite) (call (escape T) 16))) (const (= (escape SmallTrustRegionRadius) (call (escape T) 17))) (const (= (escape NotImplemented) (call (escape T) 18))) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:242 =#) "Nelder-Mead simplex converged." NelderMeadCriterion) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:244 =#) "First (partial) derivative had a magnitude below the prescribed tolerance." GradientNorm) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:246 =#) "The change in optimization variables was zero (the tolerance was not set by the user)." NoXChange) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:248 =#) "The change in the objective was zero (the tolerance was not set by the user)." NoObjectiveChange) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:250 =#) "The change in the optimization variables was below the prescribed tolerance." SmallXChange) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:252 =#) "The change in the objective was below the prescribed tolerance." SmallObjectiveChange) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:254 =#) "The line search failed to find a point that decreased the objective." FailedLinesearch) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:256 =#) "User callback returned `true`." Callback) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:258 =#) "The number of iterations exceeded the maximum number allowed." Iterations) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:260 =#) "Time budget was exceeded." Time) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:262 =#) "Objective function evaluations exceeded the maximum number allowed." ObjectiveCalls) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:264 =#) "Gradient evaluations exceeded the maximum number allowed." GradientCalls) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:266 =#) "Hessian evaluations exceeded the maximum number allowed." HessianCalls) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:268 =#) "Objective function value increased." ObjectiveIncreased) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:270 =#) "Objective function was not finite" ObjectiveNotFinite) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:272 =#) "Gradient was not finite" GradientNotFinite) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:274 =#) "Hessian was not finite" HessianNotFinite) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:276 =#) "The trust region radius was less than or equal to the minimum radius allowed." SmallTrustRegionRadius) (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:278 =#) "For algorithms where the TerminationCode is not yet implemented." NotImplemented))) EnumX :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =#)) (hygienic-scope (macrocall @doc :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:240 =#) Optim nothing "Termination codes for Optim.jl." (escape TerminationCode) true) EnumX :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =#)) (hygienic-scope nothing EnumX :(#= /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:241 =#)))  Detailed provenance:  (escape TerminationCode)  └─ @ /home/pkgeval/.julia/packages/EnumX/CGSQY/src/EnumX.jl:122  Stacktrace:  [1] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:314  [2] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##0#apply_expansion_layer##1"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:840  [3] _in_tuple(x::Base.JuliaSyntax.Kind, itr::NTuple{4, Base.JuliaSyntax.Kind}, result::Bool)  @ Base operators.jl:1417 [inlined]  [4] _in_tuple(x::Base.JuliaSyntax.Kind, itr::NTuple{4, Base.JuliaSyntax.Kind})  @ Base operators.jl:1415 [inlined]  [5] in(x::Base.JuliaSyntax.Kind, itr::NTuple{4, Base.JuliaSyntax.Kind})  @ Base operators.jl:1409 [inlined]  [6] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:341  [7] (::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool})(c::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [inlined]  [8] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839  [9] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [10] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [11] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [12] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [13] (::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool})(c::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [inlined]  [14] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839  [15] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [16] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [17] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [18] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [19] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:297 [inlined]  [20] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Base.JuliaSyntax.ScopeLayer, slcache::Dict{Base.JuliaSyntax.ScopeLayer, Bool}, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:319  [21] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Base.JuliaSyntax.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:297  [22] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:272  [23] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358  [24] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408  [25] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29  [26] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [27] top-level scope  @ ~/.julia/packages/Optim/4rXX6/src/Optim.jl:145  [28] include(mod::Module, _path::String)  @ Base Base.jl:325  [29] 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:3303  [30] top-level scope  @ stdin:5  [31] eval(m::Module, e::Any)  @ Core boot.jl:522  [32] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [33] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [34] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [35] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Optim/4rXX6/src/types.jl:240 in expression starting at /home/pkgeval/.julia/packages/Optim/4rXX6/src/Optim.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Optim │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: Optim Failed to precompile Optim [429524aa-4258-5aef-a3af-852621145aeb] to "/home/pkgeval/.julia/compiled/v1.14/Optim/jl_Hx71BB" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/JobQueueMPI/469af/test/test_pmap_mpi_optim.jl:4  ====================================================================================== 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 183 running 1 of 1  signal (10): User defined signal 1 unknown function (ip: 0x71b7e657f05b) at /lib/x86_64-linux-gnu/libc.so.6 unknown function (ip: 0x71b7e657f27f) at /lib/x86_64-linux-gnu/libc.so.6 unknown function (ip: 0x71b7e65818a7) at /lib/x86_64-linux-gnu/libc.so.6 malloc at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) posix_memalign at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) aligned_alloc at /workspace/srcdir/gcc-15.2.0/libstdc++-v3/libsupc++/new_opa.cc:78:28 [inlined] operator new at /workspace/srcdir/gcc-15.2.0/libstdc++-v3/libsupc++/new_opa.cc:149:40 operator new at /workspace/srcdir/gcc-15.2.0/libstdc++-v3/libsupc++/new_opant.cc:36:26 _ZN4llvm15allocate_bufferEmm at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm19LastRunTrackingInfo10updateImplEPKvbSt8functionIFbS2_EE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm15InstCombinePass3runERNS_8FunctionERNS_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_8FunctionENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_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:1271:17 operator() at /source/src/jitlayers.cpp:1409:12 [inlined] optimizeModule at /source/src/jitlayers.cpp:2360:18 materialize at /source/src/jitlayers.cpp:876:31 _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) dispatch at /source/src/julia-task-dispatcher.h:361:11 _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:2059:14 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:511:39 jl_compile_method_very_internal at /source/src/gf.c:3927:27 _jl_invoke at /source/src/gf.c:4337:16 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 core_lowering_hook at /source/usr/share/julia/JuliaLowering/src/hooks.jl:30:0 (pc: 111) unknown function (ip: 0x71b7bddb4b05) at (unknown file) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] ijl_lower at /source/src/ast.c:1271:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:594:31 jl_eval_module_expr at /source/src/toplevel.c:262:5 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:661:27 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:15 jl_toplevel_eval_flex at /source/src/toplevel.c:680:27 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:15 jl_toplevel_eval_flex at /source/src/toplevel.c:680:27 ijl_toplevel_eval at /source/src/toplevel.c:778:12 ijl_toplevel_eval_in at /source/src/toplevel.c:823:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:325:0 (pc: 1) include_package_for_output at ./loading.jl:3303:0 (pc: 848) jfptr_include_package_for_output_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405: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:757:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:947:21 ijl_eval_thunk at /source/src/toplevel.c:764:18 jl_toplevel_eval_flex at /source/src/toplevel.c:708:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:15 jl_toplevel_eval_flex at /source/src/toplevel.c:680:27 ijl_toplevel_eval at /source/src/toplevel.c:778:12 ijl_toplevel_eval_in at /source/src/toplevel.c:823:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) include_string at ./loading.jl:3142:0 [inlined] exec_options at ./client.jl:353:0 (pc: 813) _start at ./client.jl:596:0 (pc: 295) jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] true_main at /source/src/jlapi.c:985:29 jl_repl_entrypoint at /source/src/jlapi.c:1152:15 main at /source/cli/loader_exe.c:58:15 unknown function (ip: 0x71b7e6511249) 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 173 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:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007521ba3e9c30 Total snapshots: 46. Utilization: 0% ╎46 @Base/task.jl:1170 wait_forever() 45╎ 46 @Base/task.jl:1248 wait() ====================================================================================== 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 171 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:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] start_task at /source/src/task.c:1276:19 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 115 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:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007d1fdfdeea40 Total snapshots: 55. Utilization: 0% ╎55 @Base/task.jl:1170 wait_forever() 54╎ 55 @Base/task.jl:1248 wait() ====================================================================================== 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:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x000075363217bd00 Total snapshots: 36. Utilization: 0% ╎36 @Base/task.jl:1170 wait_forever() 35╎ 36 @Base/task.jl:1248 wait() [115] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/JobQueueMPI/469af/test/runtests.jl:8 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:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) Allocations: 35548947 (Pool: 35548582; Big: 365); GC: 38 [171] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/JobQueueMPI/469af/test/test_pmap_mpi_optim.jl:4 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:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) Allocations: 18508035 (Pool: 18507826; Big: 209); GC: 15 [173] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/JobQueueMPI/469af/test/test_pmap_mpi_optim.jl:4 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:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) Allocations: 20973841 (Pool: 20973590; Big: 251); GC: 16 val already in a list atexit hook threw an error: ErrorException("schedule: Task not runnable") error at ./error.jl:56:0 (pc: 6) #schedule#625 at ./task.jl:1053:0 (pc: 71) schedule at ./task.jl:1045:0 [inlined] uv_writecb_task at ./stream.jl:1198:0 (pc: 11) jlcapi_uv_writecb_task_512.1 at /opt/julia/lib/julia/sys.so (unknown line) uv__write_callbacks at /workspace/srcdir/libuv/src/unix/stream.c:926:0 uv__stream_io at /workspace/srcdir/libuv/src/unix/stream.c:1227:0 uv__run_pending at /workspace/srcdir/libuv/src/unix/core.c:824:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:420:0 ijl_process_events at /source/src/jl_uv.c:397:21 process_events at ./libuv.jl:133:0 [inlined] wait at ./task.jl:1235:0 (pc: 15) uv_write at ./stream.jl:1079:0 (pc: 11) PkgEval terminated after 2751.65s: test duration exceeded the time limit