Package evaluation to test AutoPrettyPrinting on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T15:13:08.345 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.74s ################################################################################ # Installation # Installing AutoPrettyPrinting... Resolving package versions... Installed HashArrayMappedTries ─ v0.2.0 Installed ScopedValues ───────── v1.5.0 Installed Tricks ─────────────── v0.1.13 Installed OrderedCollections ─── v1.8.1 Installed PrettyPrinting ─────── v0.4.2 Installed AutoPrettyPrinting ─── v0.1.8 Installed Preferences ────────── v1.5.1 Installed PrecompileTools ────── v1.2.1 Installed MacroUtilities ─────── v1.18.0 Installed MLStyle ────────────── v0.4.17 Updating `~/.julia/environments/v1.10/Project.toml` [9109d3c5] + AutoPrettyPrinting v0.1.8 Updating `~/.julia/environments/v1.10/Manifest.toml` [9109d3c5] + AutoPrettyPrinting v0.1.8 [076d061b] + HashArrayMappedTries v0.2.0 [d8e11817] + MLStyle v0.4.17 [274a0f0b] + MacroUtilities v1.18.0 [bac558e1] + OrderedCollections v1.8.1 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.5.1 [54e16d92] + PrettyPrinting v0.4.2 [7e506255] + ScopedValues v1.5.0 [410a4b4d] + Tricks v0.1.13 [ade2ca70] + Dates [56ddb016] + Logging [de0858da] + Printf [6462fe0b] + Sockets [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode 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.63s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 1214.0 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds Precompiling package dependencies... Precompiling packages... 865.6 ms ✓ Compat 915.2 ms ✓ OrderedCollections 638.0 ms ✓ LazilyInitializedFields 2241.1 ms ✓ PrettyPrinting 21289.6 ms ✓ MLStyle 857.7 ms ✓ DocStringExtensions 1006.1 ms ✓ InlineStrings 864.8 ms ✓ AbstractTrees 640.7 ms ✓ ExprTools 14319.3 ms ✓ JuliaSyntax 1071.6 ms ✓ StructUtils 702.9 ms ✓ Tricks 3173.8 ms ✓ MacroTools 650.4 ms ✓ Scratch 642.0 ms ✓ Indexing 1136.9 ms ✓ CodeTracking 676.9 ms ✓ ANSIColoredPrinters 891.4 ms ✓ TranscodingStreams 661.1 ms ✓ HashArrayMappedTries 635.6 ms ✓ TZJData 820.3 ms ✓ Preferences 585.5 ms ✓ IOCapture 1105.0 ms ✓ RegistryInstances 1101.8 ms ✓ MarkdownAST 1711.7 ms ✓ Mocking 1819.3 ms ✓ Dictionaries 8105.4 ms ✓ JuliaInterpreter 730.2 ms ✓ CodecZlib 665.6 ms ✓ ScopedValues 639.9 ms ✓ PrecompileTools 756.4 ms ✓ JLLWrappers 8906.9 ms ✓ TestingUtilities 5222.5 ms ✓ TimeZones 10414.5 ms ✓ LoweredCodeUtils 13654.1 ms ✓ Parsers 14515.2 ms ✓ MacroUtilities 868.7 ms ✓ OpenSSL_jll 851.3 ms ✓ Libiconv_jll 873.7 ms ✓ Expat_jll 895.0 ms ✓ Git_LFS_jll 31899.2 ms ✓ JET 5459.4 ms ✓ JSON 783.2 ms ✓ InlineStrings → ParsersExt ✗ AutoPrettyPrinting 943.4 ms ✓ OpenSSH_jll 909.6 ms ✓ Git_jll ✗ AutoPrettyPrinting → AutoPrettyPrintingTimeZonesExt ✗ AutoPrettyPrinting → AutoPrettyPrintingDictionariesExt 658.1 ms ✓ Git 33434.0 ms ✓ Documenter 47 dependencies successfully precompiled in 231 seconds. 3 already precompiled. 1 dependency had output during precompilation: ┌ JET │ ┌ Warning: `@lookup(mod, frame, node)` at /home/pkgeval/.julia/packages/JET/sQkqi/src/toplevel/virtualprocess.jl:1321 is deprecated, use `lookup(frame, node)` instead. │ └ @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/ZNccU/src/interpret.jl:46 └ ERROR: LoadError: The following 3 direct dependencies failed to precompile: AutoPrettyPrintingTimeZonesExt Failed to precompile AutoPrettyPrintingTimeZonesExt [1e7876ed-eede-56fb-b66e-d48a8abed039] to "/home/pkgeval/.julia/compiled/v1.10/AutoPrettyPrintingTimeZonesExt/jl_29vjpu". ERROR: LoadError: UndefVarError: `logstate` not defined Stacktrace: [1] macro expansion @ ~/.julia/packages/ScopedValues/z27HA/src/ScopedValues.jl:221 [inlined] [2] pprint(io::IOBuffer, mime::MIME{Symbol("text/plain")}, obj::Vector{Int64}) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/prettyprinting.jl:471 [3] show @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:227 [inlined] [4] show @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:229 [inlined] [5] repr_pretty(mime::MIME{Symbol("text/plain")}, x::Vector{Int64}; context::Nothing) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:244 [6] repr_pretty @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:240 [inlined] [7] repr_pretty(x::Vector{Int64}) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:253 [8] macro expansion @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:3 [inlined] [9] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [10] top-level scope @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:102 [11] include(mod::Module, _path::String) @ Base ./Base.jl:495 [12] include(x::String) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:1 [13] top-level scope @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:25 [14] include @ ./Base.jl:495 [inlined] [15] 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::String) @ Base ./loading.jl:2295 [16] top-level scope @ stdin:4 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:1 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:1 in expression starting at stdin:4 ERROR: LoadError: Failed to precompile AutoPrettyPrinting [9109d3c5-9510-494f-be9f-db449708e717] to "/home/pkgeval/.julia/compiled/v1.10/AutoPrettyPrinting/jl_8Fu0yM". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:2542 [3] compilecache @ ./loading.jl:2414 [inlined] [4] (::Base.var"#971#972"{Base.PkgId})() @ Base ./loading.jl:2047 [5] mkpidlock(f::Base.var"#971#972"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93 [6] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111 [8] #invokelatest#2 @ ./essentials.jl:894 [inlined] [9] invokelatest @ ./essentials.jl:889 [inlined] [10] maybe_cachefile_lock(f::Base.var"#971#972"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3057 [11] maybe_cachefile_lock @ ./loading.jl:3054 [inlined] [12] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2043 [13] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1885 [14] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [15] invoke_in_world @ ./essentials.jl:923 [inlined] [16] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1876 [17] macro expansion @ ./loading.jl:1863 [inlined] [18] macro expansion @ ./lock.jl:270 [inlined] [19] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [20] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [21] invoke_in_world @ ./essentials.jl:923 [inlined] [22] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 [23] include @ ./Base.jl:495 [inlined] [24] 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:2295 [25] top-level scope @ stdin:4 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/ext/AutoPrettyPrintingTimeZonesExt.jl:1 in expression starting at stdin:4 AutoPrettyPrintingDictionariesExt Failed to precompile AutoPrettyPrintingDictionariesExt [945c8bad-c9cc-5110-a5c5-381df4d8f00d] to "/home/pkgeval/.julia/compiled/v1.10/AutoPrettyPrintingDictionariesExt/jl_zYZPCP". ERROR: LoadError: UndefVarError: `logstate` not defined Stacktrace: [1] macro expansion @ ~/.julia/packages/ScopedValues/z27HA/src/ScopedValues.jl:221 [inlined] [2] pprint(io::IOBuffer, mime::MIME{Symbol("text/plain")}, obj::Vector{Int64}) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/prettyprinting.jl:471 [3] show @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:227 [inlined] [4] show @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:229 [inlined] [5] repr_pretty(mime::MIME{Symbol("text/plain")}, x::Vector{Int64}; context::Nothing) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:244 [6] repr_pretty @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:240 [inlined] [7] repr_pretty(x::Vector{Int64}) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:253 [8] macro expansion @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:3 [inlined] [9] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [10] top-level scope @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:102 [11] include(mod::Module, _path::String) @ Base ./Base.jl:495 [12] include(x::String) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:1 [13] top-level scope @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:25 [14] include @ ./Base.jl:495 [inlined] [15] 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::String) @ Base ./loading.jl:2295 [16] top-level scope @ stdin:4 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:1 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:1 in expression starting at stdin:4 ERROR: LoadError: Failed to precompile AutoPrettyPrinting [9109d3c5-9510-494f-be9f-db449708e717] to "/home/pkgeval/.julia/compiled/v1.10/AutoPrettyPrinting/jl_BSMf78". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:2542 [3] compilecache @ ./loading.jl:2414 [inlined] [4] (::Base.var"#971#972"{Base.PkgId})() @ Base ./loading.jl:2047 [5] mkpidlock(f::Base.var"#971#972"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93 [6] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111 [8] #invokelatest#2 @ ./essentials.jl:894 [inlined] [9] invokelatest @ ./essentials.jl:889 [inlined] [10] maybe_cachefile_lock(f::Base.var"#971#972"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3057 [11] maybe_cachefile_lock @ ./loading.jl:3054 [inlined] [12] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2043 [13] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1885 [14] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [15] invoke_in_world @ ./essentials.jl:923 [inlined] [16] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1876 [17] macro expansion @ ./loading.jl:1863 [inlined] [18] macro expansion @ ./lock.jl:270 [inlined] [19] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [20] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [21] invoke_in_world @ ./essentials.jl:923 [inlined] [22] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 [23] include @ ./Base.jl:495 [inlined] [24] 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:2295 [25] top-level scope @ stdin:4 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/ext/AutoPrettyPrintingDictionariesExt.jl:1 in expression starting at stdin:4 AutoPrettyPrinting Failed to precompile AutoPrettyPrinting [9109d3c5-9510-494f-be9f-db449708e717] to "/home/pkgeval/.julia/compiled/v1.10/AutoPrettyPrinting/jl_k4uz1H". ERROR: LoadError: UndefVarError: `logstate` not defined Stacktrace: [1] macro expansion @ ~/.julia/packages/ScopedValues/z27HA/src/ScopedValues.jl:221 [inlined] [2] pprint(io::IOBuffer, mime::MIME{Symbol("text/plain")}, obj::Vector{Int64}) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/prettyprinting.jl:471 [3] show @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:227 [inlined] [4] show @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:229 [inlined] [5] repr_pretty(mime::MIME{Symbol("text/plain")}, x::Vector{Int64}; context::Nothing) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:244 [6] repr_pretty @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:240 [inlined] [7] repr_pretty(x::Vector{Int64}) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:253 [8] macro expansion @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:3 [inlined] [9] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [10] top-level scope @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:102 [11] include(mod::Module, _path::String) @ Base ./Base.jl:495 [12] include(x::String) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:1 [13] top-level scope @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:25 [14] include @ ./Base.jl:495 [inlined] [15] 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:2295 [16] top-level scope @ stdin:4 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:1 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:1 in expression starting at stdin:4 in expression starting at /PkgEval.jl/scripts/precompile.jl:34 Precompilation failed after 254.26s ################################################################################ # Testing # Testing AutoPrettyPrinting Status `/tmp/jl_KuxZvs/Project.toml` [9109d3c5] AutoPrettyPrinting v0.1.8 [85a47980] Dictionaries v0.4.6 [e30172f5] Documenter v1.16.1 ⌅ [c3a54625] JET v0.9.18 [274a0f0b] MacroUtilities v1.18.0 [54e16d92] PrettyPrinting v0.4.2 [7e506255] ScopedValues v1.5.0 [40452611] TestingUtilities v1.11.0 [f269a46b] TimeZones v1.22.2 [ade2ca70] Dates [6462fe0b] Sockets [8dfed614] Test Status `/tmp/jl_KuxZvs/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [9109d3c5] AutoPrettyPrinting v0.1.8 ⌅ [da1fd8a2] CodeTracking v1.3.9 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.18.1 [85a47980] Dictionaries v0.4.6 [ffbed154] DocStringExtensions v0.9.5 [e30172f5] Documenter v1.16.1 [e2ba6199] ExprTools v0.1.10 [d7ba0133] Git v1.5.0 [076d061b] HashArrayMappedTries v0.2.0 [b5f81e59] IOCapture v1.0.0 [313cdc1a] Indexing v1.1.1 [842dd82b] InlineStrings v1.4.5 ⌅ [c3a54625] JET v0.9.18 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v1.4.0 ⌅ [aa1ae85d] JuliaInterpreter v0.9.46 ⌅ [70703baa] JuliaSyntax v0.4.10 [0e77f7df] LazilyInitializedFields v1.3.0 ⌃ [6f1432cf] LoweredCodeUtils v3.2.2 [d8e11817] MLStyle v0.4.17 [1914dd2f] MacroTools v0.5.16 [274a0f0b] MacroUtilities v1.18.0 [d0879d2d] MarkdownAST v0.1.2 [78c3b35d] Mocking v0.8.1 [bac558e1] OrderedCollections v1.8.1 [69de0a69] Parsers v2.8.3 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.5.1 [54e16d92] PrettyPrinting v0.4.2 [2792f1a3] RegistryInstances v0.1.0 [7e506255] ScopedValues v1.5.0 [6c6a2e73] Scratch v1.3.0 [ec057cc2] StructUtils v2.6.2 [dc5dba14] TZJData v1.5.0+2025b [40452611] TestingUtilities v1.11.0 [f269a46b] TimeZones v1.22.2 [3bb67fe8] TranscodingStreams v0.11.3 [410a4b4d] Tricks v0.1.13 [2e619515] Expat_jll v2.7.3+0 [020c3dae] Git_LFS_jll v3.7.0+0 [f8c6e375] Git_jll v2.52.0+0 [94ce4f54] Libiconv_jll v1.18.0+0 [9bd350c2] OpenSSH_jll v10.2.1+0 [458c3c95] OpenSSL_jll v3.5.5+0 [0dad84c5] ArgTools v1.1.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching [b77e0a4c] InteractiveUtils [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 [8f399da3] Libdl [56ddb016] Logging [d6f4376e] Markdown [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.10.0 [de0858da] Printf [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [deac9b47] LibCURL_jll v8.4.0+0 [e37daf67] LibGit2_jll v1.6.4+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.1010+0 [14a3606d] MozillaCACerts_jll v2025.12.2 [efcefdf7] PCRE2_jll v10.42.0+1 [83775a58] Zlib_jll v1.2.13+1 [8e850ede] nghttp2_jll v1.52.0+1 [3f19e933] p7zip_jll v17.4.0+2 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... ERROR: LoadError: UndefVarError: `logstate` not defined Stacktrace: [1] macro expansion @ ~/.julia/packages/ScopedValues/z27HA/src/ScopedValues.jl:221 [inlined] [2] pprint(io::IOBuffer, mime::MIME{Symbol("text/plain")}, obj::Vector{Int64}) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/prettyprinting.jl:471 [3] show @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:227 [inlined] [4] show @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:229 [inlined] [5] repr_pretty(mime::MIME{Symbol("text/plain")}, x::Vector{Int64}; context::Nothing) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:244 [6] repr_pretty @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:240 [inlined] [7] repr_pretty(x::Vector{Int64}) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/auto_prettyprinting.jl:253 [8] macro expansion @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:3 [inlined] [9] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [10] top-level scope @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:102 [11] include(mod::Module, _path::String) @ Base ./Base.jl:495 [12] include(x::String) @ AutoPrettyPrinting ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:1 [13] top-level scope @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:25 [14] include @ ./Base.jl:495 [inlined] [15] 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::String) @ Base ./loading.jl:2295 [16] top-level scope @ stdin:4 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/src/precompile.jl:1 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/src/AutoPrettyPrinting.jl:1 in expression starting at stdin:4 ERROR: LoadError: Failed to precompile AutoPrettyPrinting [9109d3c5-9510-494f-be9f-db449708e717] to "/home/pkgeval/.julia/compiled/v1.10/AutoPrettyPrinting/jl_gl16Eh". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:2542 [3] compilecache @ ./loading.jl:2414 [inlined] [4] (::Base.var"#971#972"{Base.PkgId})() @ Base ./loading.jl:2047 [5] mkpidlock(f::Base.var"#971#972"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93 [6] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111 [8] #invokelatest#2 @ ./essentials.jl:894 [inlined] [9] invokelatest @ ./essentials.jl:889 [inlined] [10] maybe_cachefile_lock(f::Base.var"#971#972"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3057 [11] maybe_cachefile_lock @ ./loading.jl:3054 [inlined] [12] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2043 [13] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1885 [14] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [15] invoke_in_world @ ./essentials.jl:923 [inlined] [16] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1876 [17] macro expansion @ ./loading.jl:1863 [inlined] [18] macro expansion @ ./lock.jl:270 [inlined] [19] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [20] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [21] invoke_in_world @ ./essentials.jl:923 [inlined] [22] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 [23] include(fname::String) @ Base.MainInclude ./client.jl:487 [24] top-level scope @ ~/.julia/packages/AutoPrettyPrinting/p6dxV/test/runtests.jl:1 [25] include(fname::String) @ Base.MainInclude ./client.jl:487 [26] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/test/TestAutoPrettyPrinting.jl:1 in expression starting at /home/pkgeval/.julia/packages/AutoPrettyPrinting/p6dxV/test/runtests.jl:1 Testing failed after 19.67s ERROR: LoadError: Package AutoPrettyPrinting errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 293.17s: package fails to precompile