Package evaluation to test FixedArguments on Julia 1.14.0-DEV.1563 (14ca1abc72*) started at 2026-01-15T12:32:05.090 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.98s ################################################################################ # Installation # Installing FixedArguments... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [4130a065] + FixedArguments v0.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [4130a065] + FixedArguments v0.1.1 [9d95972d] + TupleTools v1.6.0 Installation completed after 0.91s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1399.8 ms ✓ FixedArguments 1355.4 ms ✓ LibTracyClient_jll 5243.3 ms ✓ LLVMExtra_jll 51047.2 ms ✓ Documenter 2509.8 ms ✓ Tracy 14317.3 ms ✓ LLVM WARNING: Imported binding Compiler.WorldView was undeclared at import time during import to GPUCompiler. ERROR: LoadError: UndefVarError: `WorldView` not defined in `GPUCompiler` Suggestion: this global was defined as `Compiler.WorldView` but not assigned a value. Stacktrace:  [1] ci_cache_lookup(cache::Compiler.OverlayCodeCache{Compiler.InternalCodeCache}, mi::Core.MethodInstance, min_world::UInt64, max_world::UInt64)  @ GPUCompiler ~/.julia/packages/GPUCompiler/j4HFa/src/jlgen.jl:648  [2] compile_method_instance(job::GPUCompiler.CompilerJob)  @ GPUCompiler ~/.julia/packages/GPUCompiler/j4HFa/src/jlgen.jl:839  [3] irgen(job::GPUCompiler.CompilerJob)  @ GPUCompiler ~/.julia/packages/GPUCompiler/j4HFa/src/irgen.jl:4  [4] emit_llvm(job::GPUCompiler.CompilerJob; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/j4HFa/src/driver.jl:200  [5] emit_llvm(job::GPUCompiler.CompilerJob)  @ GPUCompiler ~/.julia/packages/GPUCompiler/j4HFa/src/driver.jl:182  [6] compile_unhooked(output::Symbol, job::GPUCompiler.CompilerJob; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/j4HFa/src/driver.jl:95  [7] compile_unhooked  @ ~/.julia/packages/GPUCompiler/j4HFa/src/driver.jl:80 [inlined]  [8] compile(target::Symbol, job::GPUCompiler.CompilerJob; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/j4HFa/src/driver.jl:67  [9] compile  @ ~/.julia/packages/GPUCompiler/j4HFa/src/driver.jl:55 [inlined]  [10] #145  @ ~/.julia/packages/GPUCompiler/j4HFa/src/precompile.jl:35 [inlined]  [11] JuliaContext(f::GPUCompiler.var"#145#146"{GPUCompiler.CompilerJob{GPUCompiler.NativeCompilerTarget, GPUCompiler.var"##155".DummyCompilerParams}}; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/j4HFa/src/driver.jl:34  [12] JuliaContext(f::Function)  @ GPUCompiler ~/.julia/packages/GPUCompiler/j4HFa/src/driver.jl:25  [13] macro expansion  @ ~/.julia/packages/GPUCompiler/j4HFa/src/precompile.jl:34 [inlined]  [14] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [15] macro expansion  @ ~/.julia/packages/GPUCompiler/j4HFa/src/precompile.jl:25 [inlined]  [16] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:121 [inlined]  [17] top-level scope  @ ~/.julia/packages/GPUCompiler/j4HFa/src/precompile.jl:118  [18] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:310  [19] top-level scope  @ ~/.julia/packages/GPUCompiler/j4HFa/src/GPUCompiler.jl:70  [20] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [21] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3309  [22] top-level scope  @ stdin:5  [23] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3151  [25] include_string  @ ./loading.jl:3161 [inlined]  [26] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [27] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/GPUCompiler/j4HFa/src/precompile.jl:3 in expression starting at /home/pkgeval/.julia/packages/GPUCompiler/j4HFa/src/GPUCompiler.jl:1 in expression starting at stdin:5 ✗ GPUCompiler ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("61eb1bfa-7361-4325-ad38-22787b887f55"), "GPUCompiler") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:44  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2873  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2725  [4] macro expansion  @ ./loading.jl:2653 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2617  [7] require  @ ./loading.jl:2593 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base ./module.jl:111  [10] top-level scope  @ ~/.julia/packages/AllocCheck/4lNBp/src/AllocCheck.jl:3  [11] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [12] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3309  [13] top-level scope  @ stdin:5  [14] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3151  [16] include_string  @ ./loading.jl:3161 [inlined]  [17] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [18] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/AllocCheck/4lNBp/src/AllocCheck.jl:1 in expression starting at stdin:5 ✗ AllocCheck 6 dependencies successfully precompiled in 126 seconds. 65 already precompiled. Precompilation completed after 145.16s ################################################################################ # Testing # Testing FixedArguments Status `/tmp/jl_5MJd2f/Project.toml` [9b6a8646] AllocCheck v0.2.3 [4c88cf16] Aqua v0.8.14 [adafc99b] CpuId v0.3.1 [e30172f5] Documenter v1.16.1 [4130a065] FixedArguments v0.1.1 [817f1d60] ReTestItems v1.35.0 [9d95972d] TupleTools v1.6.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_5MJd2f/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [9b6a8646] AllocCheck v0.2.3 [4c88cf16] Aqua v0.8.14 [fa961155] CEnum v0.5.0 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.18.1 [adafc99b] CpuId v0.3.1 [ffbed154] DocStringExtensions v0.9.5 [e30172f5] Documenter v1.16.1 [e2ba6199] ExprTools v0.1.10 [4130a065] FixedArguments v0.1.1 [61eb1bfa] GPUCompiler v1.7.5 [d7ba0133] Git v1.5.0 [b5f81e59] IOCapture v1.0.0 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v1.4.0 [929cbde3] LLVM v9.4.4 [0e77f7df] LazilyInitializedFields v1.3.0 [1914dd2f] MacroTools v0.5.16 [d0879d2d] MarkdownAST v0.1.2 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [817f1d60] ReTestItems v1.35.0 [2792f1a3] RegistryInstances v0.1.0 [6c6a2e73] Scratch v1.3.0 [ec057cc2] StructUtils v2.6.2 [1e6cf692] TestEnv v1.103.2 [e689c965] Tracy v0.1.6 [3bb67fe8] TranscodingStreams v0.11.3 [9d95972d] TupleTools v1.6.0 [2e619515] Expat_jll v2.7.3+0 [020c3dae] Git_LFS_jll v3.7.0+0 [f8c6e375] Git_jll v2.52.0+0 [dad2f222] LLVMExtra_jll v0.0.38+0 [ad6e5548] LibTracyClient_jll v0.13.1+0 [94ce4f54] Libiconv_jll v1.18.0+0 [9bd350c2] OpenSSH_jll v10.2.1+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 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets 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.4+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... Test Summary: | Pass Total Time Method ambiguity | 1 1 6.0s Test Summary: | Pass Total Time Unbound type parameters | 1 1 0.1s Test Summary: | Pass Total Time Undefined exports | 1 1 0.0s Test Summary: | Pass Total Time Compare Project.toml and test/Project.toml | 1 1 0.0s Test Summary: | Pass Total Time Stale dependencies | 1 1 2.8s Test Summary: | Pass Total Time Compat bounds | 3 3 0.6s Test Summary: | Pass Total Time Piracy | 1 1 1.0s Test Summary: | Pass Total Time Persistent tasks | 1 1 13.0s ┌ Warning: Unable to determine HTML(edit_link = ...) from remote HEAD branch, defaulting to "master". │ Calling `git remote` failed with an exception. Set JULIA_DEBUG=Documenter to see the error. │ Unless this is due to a configuration error, the relevant variable should be set explicitly. └ @ Documenter ~/.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl:680 [ Info: SetupBuildDirectory: setting up build directory. [ Info: Doctest: running doctests. [ Info: Skipped ExpandTemplates step (doctest only). [ Info: Skipped CrossReferences step (doctest only). [ Info: Skipped CheckDocument step (doctest only). [ Info: Skipped Populate step (doctest only). [ Info: Skipped RenderDocument step (doctest only). Test Summary: | Pass Total Time Doctests: FixedArguments | 1 1 40.5s [ Info: Scanning for test items in project `FixedArguments` at paths: /home/pkgeval/.julia/packages/FixedArguments/gIiKZ [ Info: Finished scanning for test items in 4.91 seconds. [ Info: Scheduling 9 tests on pid 53 with 32 worker processes and 2 threads per worker. [ Info: Starting test workers ERROR: LoadError: ====================================================================================== 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 53 running 1 of 1 signal (10): User defined signal 1 jl_gc_alloc_ at /source/src/gc-stock.c:815 jl_string_to_genericmemory at /source/src/genericmemory.c:110 unsafe_wrap at ./strings/string.jl:144 [inlined] StringMemory at ./iobuffer.jl:167 [inlined] #IOBuffer#378 at ./iobuffer.jl:267 [inlined] GenericIOBuffer at ./iobuffer.jl:246 [inlined] #readline#342 at ./io.jl:636 [inlined] readline at ./io.jl:636 [inlined] #12 at /home/pkgeval/.julia/packages/ReTestItems/5fo5Q/src/workers.jl:191 #try_with_timeout##2 at /home/pkgeval/.julia/packages/ReTestItems/5fo5Q/src/workers.jl:17 unknown function (ip: 0x7977fedf378d) at (unknown file) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_36034.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 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 0x00007a7418bd9000 Total snapshots: 373. Utilization: 0% ╎373 @Base/task.jl:1168 wait_forever() 372╎ 373 @Base/task.jl:1246 wait() [53] signal 15: Terminated in expression starting at none:0 pcre2_jit_match_8 at /opt/julia/bin/../lib/julia/libpcre2-8.so (unknown line) pcre2_match_8 at /opt/julia/bin/../lib/julia/libpcre2-8.so (unknown line) _exec at ./pcre.jl:205 exec at ./pcre.jl:199 [inlined] exec_r at ./pcre.jl:215 [inlined] #occursin#462 at ./regex.jl:308 [inlined] occursin at ./regex.jl:306 [inlined] contains at ./strings/util.jl:140 [inlined] #12 at /home/pkgeval/.julia/packages/ReTestItems/5fo5Q/src/workers.jl:190 #try_with_timeout##2 at /home/pkgeval/.julia/packages/ReTestItems/5fo5Q/src/workers.jl:17 unknown function (ip: 0x7977fedf378d) at (unknown file) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file) Allocations: 24642673227 (Pool: 24642672926; Big: 301); GC: 20278 PkgEval terminated after 2721.18s: test duration exceeded the time limit