Package evaluation to test QuantumControl on Julia 1.14.0-DEV.2600 (ff0e675117*) started at 2026-07-06T08:11:06.276 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.84s ################################################################################ # Installation # Installing QuantumControl... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [8a270532] + QuantumControl v0.11.4 Updating `~/.julia/environments/v1.14/Manifest.toml` [79e6a3ab] + Adapt v4.7.0 [4fba245c] + ArrayInterface v7.27.0 [0b6fb165] + ChunkCodecCore v1.0.1 [4c0bbee4] + ChunkCodecLibZlib v1.0.0 [55437552] + ChunkCodecLibZstd v1.0.0 [ffbed154] + DocStringExtensions v0.9.5 [e2ba6199] + ExprTools v0.1.10 [5789e2e9] + FileIO v1.19.0 [076d061b] + HashArrayMappedTries v0.2.0 [b5f81e59] + IOCapture v1.0.0 [92d709cd] + IrrationalConstants v0.2.6 [033835bb] + JLD2 v0.6.4 [692b3bcd] + JLLWrappers v1.8.0 [2ab3a3ac] + LogExpFunctions v1.0.1 [1914dd2f] + MacroTools v0.5.16 [6fe1bfb0] + OffsetArrays v1.17.0 ⌅ [bac558e1] + OrderedCollections v1.8.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [92933f4c] + ProgressMeter v1.11.0 [8a270532] + QuantumControl v0.11.4 [7bf12567] + QuantumPropagators v0.9.0 [ae029012] + Requires v1.3.1 [7e506255] + ScopedValues v1.6.2 [276daf66] + SpecialFunctions v2.8.0 [a759f4b9] + TimerOutputs v0.5.29 [efe28fd5] + OpenSpecFun_jll v0.5.6+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 [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 [a63ad114] + Mmap 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. To see why use `status --outdated -m` Installation completed after 5.64s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... WARNING: Method definition eigencopy_oftype(LinearAlgebra.UpperHessenberg{T, S} where S<:AbstractArray{T, 2} where T, Any) in module LinearAlgebra at /source/usr/share/julia/stdlib/v1.14/LinearAlgebra/src/hessenberg.jl:457 overwritten in module GenericLinearAlgebra at /home/pkgeval/.julia/packages/GenericLinearAlgebra/WvuVM/src/eigenGeneral.jl:15. ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. 3.8 s ? GenericLinearAlgebra 3.9 s ✓ BibParser ERROR: LoadError: MethodError: no method matching nteltype(::Core.SimpleVector) The function `nteltype` exists, but no method is defined for this combination of argument types.  Closest candidates are:  nteltype(!Matched::Type{NamedTuple{names, T}} where names) where T  @ Base namedtuple.jl:233  nteltype(!Matched::Type)  @ Base namedtuple.jl:232  Stacktrace:  [1] prepare_call(f::Any, allargs::Vector{Any}; enter_generated::Bool, method_table::Nothing)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/construct.jl:256  [2] get_call_framecode(fargs::Vector{Any}, parentframe::JuliaInterpreter.FrameCode, idx::Int64; enter_generated::Bool, method_table::Nothing)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/localmethtable.jl:65  [3] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:277  [4] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:256  [5] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:249  [6] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:406  [7] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:569  [8] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:627  [9] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:14  [10] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:30  [11] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:290  [12] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:256  [13] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:249  [14] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:406  [15] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:569  [16] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:627  [17] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:14  [18] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:30  [19] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:290  [20] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:256  [21] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:249  [22] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:406  [23] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:569  [24] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:627  [25] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:14  [26] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:30  [27] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:290  [28] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:256  [29] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:249  [30] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:406  [31] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:569  [32] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:627  [33] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:14  [34] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool)  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:30  [35] macro expansion  @ ~/.julia/packages/JuliaInterpreter/bSt3F/src/construct.jl:764 [inlined]  [36] _precompile_()  @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/precompile.jl:7  [37] top-level scope  @ ~/.julia/packages/JuliaInterpreter/bSt3F/src/packagedef.jl:153  [38] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [39] top-level scope  @ ~/.julia/packages/JuliaInterpreter/bSt3F/src/JuliaInterpreter.jl:14  [40] include(mod::Module, _path::String)  @ Base Base.jl:325  [41] 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  [42] top-level scope  @ stdin:5  [43] eval(m::Module, e::Any)  @ Core boot.jl:533  [44] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [45] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [46] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [47] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/JuliaInterpreter/bSt3F/src/packagedef.jl:153 in expression starting at /home/pkgeval/.julia/packages/JuliaInterpreter/bSt3F/src/JuliaInterpreter.jl:1 in expression starting at stdin:5 ✗ JuliaInterpreter 18.1 s ✓ CommonMark 61.3 s ✓ PureKLU 83.9 s ✓ DataFrames 114.3 s ✓ UnicodePlots 2.2 s ✓ SymbolicIndexingInterface → SymbolicIndexingInterfacePrettyTablesExt 8.6 s ✓ RecursiveArrayTools 2.8 s ✓ ArrayInterface → ArrayInterfaceChainRulesExt 7.5 s ✓ QuantumPropagators 3.0 s ✓ DifferentiationInterface → DifferentiationInterfaceFiniteDifferencesExt Internal error: during type inference of _pullback(Zygote.Context{false}, typeof(Zygote.pow), Int64, Int64) Encountered unexpected error in runtime: TypeError(func=:typeassert, context="", expected=Union{Nothing, Array{Any, 1}, Core.SimpleVector}, got=Array{Core.MethodInstance, 1}(dims=(1,), mem=Memory{Core.MethodInstance}(1, 0x7c1c342d7d40)[MethodInstance pow(Int64, Int64) from pow(Any, Any)])) ijl_type_error_rt at /source/src/rtutils.c:121:5 ijl_type_error at /source/src/rtutils.c:140:5 compute_edges! at ./../usr/share/julia/Compiler/src/typeinfer.jl:826:0 (pc: 55) finishinfer! at ./../usr/share/julia/Compiler/src/typeinfer.jl:670:0 (pc: 209) finish_nocycle at ./../usr/share/julia/Compiler/src/typeinfer.jl:269:0 (pc: 4) jfptr_finish_nocycle_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:5004:0 (pc: 252) typeinf_ext at ./../usr/share/julia/Compiler/src/typeinfer.jl:1539:0 (pc: 150) typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1762:0 [inlined] typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1771:0 (pc: 16) jfptr_typeinf_ext_toplevel_5.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_type_infer at /source/src/gf.c:475:35 jl_compile_method_very_internal at /source/src/gf.c:3970:20 _jl_invoke at /source/src/gf.c:4471:16 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_f__apply_iterate at /source/src/builtins.c:934:26 pullback at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:99:0 (pc: 2) pullback at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:97:0 (pc: 4) unknown function (ip: 0x7c1c24325400) at (unknown file) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_f__apply_iterate at /source/src/builtins.c:934:26 gradient at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:156:0 (pc: 2) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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:950:21 top-level scope at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/precompile.jl:17:0 (pc: 3) 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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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 eval_body at /source/src/interpreter.c:625:21 jl_interpret_toplevel_thunk at /source/src/interpreter.c:950:21 macro expansion at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/Zygote.jl:78:0 (pc: 1) [inlined] macro expansion at /home/pkgeval/.julia/packages/PrecompileTools/QUxvR/src/workloads.jl:70:0 (pc: 4) [inlined] top-level scope at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/Zygote.jl:82:0 (pc: 20) 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_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 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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717: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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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:950:21 top-level scope at stdin:5:0 (pc: 22) 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:533: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: 819) _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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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: 0x7c1c55658249) 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  [47] signal 6 (-6): Aborted in expression starting at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/precompile.jl:17 unknown function (ip: 0x7c1c556bbebc) at /lib/x86_64-linux-gnu/libc.so.6 gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) jl_type_infer at /source/src/gf.c:494:9 jl_compile_method_very_internal at /source/src/gf.c:3970:20 _jl_invoke at /source/src/gf.c:4471:16 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_f__apply_iterate at /source/src/builtins.c:934:26 pullback at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:99:0 (pc: 2) pullback at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:97:0 (pc: 4) unknown function (ip: 0x7c1c24325400) at (unknown file) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_f__apply_iterate at /source/src/builtins.c:934:26 gradient at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:156:0 (pc: 2) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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:950: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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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 eval_body at /source/src/interpreter.c:625:21 jl_interpret_toplevel_thunk at /source/src/interpreter.c:950: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_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 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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717: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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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:950: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:533: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: 819) _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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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: 0x7c1c55658249) 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 Allocations: 56252627 (Pool: 56252285; Big: 342); GC: 19 ✗ Zygote 6.3 s ✓ LocalCoverage 3.7 s ✓ LiveServer 4.7 s ✓ Coverage 15.9 s ✓ TestingUtilities ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("14197337-ba66-59df-a3e3-ca00e7dcff7a"), "GenericLinearAlgebra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:45  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:1 in expression starting at stdin:5 ✗ DoubleFloats 8.8 s ✓ DocumenterInterLinks 0.0 s ✓ Optim 128.6 s ✓ Plots 5.2 s ✓ Bibliography ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aa1ae85d-cabe-5617-a682-6adf51b2e16a"), "JuliaInterpreter") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/LoweredCodeUtils/4qEJi/src/LoweredCodeUtils.jl:14  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/LoweredCodeUtils/4qEJi/src/LoweredCodeUtils.jl:1 in expression starting at stdin:5 ✗ LoweredCodeUtils 2.3 s ✓ CommonMark → CommonMarkMarkdownASTExt 66.5 s ✓ JuliaFormatter 2.2 s ✓ CommonMark → CommonMarkMarkdownExt 2.7 s ✓ PureKLU → PureKLUForwardDiffExt 5.5 s ✓ Latexify → DataFramesExt 2.6 s ✓ RecursiveArrayTools → RecursiveArrayToolsSparseArraysExt 1.7 s ✓ RecursiveArrayTools → RecursiveArrayToolsTablesExt 2.5 s ✓ RecursiveArrayTools → RecursiveArrayToolsFastBroadcastExt 1.6 s ✓ RecursiveArrayTools → RecursiveArrayToolsStatisticsExt 2.1 s ✓ RecursiveArrayTools → RecursiveArrayToolsForwardDiffExt 1.8 s ✓ RecursiveArrayTools → RecursiveArrayToolsStructArraysExt 2.1 s ✓ ComponentArrays → ComponentArraysRecursiveArrayToolsExt 4.6 s ✓ QuantumPropagators → QuantumPropagatorsStaticArraysExt 8.4 s ✓ QuantumPropagators → QuantumPropagatorsExponentialUtilitiesExt 4.2 s ✓ QuantumPropagators → QuantumPropagatorsRecursiveArrayToolsExt 9.8 s ✓ QuantumControl ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("e88e6eb3-aa80-5325-afca-941959d7151f"), "Zygote") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/Zygote/Pm9ID/ext/ZygoteColorsExt.jl:3  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Zygote/Pm9ID/ext/ZygoteColorsExt.jl:1 in expression starting at stdin:5 ✗ Zygote → ZygoteColorsExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("e88e6eb3-aa80-5325-afca-941959d7151f"), "Zygote") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base module.jl:101  [11] top-level scope  @ ~/.julia/packages/DifferentiationInterface/f85Vv/ext/DifferentiationInterfaceZygoteExt/DifferentiationInterfaceZygoteExt.jl:6  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/DifferentiationInterface/f85Vv/ext/DifferentiationInterfaceZygoteExt/DifferentiationInterfaceZygoteExt.jl:1 in expression starting at stdin:5 ✗ DifferentiationInterface → DifferentiationInterfaceZygoteExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("e88e6eb3-aa80-5325-afca-941959d7151f"), "Zygote") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/ComponentArrays/YFu1g/ext/ComponentArraysZygoteExt.jl:3  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/ComponentArrays/YFu1g/ext/ComponentArraysZygoteExt.jl:1 in expression starting at stdin:5 ✗ ComponentArrays → ComponentArraysZygoteExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("e88e6eb3-aa80-5325-afca-941959d7151f"), "Zygote") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/RecursiveArrayTools/l1Eua/ext/RecursiveArrayToolsZygoteExt.jl:5  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/RecursiveArrayTools/l1Eua/ext/RecursiveArrayToolsZygoteExt.jl:1 in expression starting at stdin:5 ✗ RecursiveArrayTools → RecursiveArrayToolsZygoteExt 7.2 s ✓ TestingUtilities → TestingUtilitiesDataFramesExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("497a8b3b-efae-58df-a0af-a86822472b78"), "DoubleFloats") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:3  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:1 in expression starting at stdin:5 ✗ TextParse 19.4 s ✓ Plots → FileIOExt 10.6 s ✓ DocumenterCitations ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aa1ae85d-cabe-5617-a682-6adf51b2e16a"), "JuliaInterpreter") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/Revise/m8c4M/src/Revise.jl:36  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Revise/m8c4M/src/Revise.jl:1 in expression starting at stdin:5 ✗ Revise 35.4 s ✓ SciMLBase 8.0 s ✓ QuantumControl → QuantumControlChainRulesCoreExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("e88e6eb3-aa80-5325-afca-941959d7151f"), "Zygote") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] top-level scope  @ ~/.julia/packages/QuantumControl/ZLwDU/ext/QuantumControlZygoteExt.jl:9  [11] include(mod::Module, _path::String)  @ Base Base.jl:325  [12] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3303  [13] top-level scope  @ stdin:5  [14] eval(m::Module, e::Any)  @ Core boot.jl:533  [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [16] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [17] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [18] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/QuantumControl/ZLwDU/ext/QuantumControlZygoteExt.jl:5 in expression starting at stdin:5 ✗ QuantumControl → QuantumControlZygoteExt 8.8 s ✓ QuantumControl → QuantumControlFiniteDifferencesExt 8.3 s ✓ QuantumGradientGenerators 8.7 s ✓ Krotov 11.7 s ✓ QuantumControlTestUtils ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("e0df1984-e451-5cb5-8b61-797a481e67e3"), "TextParse") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/CSVFiles/mNmS7/src/CSVFiles.jl:3  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/CSVFiles/mNmS7/src/CSVFiles.jl:1 in expression starting at stdin:5 ✗ CSVFiles ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("295af30f-e4ad-537b-8983-00126c2a3abe"), "Revise") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] top-level scope  @ ~/.julia/packages/Revise/m8c4M/ext/DistributedExt.jl:5  [11] include(mod::Module, _path::String)  @ Base Base.jl:325  [12] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3303  [13] top-level scope  @ stdin:5  [14] eval(m::Module, e::Any)  @ Core boot.jl:533  [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [16] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [17] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [18] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Revise/m8c4M/ext/DistributedExt.jl:1 in expression starting at stdin:5 ✗ Revise → DistributedExt 4.6 s ✓ SciMLBase → SciMLBaseChainRulesCoreExt 4.8 s ✓ SciMLBase → SciMLBaseForwardDiffExt 4.1 s ✓ SciMLBase → SciMLBaseDifferentiationInterfaceExt 4.2 s ✓ SciMLBase → SciMLBaseMLStyleExt 4.7 s ✓ ComponentArrays → ComponentArraysSciMLBaseExt 22.7 s ✓ LinearSolve 7.7 s ✓ QuantumGradientGenerators → QuantumGradientGeneratorsArrayInterfaceExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("e88e6eb3-aa80-5325-afca-941959d7151f"), "Zygote") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/SciMLBase/O1HPI/ext/SciMLBaseZygoteExt.jl:3  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/SciMLBase/O1HPI/ext/SciMLBaseZygoteExt.jl:1 in expression starting at stdin:5 ✗ SciMLBase → SciMLBaseZygoteExt 9.7 s ✓ SciMLJacobianOperators 5.3 s ✓ LinearSolve → LinearSolveChainRulesCoreExt 24.8 s ✓ LinearSolve → LinearSolveSparseArraysExt 9.2 s ✓ LinearSolve → LinearSolveForwardDiffExt 9.3 s ✓ GRAPE 15.5 s ✓ LineSearch 21.0 s ✓ NonlinearSolveBase 6.2 s ✓ LinearSolve → LinearSolveEnzymeExt 9.1 s ✓ GRAPE → GRAPEOptimExt 4.8 s ✓ LineSearch → LineSearchLineSearchesExt 5.4 s ✓ NonlinearSolveBase → NonlinearSolveBaseSparseMatrixColoringsExt 5.4 s ✓ NonlinearSolveBase → NonlinearSolveBaseSparseArraysExt 4.4 s ✓ NonlinearSolveBase → NonlinearSolveBaseChainRulesCoreExt 5.5 s ✓ NonlinearSolveBase → NonlinearSolveBaseLinearSolveExt 4.4 s ✓ NonlinearSolveBase → NonlinearSolveBaseLineSearchExt 5.8 s ✓ NonlinearSolveBase → NonlinearSolveBaseForwardDiffExt 10.3 s ✓ BracketingNonlinearSolve 33.5 s ✓ NonlinearSolveQuasiNewton 19.8 s ✓ NonlinearSolveSpectralMethods 64.8 s ✓ NonlinearSolveFirstOrder 5.0 s ✓ BracketingNonlinearSolve → BracketingNonlinearSolveForwardDiffExt 9.0 s ✓ DiffEqBase 7.8 s ✓ NonlinearSolveQuasiNewton → NonlinearSolveQuasiNewtonForwardDiffExt 5.6 s ✓ NonlinearSolveSpectralMethods → NonlinearSolveSpectralMethodsForwardDiffExt 4.9 s ✓ BracketingNonlinearSolve → BracketingNonlinearSolveChainRulesCoreExt 21.2 s ✓ SimpleNonlinearSolve 5.8 s ✓ DiffEqBase → DiffEqBaseSparseArraysExt 5.1 s ✓ DiffEqBase → DiffEqBaseChainRulesCoreExt 11.3 s ✓ DiffEqBase → DiffEqBaseForwardDiffExt 13.4 s ✓ OrdinaryDiffEqCore 5.2 s ✓ SimpleNonlinearSolve → SimpleNonlinearSolveChainRulesCoreExt 49.6 s ✓ NonlinearSolve 5.8 s ✓ OrdinaryDiffEqCore → OrdinaryDiffEqCoreEnzymeCoreExt 10.1 s ✓ OrdinaryDiffEqStabilizedRK 6.6 s ✓ OrdinaryDiffEqFunctionMap 66.7 s ✓ OrdinaryDiffEqVerner 7.5 s ✓ OrdinaryDiffEqQPRK 7.9 s ✓ OrdinaryDiffEqSymplecticRK 11.0 s ✓ OrdinaryDiffEqLowOrderRK 8.2 s ✓ OrdinaryDiffEqFeagin 10.6 s ✓ OrdinaryDiffEqSSPRK 7.9 s ✓ OrdinaryDiffEqRKN 8.9 s ✓ OrdinaryDiffEqHighOrderRK 7.8 s ✓ OrdinaryDiffEqExplicitRK 15.4 s ✓ OrdinaryDiffEqTsit5 10.9 s ✓ OrdinaryDiffEqLowStorageRK 11.7 s ✓ OrdinaryDiffEqLinear 7.8 s ✓ OrdinaryDiffEqPRK 14.5 s ✓ OrdinaryDiffEqDifferentiation 8.4 s ✓ OrdinaryDiffEqAdamsBashforthMoulton 7.1 s ✓ OrdinaryDiffEqNordsieck 8.9 s ✓ OrdinaryDiffEqDifferentiation → OrdinaryDiffEqDifferentiationSparseArraysExt 14.7 s ✓ OrdinaryDiffEqExtrapolation 47.8 s ✓ OrdinaryDiffEqRosenbrock 17.0 s ✓ OrdinaryDiffEqExponentialRK 18.0 s ✓ OrdinaryDiffEqNonlinearSolve 65.1 s ✓ OrdinaryDiffEqFIRK 17.8 s ✓ OrdinaryDiffEqIMEXMultistep 17.5 s ✓ OrdinaryDiffEqStabilizedIRK 18.3 s ✓ OrdinaryDiffEqPDIRK 18.9 s ✓ OrdinaryDiffEqSDIRK 37.1 s ✓ OrdinaryDiffEqBDF 83.9 s ✓ OrdinaryDiffEqDefault 28.2 s ✓ OrdinaryDiffEq 28.8 s ✓ QuantumPropagators → QuantumPropagatorsODEExt 114 dependencies successfully precompiled in 2016 seconds. 404 already precompiled. 1 dependency failed but may be precompilable after restarting julia 1 dependency had output during precompilation: ┌ GenericLinearAlgebra │ WARNING: Method definition eigencopy_oftype(LinearAlgebra.UpperHessenberg{T, S} where S<:AbstractArray{T, 2} where T, Any) in module LinearAlgebra at /source/usr/share/julia/stdlib/v1.14/LinearAlgebra/src/hessenberg.jl:457 overwritten in module GenericLinearAlgebra at /home/pkgeval/.julia/packages/GenericLinearAlgebra/WvuVM/src/eigenGeneral.jl:15. │ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. └ Precompilation completed after 2035.59s ################################################################################ # Testing # Testing QuantumControl Status `/tmp/jl_Wa80Vt/Project.toml` [6e4b80f9] BenchmarkTools v1.8.0 [336ed68f] CSV v0.10.16 [5d742f6a] CSVFiles v1.0.2 [b0b7db55] ComponentArrays v0.15.40 [a2441757] Coverage v1.8.1 [a93c6f00] DataFrames v1.8.2 [43dc2714] DocInventories v1.0.0 [e30172f5] Documenter v1.17.0 [daee34ce] DocumenterCitations v1.4.1 [d12716ef] DocumenterInterLinks v1.1.0 [26cc04aa] FiniteDifferences v0.12.34 [6b52fcaf] GRAPE v1.1.0 [b5f81e59] IOCapture v1.0.0 [033835bb] JLD2 v0.6.4 ⌅ [98e50ef6] JuliaFormatter v2.3.0 [b05dcdc7] Krotov v0.7.2 [5be7bae1] LBFGSB v0.4.1 ⌃ [d3d80556] LineSearches v7.5.1 [98b081ad] Literate v2.21.0 [16fef848] LiveServer v1.5.0 ⌅ [5f6e1e16] LocalCoverage v0.6.0 ⌃ [429524aa] Optim v1.13.3 ⌃ [1dea7af3] OrdinaryDiffEq v6.107.0 [91a5bcdd] Plots v1.41.6 [8a270532] QuantumControl v0.11.4 `~/.julia/packages/QuantumControl/ZLwDU/` [d3fd27c9] QuantumControlTestUtils v0.3.2 [a563f35e] QuantumGradientGenerators v0.1.9 [7bf12567] QuantumPropagators v0.9.0 ⌅ [731186ca] RecursiveArrayTools v3.50.0 [189a3867] Reexport v1.2.2 [295af30f] Revise v3.15.1 [1bc83da4] SafeTestsets v0.1.0 [860ef19b] StableRNGs v1.0.4 [90137ffa] StaticArrays v1.9.18 ⌃ [40452611] TestingUtilities v1.10.3 [cad078a0] TwoQubitWeylChamber v0.2.1 [3a884ed6] UnPack v1.0.2 [b8865327] UnicodePlots v3.8.4 [e88e6eb3] Zygote v0.7.11 [f43a241f] Downloads v1.7.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Wa80Vt/Manifest.toml` [47edcb42] ADTypes v1.22.1 [14f7f29c] AMD v0.5.3 [a4c015fc] ANSIColoredPrinters v0.0.1 [621f4979] AbstractFFTs v1.5.0 [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.45 [79e6a3ab] Adapt v4.7.0 [66dad0bd] AliasTables v1.1.3 [c7e460c6] ArgParse v1.2.0 [4fba245c] ArrayInterface v7.27.0 [6e4b80f9] BenchmarkTools v1.8.0 [2027ae74] BibInternal v0.3.7 [13533e5b] BibParser v0.2.3 [f1be7e48] Bibliography v0.3.1 [e2ed5e7c] Bijections v0.2.2 [d1d4a3ce] BitFlags v0.1.10 [62783981] BitTwiddlingConvenienceFunctions v0.1.6 ⌃ [70df07ce] BracketingNonlinearSolve v1.12.1 [2a0fbf3d] CPUSummary v0.2.7 [336ed68f] CSV v0.10.16 [5d742f6a] CSVFiles v1.0.2 [082447d4] ChainRules v1.73.0 [d360d2e6] ChainRulesCore v1.26.1 [0b6fb165] ChunkCodecCore v1.0.1 [4c0bbee4] ChunkCodecLibZlib v1.0.0 [55437552] ChunkCodecLibZstd v1.0.0 [fb6a15b2] CloseOpenIntervals v0.1.13 [da1fd8a2] CodeTracking v3.0.2 [944b1d66] CodecZlib v0.7.8 [35d6a980] ColorSchemes v3.31.0 [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.1 ⌅ [a80b9123] CommonMark v0.10.3 [38540f10] CommonSolve v0.2.9 [bbf7d656] CommonSubexpressions v0.3.1 [f70d9fcc] CommonWorldInvalidations v1.1.0 [34da2185] Compat v4.18.1 [807dbc54] Compiler v0.1.1 [b0b7db55] ComponentArrays v0.15.40 [a33af91c] CompositionsBase v0.1.2 [2569d6c7] ConcreteStructs v0.2.5 [f0e56b4a] ConcurrentUtilities v2.5.1 [187b0558] ConstructionBase v1.6.0 [d38c429a] Contour v0.6.3 [a2441757] Coverage v1.8.1 ⌃ [c36e975a] CoverageTools v1.3.2 [adafc99b] CpuId v0.3.1 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.8.2 ⌅ [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 [e7dc6d0d] DataValues v0.4.13 [3f0dd361] DefaultApplication v1.1.0 [8bb1440f] DelimitedFiles v1.9.1 ⌅ [2b5f629d] DiffEqBase v6.213.0 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.16.0 [a0c0ee7d] DifferentiationInterface v0.7.18 [43dc2714] DocInventories v1.0.0 [ffbed154] DocStringExtensions v0.9.5 [e30172f5] Documenter v1.17.0 [daee34ce] DocumenterCitations v1.4.1 [d12716ef] DocumenterInterLinks v1.1.0 [497a8b3b] DoubleFloats v1.9.4 [4e289a0a] EnumX v1.0.7 [f151be2c] EnzymeCore v0.8.21 [460bff9d] ExceptionUnwrapping v0.1.11 [d4d017d3] ExponentialUtilities v1.31.0 [e2ba6199] ExprTools v0.1.10 [55351af7] ExproniconLite v0.10.14 [8f5d6c58] EzXML v1.2.3 [c87230d0] FFMPEG v0.4.5 ⌅ [7034ab61] FastBroadcast v0.3.5 [9aa1b823] FastClosures v0.3.2 [442a2c76] FastGaussQuadrature v1.3.0 [a4df4552] FastPower v1.3.3 [5789e2e9] FileIO v1.19.0 [48062228] FilePathsBase v0.9.24 [1a297f60] FillArrays v1.16.0 [6a86dc24] FiniteDiff v2.31.1 [26cc04aa] FiniteDifferences v0.12.34 ⌅ [53c48c17] FixedPointNumbers v0.8.6 [1fa38f19] Format v1.3.7 [f6369f11] ForwardDiff v1.4.1 [069b7b12] FunctionWrappers v1.1.3 ⌅ [77dc65aa] FunctionWrappersWrappers v0.1.3 [d9f16b24] Functors v0.5.2 [46192b85] GPUArraysCore v0.2.0 [28b8d3ca] GR v0.73.26 [6b52fcaf] GRAPE v1.1.0 [14197337] GenericLinearAlgebra v0.4.0 [c145ed77] GenericSchur v0.5.6 [d7ba0133] Git v1.5.0 [c27321d9] Glob v1.5.0 [42e2da0e] Grisu v1.0.2 ⌅ [cd3eb016] HTTP v1.11.0 [076d061b] HashArrayMappedTries v0.2.0 [b5f81e59] IOCapture v1.0.0 [7869d1d1] IRTools v0.4.17 [615f187c] IfElse v0.1.1 [842dd82b] InlineStrings v1.4.5 [3587e190] InverseFunctions v0.1.17 [41ab1584] InvertedIndices v1.3.1 [92d709cd] IrrationalConstants v0.2.6 [1c8ee90f] IterableTables v1.0.0 [82899510] IteratorInterfaceExtensions v1.0.0 [033835bb] JLD2 v0.6.4 [1019f520] JLFzf v0.1.11 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.1 [7d188eb4] JSONSchema v1.5.0 [ae98c720] Jieko v0.2.1 ⌅ [98e50ef6] JuliaFormatter v2.3.0 ⌅ [aa1ae85d] JuliaInterpreter v0.10.12 ⌅ [70703baa] JuliaSyntax v0.4.10 [b05dcdc7] Krotov v0.7.2 [ba0b0d4f] Krylov v0.10.8 [5be7bae1] LBFGSB v0.4.1 [b964fa9f] LaTeXStrings v1.4.0 [23fbe1c1] Latexify v0.16.10 [10f19ff3] LayoutPointers v0.1.17 [0e77f7df] LazilyInitializedFields v1.3.0 [87fe0de2] LineSearch v0.1.10 ⌃ [d3d80556] LineSearches v7.5.1 ⌅ [7ed4a6bd] LinearSolve v3.87.0 [98b081ad] Literate v2.21.0 [16fef848] LiveServer v1.5.0 ⌅ [5f6e1e16] LocalCoverage v0.6.0 [2ab3a3ac] LogExpFunctions v1.0.1 [e6f89c97] LoggingExtras v1.2.0 ⌃ [6f1432cf] LoweredCodeUtils v3.6.2 ⌅ [6c6e2e6c] MIMEs v0.1.4 [d8e11817] MLStyle v0.4.17 [1914dd2f] MacroTools v0.5.16 [d125e4d3] ManualMemory v0.1.8 [299715c1] MarchingCubes v0.1.11 [d0879d2d] MarkdownAST v0.1.3 [bb5d69b7] MaybeInplace v0.1.5 [739be429] MbedTLS v1.1.10 [442fdcdd] Measures v0.3.3 [e1d29d7a] Missings v1.2.0 [2e0e35c7] Moshi v0.3.8 [46d2c3a1] MuladdMacro v0.2.6 ⌅ [d41bc354] NLSolversBase v7.10.0 [77ba4419] NaNMath v1.1.4 ⌃ [8913a72c] NonlinearSolve v4.16.0 ⌃ [be0214bd] NonlinearSolveBase v2.11.2 ⌃ [5959db7a] NonlinearSolveFirstOrder v2.0.0 ⌃ [9a2c21bd] NonlinearSolveQuasiNewton v1.12.0 ⌃ [26075421] NonlinearSolveSpectralMethods v1.6.0 [4d1e1d77] Nullables v1.0.0 [6fe1bfb0] OffsetArrays v1.17.0 [4d8831e6] OpenSSL v1.6.1 ⌃ [429524aa] Optim v1.13.3 ⌅ [bac558e1] OrderedCollections v1.8.2 ⌃ [1dea7af3] OrdinaryDiffEq v6.107.0 ⌅ [89bda076] OrdinaryDiffEqAdamsBashforthMoulton v1.10.0 ⌅ [6ad6398a] OrdinaryDiffEqBDF v1.14.0 ⌅ [bbf590c4] OrdinaryDiffEqCore v3.1.0 ⌅ [50262376] OrdinaryDiffEqDefault v1.14.0 ⌅ [4302a76b] OrdinaryDiffEqDifferentiation v1.22.0 ⌅ [9286f039] OrdinaryDiffEqExplicitRK v1.10.0 ⌅ [e0540318] OrdinaryDiffEqExponentialRK v1.12.0 ⌅ [becaefa8] OrdinaryDiffEqExtrapolation v1.13.0 ⌅ [5960d6e9] OrdinaryDiffEqFIRK v1.20.0 ⌅ [101fe9f7] OrdinaryDiffEqFeagin v1.9.0 ⌅ [d3585ca7] OrdinaryDiffEqFunctionMap v1.10.0 ⌅ [d28bc4f8] OrdinaryDiffEqHighOrderRK v1.10.0 ⌅ [9f002381] OrdinaryDiffEqIMEXMultistep v1.11.0 ⌅ [521117fe] OrdinaryDiffEqLinear v1.11.0 ⌅ [1344f307] OrdinaryDiffEqLowOrderRK v1.10.0 ⌅ [b0944070] OrdinaryDiffEqLowStorageRK v1.11.0 ⌅ [127b3ac7] OrdinaryDiffEqNonlinearSolve v1.19.0 ⌅ [c9986a66] OrdinaryDiffEqNordsieck v1.8.0 ⌅ [5dd0a6cf] OrdinaryDiffEqPDIRK v1.10.0 ⌅ [5b33eab2] OrdinaryDiffEqPRK v1.9.0 ⌅ [04162be5] OrdinaryDiffEqQPRK v1.9.0 ⌅ [af6ede74] OrdinaryDiffEqRKN v1.11.0 ⌅ [43230ef6] OrdinaryDiffEqRosenbrock v1.22.0 ⌅ [2d112036] OrdinaryDiffEqSDIRK v1.11.0 ⌅ [669c94d9] OrdinaryDiffEqSSPRK v1.12.0 ⌅ [e3e12d00] OrdinaryDiffEqStabilizedIRK v1.10.0 ⌅ [358294b1] OrdinaryDiffEqStabilizedRK v1.9.0 ⌅ [fa646aed] OrdinaryDiffEqSymplecticRK v1.12.0 ⌅ [b1df2697] OrdinaryDiffEqTsit5 v1.10.0 ⌅ [79d7bb75] OrdinaryDiffEqVerner v1.11.0 [69de0a69] Parsers v2.8.6 [ccf2f8ad] PlotThemes v3.3.0 [995b91a9] PlotUtils v1.4.4 [91a5bcdd] Plots v1.41.6 [f517fe37] Polyester v0.7.19 [1d0040c9] PolyesterWeave v0.2.2 [2dfb63ee] PooledArrays v1.4.3 [85a6dd25] PositiveFactorizations v0.2.4 [d236fae5] PreallocationTools v1.2.1 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 ⌅ [08abe8d2] PrettyTables v2.4.0 [92933f4c] ProgressMeter v1.11.0 [43287f4e] PtrArrays v1.4.0 [0c0d3e7f] PureKLU v1.1.0 [be4d8f0f] Quadmath v1.0.1 [8a270532] QuantumControl v0.11.4 `~/.julia/packages/QuantumControl/ZLwDU/` [d3fd27c9] QuantumControlTestUtils v0.3.2 [a563f35e] QuantumGradientGenerators v0.1.9 [7bf12567] QuantumPropagators v0.9.0 [c1ae055f] RealDot v0.1.0 [3cdcf5f2] RecipesBase v1.3.4 [01d81517] RecipesPipeline v0.6.12 ⌅ [731186ca] RecursiveArrayTools v3.50.0 [189a3867] Reexport v1.2.2 [2792f1a3] RegistryInstances v0.1.0 [05181044] RelocatableFolders v1.0.1 [ae029012] Requires v1.3.1 [295af30f] Revise v3.15.1 [708f8203] Richardson v1.4.3 [7e49a35a] RuntimeGeneratedFunctions v0.5.21 [94e857df] SIMDTypes v0.1.0 [1bc83da4] SafeTestsets v0.1.0 ⌅ [0bca4576] SciMLBase v2.153.1 [19f34311] SciMLJacobianOperators v0.1.14 ⌅ [a6db7da4] SciMLLogging v1.10.1 [c0aeaf25] SciMLOperators v1.23.0 [431bcebd] SciMLPublic v1.2.1 [53ae85a6] SciMLStructures v1.10.1 [7e506255] ScopedValues v1.6.2 [6c6a2e73] Scratch v1.3.0 [91c51154] SentinelArrays v1.4.10 [efcf1570] Setfield v1.1.2 [992d4aef] Showoff v1.0.3 [777ac1f9] SimpleBufferStream v1.2.0 ⌃ [727e6d20] SimpleNonlinearSolve v2.11.0 [a2af1166] SortingAlgorithms v1.2.3 [a57abbd0] SparseColumnPivotedQR v2.1.2 [dc90abb0] SparseInverseSubset v0.1.2 [0a514795] SparseMatrixColorings v0.4.27 [276daf66] SpecialFunctions v2.8.0 [860ef19b] StableRNGs v1.0.4 [aedffcd0] Static v1.4.2 [0d7ed370] StaticArrayInterface v1.10.0 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.12 [7792a7ef] StrideArraysCore v0.5.9 [69024149] StringEncodings v0.3.7 [892a3eda] StringManipulation v0.4.4 [09ab397b] StructArrays v0.7.3 [ec057cc2] StructUtils v2.8.2 ⌃ [2efcf032] SymbolicIndexingInterface v0.3.44 [5e66a065] TableShowUtils v0.2.7 [3783bdb8] TableTraits v1.0.1 [382cd787] TableTraitsUtils v1.0.2 [bd369af6] Tables v1.13.0 [62fd8b95] TensorCore v0.1.1 [1c621080] TestItems v1.0.0 ⌃ [40452611] TestingUtilities v1.10.3 [e0df1984] TextParse v1.0.3 [b718987f] TextWrap v1.0.2 [8290d209] ThreadingUtilities v0.5.6 [a759f4b9] TimerOutputs v0.5.29 [3bb67fe8] TranscodingStreams v0.11.3 [781d530d] TruncatedStacktraces v1.4.0 [cad078a0] TwoQubitWeylChamber v0.2.1 [5c2747f8] URIs v1.6.1 [3a884ed6] UnPack v1.0.2 [1cfade01] UnicodeFun v0.4.1 [b8865327] UnicodePlots v3.8.4 [41fe7b60] Unzip v0.2.0 [ea10d353] WeakRefStrings v1.4.3 [76eceee3] WorkerUtilities v1.6.1 [ddb6d928] YAML v0.4.16 [e88e6eb3] Zygote v0.7.11 [700de1a5] ZygoteRules v0.2.7 [6e34b625] Bzip2_jll v1.0.9+0 [83423d85] Cairo_jll v1.18.7+0 [ee1fde0b] Dbus_jll v1.16.2+0 [2702e6a9] EpollShim_jll v0.0.20230411+1 [2e619515] Expat_jll v2.8.1+0 [b22a6f82] FFMPEG_jll v8.1.2+0 [a3f928ae] Fontconfig_jll v2.17.1+0 [d7e528f0] FreeType2_jll v2.14.3+1 [559328eb] FriBidi_jll v1.0.17+0 [0656b61e] GLFW_jll v3.4.1+1 [d2c73de3] GR_jll v0.73.26+0 ⌅ [b0724c58] GettextRuntime_jll v0.22.4+0 [61579ee1] Ghostscript_jll v9.55.1+0 [020c3dae] Git_LFS_jll v3.7.1+0 [f8c6e375] Git_jll v2.54.0+0 [7746bdde] Glib_jll v2.86.3+0 [3b182d85] Graphite2_jll v1.3.16+0 ⌅ [2e76f6c2] HarfBuzz_jll v8.5.1+0 [1d5cc7b8] IntelOpenMP_jll v2025.2.0+0 [aacddb02] JpegTurbo_jll v3.2.0+0 [c1c5ebd0] LAME_jll v3.100.3+0 [88015f11] LERC_jll v4.1.0+0 [1d63c593] LLVMOpenMP_jll v18.1.8+0 [81d17ec3] L_BFGS_B_jll v3.0.1+0 ⌅ [e9f186c6] Libffi_jll v3.4.7+0 [7e76a0d4] Libglvnd_jll v1.7.1+1 [94ce4f54] Libiconv_jll v1.18.0+0 [4b2f31a3] Libmount_jll v2.42.0+0 [89763e89] Libtiff_jll v4.7.2+0 [38a345b3] Libuuid_jll v2.42.0+0 [856f044c] MKL_jll v2025.2.0+0 [c8ffd9c3] MbedTLS_jll v2.28.1010+0 [e7412a2a] Ogg_jll v1.3.6+0 [9bd350c2] OpenSSH_jll v10.3.1+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [91d4177d] Opus_jll v1.6.1+0 [36c8627f] Pango_jll v1.57.1+0 [30392449] Pixman_jll v0.46.4+0 [c0090381] Qt6Base_jll v6.10.2+2 [629bc702] Qt6Declarative_jll v6.10.2+2 [ce943373] Qt6ShaderTools_jll v6.10.2+1 [6de9746b] Qt6Svg_jll v6.10.2+0 [e99dba38] Qt6Wayland_jll v6.10.2+1 [a44049a8] Vulkan_Loader_jll v1.3.243+0 [a2964d1f] Wayland_jll v1.24.0+0 [02c8fc9c] XML2_jll v2.15.3+0 [ffd25f8a] XZ_jll v5.8.3+0 [f67eecfb] Xorg_libICE_jll v1.1.2+0 [c834827a] Xorg_libSM_jll v1.2.6+0 [4f6342f7] Xorg_libX11_jll v1.8.13+0 [0c0b7dd1] Xorg_libXau_jll v1.0.13+0 [935fb764] Xorg_libXcursor_jll v1.2.4+0 [a3789734] Xorg_libXdmcp_jll v1.1.6+0 [1082639a] Xorg_libXext_jll v1.3.8+0 [d091e8ba] Xorg_libXfixes_jll v6.0.2+0 [a51aa0fd] Xorg_libXi_jll v1.8.3+0 [d1454406] Xorg_libXinerama_jll v1.1.7+0 [ec84b674] Xorg_libXrandr_jll v1.5.6+0 [ea2f1a96] Xorg_libXrender_jll v0.9.12+0 [a65dc6b1] Xorg_libpciaccess_jll v0.19.0+0 [c7cfdc94] Xorg_libxcb_jll v1.17.1+0 [cc61e674] Xorg_libxkbfile_jll v1.2.0+0 [e920d4aa] Xorg_xcb_util_cursor_jll v0.1.6+0 [12413925] Xorg_xcb_util_image_jll v0.4.1+0 [2def613f] Xorg_xcb_util_jll v0.4.1+0 [975044d2] Xorg_xcb_util_keysyms_jll v0.4.1+0 [0d47668e] Xorg_xcb_util_renderutil_jll v0.3.10+0 [c22f9ab0] Xorg_xcb_util_wm_jll v0.4.2+0 [35661453] Xorg_xkbcomp_jll v1.4.7+0 [33bec58e] Xorg_xkeyboard_config_jll v2.47.0+1 [c5fb5394] Xorg_xtrans_jll v1.6.0+0 [35ca27e7] eudev_jll v3.2.14+0 [214eeab7] fzf_jll v0.61.1+0 [a4ae2306] libaom_jll v3.13.3+0 [0ac62f75] libass_jll v0.17.4+0 [1183f4f0] libdecor_jll v0.2.2+0 [8e53e030] libdrm_jll v2.4.125+1 [2db6ffa8] libevdev_jll v1.13.4+0 [f638f0a6] libfdk_aac_jll v2.0.4+0 [36db933b] libinput_jll v1.28.1+0 [b53b4c65] libpng_jll v1.6.58+0 [9a156e7d] libva_jll v2.23.0+0 [f27f6e37] libvorbis_jll v1.3.8+0 [009596ad] mtdev_jll v1.1.7+0 [1317d2d5] oneTBB_jll v2022.3.0+0 ⌅ [1270edf5] x264_jll v10164.0.1+0 [dfaa095f] x265_jll v4.1.0+0 [d8fb68d0] xkbcommon_jll v1.13.0+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 [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 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9abbd945] Profile 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.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 ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... QuantumPropagators: 0.9.0 Printf : 1.11.0 Logging : 1.11.0 QuantumControl : 0.11.4 Test Summary: | Pass Total Time QuantumControl versions | 2 2 4.7s * Propagation (test_propagation.jl): 42.791849 seconds (15.39 M allocations: 1.062 GiB, 2.11% gc time, 79.57% compilation time: 4% of which was recompilation) * Derivatives (test_derives.jl): 68.191359 seconds (21.55 M allocations: 1.501 GiB, 1.52% gc time, 95.79% compilation time: 5% of which was recompilation) * Parameterization (test_parameterization.jl): 29.911568 seconds (4.17 M allocations: 278.086 MiB, 1.27% gc time, 78.15% compilation time: 3% of which was recompilation) * Functionals (test_functionals.jl): Internal error: during type inference of _pullback(Zygote.Context{false}, typeof(Zygote.pow), Int64, Int64) Encountered unexpected error in runtime: TypeError(func=:typeassert, context="", expected=Union{Nothing, Array{Any, 1}, Core.SimpleVector}, got=Array{Core.MethodInstance, 1}(dims=(1,), mem=Memory{Core.MethodInstance}(1, 0x7b753f82bfa0)[MethodInstance pow(Int64, Int64) from pow(Any, Any)])) ijl_type_error_rt at /source/src/rtutils.c:121:5 ijl_type_error at /source/src/rtutils.c:140:5 compute_edges! at ./../usr/share/julia/Compiler/src/typeinfer.jl:826:0 (pc: 55) finishinfer! at ./../usr/share/julia/Compiler/src/typeinfer.jl:670:0 (pc: 209) finish_nocycle at ./../usr/share/julia/Compiler/src/typeinfer.jl:269:0 (pc: 4) jfptr_finish_nocycle_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:5004:0 (pc: 252) typeinf_ext at ./../usr/share/julia/Compiler/src/typeinfer.jl:1539:0 (pc: 150) typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1762:0 [inlined] typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1771:0 (pc: 16) jfptr_typeinf_ext_toplevel_5.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_type_infer at /source/src/gf.c:475:35 jl_compile_method_very_internal at /source/src/gf.c:3970:20 _jl_invoke at /source/src/gf.c:4471:16 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_f__apply_iterate at /source/src/builtins.c:934:26 pullback at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:99:0 (pc: 2) pullback at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:97:0 (pc: 4) unknown function (ip: 0x7b7542c25400) at (unknown file) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_f__apply_iterate at /source/src/builtins.c:934:26 gradient at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:156:0 (pc: 2) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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:950:21 top-level scope at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/precompile.jl:17:0 (pc: 3) 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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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 eval_body at /source/src/interpreter.c:625:21 jl_interpret_toplevel_thunk at /source/src/interpreter.c:950:21 macro expansion at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/Zygote.jl:78:0 (pc: 1) [inlined] macro expansion at /home/pkgeval/.julia/packages/PrecompileTools/QUxvR/src/workloads.jl:70:0 (pc: 4) [inlined] top-level scope at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/Zygote.jl:82:0 (pc: 20) 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_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 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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717: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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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:950:21 top-level scope at stdin:5:0 (pc: 1517) 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:533: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: 819) _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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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: 0x7b75740f4249) 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  [406] signal 6 (-6): Aborted in expression starting at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/precompile.jl:17 unknown function (ip: 0x7b7574157ebc) at /lib/x86_64-linux-gnu/libc.so.6 gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) jl_type_infer at /source/src/gf.c:494:9 jl_compile_method_very_internal at /source/src/gf.c:3970:20 _jl_invoke at /source/src/gf.c:4471:16 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_f__apply_iterate at /source/src/builtins.c:934:26 pullback at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:99:0 (pc: 2) pullback at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:97:0 (pc: 4) unknown function (ip: 0x7b7542c25400) at (unknown file) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_f__apply_iterate at /source/src/builtins.c:934:26 gradient at /home/pkgeval/.julia/packages/Zygote/Pm9ID/src/compiler/interface.jl:156:0 (pc: 2) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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:950: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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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 eval_body at /source/src/interpreter.c:625:21 jl_interpret_toplevel_thunk at /source/src/interpreter.c:950: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_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 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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717: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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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:950: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:533: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: 819) _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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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: 0x7b75740f4249) 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 Allocations: 58882682 (Pool: 58882329; Big: 353); GC: 19 1 dependency had output during precompilation: ┌ Zygote │ [Output was shown above] └ Functionals: Error During Test at /home/pkgeval/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 Got exception outside of a @test LoadError: The following 1 package failed to precompile: Zygote Failed to precompile Zygote [e88e6eb3-aa80-5325-afca-941959d7151f] to "/home/pkgeval/.julia/compiled/v1.14/Zygote/jl_UlPJKo" (ProcessSignaled(6)). in expression starting at /home/pkgeval/.julia/packages/QuantumControl/ZLwDU/test/test_functionals.jl:30 77.859699 seconds (1.62 M allocations: 151.904 MiB, 0.05% gc time, 10.89% compilation time: 61% of which was recompilation) * Callbacks (test_callbacks.jl): 0.273668 seconds (154.93 k allocations: 9.047 MiB, 88.19% compilation time: 40% of which was recompilation) * Optimize-kwargs (test_optimize_kwargs.jl): 5.948975 seconds (6.69 M allocations: 801.324 MiB, 14.74% gc time, 99.35% compilation time) * Dummy Optimization (test_dummy_optimization.jl): # iter J_T 0 3.00e+00 1 2.70e+00 2 2.43e+00 3 2.19e+00 4 1.97e+00 5 1.77e+00 6 1.59e+00 7 1.43e+00 8 1.29e+00 9 1.16e+00 10 1.05e+00 11 9.41e-01 12 8.47e-01 13 7.63e-01 14 6.86e-01 15 6.18e-01 16 5.56e-01 17 5.00e-01 18 4.50e-01 19 4.05e-01 20 3.65e-01 33.632788 seconds (10.79 M allocations: 816.718 MiB, 2.27% gc time, 99.74% compilation time) * Atexit dumps (test_atexit.jl): 112.512451 seconds (20.54 M allocations: 1.534 GiB, 1.73% gc time, 99.95% compilation time: <1% of which was recompilation) * Trajectories (test_trajectories.jl): Trajectories: Error During Test at /home/pkgeval/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 Got exception outside of a @test LoadError: ArgumentError: Package Random not found in current path. - Run `import Pkg; Pkg.add("Random")` to install the Random package. Stacktrace: [1] macro expansion @ loading.jl:2580 [inlined] [2] macro expansion @ lock.jl:376 [inlined] [3] __require(into::Module, mod::Symbol) @ Base loading.jl:2563 [4] require(into::Module, mod::Symbol) @ Base loading.jl:2539 [inlined] [5] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) @ Base module.jl:36 [inlined] [6] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base module.jl:60 [7] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) @ Base module.jl:101 [8] top-level scope @ ~/.julia/packages/QuantumControl/ZLwDU/test/test_traj_zygote.jl:10 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:65 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:66 [inlined] [13] eval(m::Module, e::Any) @ Core boot.jl:533 [14] macro expansion @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:28 [inlined] [15] macro expansion @ ./timing.jl:741 [inlined] [16] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:64 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [18] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:23 [inlined] [19] macro expansion @ ./timing.jl:741 [inlined] [20] top-level scope @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:397 [21] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core boot.jl:533 [24] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [25] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/QuantumControl/ZLwDU/test/test_traj_zygote.jl:10 32.189966 seconds (12.06 M allocations: 752.530 MiB, 1.27% gc time, 98.96% compilation time: 3% of which was recompilation) * Adjoint Trajectories (test_adjoint_trajectory.jl): 5.950696 seconds (1.65 M allocations: 107.170 MiB, 98.13% compilation time) * Control problems (test_control_problems.jl): 3.087129 seconds (1.11 M allocations: 64.730 MiB, 97.13% compilation time) * Run-or-load (test_run_or_load.jl): WARNING: Method definition eigencopy_oftype(LinearAlgebra.UpperHessenberg{T, S} where S<:AbstractArray{T, 2} where T, Any) in module LinearAlgebra at /source/usr/share/julia/stdlib/v1.14/LinearAlgebra/src/hessenberg.jl:457 overwritten in module GenericLinearAlgebra at /home/pkgeval/.julia/packages/GenericLinearAlgebra/WvuVM/src/eigenGeneral.jl:15. ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("14197337-ba66-59df-a3e3-ca00e7dcff7a"), "GenericLinearAlgebra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:45  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("497a8b3b-efae-58df-a0af-a86822472b78"), "DoubleFloats") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:3  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("e0df1984-e451-5cb5-8b61-797a481e67e3"), "TextParse") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] top-level scope  @ ~/.julia/packages/CSVFiles/mNmS7/src/CSVFiles.jl:3  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:533  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/CSVFiles/mNmS7/src/CSVFiles.jl:1 in expression starting at stdin:5 4 dependencies had output during precompilation: ┌ CSVFiles │ [Output was shown above] └ ┌ GenericLinearAlgebra │ WARNING: Method definition eigencopy_oftype(LinearAlgebra.UpperHessenberg{T, S} where S<:AbstractArray{T, 2} where T, Any) in module LinearAlgebra at /source/usr/share/julia/stdlib/v1.14/LinearAlgebra/src/hessenberg.jl:457 overwritten in module GenericLinearAlgebra at /home/pkgeval/.julia/packages/GenericLinearAlgebra/WvuVM/src/eigenGeneral.jl:15. │ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. └ ┌ DoubleFloats │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("14197337-ba66-59df-a3e3-ca00e7dcff7a"), "GenericLinearAlgebra") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base error.jl:56 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base loading.jl:2837 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base loading.jl:2685 │ [4] macro expansion │ @ loading.jl:2599 [inlined] │ [5] macro expansion │ @ lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base loading.jl:2563 │ [7] require(into::Module, mod::Symbol) │ @ Base loading.jl:2539 [inlined] │ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) │ @ Base module.jl:36 [inlined] │ [9] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base module.jl:60 │ [10] _eval_using(to::Module, path::Expr, flags::UInt8) │ @ Base module.jl:137 [inlined] │ [11] top-level scope │ @ ~/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:45 │ [12] include(mod::Module, _path::String) │ @ Base Base.jl:325 │ [13] 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 │ [14] top-level scope │ @ stdin:5 │ [15] eval(m::Module, e::Any) │ @ Core boot.jl:533 │ [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [17] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [18] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [19] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:1 │ in expression starting at stdin:5 └ ┌ TextParse │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("497a8b3b-efae-58df-a0af-a86822472b78"), "DoubleFloats") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base error.jl:56 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base loading.jl:2837 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base loading.jl:2685 │ [4] macro expansion │ @ loading.jl:2599 [inlined] │ [5] macro expansion │ @ lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base loading.jl:2563 │ [7] require(into::Module, mod::Symbol) │ @ Base loading.jl:2539 [inlined] │ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) │ @ Base module.jl:36 [inlined] │ [9] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base module.jl:60 │ [10] _eval_using(to::Module, path::Expr, flags::UInt8) │ @ Base module.jl:137 [inlined] │ [11] top-level scope │ @ ~/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:3 │ [12] include(mod::Module, _path::String) │ @ Base Base.jl:325 │ [13] 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 │ [14] top-level scope │ @ stdin:5 │ [15] eval(m::Module, e::Any) │ @ Core boot.jl:533 │ [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [17] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [18] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [19] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:1 │ in expression starting at stdin:5 └ Error encountered while save FileIO.File{FileIO.DataFormat{:CSV}, String}("/tmp/jl_LX0FPJ/data/out.csv"). Fatal error: ┌ Error: Error saving data: The following 3 packages failed to precompile: │ │ CSVFiles │ Failed to precompile CSVFiles [5d742f6a-9f54-50ce-8119-2520741973ca] to "/home/pkgeval/.julia/compiled/v1.14/CSVFiles/jl_6M7q6Z" (ProcessExited(1)). │ │ DoubleFloats │ Failed to precompile DoubleFloats [497a8b3b-efae-58df-a0af-a86822472b78] to "/home/pkgeval/.julia/compiled/v1.14/DoubleFloats/jl_zCajKu" (ProcessExited(1)). │ │ TextParse │ Failed to precompile TextParse [e0df1984-e451-5cb5-8b61-797a481e67e3] to "/home/pkgeval/.julia/compiled/v1.14/TextParse/jl_wqnSYq" (ProcessExited(1)). └ @ QuantumControl.Workflows ~/.julia/packages/QuantumControl/ZLwDU/src/workflows.jl:102 run_or_load to csv: Error During Test at /home/pkgeval/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:19 Got exception outside of a @test Recover data with: using JLD2: load_object data = load_object("/tmp/jl_pyRUdKJ0B4.jld2") Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] run_or_load(f::Main.var"##Run-or-load#159".var"#5#6", file::String; save::typeof(FileIO.save), load::typeof(Main.var"##Run-or-load#159".load_csv), force::Bool, verbose::Bool, _else::Nothing, kwargs::@Kwargs{}) @ QuantumControl.Workflows ~/.julia/packages/QuantumControl/ZLwDU/src/workflows.jl:111 [3] (::Main.var"##Run-or-load#159".var"#3#4")(folder::String) @ Main.var"##Run-or-load#159" ~/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:22 [4] mktempdir(fn::Main.var"##Run-or-load#159".var"#3#4", parent::String; prefix::String) @ Base.Filesystem file.jl:949 [5] mktempdir(fn::Function, parent::String) @ Base.Filesystem file.jl:945 [6] top-level scope @ ~/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:20 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:20 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:81 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:81 [inlined] [13] eval(m::Module, e::Any) @ Core boot.jl:533 [14] macro expansion @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:28 [inlined] [15] macro expansion @ ./timing.jl:741 [inlined] [16] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:80 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [18] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:23 [inlined] [19] macro expansion @ ./timing.jl:741 [inlined] [20] top-level scope @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:397 [21] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core boot.jl:533 [24] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [25] _start() @ Base client.jl:596 caused by: The following 3 packages failed to precompile: CSVFiles Failed to precompile CSVFiles [5d742f6a-9f54-50ce-8119-2520741973ca] to "/home/pkgeval/.julia/compiled/v1.14/CSVFiles/jl_6M7q6Z" (ProcessExited(1)). DoubleFloats Failed to precompile DoubleFloats [497a8b3b-efae-58df-a0af-a86822472b78] to "/home/pkgeval/.julia/compiled/v1.14/DoubleFloats/jl_zCajKu" (ProcessExited(1)). TextParse Failed to precompile TextParse [e0df1984-e451-5cb5-8b61-797a481e67e3] to "/home/pkgeval/.julia/compiled/v1.14/TextParse/jl_wqnSYq" (ProcessExited(1)). Stacktrace: [1] handle_error(e::Base.Precompilation.PkgPrecompileError, q::Base.PkgId, bt::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}}) @ FileIO ~/.julia/packages/FileIO/9lYsu/src/error_handling.jl:73 [2] handle_exceptions(exceptions::Vector{Tuple{Any, Union{Base.PkgId, Module}, Vector}}, action::String) @ FileIO ~/.julia/packages/FileIO/9lYsu/src/error_handling.jl:66 [3] action(call::Symbol, libraries::Vector{Union{Base.PkgId, Module}}, file::FileIO.Formatted, args::DataFrames.DataFrame; options::@Kwargs{}) @ FileIO ~/.julia/packages/FileIO/9lYsu/src/loadsave.jl:228 [4] action(call::Symbol, libraries::Vector{Union{Base.PkgId, Module}}, file::FileIO.File{FileIO.DataFormat{_A}, String} where _A, args::DataFrames.DataFrame) @ FileIO ~/.julia/packages/FileIO/9lYsu/src/loadsave.jl:196 [inlined] [5] action(call::Symbol, libraries::Vector{Union{Base.PkgId, Module}}, sym::Symbol, file::String, args::DataFrames.DataFrame; options::@Kwargs{}) @ FileIO ~/.julia/packages/FileIO/9lYsu/src/loadsave.jl:185 [inlined] [6] save(file::String, args::DataFrames.DataFrame; options::@Kwargs{}) @ FileIO ~/.julia/packages/FileIO/9lYsu/src/loadsave.jl:129 [inlined] [7] save(file::String, args::DataFrames.DataFrame) @ FileIO ~/.julia/packages/FileIO/9lYsu/src/loadsave.jl:125 [inlined] [8] run_or_load(f::Main.var"##Run-or-load#159".var"#5#6", file::String; save::typeof(FileIO.save), load::typeof(Main.var"##Run-or-load#159".load_csv), force::Bool, verbose::Bool, _else::Nothing, kwargs::@Kwargs{}) @ QuantumControl.Workflows ~/.julia/packages/QuantumControl/ZLwDU/src/workflows.jl:90 [9] (::Main.var"##Run-or-load#159".var"#3#4")(folder::String) @ Main.var"##Run-or-load#159" ~/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:22 [10] mktempdir(fn::Main.var"##Run-or-load#159".var"#3#4", parent::String; prefix::String) @ Base.Filesystem file.jl:949 [11] mktempdir(fn::Function, parent::String) @ Base.Filesystem file.jl:945 [12] top-level scope @ ~/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:20 [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [14] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:20 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:81 [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [18] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:81 [inlined] [19] eval(m::Module, e::Any) @ Core boot.jl:533 [20] macro expansion @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:28 [inlined] [21] macro expansion @ ./timing.jl:741 [inlined] [22] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:80 [inlined] [23] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [24] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:23 [inlined] [25] macro expansion @ ./timing.jl:741 [inlined] [26] top-level scope @ ~/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:397 [27] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [28] top-level scope @ none:6 [29] eval(m::Module, e::Any) @ Core boot.jl:533 [30] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [31] _start() @ Base client.jl:596 run_or_load invalid: Test Failed at /home/pkgeval/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:52 Expression: occursin("Can't write this data to a CSV file", captured.output) Evaluated: occursin("Can't write this data to a CSV file", "\e[0KWARNING: Method definition eigencopy_oftype(LinearAlgebra.UpperHessenberg{T, S} where S<:AbstractArray{T, 2} where T, Any) in module LinearAlgebra at /source/usr/share/julia/stdlib/v1.14/LinearAlgebra/src/hessenberg.jl:457 overwritten in module GenericLinearAlgebra at /home/pkgeval/.julia/packages/GenericLinearAlgebra/WvuVM/src/eigenGeneral.jl:15.\n\e[0KERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.\n\e[0KERROR: LoadError: Precompiled image Base.PkgId(Base.UUID(\"14197337-ba66-59df-a3e3-ca00e7dcff7a\"), \"GenericLinearAlgebra\") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0)\n\e[0KStacktrace:\n\e[0K [1] error(s::String)\n\e[0K @ Base error.jl:56\n\e[0K [2] __require_prelocked(pkg::Base.PkgId, env::String)\n\e[0K @ Base loading.jl:2837\n\e[0K [3] _require_prelocked(uuidkey::Base.PkgId, env::String)\n\e[0K @ Base loading.jl:2685\n\e[0K [4] macro expansion\n\e[0K @ loading.jl:2599 [inlined]\n\e[0K [5] macro expansion\n\e[0K @ lock.jl:376 [inlined]\n\e[0K [6] __require(into::Module, mod::Symbol)\n\e[0K @ Base loading.jl:2563\n\e[0K [7] require(into::Module, mod::Symbol)\n\e[0K @ Base loading.jl:2539 [inlined]\n\e[0K [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)\n\e[0K @ Base module.jl:36 [inlined]\n\e[0K [9] eval_import_path_all(at::Module, path::Expr, keyword::String)\n\e[0K @ Base module.jl:60\n\e[0K [10] _eval_using(to::Module, path::Expr, flags::UInt8)\n\e[0K @ Base module.jl:137 [inlined]\n\e[0K [11] top-level scope\n\e[0K @ ~/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:45\n\e[0K [12] include(mod::Module, _path::String)\n\e[0K @ Base Base.jl:325\n\e[0K [13] 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)\n\e[0K @ Base loading.jl:3303\n\e[0K [14] top-level scope\n\e[0K @ stdin:5\n\e[0K [15] eval(m::Module, e::Any)\n\e[0K @ Core boot.jl:533\n\e[0K [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)\n\e[0K @ Base loading.jl:3132\n\e[0K [17] include_string(m::Module, txt::String, fname::String)\n\e[0K @ Base loading.jl:3142 [inlined]\n\e[0K [18] exec_options(opts::Base.JLOptions)\n\e[0K @ Base client.jl:353\n\e[0K [19] _start()\n\e[0K @ Base client.jl:596\n\e[0Kin expression starting at /home/pkgeval/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:1\n\e[0Kin expression starting at stdin:5\n\e[0KERROR: LoadError: Precompiled image Base.PkgId(Base.UUID(\"497a8b3b-efae-58df-a0af-a86822472b78\"), \"DoubleFloats\") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0)\n\e[0KStacktrace:\n\e[0K [1] error(s::String)\n\e[0K @ Base error.jl:56\n\e[0K [2] __require_prelocked(pkg::Base.PkgId, env::String)\n\e[0K @ Base loading.jl:2837\n\e[0K [3] _require_prelocked(uuidkey::Base.PkgId, env::String)\n\e[0K @ Base loading.jl:2685\n\e[0K [4] macro expansion\n\e[0K @ loading.jl:2599 [inlined]\n\e[0K [5] macro expansion\n\e[0K @ lock.jl:376 [inlined]\n\e[0K [6] __require(into::Module, mod::Symbol)\n\e[0K @ Base loading.jl:2563\n\e[0K [7] require(into::Module, mod::Symbol)\n\e[0K @ Base loading.jl:2539 [inlined]\n\e[0K [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)\n\e[0K @ Base module.jl:36 [inlined]\n\e[0K [9] eval_import_path_all(at::Module, path::Expr, keyword::String)\n\e[0K @ Base module.jl:60\n\e[0K [10] _eval_using(to::Module, path::Expr, flags::UInt8)\n\e[0K @ Base module.jl:137 [inlined]\n\e[0K [11] top-level scope\n\e[0K @ ~/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:3\n\e[0K [12] include(mod::Module, _path::String)\n\e[0K @ Base Base.jl:325\n\e[0K [13] 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)\n\e[0K @ Base loading.jl:3303\n\e[0K [14] top-level scope\n\e[0K @ stdin:5\n\e[0K [15] eval(m::Module, e::Any)\n\e[0K @ Core boot.jl:533\n\e[0K [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)\n\e[0K @ Base loading.jl:3132\n\e[0K [17] include_string(m::Module, txt::String, fname::String)\n\e[0K @ Base loading.jl:3142 [inlined]\n\e[0K [18] exec_options(opts::Base.JLOptions)\n\e[0K @ Base client.jl:353\n\e[0K [19] _start()\n\e[0K @ Base client.jl:596\n\e[0Kin expression starting at /home/pkgeval/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:1\n\e[0Kin expression starting at stdin:5\n\e[0KERROR: LoadError: Precompiled image Base.PkgId(Base.UUID(\"e0df1984-e451-5cb5-8b61-797a481e67e3\"), \"TextParse\") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0)\n\e[0KStacktrace:\n\e[0K [1] error(s::String)\n\e[0K @ Base error.jl:56\n\e[0K [2] __require_prelocked(pkg::Base.PkgId, env::String)\n\e[0K @ Base loading.jl:2837\n\e[0K [3] _require_prelocked(uuidkey::Base.PkgId, env::String)\n\e[0K @ Base loading.jl:2685\n\e[0K [4] macro expansion\n\e[0K @ loading.jl:2599 [inlined]\n\e[0K [5] macro expansion\n\e[0K @ lock.jl:376 [inlined]\n\e[0K [6] __require(into::Module, mod::Symbol)\n\e[0K @ Base loading.jl:2563\n\e[0K [7] require(into::Module, mod::Symbol)\n\e[0K @ Base loading.jl:2539 [inlined]\n\e[0K [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)\n\e[0K @ Base module.jl:36 [inlined]\n\e[0K [9] eval_import_path_all(at::Module, path::Expr, keyword::String)\n\e[0K @ Base module.jl:60\n\e[0K [10] _eval_using(to::Module, path::Expr, flags::UInt8)\n\e[0K @ Base module.jl:137 [inlined]\n\e[0K [11] top-level scope\n\e[0K @ ~/.julia/packages/CSVFiles/mNmS7/src/CSVFiles.jl:3\n\e[0K [12] include(mod::Module, _path::String)\n\e[0K @ Base Base.jl:325\n\e[0K [13] 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)\n\e[0K @ Base loading.jl:3303\n\e[0K [14] top-level scope\n\e[0K @ stdin:5\n\e[0K [15] eval(m::Module, e::Any)\n\e[0K @ Core boot.jl:533\n\e[0K [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)\n\e[0K @ Base loading.jl:3132\n\e[0K [17] include_string(m::Module, txt::String, fname::String)\n\e[0K @ Base loading.jl:3142 [inlined]\n\e[0K [18] exec_options(opts::Base.JLOptions)\n\e[0K @ Base client.jl:353\n\e[0K [19] _start()\n\e[0K @ Base client.jl:596\n\e[0Kin expression starting at /home/pkgeval/.julia/packages/CSVFiles/mNmS7/src/CSVFiles.jl:1\n\e[0Kin expression starting at stdin:5\n 4 dependencies had output during precompilation:\n┌ CSVFiles\n│ [Output was shown above]\n└ \n┌ GenericLinearAlgebra\n│ WARNING: Method definition eigencopy_oftype(LinearAlgebra.UpperHessenberg{T, S} where S<:AbstractArray{T, 2} where T, Any) in module LinearAlgebra at /source/usr/share/julia/stdlib/v1.14/LinearAlgebra/src/hessenberg.jl:457 overwritten in module GenericLinearAlgebra at /home/pkgeval/.julia/packages/GenericLinearAlgebra/WvuVM/src/eigenGeneral.jl:15.\n│ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.\n└ \n┌ DoubleFloats\n│ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID(\"14197337-ba66-59df-a3e3-ca00e7dcff7a\"), \"GenericLinearAlgebra\") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0)\n│ Stacktrace:\n│ [1] error(s::String)\n│ @ Base error.jl:56\n│ [2] __require_prelocked(pkg::Base.PkgId, env::String)\n│ @ Base loading.jl:2837\n│ [3] _require_prelocked(uuidkey::Base.PkgId, env::String)\n│ @ Base loading.jl:2685\n│ [4] macro expansion\n│ @ loading.jl:2599 [inlined]\n│ [5] macro expansion\n│ @ lock.jl:376 [inlined]\n│ [6] __require(into::Module, mod::Symbol)\n│ @ Base loading.jl:2563\n│ [7] require(into::Module, mod::Symbol)\n│ @ Base loading.jl:2539 [inlined]\n│ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)\n│ @ Base module.jl:36 [inlined]\n│ [9] eval_import_path_all(at::Module, path::Expr, keyword::String)\n│ @ Base module.jl:60\n│ [10] _eval_using(to::Module, path::Expr, flags::UInt8)\n│ @ Base module.jl:137 [inlined]\n│ [11] top-level scope\n│ @ ~/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:45\n│ [12] include(mod::Module, _path::String)\n│ @ Base Base.jl:325\n│ [13] 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)\n│ @ Base loading.jl:3303\n│ [14] top-level scope\n│ @ stdin:5\n│ [15] eval(m::Module, e::Any)\n│ @ Core boot.jl:533\n│ [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)\n│ @ Base loading.jl:3132\n│ [17] include_string(m::Module, txt::String, fname::String)\n│ @ Base loading.jl:3142 [inlined]\n│ [18] exec_options(opts::Base.JLOptions)\n│ @ Base client.jl:353\n│ [19] _start()\n│ @ Base client.jl:596\n│ in expression starting at /home/pkgeval/.julia/packages/DoubleFloats/PjQAk/src/DoubleFloats.jl:1\n│ in expression starting at stdin:5\n└ \n┌ TextParse\n│ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID(\"497a8b3b-efae-58df-a0af-a86822472b78\"), \"DoubleFloats\") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0)\n│ Stacktrace:\n│ [1] error(s::String)\n│ @ Base error.jl:56\n│ [2] __require_prelocked(pkg::Base.PkgId, env::String)\n│ @ Base loading.jl:2837\n│ [3] _require_prelocked(uuidkey::Base.PkgId, env::String)\n│ @ Base loading.jl:2685\n│ [4] macro expansion\n│ @ loading.jl:2599 [inlined]\n│ [5] macro expansion\n│ @ lock.jl:376 [inlined]\n│ [6] __require(into::Module, mod::Symbol)\n│ @ Base loading.jl:2563\n│ [7] require(into::Module, mod::Symbol)\n│ @ Base loading.jl:2539 [inlined]\n│ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)\n│ @ Base module.jl:36 [inlined]\n│ [9] eval_import_path_all(at::Module, path::Expr, keyword::String)\n│ @ Base module.jl:60\n│ [10] _eval_using(to::Module, path::Expr, flags::UInt8)\n│ @ Base module.jl:137 [inlined]\n│ [11] top-level scope\n│ @ ~/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:3\n│ [12] include(mod::Module, _path::String)\n│ @ Base Base.jl:325\n│ [13] 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)\n│ @ Base loading.jl:3303\n│ [14] top-level scope\n│ @ stdin:5\n│ [15] eval(m::Module, e::Any)\n│ @ Core boot.jl:533\n│ [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)\n│ @ Base loading.jl:3132\n│ [17] include_string(m::Module, txt::String, fname::String)\n│ @ Base loading.jl:3142 [inlined]\n│ [18] exec_options(opts::Base.JLOptions)\n│ @ Base client.jl:353\n│ [19] _start()\n│ @ Base client.jl:596\n│ in expression starting at /home/pkgeval/.julia/packages/TextParse/bX5Ws/src/TextParse.jl:1\n│ in expression starting at stdin:5\n└ \nError encountered while save FileIO.File{FileIO.DataFormat{:CSV}, String}(\"/tmp/jl_mbbPxo/data/out.csv\").\n\nFatal error:\n┌ Error: Error saving data: The following 3 packages failed to precompile:\n│ \n│ CSVFiles \n│ Failed to precompile CSVFiles [5d742f6a-9f54-50ce-8119-2520741973ca] to \"/home/pkgeval/.julia/compiled/v1.14/CSVFiles/jl_StExFx\" (ProcessExited(1)).\n│ \n│ DoubleFloats \n│ Failed to precompile DoubleFloats [497a8b3b-efae-58df-a0af-a86822472b78] to \"/home/pkgeval/.julia/compiled/v1.14/DoubleFloats/jl_gj9UhA\" (ProcessExited(1)).\n│ \n│ TextParse \n│ Failed to precompile TextParse [e0df1984-e451-5cb5-8b61-797a481e67e3] to \"/home/pkgeval/.julia/compiled/v1.14/TextParse/jl_i5KnmV\" (ProcessExited(1)).\n└ @ QuantumControl.Workflows ~/.julia/packages/QuantumControl/ZLwDU/src/workflows.jl:102\n") Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] (::Main.var"##Run-or-load#159".var"#10#11")(folder::String) @ Main.var"##Run-or-load#159" ~/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:52 [3] mktempdir(fn::Main.var"##Run-or-load#159".var"#10#11", parent::String; prefix::String) @ Base.Filesystem file.jl:949 [4] mktempdir(fn::Function, parent::String) @ Base.Filesystem file.jl:945 [5] top-level scope @ ~/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:32 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] macro expansion @ ~/.julia/packages/QuantumControl/ZLwDU/test/test_run_or_load.jl:32 [inlined] 107.018352 seconds (18.41 M allocations: 1.308 GiB, 1.24% gc time, 55.04% compilation time: 16% of which was recompilation) * Optimize-or-load (test_optimize_or_load.jl): 32.927708 seconds (14.69 M allocations: 1.405 GiB, 4.80% gc time, 98.08% compilation time: 20% of which was recompilation) * Pulse Parameterizations (test_pulse_parameterizations.jl): 37.758759 seconds (16.75 M allocations: 1.029 GiB, 1.87% gc time, 97.37% compilation time: 1% of which was recompilation) * Result Conversion (test_result_conversion.jl): 2.356583 seconds (753.79 k allocations: 43.335 MiB, 96.66% compilation time) * Invalid interfaces (test_invalid_interfaces.jl): ====================================================================================== 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 400 running 1 of 1 signal (10): User defined signal 1 egal_types at /source/src/builtins.c:182:13 ijl_types_equal at /source/src/subtype.c:3298:41 jl_specializations_get_linfo_ at /source/src/gf.c:272:17 cache_result at /source/src/gf.c:1857:15 ml_matches at /source/src/gf.c:5579:13 ijl_matching_methods at /source/src/gf.c:3478:12 [inlined] ijl_matching_methods at /source/src/gf.c:3465:26 _methods_by_ftype at ./runtime_internals.jl:1775:0 [inlined] _findall at ./../usr/share/julia/Compiler/src/methodtable.jl:105:0 [inlined] #findall#5 at ./../usr/share/julia/Compiler/src/methodtable.jl:70:0 [inlined] findall at ./../usr/share/julia/Compiler/src/methodtable.jl:70:0 [inlined] #findall#13 at ./../usr/share/julia/Compiler/src/methodtable.jl:113:0 (pc: 27) findall at ./../usr/share/julia/Compiler/src/methodtable.jl:110:0 [inlined] find_simple_method_matches at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:408:0 (pc: 6) #find_method_matches#147 at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:368:0 [inlined] find_method_matches at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:361:0 (pc: 25) jfptr_find_method_matches_4.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 abstract_call_gf_by_type at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:135:0 (pc: 11) abstract_call_known at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3021:0 (pc: 1625) abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3174:0 (pc: 345) abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3167:0 [inlined] abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3313:0 [inlined] abstract_eval_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3331:0 (pc: 119) abstract_eval_statement_expr at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3701:0 (pc: 4) abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4174:0 [inlined] abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4131:0 [inlined] typeinf_local at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4715:0 (pc: 3345) jfptr_typeinf_local_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4997:0 (pc: 662) typeinf_ext at ./../usr/share/julia/Compiler/src/typeinfer.jl:1539:0 (pc: 150) typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1762:0 [inlined] typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1771:0 (pc: 16) jfptr_typeinf_ext_toplevel_5.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_type_infer at /source/src/gf.c:475:35 jl_compile_method_very_internal at /source/src/gf.c:3970:20 _jl_invoke at /source/src/gf.c:4471:16 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] jl_f__apply_iterate at /source/src/builtins.c:934:26 eval_test_function at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:407:0 unknown function (ip: 0x745c577c86b6) at (unknown file) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:259:16 eval_body at /source/src/interpreter.c:648:35 eval_body at /source/src/interpreter.c:625:21 eval_body at /source/src/interpreter.c:617:21 eval_body at /source/src/interpreter.c:625:21 eval_body at /source/src/interpreter.c:625:21 eval_body at /source/src/interpreter.c:625:21 jl_interpret_toplevel_thunk at /source/src/interpreter.c:950: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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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 eval_body at /source/src/interpreter.c:617:21 eval_body at /source/src/interpreter.c:625:21 eval_body at /source/src/interpreter.c:625:21 eval_body at /source/src/interpreter.c:625:21 jl_interpret_toplevel_thunk at /source/src/interpreter.c:950: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_eval_module_expr at /source/src/toplevel.c:262:5 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:661: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:533:0 (pc: 1) jfptr_eval_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 macro expansion at /home/pkgeval/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:28:0 [inlined] macro expansion at ./timing.jl:741:0 [inlined] macro expansion at /home/pkgeval/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:100: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/QuantumControl/ZLwDU/test/runtests.jl:23:0 [inlined] macro expansion at ./timing.jl:741:0 [inlined] top-level scope at /home/pkgeval/.julia/packages/QuantumControl/ZLwDU/test/runtests.jl:397:0 (pc: 2363) jl_invoke_oneshot at /source/src/gf.c:4514:23 ijl_eval_thunk at /source/src/toplevel.c:756: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 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:533:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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:950: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:533:0 (pc: 1) exec_options at ./client.jl:321:0 (pc: 426) _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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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: 0x745c83807249) 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) #= 42.0 ms =# precompile(Tuple{typeof(Base.getproperty), Base.MappingRF{LinearAlgebra.var"#_mapreduce_prod##0#_mapreduce_prod##1"{typeof(LinearAlgebra.dot)}, Base.BottomRF{typeof(Base.:(+))}}, Symbol}) #= 31.1 ms =# precompile(Tuple{Base.Iterators.var"#IteratorEltype##0#IteratorEltype##1"{Tuple{Array{Base.Complex{Float64}, 1}, Array{Bool, 1}, Array{Base.Complex{Float64}, 1}}}, Int64}) #= 137.4 ms =# precompile(Tuple{typeof(Base.ntuple), Base.Iterators.var"#IteratorEltype##0#IteratorEltype##1"{Tuple{Array{Base.Complex{Float64}, 1}, Array{Bool, 1}, Array{Base.Complex{Float64}, 1}}}, Int64}) #= 35.5 ms =# precompile(Tuple{Base.Iterators.var"#eltype##0#eltype##1"{Tuple{Array{Base.Complex{Float64}, 1}, Array{Bool, 1}, Array{Base.Complex{Float64}, 1}}}, Int64}) ============================================================== 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: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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430: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 0x000075f63e6a32b0 Total snapshots: 456. Utilization: 0% ╎456 @Base/task.jl:1170 wait_forever() 455╎ 456 @Base/task.jl:1248 wait() Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000745c67ffc010 Total snapshots: 94. Utilization: 100% ╎94 @Base/client.jl:596 _start() ╎ 94 @Base/client.jl:321 exec_options(opts::Base.JLOptions) ╎ 94 @Base/boot.jl:533 eval(m::Module, e::Any) ╎ 94 @Base/Base.jl:327 (::Base.IncludeInto)(fname::String) ╎ 94 @Base/Base.jl:326 include(mapexpr::Function, mod::Module, _path::Str… ╎ 94 @Base/loading.jl:3192 _include(mapexpr::Function, mod::Module, _pat… ╎ ╎ 94 @Base/loading.jl:3132 include_string(mapexpr::typeof(identity), mo… ╎ ╎ 94 @Base/boot.jl:533 eval(m::Module, e::Any) ╎ ╎ 94 @QuantumControlTests/…:397 top-level scope ╎ ╎ 94 @Base/timing.jl:741 macro expansion ╎ ╎ 94 @QuantumControlTests/…:23 macro expansion ╎ ╎ ╎ 94 @Test/src/Test.jl:2246 macro expansion ╎ ╎ ╎ 94 @QuantumControlTests/…:100 macro expansion ╎ ╎ ╎ 94 @Base/timing.jl:741 macro expansion ╎ ╎ ╎ 94 @SafeTestsets/…s.jl:28 macro expansion ╎ ╎ ╎ 94 @Base/boot.jl:533 eval(m::Module, e::Any) ╎ ╎ ╎ ╎ 94 @Base/Base.jl:327 (::Base.IncludeInto)(fname::String) ╎ ╎ ╎ ╎ 94 @Base/Base.jl:326 include(mapexpr::Function, mod::Modul… ╎ ╎ ╎ ╎ 94 @Base/loading.jl:3192 _include(mapexpr::Function, mod:… ╎ ╎ ╎ ╎ 94 @Base/loading.jl:3132 include_string(mapexpr::typeof(… ╎ ╎ ╎ ╎ 94 @Base/boot.jl:533 eval(m::Module, e::Any) ╎ ╎ ╎ ╎ ╎ 94 @Test/…c/Test.jl:407 eval_test_function(func::Any, … ╎ ╎ ╎ ╎ ╎ 94 @Compiler/…r.jl:1771 typeinf_ext_toplevel(mi::Core… ╎ ╎ ╎ ╎ ╎ 94 @Compiler/….jl:1762 typeinf_ext_toplevel(interp::… ╎ ╎ ╎ ╎ ╎ 94 @Compiler/….jl:1539 typeinf_ext(interp::Compiler… ╎ ╎ ╎ ╎ ╎ 53 @Compiler/….jl:4988 typeinf(interp::Compiler.Na… ╎ ╎ ╎ ╎ ╎ ╎ 53 @Compiler/…jl:1406 doworkloop(interp::Compiler… ╎ ╎ ╎ ╎ ╎ ╎ 53 @Compiler/…jl:193 (::Compiler.var"#handle1#ab… ╎ ╎ ╎ ╎ ╎ ╎ 53 @Compiler/…jl:937 abstract_call_method_with_… ╎ ╎ ╎ ╎ ╎ ╎ 20 @Compiler/…l:944 abstract_call_method_with_… ╎ ╎ ╎ ╎ ╎ ╎ 20 @Compiler/…l:1109 concrete_eval_call(inter… 18╎ ╎ ╎ ╎ ╎ ╎ ╎ 20 @Compiler/…l:1125 _concrete_eval_call(int… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1771 typeinf_ext_toplevel(m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1763 typeinf_ext_toplevel(… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1756 add_codeinsts_to_jit… ╎ ╎ ╎ ╎ ╎ ╎ 4 @Compiler/…l:969 abstract_call_method_with_… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1469 const_prop_call(interp::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:698 Compiler.InferenceState(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:693 Compiler.InferenceState… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:66 maybe_validate_code(mi:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:235 validate_code(::Core.… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:230 validate_code!(error… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:133 validate_code!(erro… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…et.jl:255 push!(s::BitSet, n… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…et.jl:102 _setint!(s::BitSe… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…et.jl:121 _growend0!(b::Ve… ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:1475 const_prop_call(interp::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:4997 typeinf(interp::Compile… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:4715 typeinf_local(interp::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:4131 abstract_eval_basic_s… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:4174 abstract_eval_basic_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:3701 abstract_eval_state… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:3331 abstract_eval_call… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:3313 abstract_call(int… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:3167 abstract_call(in… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:3174 abstract_call(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:3021 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 3 @Compiler/…l:357 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 3 @Compiler/…l:263 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 3 @Compiler/…l:193 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 3 @Compiler/…l:937 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 1 @Compiler/…l:963 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 1 @Compiler/…l:1386 semi_concrete_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Compiler/…l:342 ir_abstract_con… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Compiler/…l:296 scan!(callback:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Compiler/…l:374 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 1 @Compiler/…l:164 reprocess_instr… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 1 @Compiler/…l:3701 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 1 @Compiler/…l:3332 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +13 1 @Compiler/…l:1378 Compiler.Futur… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +14 1 @Compiler/…l:1353 getindex(f::Co… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +15 1 @Compiler/…l:3174 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +16 1 @Compiler/…l:2940 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +17 1 @Compiler/…l:2932 builtin_effect… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +18 1 @Base/…rs.jl:1405 in(x::Core.Bui… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +19 1 @Base/…ll.jl:115 any(f::Base.Fix… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +20 1 @Base/…ll.jl:124 _any(f::Base.Fi… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +21 1 @Base/…rs.jl:1206 (::Base.Fix2{t… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +22 1 @Base/…rs.jl:1206 (::Base.Fix2{t… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +23 1 @Base/…er.jl:58 getproperty(x::B… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 2 @Compiler/…l:969 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 2 @Compiler/…l:1475 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Compiler/…l:4997 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Compiler/…l:4715 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Compiler/…l:4131 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 1 @Compiler/…l:4174 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 1 @Compiler/…l:3701 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 1 @Compiler/…l:3331 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +13 1 @Compiler/…l:3313 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +14 1 @Compiler/…l:3167 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +15 1 @Compiler/…l:3174 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +16 1 @Compiler/…l:3021 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +17 1 @Compiler/…l:357 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +18 1 @Compiler/…l:263 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +19 1 @Compiler/…l:193 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +20 1 @Compiler/…l:937 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +21 1 @Compiler/…l:969 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +22 1 @Compiler/…l:1475 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +23 1 @Compiler/…l:4997 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +24 1 @Compiler/…l:4715 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +25 1 @Compiler/…l:4131 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +26 1 @Compiler/…l:4174 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +27 1 @Compiler/…l:3701 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +28 1 @Compiler/…l:3331 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +29 1 @Compiler/…l:3313 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +30 1 @Compiler/…l:3167 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +31 1 @Compiler/…l:3174 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +32 1 @Compiler/…l:2940 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +33 1 @Compiler/…l:2932 builtin_effect… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +34 1 @Base/…rs.jl:1405 in(x::Core.Bui… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +35 1 @Base/…rs.jl:1252 ==(x::Core.Bui… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +36 1 @Base/…rs.jl:1194 (Base.Fix2)(f:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Compiler/…l:5004 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Compiler/…l:272 finish_nocycle(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Compiler/…l:1036 optimize(inter… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 1 @Compiler/…l:1063 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 1 @Compiler/…l:1050 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 1 @Compiler/…l:79 ssa_inlining_pas… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +13 1 @Compiler/…l:637 batch_inline!(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +14 1 @Compiler/…l:861 Compiler.Increm… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +15 1 @Compiler/…l:323 Compiler.Instru… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +16 1 @Base/…ay.jl:576 fill(v::Int32, … ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +17 1 @Base/…ay.jl:578 fill(v::Int32, … ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +18 1 @Base/…ot.jl:743 Vector{Int32}(:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +19 1 @Base/…ot.jl:730 Vector{Int32}(:… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +20 1 @Base/…ot.jl:670 Memory{Int32}(:… ╎ ╎ ╎ ╎ ╎ ╎ 29 @Compiler/…l:977 abstract_call_method_with_… 24╎ ╎ ╎ ╎ ╎ ╎ 29 @Compiler/…l:1125 _concrete_eval_call(inte… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 5 @Compiler/…l:1771 typeinf_ext_toplevel(mi… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 5 @Compiler/…l:1763 typeinf_ext_toplevel(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:1728 add_codeinsts_to_jit!… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:1539 typeinf_ext(interp::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:4997 typeinf(interp::Com… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:4715 typeinf_local(inte… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:4131 abstract_eval_bas… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:4174 abstract_eval_ba… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:3701 abstract_eval_s… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:3331 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 3 @Compiler/…l:3313 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 3 @Compiler/…l:3167 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 3 @Compiler/…l:3174 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 3 @Compiler/…l:3021 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 3 @Compiler/…l:357 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 3 @Compiler/…l:263 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 3 @Compiler/…l:193 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 3 @Compiler/…l:937 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 3 @Compiler/…l:969 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 3 @Compiler/…l:1475 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 3 @Compiler/…l:4997 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 3 @Compiler/…l:4715 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +13 3 @Compiler/…l:4131 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +14 3 @Compiler/…l:4174 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +15 3 @Compiler/…l:3701 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +16 3 @Compiler/…l:3331 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +17 3 @Compiler/…l:3313 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +18 3 @Compiler/…l:3167 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +19 3 @Compiler/…l:3174 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +20 1 @Compiler/…l:3020 abstract_call_… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +21 1 @Compiler/…l:43 argtypes_to_type… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +20 2 @Compiler/…l:3021 abstract_call_… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +21 1 @Compiler/…l:160 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +21 1 @Compiler/…l:357 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +22 1 @Compiler/…l:263 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +23 1 @Compiler/…l:193 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +24 1 @Compiler/…l:937 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +25 1 @Compiler/…l:969 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +26 1 @Compiler/…l:1475 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +27 1 @Compiler/…l:4997 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +28 1 @Compiler/…l:4715 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +29 1 @Compiler/…l:4131 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +30 1 @Compiler/…l:4174 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +31 1 @Compiler/…l:3701 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +32 1 @Compiler/…l:3331 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +33 1 @Compiler/…l:3313 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +34 1 @Compiler/…l:3167 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +35 1 @Compiler/…l:3174 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +36 1 @Compiler/…l:3021 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +37 1 @Compiler/…l:357 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +38 1 @Compiler/…l:263 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +39 1 @Compiler/…l:193 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +40 1 @Compiler/…l:937 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +41 1 @Compiler/…l:969 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +42 1 @Compiler/…l:1475 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +43 1 @Compiler/…l:5004 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +44 1 @Compiler/…l:272 finish_nocycle(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +45 1 @Compiler/…l:1036 optimize(inter… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +46 1 @Compiler/…l:1063 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +47 1 @Compiler/…l:1050 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +48 1 @Compiler/…l:1554 sroa_pass!(ir:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +49 1 @Compiler/…l:788 perform_lifting… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +50 1 @Compiler/…l:827 perform_lifting… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +51 1 @Compiler/…l:191 get!(x::Compile… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +52 1 @Compiler/…l:529 construct_domtr… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +53 1 @Compiler/…l:530 construct_domtr… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +54 1 @Compiler/…l:259 construct_domtr… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +55 1 @Compiler/…l:260 construct_domtr… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +56 1 @Compiler/…l:267 kwcall(::@Named… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +57 1 @Compiler/…l:279 update_domtree!… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +58 1 @Compiler/…l:283 kwcall(::@Named… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +59 1 @Compiler/…l:313 compute_domtree… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +60 1 @Compiler/…l:324 update_level!(n… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +61 1 @Base/…ls.jl:1040 getindex(A::Ve… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1731 add_codeinsts_to_jit!… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1609 push!(queue::Compile… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1373 push!(a::Vector{Uni… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1376 _push!(a::Vector{U… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1225 _growend!(a::Vect… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…er.jl:58 getproperty(x::Vec… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1756 add_codeinsts_to_jit!… ╎ ╎ ╎ ╎ ╎ 30 @Compiler/….jl:4997 typeinf(interp::Compiler.Na… ╎ ╎ ╎ ╎ ╎ ╎ 30 @Compiler/…jl:4715 typeinf_local(interp::Compi… ╎ ╎ ╎ ╎ ╎ ╎ 30 @Compiler/…jl:4131 abstract_eval_basic_statem… ╎ ╎ ╎ ╎ ╎ ╎ 30 @Compiler/…l:4174 abstract_eval_basic_statem… ╎ ╎ ╎ ╎ ╎ ╎ 30 @Compiler/…l:3701 abstract_eval_statement_e… ╎ ╎ ╎ ╎ ╎ ╎ 29 @Compiler/…l:3331 abstract_eval_call(inter… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 29 @Compiler/…l:3313 abstract_call(interp::C… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 29 @Compiler/…l:3167 abstract_call(interp::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 29 @Compiler/…l:3174 abstract_call(interp:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2903 abstract_call_known(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2098 abstract_apply(inte… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2078 (::Compiler.var"#i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3174 abstract_call(int… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3021 abstract_call_kn… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:357 abstract_call_gf… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:182 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Compiler/…l:785 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 1 @Compiler/…l:1234 typeinf_edge(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 1 @Compiler/…l:693 Compiler.Infere… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 1 @Compiler/…l:66 maybe_validate_c… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 1 @Compiler/…l:235 validate_code(:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 1 @Compiler/…l:230 validate_code!(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Compiler/…l:147 validate_code!(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Compiler/…l:113 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Compiler/…l:91 _validate_val!(x… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 1 @Compiler/…l:99 _validate_val!(x… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2938 abstract_call_known(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2218 abstract_call_built… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:320 maybe_const_fldidx(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ls.jl:1464 fieldcount_noerro… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ls.jl:1420 _fieldcount_noer… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2940 abstract_call_known(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2932 builtin_effects(𝕃::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…rs.jl:1405 in(x::Core.Builtin… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ll.jl:115 any(f::Base.Fix2{t… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ll.jl:124 _any(f::Base.Fix2… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…rs.jl:1206 (::Base.Fix2{ty… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…rs.jl:1206 (::Base.Fix2{t… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Base/…er.jl:58 getproperty(x::B… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 26 @Compiler/…l:3021 abstract_call_known(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 16 @Compiler/…l:135 abstract_call_gf_by_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 16 @Compiler/…l:361 kwcall(::@NamedTupl… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:365 find_method_matche… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:373 kwcall(::@NamedTu… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:373 is_union_split_e… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:290 kwcall(::@Named… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Compiler/…l:290 unionsplitcost(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 15 @Compiler/…l:368 find_method_matche… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 15 @Compiler/…l:408 find_simple_metho… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 15 @Compiler/…l:110 kwcall(::@NamedT… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 12 @Compiler/…l:113 findall(sig::Ty… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 12 @Compiler/…l:70 kwcall(::@NamedT… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 12 @Compiler/…l:70 findall(sig::Dat… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 12 @Compiler/…l:105 _findall(sig::D… 12╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 12 @Base/…ls.jl:1775 _methods_by_ft… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:119 findall(sig::Ty… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 2 @Compiler/…l:70 kwcall(::@NamedT… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 2 @Compiler/…l:70 findall(sig::Typ… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 2 @Compiler/…l:105 _findall(sig::T… 2╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 2 @Base/…ls.jl:1775 _methods_by_ft… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:110 findall(sig::Ty… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 10 @Compiler/…l:357 abstract_call_gf_by_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 8 @Compiler/…l:182 (::Compiler.var"#in… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 8 @Compiler/…l:785 abstract_call_meth… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 5 @Compiler/…l:1148 typeinf_edge(int… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 5 @Base/…ls.jl:1951 specialize_meth… 5╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 5 @Base/…ls.jl:1964 specialize_met… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1195 typeinf_edge(int… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:477 engine_reserve(i… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:478 engine_reserve(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:1234 typeinf_edge(int… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:691 Compiler.Inferen… 2╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:128 retrieve_code_i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:263 (::Compiler.var"#in… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:193 (::Compiler.var"#h… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:937 abstract_call_met… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:963 abstract_call_me… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1386 semi_concrete_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Compiler/…l:342 ir_abstract_con… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 1 @Compiler/…l:296 scan!(callback:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 1 @Compiler/…l:374 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 1 @Compiler/…l:164 reprocess_instr… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 1 @Compiler/…l:3701 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 1 @Compiler/…l:3332 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Compiler/…l:1378 Compiler.Futur… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Compiler/…l:1353 getindex(f::Co… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Compiler/…l:3174 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 1 @Compiler/…l:2938 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 1 @Compiler/…l:2209 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 1 @Compiler/…l:3113 builtin_tfunct… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +13 1 @Compiler/…l:2226 tuple_tfunc(𝕃:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +14 1 @Base/…ot.jl:731 Vector{Any}(::U… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +15 1 @Base/…ot.jl:676 memoryref(mem::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:969 abstract_call_me… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1469 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Compiler/…l:698 Compiler.Infere… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 1 @Compiler/…l:694 Compiler.Infere… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 1 @Compiler/…l:696 Compiler.Infere… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 1 @Compiler/…l:368 Compiler.Infere… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 1 @Compiler/…l:98 compute_basic_bl… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 1 @Base/…ay.jl:709 _array_for(::Co… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Base/…ay.jl:705 _array_for_inne… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Base/…ot.jl:730 Vector{Int64}(:… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Base/…ot.jl:670 Memory{Int64}(:… 1╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3323 abstract_eval_call(inter… ╎ ╎ ╎ ╎ ╎ 11 @Compiler/….jl:5004 typeinf(interp::Compiler.Na… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/….jl:269 finish_nocycle(interp::Comp… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:670 finishinfer!(me::Compiler.I… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:824 compute_edges!(sv::Compile… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:623 add_edges!(edges::Vector{A… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:66 add_edges_impl(edges::Vect… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:68 _add_edges_impl(edges::Ve… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:95 _add_edges_impl(edges::V… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:159 add_one_edge!(edges::V… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1383 push!(a::Vector{Any}… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1233 _growend!(a::Vector… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1209 _growend_internal!… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1129 array_new_memory(… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ot.jl:670 Memory{Any}(::Und… ╎ ╎ ╎ ╎ ╎ ╎ 8 @Compiler/….jl:272 finish_nocycle(interp::Comp… ╎ ╎ ╎ ╎ ╎ ╎ 8 @Compiler/…jl:1036 optimize(interp::Compiler.… ╎ ╎ ╎ ╎ ╎ ╎ 8 @Compiler/…l:1063 run_passes_ipo_safe(ci::Co… ╎ ╎ ╎ ╎ ╎ ╎ 8 @Compiler/…l:1050 run_passes_ipo_safe(ci::C… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1313 convert_to_ircode!(ci::C… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…et.jl:287 empty!(s::BitSet) 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…er.jl:62 setproperty!(x::BitSet, … ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:76 ssa_inlining_pass!(ir::Com… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:1595 assemble_inline_todo!(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1242 process_simple!(todo::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1099 inline_apply!(todo::V… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:997 is_valid_type_for_app… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ls.jl:598 isvatuple(t::DataTyp… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ls.jl:1055 getindex(v::Core.S… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1252 process_simple!(todo::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1203 add_inst_flag!(inst::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1206 add_inst_flag!(inst:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:454 recompute_effects_fl… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:394 stmt_effect_flags(𝕃… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:214 singleton_type(ft:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1628 assemble_inline_todo!(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1381 handle_call!(todo::Vec… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1346 compute_inlining_case… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:79 ssa_inlining_pass!(ir::Com… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:663 batch_inline!(ir::Compil… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:438 ir_inline_item!(compact… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1974 iterate(compact::Comp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2052 iterate_compact(comp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1635 process_node!(compa… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1439 renumber_ssa2!(stm… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:2249 compact!(code::Compiler.… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2251 compact!(code::Compiler… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1974 iterate(compact::Compi… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1974 iterate(compact::Comp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2052 iterate_compact(comp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1635 process_node!(compa… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1437 renumber_ssa2!(stm… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:740 iterate(it::Compil… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:742 iterate(it::Compi… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2252 compact!(code::Compiler… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1462 sroa_pass!(ir::Compiler.… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:580 lift_comparison!(::typeo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:617 lift_comparison_leaves!… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:194 collect_leaves(compact… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:310 walk_to_defs(compact:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ls.jl:1971 hasintersect(a::Any… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ls.jl:1204 typeintersect(a::A… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/….jl:279 finish_nocycle(interp::Comp… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…jl:165 finish!(interp::Compiler.Na… 2╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…jl:509 maybe_compress_codeinfo(in… [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 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:4479:23 [inlined] ijl_apply_generic at /source/src/gf.c:4717:12 jl_apply at /source/src/julia.h:2430:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) Allocations: 24501576 (Pool: 24500710; Big: 866); GC: 24 PkgEval terminated after 2731.75s: test duration exceeded the time limit