Package evaluation to test CompilerCaching on Julia 1.14.0-DEV.1699 (9484a92029*) started at 2026-02-10T14:09:05.269 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.95s ################################################################################ # Installation # Installing CompilerCaching... Resolving package versions... Installed CompilerCaching ─ v0.1.0 Updating `~/.julia/environments/v1.14/Project.toml` [9db33cc3] + CompilerCaching v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [9db33cc3] + CompilerCaching v0.1.0 Installation completed after 0.8s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4820.6 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling packages... 931.3 ms ✓ CompilerCaching 859.1 ms ✓ CEnum 1151.3 ms ✓ Preferences 1173.1 ms ✓ JLLWrappers 937.7 ms ✓ PrecompileTools 5359.4 ms ✓ LLVMExtra_jll 14652.5 ms ✓ LLVM 7 dependencies successfully precompiled in 25 seconds. 31 already precompiled. Precompilation completed after 49.28s ################################################################################ # Testing # Testing CompilerCaching Status `/tmp/jl_TvBHfp/Project.toml` [9db33cc3] CompilerCaching v0.1.0 [929cbde3] LLVM v9.4.6 [aea7be01] PrecompileTools v1.3.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_TvBHfp/Manifest.toml` [fa961155] CEnum v0.5.0 [9db33cc3] CompilerCaching v0.1.0 [692b3bcd] JLLWrappers v1.7.1 [929cbde3] LLVM v9.4.6 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [dad2f222] LLVMExtra_jll v0.0.38+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [4af54fe1] LazyArtifacts v1.11.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.18.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.12.2 [458c3c95] OpenSSL_jll v3.5.5+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.7.0+0 Testing Running tests... inference integration: Error During Test at /home/pkgeval/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:140 Got exception outside of a @test MethodError: no method matching Compiler.OverlayCodeCache(::Compiler.InternalCodeCache, ::Vector{Compiler.InferenceResult}) The type `Compiler.OverlayCodeCache` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.OverlayCodeCache(::Cache, !Matched::Compiler.InferenceCache) where Cache @ Base /opt/julia/share/julia/Compiler/src/types.jl:552 Stacktrace: [1] code_cache(interp::TestInterpreter) @ Compiler ./../usr/share/julia/Compiler/src/types.jl:586 [2] typeinf_ext(interp::TestInterpreter, mi::Core.MethodInstance, source_mode::UInt8) @ Compiler ./../usr/share/julia/Compiler/src/typeinfer.jl:1488 [3] typeinf!(cache::CacheView{Symbol, InferenceResults}, interp::TestInterpreter, mi::Core.MethodInstance) @ CompilerCaching ~/.julia/packages/CompilerCaching/heg2f/src/CompilerCaching.jl:262 [4] top-level scope @ ~/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:14 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [6] macro expansion @ ~/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:142 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [8] macro expansion @ ~/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:174 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [13] _start() @ Base ./client.jl:585 WARNING: Method definition basic_node(Int64) in module Main overwritten. WARNING: Method definition dispatch_node(Int64) in module Main overwritten. WARNING: Method definition child_node(Int64) in module Main overwritten. native: Test Failed at /home/pkgeval/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:483 Expression: success(pipeline(cmd; stdout = devnull, stderr = devnull)) Evaluated: success(pipeline(pipeline(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so --depwarn=yes --check-bounds=yes --pkgimages=existing -g1 --startup-file=no --project=/tmp/jl_TvBHfp/Project.toml /home/pkgeval/.julia/packages/CompilerCaching/heg2f/test/../examples/native.jl`, stdout>Base.DevNull()), stderr>Base.DevNull())) Stacktrace: [1] top-level scope @ ~/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:14 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [3] macro expansion @ ~/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:464 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [5] macro expansion @ ~/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:482 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [7] macro expansion @ ~/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:483 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:782 [inlined] ERROR: LoadError: MethodError: no method matching Compiler.OverlayCodeCache(::Compiler.InternalCodeCache, ::Vector{Compiler.InferenceResult}) The type `Compiler.OverlayCodeCache` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: Compiler.OverlayCodeCache(::Cache, !Matched::Compiler.InferenceCache) where Cache @ Base /opt/julia/share/julia/Compiler/src/types.jl:552 Stacktrace: [1] code_cache(interp::ExampleCompiler.ExampleInterpreter) @ Compiler ./../usr/share/julia/Compiler/src/types.jl:586 [2] typeinf_ext(interp::ExampleCompiler.ExampleInterpreter, mi::Core.MethodInstance, source_mode::UInt8) @ Compiler ./../usr/share/julia/Compiler/src/typeinfer.jl:1488 [3] typeinf!(cache::CompilerCaching.CacheView{Symbol, ExampleCompiler.CompileResults}, interp::ExampleCompiler.ExampleInterpreter, mi::Core.MethodInstance) @ CompilerCaching ~/.julia/packages/CompilerCaching/heg2f/src/CompilerCaching.jl:262 [4] emit_ir(cache::CompilerCaching.CacheView{Symbol, ExampleCompiler.CompileResults}, mi::Core.MethodInstance) @ ExampleCompiler /tmp/jl_X3O6jE/ExampleCompiler.jl:84 [5] precompile(f::Function, tt::Tuple{DataType}) @ ExampleCompiler /tmp/jl_X3O6jE/ExampleCompiler.jl:121 [6] top-level scope @ /tmp/jl_X3O6jE/ExampleUser.jl:14 [7] include(mod::Module, _path::String) @ Base ./Base.jl:309 [8] 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::String) @ Base ./loading.jl:3288 [9] top-level scope @ stdin:5 [10] eval(m::Module, e::Any) @ Core ./boot.jl:489 [11] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:3130 [12] include_string @ ./loading.jl:3140 [inlined] [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:342 [14] _start() @ Base ./client.jl:585 in expression starting at /tmp/jl_X3O6jE/ExampleUser.jl:1 in expression starting at stdin:5 Inference caching: Error During Test at /home/pkgeval/.julia/packages/CompilerCaching/heg2f/test/precompile.jl:4 Got exception outside of a @test Failed to precompile ExampleUser [top-level] to "/tmp/jl_QYpyp9/compiled/v1.14/jl_gJ0qT2" (ProcessExited(1)). Stacktrace: [1] error(s::String) @ Base ./error.jl:56 [2] compilecache(pkg::Base.PkgId, spec::Base.PkgLoadSpec, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, loadable_exts::Nothing) @ Base ./loading.jl:3574 ┌ [3] compilecache │ @ ./loading.jl:3453 [inlined] ╰──── repeated 2 times [5] compilecache(pkg::Base.PkgId, internal_stderr::IO, internal_stdout::IO; flags::Cmd, cacheflags::Base.CacheFlags, loadable_exts::Nothing) @ Base ./loading.jl:3448 [6] compilecache(pkg::Base.PkgId, internal_stderr::IO, internal_stdout::IO) @ Base ./loading.jl:3444 [7] (::var"#74#75")(load_path::String) @ Main ~/.julia/packages/CompilerCaching/heg2f/test/precompile.jl:127 [8] precompile_test_harness(f::Any, separate::Bool) @ Main ~/.julia/packages/CompilerCaching/heg2f/test/precompile.jl:17 [9] macro expansion @ ~/.julia/packages/CompilerCaching/heg2f/test/precompile.jl:5 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [11] precompile_test_harness(f::Any, testset::String) @ Main ~/.julia/packages/CompilerCaching/heg2f/test/precompile.jl:5 [12] top-level scope @ ~/.julia/packages/CompilerCaching/heg2f/test/precompile.jl:25 [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [14] top-level scope @ ~/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:14 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [16] macro expansion @ ~/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:489 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:489 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [21] _start() @ Base ./client.jl:585 Test Summary: | Pass Fail Error Total Time CompilerCaching | 63 1 2 66 32.6s basic caching | 7 7 0.2s cache partitioning | 8 8 0.2s overlay method tables | 6 6 0.6s inference integration | 1 1 4.5s custom IR | 34 34 0.7s Examples | 1 1 2 19.1s foreign | 1 1 1.4s native | 1 1 17.5s StackedMethodTable | 7 7 0.2s Inference caching | 1 1 6.3s RNG of the outermost testset: Random.Xoshiro(0x7e48f96c4c393ccf, 0x3f7b5e5b52e2df53, 0xeb455de0a6d9b4cb, 0x27802ddcde02368e, 0xe9972aeb9931e0a1) ERROR: LoadError: Some tests did not pass: 63 passed, 1 failed, 2 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/CompilerCaching/heg2f/test/runtests.jl:12 Testing failed after 46.93s ERROR: LoadError: Package CompilerCaching errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{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.14/Pkg/src/Operations.jl:3122 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2987 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{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::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 124.12s: package fails to precompile