Package evaluation to test Compose on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T20:12:15.659
################################################################################
# Set-up
#
Installing PkgEval dependencies (TestEnv)...
Activating project at `~/.julia/environments/v1.14`
Set-up completed after 15.24s
################################################################################
# Installation
#
Installing Compose...
Resolving package versions...
Installed FixedPointNumbers ── v0.8.6
Installed DataStructures ───── v0.19.5
Installed Reexport ─────────── v1.2.2
Installed Parsers ──────────── v2.8.6
Installed Requires ─────────── v1.3.1
Installed Preferences ──────── v1.5.2
Installed Statistics ───────── v1.11.1
Installed Colors ───────────── v0.13.1
Installed PrecompileTools ──── v1.3.4
Installed JSON ─────────────── v0.21.4
Installed OrderedCollections ─ v1.8.2
Installed Measures ─────────── v0.3.3
Installed IterTools ────────── v1.10.0
Installed Compose ──────────── v0.9.7
Installed ColorTypes ───────── v0.12.1
Updating `~/.julia/environments/v1.14/Project.toml`
[a81c6b42] + Compose v0.9.7
Updating `~/.julia/environments/v1.14/Manifest.toml`
[3da002f7] + ColorTypes v0.12.1
[5ae59095] + Colors v0.13.1
[a81c6b42] + Compose v0.9.7
[864edb3b] + DataStructures v0.19.5
⌅ [53c48c17] + FixedPointNumbers v0.8.6
[c8e1da08] + IterTools v1.10.0
⌅ [682c06a0] + JSON v0.21.4
[442fdcdd] + Measures v0.3.3
⌅ [bac558e1] + OrderedCollections v1.8.2
[69de0a69] + Parsers v2.8.6
[aea7be01] + PrecompileTools v1.3.4
[21216c6a] + Preferences v1.5.2
[189a3867] + Reexport v1.2.2
[ae029012] + Requires v1.3.1
[10745b16] + Statistics v1.11.1
[56f22d72] + Artifacts v1.11.0
[2a0f44e3] + Base64 v1.11.0
[ade2ca70] + Dates v1.11.0
[8f399da3] + Libdl v1.11.0
[37e2e46d] + LinearAlgebra v1.14.0
[a63ad114] + Mmap v1.11.0
[de0858da] + Printf v1.11.0
[9a3f8284] + Random v1.11.0
[ea8e919c] + SHA v1.13.0
[fa267f1f] + TOML v1.0.3
[cf7118a7] + UUIDs v1.11.0
[4ec0a83e] + Unicode v1.11.0
[e66e0078] + CompilerSupportLibraries_jll v1.5.5+2
[4536629a] + OpenBLAS_jll v0.3.33+0
[8e850b90] + libblastrampoline_jll v5.15.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 4.97s
################################################################################
# Precompilation
#
Precompiling PkgEval dependencies...
Precompiling project...
9.0 s ✓ TestEnv
1 dependency successfully precompiled in 9 seconds. 27 already precompiled.
Precompiling package dependencies...
Precompiling project...
0.7 s ✓ Reexport
1.4 s ✓ Statistics
1.0 s ✓ Measures
150.1 s ✓ OrderedCollections
399.7 s ✓ IterTools
1.7 s ✓ Requires
1.8 s ✓ NaNMath
30.9 s ✓ Preferences
168.4 s ✓ FixedPointNumbers
170.6 s ✓ DataStructures
33.4 s ✓ JLLWrappers
31.2 s ✓ PrecompileTools
41.2 s ✓ ColorTypes
31.6 s ✓ Libmount_jll
32.0 s ✓ Libffi_jll
32.2 s ✓ Graphite2_jll
32.2 s ✓ Libuuid_jll
31.9 s ✓ FriBidi_jll
31.5 s ✓ libpng_jll
32.6 s ✓ Bzip2_jll
32.0 s ✓ LLVMOpenMP_jll
31.9 s ✓ Libiconv_jll
31.6 s ✓ Xorg_libXau_jll
31.6 s ✓ Xorg_libXdmcp_jll
33.5 s ✓ Expat_jll
31.2 s ✓ Xorg_xtrans_jll
72.0 s ✓ Parsers
37.7 s ✓ ColorTypes → StyledStringsExt
79.6 s ✓ Colors
31.6 s ✓ FreeType2_jll
31.5 s ✓ Pixman_jll
31.8 s ✓ XML2_jll
31.8 s ✓ GettextRuntime_jll
31.7 s ✓ Xorg_libxcb_jll
37.2 s ✓ JSON
38.9 s ✓ Graphics
32.3 s ✓ Fontconfig_jll
277.7 s ✓ EzXML
31.8 s ✓ Glib_jll
31.9 s ✓ Xorg_libX11_jll
[0K┌ Info: JuliaLowering threw given input:
[0K│ code =
[0K│ :(function draw(img::SVG, prim::CurvePrimitive, idx::Int)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990 =#
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:991 =#
[0K│ (x0, y0) = (prim.anchor0[1], prim.anchor0[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:992 =#
[0K│ (x0, y0) += (prim.ctrl0[1], prim.ctrl0[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:993 =#
[0K│ (x0, y0) += (prim.ctrl1[1], prim.ctrl1[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:994 =#
[0K│ (x0, y0) += (prim.anchor1[1], prim.anchor1[2])
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:995 =#
[0K│ (x0, y0) = (x0 / 4, y0 / 4)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:996 =#
[0K│ translated_anchor0 = [prim.anchor0...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:997 =#
[0K│ translated_ctrl0 = [prim.ctrl0...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:998 =#
[0K│ translated_ctrl1 = [prim.ctrl1...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:999 =#
[0K│ translated_anchor1 = [prim.anchor1...] - [x0, y0]
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1001 =#
[0K│ indent(img)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1003 =#
[0K│ img.indentation += 1
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1004 =#
[0K│ print(img.out, "\n")
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1011 =#
[0K│ indent(img)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1013 =#
[0K│ print(img.out, "\n")
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1033 =#
[0K│ img.indentation -= 1
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1034 =#
[0K│ indent(img)
[0K│ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1035 =#
[0K│ print(img.out, "\n")
[0K│ end)
[0K│ st0 =
[0K│ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source
[0K│ [function] |
[0K│ [call] |
[0K│ draw :: Identifier |
[0K│ [::] |
[0K│ img :: Identifier |
[0K│ SVG :: Identifier |
[0K│ [::] |
[0K│ prim :: Identifier |
[0K│ CurvePrimitive :: Identifier |
[0K│ [::] |
[0K│ idx :: Identifier |
[0K│ Int :: Identifier |
[0K│ [block] |
[0K│ [=] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor0 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor0 :: Identifier |
[0K│ 2 :: Value |
[0K│ [unknown_head] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl0 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl0 :: Identifier |
[0K│ 2 :: Value |
[0K│ [unknown_head] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl1 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl1 :: Identifier |
[0K│ 2 :: Value |
[0K│ [unknown_head] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor1 :: Identifier |
[0K│ 1 :: Value |
[0K│ [ref] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor1 :: Identifier |
[0K│ 2 :: Value |
[0K│ [=] |
[0K│ [tuple] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [tuple] |
[0K│ [call] |
[0K│ / :: Identifier |
[0K│ x0 :: Identifier |
[0K│ 4 :: Value |
[0K│ [call] |
[0K│ / :: Identifier |
[0K│ y0 :: Identifier |
[0K│ 4 :: Value |
[0K│ [=] |
[0K│ translated_anchor0 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor0 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [=] |
[0K│ translated_ctrl0 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl0 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [=] |
[0K│ translated_ctrl1 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ ctrl1 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [=] |
[0K│ translated_anchor1 :: Identifier |
[0K│ [call] |
[0K│ - :: Identifier |
[0K│ [vect] |
[0K│ [...] |
[0K│ [.] |
[0K│ prim :: Identifier |
[0K│ [inert] |
[0K│ anchor1 :: Identifier |
[0K│ [vect] |
[0K│ x0 :: Identifier |
[0K│ y0 :: Identifier |
[0K│ [call] |
[0K│ indent :: Identifier |
[0K│ img :: Identifier |
[0K│ [unknown_head] |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ indentation :: Identifier |
[0K│ 1 :: Value |
[0K│ [call] |
[0K│ print :: Identifier |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ out :: Identifier |
[0K│ "\n" :: Value |
[0K│ [call] |
[0K│ indent :: Identifier |
[0K│ img :: Identifier |
[0K│ [call] |
[0K│ print :: Identifier |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ out :: Identifier |
[0K│ "\n" :: Value |
[0K│ [unknown_head] |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ indentation :: Identifier |
[0K│ 1 :: Value |
[0K│ [call] |
[0K│ indent :: Identifier |
[0K│ img :: Identifier |
[0K│ [call] |
[0K│ print :: Identifier |
[0K│ [.] |
[0K│ img :: Identifier |
[0K│ [inert] |
[0K│ out :: Identifier |
[0K│ "\n" :: Value |
[0K│
[0K│ st1 =
[0K│ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source
[0K│ [function] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ draw :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [::] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ img :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ SVG :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [::] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ CurvePrimitive :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [::] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ idx :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ Int :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [block] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [=] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [ref] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ anchor0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 1 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [ref] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ anchor0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 2 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [unknown_head] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [ref] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ ctrl0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 1 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [ref] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ ctrl0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 2 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [unknown_head] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [ref] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ ctrl1 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 1 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [ref] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ ctrl1 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 2 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [unknown_head] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [ref] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ anchor1 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 1 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [ref] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ anchor1 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 2 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [=] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [tuple] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ / :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 4 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ / :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 4 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [=] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ translated_anchor0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ - :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [vect] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [...] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ anchor0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [vect] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [=] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ translated_ctrl0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ - :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [vect] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [...] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ ctrl0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [vect] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [=] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ translated_ctrl1 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ - :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [vect] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [...] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ ctrl1 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [vect] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [=] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ translated_anchor1 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ - :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [vect] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [...] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ prim :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ anchor1 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [vect] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ x0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ y0 :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ indent :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ img :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [unknown_head] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ img :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ indentation :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 1 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ print :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ img :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ out :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ "\n" :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ indent :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ img :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ print :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ img :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ out :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ "\n" :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [unknown_head] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ img :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ indentation :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ 1 :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ indent :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ img :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [call] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ print :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [.] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ img :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ [inert] | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ out :: Identifier | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│ "\n" :: Value | [old,SL(6lbZpkrPJPN,Compose,),],
[0K│
[0K│ file = "/home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl"
[0K│ line = 990
[0K└ mod = Compose
[0KERROR: LoadError: UndefVarError: `contains_ssa_binding` not defined in `Base.JuliaLowering`
[0KSuggestion: check for spelling errors or missing imports.
[0KStacktrace:
[0K [1] expand_update_operator(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1463
[0K [2] getindex(A::Memory{UInt8}, i::Int64)
[0K @ Base essentials.jl:403 [inlined]
[0K [3] ht_keyindex(h::Dict{UInt16, String}, key::UInt16)
[0K @ Base dict.jl:249 [inlined]
[0K [4] get(h::Dict{UInt16, String}, key::UInt16, default::String)
[0K @ Base dict.jl:505 [inlined]
[0K [5] string(x::Base.JuliaSyntax.Kind)
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/julia/kinds.jl:52 [inlined]
[0K [6] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
[0K [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4214
[0K [8] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined]
[0K [9] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined]
[0K [10] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839
[0K [11] getindex(A::Vector{UnitRange{Int64}}, i::Int64)
[0K @ Base essentials.jl:1040 [inlined]
[0K [12] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64)
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined]
[0K [13] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)
[0K @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined]
[0K [14] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
[0K [15] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313
[0K [16] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:260 [inlined]
[0K [17] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2469
[0K [18] macro expansion
[0K @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined]
[0K [19] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2917
[0K [20] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4293
[0K [21] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined]
[0K [22] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4498
[0K [23] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30
[0K [24] include(mapexpr::Function, mod::Module, _path::String)
[0K @ Base Base.jl:326
[0K [25] top-level scope
[0K @ ~/.julia/packages/Compose/L0IMm/src/Compose.jl:144
[0K [26] include(mod::Module, _path::String)
[0K @ Base Base.jl:325
[0K [27] 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)
[0K @ Base loading.jl:3303
[0K [28] top-level scope
[0K @ stdin:5
[0K [29] eval(m::Module, e::Any)
[0K @ Core boot.jl:522
[0K [30] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
[0K @ Base loading.jl:3132
[0K [31] include_string(m::Module, txt::String, fname::String)
[0K @ Base loading.jl:3142 [inlined]
[0K [32] exec_options(opts::Base.JLOptions)
[0K @ Base client.jl:353
[0K [33] _start()
[0K @ Base client.jl:596
[0Kin expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990
[0Kin expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/Compose.jl:1
[0Kin expression starting at stdin:5
✗ Compose
61.4 s ✓ Fontconfig
31.7 s ✓ Xorg_libXrender_jll
31.0 s ✓ Xorg_libXext_jll
31.2 s ✓ Cairo_jll
[0K
[0K======================================================================================
[0KInformation request received. A stacktrace will print followed by a 1.0 second profile.
[0K--trace-compile is enabled during profile collection.
[0K======================================================================================
[0K
[0Kcmd: /opt/julia/bin/julia 379 running 1 of 1
[0K
[0Ksignal (10): User defined signal 1
[0Kjl_read_reloclist at /source/src/staticdata.c:2063:17
[0Kjl_restore_system_image_from_stream_ at /source/src/staticdata.c:3833:5
[0Kjl_restore_system_image_from_stream at /source/src/staticdata.c:4365:5 [inlined]
[0Kijl_restore_system_image at /source/src/staticdata.c:4403:5
[0K_finish_jl_init_ at /source/src/init.c:597:9
[0Kijl_init_ at /source/src/init.c:803:5
[0Kjl_repl_entrypoint at /source/src/jlapi.c:1145:5
[0Kmain at /source/cli/loader_exe.c:58:15
[0Kunknown function (ip: 0x7d43c39aa249) at /lib/x86_64-linux-gnu/libc.so.6
[0K__libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
[0Kunknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S
[0Kunknown function (ip: (nil)) at (unknown file)
[0K
[0K#= 9.4 ms =# precompile(Tuple{typeof(Base.JuliaLowering.eval_import), Bool, Module, Expr, Expr})
[0K#= 7.4 ms =# precompile(Tuple{typeof(Base.JuliaLowering.eval_import), Bool, Module, Nothing, Expr})
[0K[33m#= 82.4 ms =# precompile(Tuple{typeof(Base.JuliaLowering.core_lowering_hook), Any, Module, String, UInt64, UInt64, Bool}) # recompile[0m
[0K[33m#= 28.4 ms =# precompile(Tuple{typeof(Base.JuliaLowering.expand_forms_1), Module, Base.JuliaSyntax.SyntaxTree{Base.Dict{Symbol, Base.Dict{Int64, Any}}}, Bool, UInt64, Bool}) # recompile[0m
[0K
[0K==============================================================
[0KProfile collected. A report will print at the next yield point.
[0KDisabling --trace-compile
[0K==============================================================
[0K
======================================================================================
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 54 running 0 of 1
signal (10): User defined signal 1
epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0
uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0
ijl_task_get_next at /source/src/scheduler.c:524:34
wait at ./task.jl:1248:0 (pc: 107)
wait_forever at ./task.jl:1170:0 (pc: 4)
jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line)
_jl_invoke at /source/src/gf.c:4345:23 [inlined]
ijl_apply_generic at /source/src/gf.c:4583:12
jl_apply at /source/src/julia.h:2405:12 [inlined]
start_task at /source/src/task.c:1276:19
unknown function (ip: (nil)) at (unknown file)
==============================================================
Profile collected. A report will print at the next yield point.
Disabling --trace-compile
==============================================================
┌ Warning: There were no samples collected in one or more groups.
│ This may be due to idle threads, or you may need to run your
│ program longer (perhaps by running it multiple times),
│ or adjust the delay between samples with `Profile.init()`.
└ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361
Overhead ╎ [+additional indent] Count File:Line Function
=========================================================
Thread 1 (default) Task 0x00007f5a6fd05e10 Total snapshots: 376. Utilization: 0%
╎376 @Base/task.jl:1170 wait_forever()
375╎ 376 @Base/task.jl:1248 wait()
======================================================================================
Information request received. A stacktrace will print followed by a 1.0 second profile.
--trace-compile is enabled during profile collection.
======================================================================================
cmd: /opt/julia/bin/julia 1 running 0 of 1
signal (10): User defined signal 1
epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0
uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0
ijl_task_get_next at /source/src/scheduler.c:524:34
wait at ./task.jl:1248:0 (pc: 107)
wait_forever at ./task.jl:1170:0 (pc: 4)
jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line)
_jl_invoke at /source/src/gf.c:4345:23 [inlined]
ijl_apply_generic at /source/src/gf.c:4583:12
jl_apply at /source/src/julia.h:2405:12 [inlined]
start_task at /source/src/task.c:1276:19
unknown function (ip: (nil)) at (unknown file)
==============================================================
Profile collected. A report will print at the next yield point.
Disabling --trace-compile
==============================================================
┌ Warning: There were no samples collected in one or more groups.
│ This may be due to idle threads, or you may need to run your
│ program longer (perhaps by running it multiple times),
│ or adjust the delay between samples with `Profile.init()`.
└ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361
Overhead ╎ [+additional indent] Count File:Line Function
=========================================================
Thread 1 (default) Task 0x00007ad08a5fc4c0 Total snapshots: 358. Utilization: 0%
╎358 @Base/task.jl:1170 wait_forever()
357╎ 358 @Base/task.jl:1248 wait()
[1] signal 15: Terminated
in expression starting at /PkgEval.jl/scripts/evaluate.jl:156
epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0
uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0
ijl_task_get_next at /source/src/scheduler.c:524:34
wait at ./task.jl:1248:0 (pc: 107)
wait_forever at ./task.jl:1170:0 (pc: 4)
jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line)
_jl_invoke at /source/src/gf.c:4345:23 [inlined]
ijl_apply_generic at /source/src/gf.c:4583:12
jl_apply at /source/src/julia.h:2405:12 [inlined]
start_task at /source/src/task.c:1276:19
unknown function (ip: (nil)) at (unknown file)
Allocations: 15817472 (Pool: 15816761; Big: 711); GC: 15
[54] signal 15: Terminated
in expression starting at /PkgEval.jl/scripts/precompile.jl:34
epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0
uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0
ijl_task_get_next at /source/src/scheduler.c:524:34
wait at ./task.jl:1248:0 (pc: 107)
wait_forever at ./task.jl:1170:0 (pc: 4)
jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line)
_jl_invoke at /source/src/gf.c:4345:23 [inlined]
ijl_apply_generic at /source/src/gf.c:4583:12
jl_apply at /source/src/julia.h:2405:12 [inlined]
start_task at /source/src/task.c:1276:19
unknown function (ip: (nil)) at (unknown file)
Allocations: 16879482 (Pool: 16878572; Big: 910); GC: 21
val already in a list
atexit hook threw an error: ErrorException("schedule: Task not runnable")
error at ./error.jl:56:0 (pc: 6)
#schedule#625 at ./task.jl:1053:0 (pc: 71)
schedule at ./task.jl:1045:0 [inlined]
uv_writecb_task at ./stream.jl:1198:0 (pc: 11)
jlcapi_uv_writecb_task_512.1 at /opt/julia/lib/julia/sys.so (unknown line)
uv__write_callbacks at /workspace/srcdir/libuv/src/unix/stream.c:926:0
uv__stream_io at /workspace/srcdir/libuv/src/unix/stream.c:1227:0
uv__run_pending at /workspace/srcdir/libuv/src/unix/core.c:824:0
uv_run at /workspace/srcdir/libuv/src/unix/core.c:420:0
ijl_process_events at /source/src/jl_uv.c:397:21
process_events at ./libuv.jl:133:0 [inlined]
wait at ./task.jl:1235:0 (pc: 15)
uv_write at ./stream.jl:1079:0 (pc: 11)
unsafe_write at ./stream.jl:1152:0 (pc: 55)
write at ./strings/io.jl:237:0 [inlined]
print at ./strings/io.jl:239:0 (pc: 5)
jfptr_print_129.1 at /opt/julia/lib/julia/sys.so (unknown line)
_jl_invoke at /source/src/gf.c:4345:23 [inlined]
ijl_apply_generic at /source/src/gf.c:4583:12
showerror at ./errorshow.jl:164:0 (pc: 2)
unknown function (ip: 0x7f5a6f1cb946) at (unknown file)
_jl_invoke at /source/src/gf.c:4345:23 [inlined]
ijl_apply_generic at /source/src/gf.c:4583:12
_atexit at ./initdefs.jl:544:0 (pc: 211)
jfptr__atexit_0.1 at /opt/julia/lib/julia/sys.so (unknown line)
_jl_invoke at /source/src/gf.c:4345:23 [inlined]
ijl_apply_generic at /source/src/gf.c:4583:12
jl_apply at /source/src/julia.h:2405:12 [inlined]
ijl_atexit_hook at /source/src/init.c:264:17
jl_exit_thread0_cb at /source/src/signals-unix.c:678:5
jl_fake_signal_return at /opt/julia/bin/../lib/julia/libjulia-internal.so.1.14 (unknown line)
epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0
uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0
ijl_task_get_next at /source/src/scheduler.c:524:34
wait at ./task.jl:1248:0 (pc: 107)
wait_forever at ./task.jl:1170:0 (pc: 4)
jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line)
_jl_invoke at /source/src/gf.c:4345:23 [inlined]
ijl_apply_generic at /source/src/gf.c:4583:12
jl_apply at /source/src/julia.h:2405:12 [inlined]
start_task at /source/src/task.c:1276:19
PkgEval terminated after 2731.08s: test duration exceeded the time limit