Package evaluation of Inti on Julia 1.12.0-rc2.1 (084dab1917*) started at 2025-09-12T06:27:43.517 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.39s ################################################################################ # Installation # Installing Inti... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [fb74042b] + Inti v0.2.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [0e736298] + Bessels v0.2.8 [bbf7d656] + CommonSubexpressions v0.3.1 [864edb3b] + DataStructures v0.19.1 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [b4f34e82] + Distances v0.10.12 [ffbed154] + DocStringExtensions v0.9.5 [88a69b33] + ElementaryPDESolutions v0.3.0 [f6369f11] + ForwardDiff v1.2.0 [eaa5ad34] + HAdaptiveIntegration v0.2.2 [fb74042b] + Inti v0.2.0 [92d709cd] + IrrationalConstants v0.2.4 [692b3bcd] + JLLWrappers v1.7.1 [7a12625a] + LinearMaps v3.11.4 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [77ba4419] + NaNMath v1.1.3 [b8a86587] + NearestNeighbors v0.4.22 [bac558e1] + OrderedCollections v1.8.1 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [1fd47b50] + QuadGK v2.11.2 [708f8203] + Richardson v1.4.2 [6c6a2e73] + Scratch v1.3.0 [276daf66] + SpecialFunctions v2.5.1 [90137ffa] + StaticArrays v1.9.15 [1e83bf80] + StaticArraysCore v1.4.3 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.7.1 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.6.0 [7b1f6079] + FileWatching v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.12.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.12.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.11.1+1 [e37daf67] + LibGit2_jll v1.9.0+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.5.20 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.7+0 [458c3c95] + OpenSSL_jll v3.5.1+0 [bea87d4a] + SuiteSparse_jll v7.8.3+2 [83775a58] + Zlib_jll v1.3.1+2 [8e850b90] + libblastrampoline_jll v5.13.1+1 [8e850ede] + nghttp2_jll v1.64.0+1 [3f19e933] + p7zip_jll v17.5.0+2 Installation completed after 4.62s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... ERROR: LoadError: The following 1 direct dependency failed to precompile: GLMakie Failed to precompile GLMakie [e9467ef8-e4e7-5192-8a1a-b1aee30e663a] to "/home/pkgeval/.julia/compiled/v1.12/GLMakie/jl_1z4V0t". ┌ Warning: GLFW couldn't create an OpenGL window. │ This likely means, you don't have an OpenGL capable Graphic Card, │ or you don't have an OpenGL 3.3 capable video driver installed. │ Have a look at the troubleshooting section in the GLMakie readme: │ https://github.com/MakieOrg/Makie.jl/tree/master/GLMakie#troubleshooting-opengl. └ @ GLMakie ~/.julia/packages/GLMakie/6el3D/src/screen.jl:293 ERROR: LoadError: GLFWError (API_UNAVAILABLE): GLX: No GLXFBConfigs returned Stacktrace: [1] _ErrorCallbackWrapper(code::Int32, description::Cstring) @ GLFW ~/.julia/packages/GLFW/Zwulj/src/callback.jl:46 [2] CreateWindow(width::Int64, height::Int64, title::String, monitor::GLFW.Monitor, share::GLFW.Window) @ GLFW ~/.julia/packages/GLFW/Zwulj/src/glfw3.jl:580 [3] GLFW.Window(; name::String, resolution::Tuple{Int64, Int64}, debugging::Bool, major::Int64, minor::Int64, windowhints::Vector{Tuple{UInt32, Integer}}, contexthints::Vector{Tuple{UInt32, Integer}}, visible::Bool, focus::Bool, fullscreen::Bool, monitor::Nothing, share::GLFW.Window) @ GLFW ~/.julia/packages/GLFW/Zwulj/src/glfw3.jl:404 [4] Window @ ~/.julia/packages/GLFW/Zwulj/src/glfw3.jl:362 [inlined] [5] empty_screen(debugging::Bool, reuse::Bool, window::Nothing) @ GLMakie ~/.julia/packages/GLMakie/6el3D/src/screen.jl:284 [6] empty_screen(debugging::Bool; reuse::Bool, window::Nothing) @ GLMakie ~/.julia/packages/GLMakie/6el3D/src/screen.jl:258 [7] singleton_screen(debugging::Bool) @ GLMakie ~/.julia/packages/GLMakie/6el3D/src/screen.jl:395 [8] macro expansion @ ~/.julia/packages/GLMakie/6el3D/src/precompiles.jl:20 [inlined] [9] macro expansion @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined] [10] macro expansion @ ~/.julia/packages/GLMakie/6el3D/src/precompiles.jl:17 [inlined] [11] macro expansion @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:121 [inlined] [12] top-level scope @ ~/.julia/packages/GLMakie/6el3D/src/precompiles.jl:15 [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [14] top-level scope @ ~/.julia/packages/GLMakie/6el3D/src/GLMakie.jl:103 [15] include(mod::Module, _path::String) @ Base ./Base.jl:305 [16] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2997 [17] top-level scope @ stdin:5 [18] eval(m::Module, e::Any) @ Core ./boot.jl:489 [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2843 [20] include_string @ ./loading.jl:2853 [inlined] [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:319 [22] _start() @ Base ./client.jl:554 in expression starting at /home/pkgeval/.julia/packages/GLMakie/6el3D/src/precompiles.jl:14 in expression starting at /home/pkgeval/.julia/packages/GLMakie/6el3D/src/GLMakie.jl:1 in expression starting at stdin: in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 1430.38s ################################################################################ # Testing # Testing Inti Status `/tmp/jl_p6GvQA/Project.toml` [4c88cf16] Aqua v0.8.14 [2d63477d] FMM2D v0.2.0 [1e13804c] FMM3D v1.0.1 [f6369f11] ForwardDiff v1.2.0 [e9467ef8] GLMakie v0.13.6 [705231aa] Gmsh v0.3.1 [8646bddf] HMatrices v0.2.13 [fb74042b] Inti v0.2.0 [eacbb407] Meshes v0.54.6 [8ff76263] QPGreen v0.2.2 [1fd47b50] QuadGK v2.11.2 [1bc83da4] SafeTestsets v0.1.0 [90137ffa] StaticArrays v1.9.15 [64499a7a] WriteVTK v1.21.2 [37e2e46d] LinearAlgebra v1.12.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_p6GvQA/Manifest.toml` [621f4979] AbstractFFTs v1.5.0 [1520ce14] AbstractTrees v0.4.5 [79e6a3ab] Adapt v4.3.0 [35492f91] AdaptivePredicates v1.2.0 [66dad0bd] AliasTables v1.1.3 [27a7e980] Animations v0.4.2 [4c88cf16] Aqua v0.8.14 [4fba245c] ArrayInterface v7.20.0 [67c07d97] Automa v1.1.0 [13072b0f] AxisAlgorithms v1.1.0 [39de3d68] AxisArrays v0.4.8 [18cc8868] BaseDirs v1.3.2 [0e736298] Bessels v0.2.8 [62783981] BitTwiddlingConvenienceFunctions v0.1.6 [fa961155] CEnum v0.5.0 [2a0fbf3d] CPUSummary v0.2.7 [96374032] CRlibm v1.0.2 [082447d4] ChainRules v1.72.5 [d360d2e6] ChainRulesCore v1.26.0 [7a955b69] CircularArrays v1.4.0 [fb6a15b2] CloseOpenIntervals v0.1.13 [944b1d66] CodecZlib v0.7.8 [a2cac450] ColorBrewer v0.4.1 [35d6a980] ColorSchemes v3.30.0 [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [03fe91ce] Colorfy v1.1.2 [5ae59095] Colors v0.13.1 [bbf7d656] CommonSubexpressions v0.3.1 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.18.0 [95dc2771] ComputePipeline v0.1.4 [187b0558] ConstructionBase v1.6.0 [d38c429a] Contour v0.6.3 [b46f11dc] CoordRefSystems v0.18.10 [adafc99b] CpuId v0.3.1 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.1 [e2d170a0] DataValueInterfaces v1.0.0 [927a84f5] DelaunayTriangulation v1.6.4 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [b4f34e82] Distances v0.10.12 [31c24e10] Distributions v0.25.120 [ffbed154] DocStringExtensions v0.9.5 [88a69b33] ElementaryPDESolutions v0.3.0 [4e289a0a] EnumX v1.0.5 [429591f6] ExactPredicates v2.2.8 [411431e0] Extents v0.1.6 [7a1cc6ca] FFTW v1.9.0 [2d63477d] FMM2D v0.2.0 [1e13804c] FMM3D v1.0.1 [5789e2e9] FileIO v1.17.0 ⌅ [8fc22ac5] FilePaths v0.8.3 [48062228] FilePathsBase v0.9.24 [1a297f60] FillArrays v1.14.0 [53c48c17] FixedPointNumbers v0.8.5 [1fa38f19] Format v1.3.7 [f6369f11] ForwardDiff v1.2.0 [b38be410] FreeType v4.1.1 [663a7486] FreeTypeAbstraction v0.10.8 [f7f18e0c] GLFW v3.4.5 [e9467ef8] GLMakie v0.13.6 [46192b85] GPUArraysCore v0.2.0 [5c1252a2] GeometryBasics v0.5.10 [705231aa] Gmsh v0.3.1 [3955a311] GridLayoutBase v0.11.2 [42e2da0e] Grisu v1.0.2 [eaa5ad34] HAdaptiveIntegration v0.2.2 [8646bddf] HMatrices v0.2.13 [076d061b] HashArrayMappedTries v0.2.0 [34004b35] HypergeometricFunctions v0.3.28 [7869d1d1] IRTools v0.4.15 [615f187c] IfElse v0.1.1 [2803e5a7] ImageAxes v0.6.12 [c817782e] ImageBase v0.1.7 [a09fc81d] ImageCore v0.10.5 [82e4d734] ImageIO v0.6.9 [bc367c6b] ImageMetadata v0.9.10 [9b13fd28] IndirectArrays v1.0.0 [d25df0c9] Inflate v0.1.5 ⌅ [a98d9a8b] Interpolations v0.15.1 ⌅ [d1acc4aa] IntervalArithmetic v0.22.36 [8197267c] IntervalSets v0.7.11 [fb74042b] Inti v0.2.0 [3587e190] InverseFunctions v0.1.17 [92d709cd] IrrationalConstants v0.2.4 [f1662d9f] Isoband v0.1.1 [c8e1da08] IterTools v1.10.0 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v0.21.4 [b835a17e] JpegTurbo v0.1.6 [5ab0869b] KernelDensity v0.6.10 [b964fa9f] LaTeXStrings v1.4.0 [10f19ff3] LayoutPointers v0.1.17 [8cdb02fc] LazyModules v0.3.1 [9c8b4983] LightXML v0.9.2 [7a12625a] LinearMaps v3.11.4 [2ab3a3ac] LogExpFunctions v0.3.29 [3da0fdf6] MPIPreferences v0.1.11 [1914dd2f] MacroTools v0.5.16 [ee78f7c6] Makie v0.24.6 [d125e4d3] ManualMemory v0.1.8 [dbb5928d] MappedArrays v0.4.2 [0a4f8689] MathTeXEngine v0.6.6 [7269a6da] MeshIO v0.5.3 [eacbb407] Meshes v0.54.6 [e1d29d7a] Missings v1.2.0 [66fc600b] ModernGL v1.1.8 [e94cdb99] MosaicViews v0.3.4 [77ba4419] NaNMath v1.1.3 [b8a86587] NearestNeighbors v0.4.22 [f09324ee] Netpbm v1.1.1 [510215fc] Observables v0.5.5 [6fe1bfb0] OffsetArrays v1.17.0 [52e1d378] OpenEXR v0.3.3 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.35 [f57f5aa1] PNGFiles v0.4.4 [19eb6ba3] Packing v0.5.1 [5432bcbf] PaddedViews v0.5.12 [69de0a69] Parsers v2.8.3 [eebad327] PkgVersion v0.3.3 [995b91a9] PlotUtils v1.4.3 [f517fe37] Polyester v0.7.18 [1d0040c9] PolyesterWeave v0.2.2 [647866c9] PolygonOps v0.1.2 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [92933f4c] ProgressMeter v1.11.0 [43287f4e] PtrArrays v1.3.0 [4b34888f] QOI v1.0.1 [8ff76263] QPGreen v0.2.2 [1fd47b50] QuadGK v2.11.2 [94ee1d12] Quaternions v0.7.6 [b3c3ace0] RangeArrays v0.3.2 [c84ed2f1] Ratios v0.4.5 [c1ae055f] RealDot v0.1.0 [3cdcf5f2] RecipesBase v1.3.4 [189a3867] Reexport v1.2.2 [05181044] RelocatableFolders v1.0.1 [ae029012] Requires v1.3.1 [708f8203] Richardson v1.4.2 [79098fc4] Rmath v0.8.0 [6038ab10] Rotations v1.7.1 [5eaf0fd0] RoundingEmulator v0.2.1 [fdea26ae] SIMD v3.7.1 [94e857df] SIMDTypes v0.1.0 [1bc83da4] SafeTestsets v0.1.0 [7e506255] ScopedValues v1.5.0 [6c6a2e73] Scratch v1.3.0 [65257c39] ShaderAbstractions v0.5.0 [992d4aef] Showoff v1.0.3 [73760f76] SignedDistanceFields v0.4.0 [699a6c99] SimpleTraits v0.9.5 [45858cf5] Sixel v0.1.5 [a2af1166] SortingAlgorithms v1.2.2 [dc90abb0] SparseInverseSubset v0.1.2 [276daf66] SpecialFunctions v2.5.1 [860ef19b] StableRNGs v1.0.3 [cae243ae] StackViews v0.1.2 [aedffcd0] Static v1.2.0 [0d7ed370] StaticArrayInterface v1.8.0 [90137ffa] StaticArrays v1.9.15 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.1 [2913bbd2] StatsBase v0.34.6 [4c63d2b9] StatsFuns v1.5.0 [7792a7ef] StrideArraysCore v0.5.8 [09ab397b] StructArrays v0.7.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [62fd8b95] TensorCore v0.1.1 [8290d209] ThreadingUtilities v0.5.5 [731e570b] TiffImages v0.11.6 [06e1c1a7] TiledIteration v0.5.0 [3bb67fe8] TranscodingStreams v0.11.3 [28dd2a49] TransformsBase v1.6.0 [981d1d27] TriplotBase v0.1.0 [1cfade01] UnicodeFun v0.4.1 [1986cc42] Unitful v1.24.0 [4004b06d] VTKBase v1.0.1 [e3aaa7dc] WebP v0.1.3 [efce3f68] WoodburyMatrices v1.0.0 [64499a7a] WriteVTK v1.21.2 [e88e6eb3] Zygote v0.7.10 [700de1a5] ZygoteRules v0.2.7 [6e34b625] Bzip2_jll v1.0.9+0 [4e9b3aee] CRlibm_jll v1.0.1+0 [83423d85] Cairo_jll v1.18.5+0 [ee1fde0b] Dbus_jll v1.16.2+0 [5ae413db] EarCut_jll v2.2.4+0 [2702e6a9] EpollShim_jll v0.0.20230411+1 [2e619515] Expat_jll v2.7.1+0 ⌅ [b22a6f82] FFMPEG_jll v6.1.3+0 [f5851436] FFTW_jll v3.3.11+0 [4fce6fc7] FLTK_jll v1.3.8+0 [0fc7e017] FMM2D_jll v1.1.0+0 [62c264cc] FMM3D_jll v1.0.1+0 [a3f928ae] Fontconfig_jll v2.17.1+0 [d7e528f0] FreeType2_jll v2.13.4+0 [559328eb] FriBidi_jll v1.0.17+0 [0656b61e] GLFW_jll v3.4.0+2 [bd17208b] GLU_jll v9.0.1+0 [b0724c58] GettextRuntime_jll v0.22.4+0 [59f7168a] Giflib_jll v5.2.3+0 [7746bdde] Glib_jll v2.86.0+0 [3b182d85] Graphite2_jll v1.3.15+0 ⌅ [0234f1f7] HDF5_jll v1.14.3+3 [2e76f6c2] HarfBuzz_jll v8.5.1+0 [e33a78d0] Hwloc_jll v2.12.2+0 [905a6f67] Imath_jll v3.1.11+0 [1d5cc7b8] IntelOpenMP_jll v2025.2.0+0 [aacddb02] JpegTurbo_jll v3.1.3+0 [c1c5ebd0] LAME_jll v3.100.3+0 [88015f11] LERC_jll v4.0.1+0 [1d63c593] LLVMOpenMP_jll v18.1.8+0 [dd4b983a] LZO_jll v2.10.3+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.41.1+0 [89763e89] Libtiff_jll v4.7.1+0 [38a345b3] Libuuid_jll v2.41.1+0 [18c40d15] LinearElasticity_jll v5.0.0+0 [d00139f3] METIS_jll v5.1.3+0 [856f044c] MKL_jll v2025.2.0+0 [86086c02] MMG_jll v5.6.0+0 [7cb0a576] MPICH_jll v4.3.1+0 [f1f71cc9] MPItrampoline_jll v5.5.4+0 [9237b28f] MicrosoftMPI_jll v10.1.4+3 [baad4e97] OCCT_jll v7.7.2+0 [e7412a2a] Ogg_jll v1.3.6+0 [6cdc7f73] OpenBLASConsistentFPCSR_jll v0.3.29+0 [18a262bb] OpenEXR_jll v3.2.4+0 ⌅ [fe0851c0] OpenMPI_jll v4.1.8+1 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [91d4177d] Opus_jll v1.5.2+0 [36c8627f] Pango_jll v1.56.3+0 ⌅ [30392449] Pixman_jll v0.44.2+0 [f50d1b31] Rmath_jll v0.5.1+0 ⌅ [a8d0f55d] SCOTCH_jll v6.1.3+0 [a2964d1f] Wayland_jll v1.24.0+0 ⌅ [02c8fc9c] XML2_jll v2.13.8+0 [ffd25f8a] XZ_jll v5.8.1+0 [4f6342f7] Xorg_libX11_jll v1.8.12+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.7+0 [d091e8ba] Xorg_libXfixes_jll v6.0.1+0 [2c808117] Xorg_libXft_jll v2.3.9+0 [a51aa0fd] Xorg_libXi_jll v1.8.3+0 [d1454406] Xorg_libXinerama_jll v1.1.6+0 [ec84b674] Xorg_libXrandr_jll v1.5.5+0 [ea2f1a96] Xorg_libXrender_jll v0.9.12+0 [a65dc6b1] Xorg_libpciaccess_jll v0.18.1+0 [c7cfdc94] Xorg_libxcb_jll v1.17.1+0 [cc61e674] Xorg_libxkbfile_jll v1.1.3+0 [35661453] Xorg_xkbcomp_jll v1.4.7+0 [33bec58e] Xorg_xkeyboard_config_jll v2.44.0+0 [c5fb5394] Xorg_xtrans_jll v1.6.0+0 [3161d3a3] Zstd_jll v1.5.7+1 [630162c2] gmsh_jll v4.13.1+0 [9a68df92] isoband_jll v0.2.3+0 [477f73a3] libaec_jll v1.1.4+0 [a4ae2306] libaom_jll v3.12.1+0 [0ac62f75] libass_jll v0.17.4+0 [1183f4f0] libdecor_jll v0.2.2+0 [f638f0a6] libfdk_aac_jll v2.0.4+0 [b53b4c65] libpng_jll v1.6.50+0 [075b6546] libsixel_jll v1.10.5+0 [f27f6e37] libvorbis_jll v1.3.8+0 [c5f90fcd] libwebp_jll v1.6.0+0 [1317d2d5] oneTBB_jll v2022.0.0+0 [1270edf5] x264_jll v10164.0.1+0 [dfaa095f] x265_jll v4.1.0+0 [d8fb68d0] xkbcommon_jll v1.9.2+0 [0dad84c5] ArgTools v1.1.2 [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.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [4af54fe1] LazyArtifacts v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.12.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.12.0 [f489334b] StyledStrings v1.11.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [781609d7] GMP_jll v6.3.0+2 [deac9b47] LibCURL_jll v8.11.1+1 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.5.20 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.1+0 [efcefdf7] PCRE2_jll v10.44.0+1 [bea87d4a] SuiteSparse_jll v7.8.3+2 [83775a58] Zlib_jll v1.3.1+2 [8e850b90] libblastrampoline_jll v5.13.1+1 [8e850ede] nghttp2_jll v1.64.0+1 [3f19e933] p7zip_jll v17.5.0+2 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... 1 instances of possible type-piracy detected. To get a list, set `broken = false`. Test Summary: | Pass Broken Total Time Code quality | 10 1 11 1m09.0s Test Summary: | Pass Total Time Utility functions | 4 4 1.0s Precompiling packages... 4431.2 ms ✓ HMatrices 1 dependency successfully precompiled in 5 seconds. 16 already precompiled. Precompiling packages... 6880.6 ms ✓ Inti → IntiHMatricesExt 1 dependency successfully precompiled in 7 seconds. 69 already precompiled. [ Info: Loading Inti.jl HMatrices extension Test Summary: | Pass Total Time Block array | 28 28 1m30.2s Test Summary: | Pass Total Time Reference shapes | 35 35 1.7s Test Summary: | Pass Total Time Polynomials | 28 28 9.3s Test Summary: | Pass Total Time Reference interpolation | 66 66 23.0s ┌ Warning: No quadrature rule for Inti.ReferenceSimplex{2}() of order 3 └ @ Main.var"##Reference integration#283" ~/.julia/packages/Inti/bEBo2/test/reference_integration_test.jl:170 ┌ Warning: No quadrature rule for Inti.ReferenceSimplex{3}() of order 4 └ @ Main.var"##Reference integration#283" ~/.julia/packages/Inti/bEBo2/test/reference_integration_test.jl:170 Test Summary: | Pass Total Time Reference integration | 4734 4734 59.7s [ Info: Loading Inti.jl Gmsh extension Test Summary: | Pass Total Time Native mesh generation | 6 6 15.4s Test Summary: | Pass Total Time Quadrature | 17 17 3m04.7s Test Summary: | Pass Total Time Normal orientation | 8 8 1m50.3s Precompiling packages... 1526.8 ms ✓ StaticArrays → StaticArraysChainRulesCoreExt 1485.7 ms ✓ Adapt → AdaptStaticArraysExt 1677.6 ms ✓ StaticArrayInterface → StaticArrayInterfaceStaticArraysExt 4537.6 ms ✓ Interpolations 13898.6 ms ✓ QPGreen 5 dependencies successfully precompiled in 24 seconds. 90 already precompiled. Precompiling packages... 1371.5 ms ✓ Distances → DistancesChainRulesCoreExt 1 dependency successfully precompiled in 1 seconds. 11 already precompiled. Precompiling packages... 9696.8 ms ✓ Inti → IntiQPGreenExt 1 dependency successfully precompiled in 11 seconds. 119 already precompiled. [ Info: Loading Inti.jl QPGreen extension ┌ Warning: Purely imaginary wavenumber detected in Helmholtz operator. │ Creating a modified Helmholtz (Yukawa) op instead. └ @ Inti ~/.julia/packages/Inti/bEBo2/src/kernels.jl:327 ┌ Warning: Purely imaginary wavenumber detected in Helmholtz operator. │ Creating a modified Helmholtz (Yukawa) op instead. └ @ Inti ~/.julia/packages/Inti/bEBo2/src/kernels.jl:327 Test Summary: | Pass Total Time Kernels | 18 18 2m20.6s Test Summary: | Pass Total Time Integral operators | 1 1 45.0s Test Summary: | Pass Total Time Guiggiani | 7 7 7.4s WARNING: Method definition cachedrule(Type{var"#s1372"} where var"#s1372"<:(ForwardDiff.Dual{var"#s1371", T, N} where N where var"#s1371"), Integer) where {T<:Number} in module ##Kernels#287 at /home/pkgeval/.julia/packages/Inti/bEBo2/test/kernels_test.jl:9 overwritten in module Main at /home/pkgeval/.julia/packages/Inti/bEBo2/test/green_identities_test.jl:16. ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 277 running 1 of 1 signal (10): User defined signal 1 _ZNK4llvm13AttributeList19hasAttributeAtIndexEjNS_9Attribute8AttrKindE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN12_GLOBAL__N_18Verifier13visitCallBaseERN4llvm8CallBaseE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN12_GLOBAL__N_18Verifier13visitCallInstERN4llvm8CallInstE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN12_GLOBAL__N_18Verifier6verifyERKN4llvm8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm14verifyFunctionERKNS_8FunctionEPNS_11raw_ostreamE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) verifyLLVMIR at /source/src/pipeline.cpp:848 runOnLoop at /source/src/llvm-julia-licm.cpp:348 run at /source/src/llvm-julia-licm.cpp:373 run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE13runSinglePassIS1_St10unique_ptrINS_6detail11PassConceptIS1_S5_JS4_S7_EEESt14default_deleteISD_EEEESt8optionalINS_17PreservedAnalysesEERT_RT0_RS5_S4_S7_RNS_19PassInstrumentationE.isra.0 at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE24runWithoutLoopNestPassesERS1_RS5_S4_S7_ at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE3runERS1_RS5_S4_S7_ at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 _ZN4llvm25FunctionToLoopPassAdaptor3runERNS_8FunctionERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 run at /source/usr/include/llvm/IR/PassManager.h:543 [inlined] run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) run at /source/src/pipeline.cpp:741 operator() at /source/src/jitlayers.cpp:1459 withModuleDo<(anonymous namespace)::sizedOptimizerT::operator()(llvm::orc::ThreadSafeModule) [with long unsigned int N = 4]:: > at /source/usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:136 [inlined] operator() at /source/src/jitlayers.cpp:1420 [inlined] operator() at /source/src/jitlayers.cpp:1572 [inlined] addModule at /source/src/jitlayers.cpp:2031 jl_compile_codeinst_now at /source/src/jitlayers.cpp:626 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:824 jl_compile_method_internal at /source/src/gf.c:3520 _jl_invoke at /source/src/gf.c:3997 [inlined] ijl_apply_generic at /source/src/gf.c:4205 jl_apply at /source/src/julia.h:2381 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 jl_interpret_toplevel_thunk at /source/src/interpreter.c:898 jl_toplevel_eval_flex at /source/src/toplevel.c:1035 jl_toplevel_eval_flex at /source/src/toplevel.c:975 ijl_toplevel_eval at /source/src/toplevel.c:1047 ijl_toplevel_eval_in at /source/src/toplevel.c:1092 eval at ./boot.jl:489 include_string at ./loading.jl:2843 _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 _include at ./loading.jl:2903 include at ./Base.jl:306 IncludeInto at ./Base.jl:307 jfptr_IncludeInto_95452.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 jl_apply at /source/src/julia.h:2381 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 jl_interpret_toplevel_thunk at /source/src/interpreter.c:898 jl_toplevel_eval_flex at /source/src/toplevel.c:1035 jl_toplevel_eval_flex at /source/src/toplevel.c:975 ijl_toplevel_eval at /source/src/toplevel.c:1047 ijl_toplevel_eval_in at /source/src/toplevel.c:1092 eval at ./boot.jl:489 include_string at ./loading.jl:2843 _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 _include at ./loading.jl:2903 include at ./Base.jl:306 IncludeInto at ./Base.jl:307 jfptr_IncludeInto_95452.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 jl_apply at /source/src/julia.h:2381 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 jl_interpret_toplevel_thunk at /source/src/interpreter.c:898 jl_toplevel_eval_flex at /source/src/toplevel.c:1035 jl_toplevel_eval_flex at /source/src/toplevel.c:975 ijl_toplevel_eval at /source/src/toplevel.c:1047 ijl_toplevel_eval_in at /source/src/toplevel.c:1092 eval at ./boot.jl:489 exec_options at ./client.jl:287 _start at ./client.jl:554 jfptr__start_94127.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 jl_apply at /source/src/julia.h:2381 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1139 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x791956962249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== 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 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 poptask at ./task.jl:1187 wait at ./task.jl:1199 #wait#398 at ./condition.jl:141 wait at ./condition.jl:136 [inlined] wait at ./process.jl:694 wait at ./process.jl:687 jfptr_wait_80754.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 subprocess_handler at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2445 unknown function (ip: 0x7949cfd85513) at (unknown file) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 #204 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2385 withenv at ./env.jl:265 #189 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2204 with_temp_env at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2062 #185 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2171 #mktempdir#21 at ./file.jl:899 unknown function (ip: 0x7949cfd7511c) at (unknown file) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 mktempdir at ./file.jl:895 mktempdir at ./file.jl:895 #sandbox#181 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2118 [inlined] sandbox at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2110 unknown function (ip: 0x7949cfd6d3a1) at (unknown file) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 #test#192 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2370 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2280 [inlined] #test#170 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:483 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:462 unknown function (ip: 0x7949cfd6cfd1) at (unknown file) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 #test#84 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 unknown function (ip: 0x7949cfd63530) at (unknown file) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:153 #test#82 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [inlined] #test#81 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 [inlined] test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 unknown function (ip: 0x7949cfd6281f) at (unknown file) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 jl_apply at /source/src/julia.h:2381 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 jl_interpret_toplevel_thunk at /source/src/interpreter.c:898 jl_toplevel_eval_flex at /source/src/toplevel.c:1035 jl_toplevel_eval_flex at /source/src/toplevel.c:975 ijl_toplevel_eval at /source/src/toplevel.c:1047 ijl_toplevel_eval_in at /source/src/toplevel.c:1092 eval at ./boot.jl:489 include_string at ./loading.jl:2843 _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 _include at ./loading.jl:2903 include at ./Base.jl:305 exec_options at ./client.jl:321 _start at ./client.jl:554 jfptr__start_94127.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 jl_apply at /source/src/julia.h:2381 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1139 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x7949ebcda249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ┌ 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.12/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007949d19fc010 Total snapshots: 358. Utilization: 0% ╎358 @Base/client.jl:554 _start() ╎ 358 @Base/client.jl:321 exec_options(opts::Base.JLOptions) ╎ 358 @Base/Base.jl:305 include(mod::Module, _path::String) ╎ 358 @Base/loading.jl:2903 _include(mapexpr::Function, mod::Module, _pat… ╎ 358 @Base/loading.jl:2843 include_string(mapexpr::typeof(identity), mo… ╎ 358 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ 358 @Pkg/src/API.jl:151 kwcall(::@NamedTuple{julia_args::Cmd}, ::typ… ╎ ╎ 358 @Pkg/src/API.jl:151 #test#81 ╎ ╎ 358 @Pkg/src/API.jl:152 test ╎ ╎ 358 @Pkg/src/API.jl:152 test(pkgs::Vector{String}; kwargs::Base.P… ╎ ╎ 358 @Pkg/src/API.jl:153 kwcall(::@NamedTuple{julia_args::Cmd}, :… ╎ ╎ ╎ 358 @Pkg/src/API.jl:164 test(pkgs::Vector{PackageSpec}; io::IOC… ╎ ╎ ╎ 358 @Pkg/src/API.jl:462 kwcall(::@NamedTuple{julia_args::Cmd, … ╎ ╎ ╎ 358 @Pkg/src/API.jl:483 test(ctx::Pkg.Types.Context, pkgs::Ve… ╎ ╎ ╎ 358 @Pkg/…erations.jl:2280 test ╎ ╎ ╎ 358 @Pkg/…erations.jl:2370 test(ctx::Pkg.Types.Context, pkg… ╎ ╎ ╎ ╎ 358 @Pkg/…rations.jl:2110 kwcall(::@NamedTuple{preferences… ╎ ╎ ╎ ╎ 358 @Pkg/…rations.jl:2118 #sandbox#181 ╎ ╎ ╎ ╎ 358 @Base/file.jl:895 mktempdir(fn::Function) ╎ ╎ ╎ ╎ 358 @Base/file.jl:895 mktempdir(fn::Function, parent::S… ╎ ╎ ╎ ╎ 358 @Base/file.jl:899 mktempdir(fn::Pkg.Operations.var… ╎ ╎ ╎ ╎ ╎ 358 @Pkg/…tions.jl:2171 (::Pkg.Operations.var"#185#18… ╎ ╎ ╎ ╎ ╎ 358 @Pkg/…tions.jl:2062 with_temp_env(fn::Pkg.Operat… ╎ ╎ ╎ ╎ ╎ 358 @Pkg/…tions.jl:2204 (::Pkg.Operations.var"#189#… ╎ ╎ ╎ ╎ ╎ 358 @Base/env.jl:265 withenv(::Pkg.Operations.var"… ╎ ╎ ╎ ╎ ╎ 358 @Pkg/…ions.jl:2385 (::Pkg.Operations.var"#204… ╎ ╎ ╎ ╎ ╎ ╎ 358 @Pkg/…ons.jl:2445 subprocess_handler(cmd::Cm… ╎ ╎ ╎ ╎ ╎ ╎ 358 @Base/…ss.jl:687 wait(x::Base.Process) ╎ ╎ ╎ ╎ ╎ ╎ 358 @Base/…ss.jl:694 wait(x::Base.Process, syn… ╎ ╎ ╎ ╎ ╎ ╎ 358 @Base/…on.jl:136 wait ╎ ╎ ╎ ╎ ╎ ╎ 358 @Base/…on.jl:141 wait(c::Base.GenericCon… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 358 @Base/…sk.jl:1199 wait() 357╎ ╎ ╎ ╎ ╎ ╎ ╎ 358 @Base/…sk.jl:1187 poptask(W::Base.Intr… [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 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 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 poptask at ./task.jl:1187 wait at ./task.jl:1199 #wait#398 at ./condition.jl:141 wait at ./condition.jl:136 [inlined] _trywait at ./asyncevent.jl:185 profile_printing_listener at ./Base.jl:331 #start_profile_listener##0 at ./Base.jl:351 jfptr_YY.start_profile_listenerYY.YY.0_48888.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 jl_apply at /source/src/julia.h:2381 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) Allocations: 25930834 (Pool: 25930218; Big: 616); GC: 27 [277] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/Inti/bEBo2/test/green_identities_test.jl:36 unknown function (ip: 0x7919569d2763) at /lib/x86_64-linux-gnu/libc.so.6 malloc at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) _ZN4llvm15SmallVectorBaseIjE8grow_podEPvmm at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN12_GLOBAL__N_112AtomicExpand13runOnFunctionERN4llvm8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm3orc14SimpleCompilerclERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) operator() at /source/src/jitlayers.cpp:1561 addModule at /source/src/jitlayers.cpp:2044 jl_compile_codeinst_now at /source/src/jitlayers.cpp:626 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:824 jl_compile_method_internal at /source/src/gf.c:3520 _jl_invoke at /source/src/gf.c:3997 [inlined] ijl_apply_generic at /source/src/gf.c:4205 #mapfoldl#270 at ./reduce.jl:167 mapfoldl at ./reduce.jl:167 [inlined] #mapreduce#274 at ./reduce.jl:299 [inlined] mapreduce at ./reduce.jl:299 unknown function (ip: 0x79190b7dc26d) at (unknown file) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 annotatedstring at ./strings/annotated.jl:245 tree_format at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:1060 print_tree at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:1255 tree at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:1309 print_group at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:389 #print#5 at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:331 print at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:271 [inlined] print at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:271 [inlined] print at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:271 _peek_report at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:94 unknown function (ip: 0x79190b7d2a4f) at (unknown file) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 jl_apply at /source/src/julia.h:2381 [inlined] jl_f_invokelatest at /source/src/builtins.c:875 profile_printing_listener at ./Base.jl:333 #start_profile_listener##0 at ./Base.jl:351 jfptr_YY.start_profile_listenerYY.YY.0_48888.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4005 [inlined] ijl_apply_generic at /source/src/gf.c:4205 jl_apply at /source/src/julia.h:2381 [inlined] start_task at /source/src/task.c:1249 unknown function (ip: (nil)) at (unknown file) Allocations: 430891381 (Pool: 430886915; Big: 4466); GC: 142 PkgEval terminated after 2722.13s: test duration exceeded the time limit