Package evaluation to test ConcurrentSim on Julia 1.14.0-DEV.2802 (918269a29b*) started at 2026-07-29T00:53:59.943 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.23s ################################################################################ # Installation # Installing ConcurrentSim... Resolving package versions... Installed ConcurrentSim ────── v1.5.1 Installed OrderedCollections ─ v2.0.1 Installed ResumableFunctions ─ v1.0.7 Installed DataStructures ───── v0.19.6 Installed MacroTools ───────── v0.5.16 Updating `~/.julia/environments/v1.14/Project.toml` [6ed1e86c] + ConcurrentSim v1.5.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [6ed1e86c] + ConcurrentSim v1.5.1 [864edb3b] + DataStructures v0.19.6 [1914dd2f] + MacroTools v0.5.16 [bac558e1] + OrderedCollections v2.0.1 [c5292f4c] + ResumableFunctions v1.0.7 [ade2ca70] + Dates v1.11.0 [56ddb016] + Logging v1.11.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.65s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 4.5 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 3.7 s ✓ MacroTools 0.9 s ✓ ANSIColoredPrinters 0.8 s ✓ Reexport 0.9 s ✓ Statistics 0.5 s ✓ DataAPI 0.7 s ✓ ConstructionBase 2.2 s ✓ IrrationalConstants 0.5 s ✓ StatsAPI 0.5 s ✓ LazilyInitializedFields 1.0 s ✓ OrderedCollections 0.6 s ✓ StableRNGs 0.6 s ✓ InverseFunctions 0.7 s ✓ SafeTestsets 0.6 s ✓ CompositionsBase 1.1 s ✓ DocStringExtensions 0.9 s ✓ AbstractTrees 1.5 s ✓ Gamma 28.0 s ✓ JuliaSyntax 2.4 s ✓ FillArrays 1.4 s ✓ Compiler 0.5 s ✓ CommonSolve 0.8 s ✓ TranscodingStreams 0.5 s ✓ PtrArrays 0.5 s ✓ IOCapture 1.9 s ✓ PDMats 1.6 s ✓ StructUtils 2.9 s ✓ CodeTracking 0.8 s ✓ Compat 1.5 s ✓ Preferences 1.7 s ✓ ResumableFunctions 1.6 s ✓ Statistics → SparseArraysExt 0.6 s ✓ Missings 0.5 s ✓ ConstructionBase → ConstructionBaseLinearAlgebraExt 4.5 s ✓ RegistryInstances 3.6 s ✓ DataStructures 1.5 s ✓ InverseFunctions → InverseFunctionsTestExt 1.0 s ✓ InverseFunctions → InverseFunctionsDatesExt 0.5 s ✓ CompositionsBase → CompositionsBaseInverseFunctionsExt 1.1 s ✓ LogExpFunctions 1.4 s ✓ MarkdownAST 1.7 s ✓ HypergeometricFunctions 1.7 s ✓ FillArrays → FillArraysSparseArraysExt 1.4 s ✓ FillArrays → FillArraysStatisticsExt 1.3 s ✓ CodecZlib 0.7 s ✓ AliasTables 1.6 s ✓ FillArrays → FillArraysPDMatsExt 12.6 s ✓ JuliaInterpreter 0.5 s ✓ Compat → CompatLinearAlgebraExt 1.6 s ✓ JLLWrappers 1.0 s ✓ PrecompileTools 0.8 s ✓ SortingAlgorithms 11.8 s ✓ ConcurrentSim 1.9 s ✓ QuadGK 4.3 s ✓ Accessors 0.6 s ✓ LogExpFunctions → LogExpFunctionsInverseFunctionsExt 25.1 s ✓ LoweredCodeUtils 6.1 s ✓ Aqua 1.5 s ✓ Libiconv_jll 1.1 s ✓ Git_LFS_jll 1.1 s ✓ Rmath_jll 1.6 s ✓ OpenSSH_jll 1.2 s ✓ OpenSpecFun_jll 1.5 s ✓ Expat_jll 10.3 s ✓ Parsers 4.7 s ✓ StatsBase 2.7 s ✓ Accessors → LinearAlgebraExt 1.9 s ✓ Accessors → TestExt 7.9 s ✓ Revise 2.1 s ✓ Rmath 5.4 s ✓ SpecialFunctions 1.6 s ✓ Git_jll 6.9 s ✓ JSON 1.9 s ✓ PDMats → StatsBaseExt 5.4 s ✓ Roots WARNING: Imported binding Compiler.ConstCallInfo was undeclared at import time during import to JET. WARNING: Imported binding Compiler.WorldView was undeclared at import time during import to JET. ERROR: LoadError: UndefVarError: `WorldView` not defined in `JET` Suggestion: this global was defined as `Compiler.WorldView` but not assigned a value. Stacktrace: [1] top-level scope @ ~/.julia/packages/JET/KazW2/src/abstractinterpret/typeinfer.jl:252 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:330 [3] top-level scope @ ~/.julia/packages/JET/KazW2/src/JETBase.jl:342 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:330 [5] top-level scope @ ~/.julia/packages/JET/KazW2/src/JET.jl:92 [6] include(mod::Module, _path::String) @ Base Base.jl:329 [7] 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:3359 [8] top-level scope @ stdin:5 in expression starting at /home/pkgeval/.julia/packages/JET/KazW2/src/abstractinterpret/typeinfer.jl:252 in expression starting at /home/pkgeval/.julia/packages/JET/KazW2/src/JETBase.jl:342 in expression starting at /home/pkgeval/.julia/packages/JET/KazW2/src/JET.jl:1 in expression starting at stdin:5 ✗ JET 2.4 s ✓ StatsFuns 0.8 s ✓ Git 1.2 s ✓ StatsFuns → StatsFunsInverseFunctionsExt 56.0 s ✓ Documenter 10.3 s ✓ Distributions 4.7 s ✓ Distributions → DistributionsTestExt 80 dependencies successfully precompiled in 301 seconds. 37 already precompiled. 1 dependency had output during precompilation: ┌ JET │ WARNING: Imported binding Compiler.ConstCallInfo was undeclared at import time during import to JET. │ WARNING: Imported binding Compiler.WorldView was undeclared at import time during import to JET. │ ERROR: LoadError: UndefVarError: `WorldView` not defined in `JET` │ Suggestion: this global was defined as `Compiler.WorldView` but not assigned a value. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/JET/KazW2/src/abstractinterpret/typeinfer.jl:252 │ [2] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:330 │ [3] top-level scope │ @ ~/.julia/packages/JET/KazW2/src/JETBase.jl:342 │ [4] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:330 │ [5] top-level scope │ @ ~/.julia/packages/JET/KazW2/src/JET.jl:92 │ [6] include(mod::Module, _path::String) │ @ Base Base.jl:329 │ [7] 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:3359 │ [8] top-level scope │ @ stdin:5 │ in expression starting at /home/pkgeval/.julia/packages/JET/KazW2/src/abstractinterpret/typeinfer.jl:252 │ in expression starting at /home/pkgeval/.julia/packages/JET/KazW2/src/JETBase.jl:342 │ in expression starting at /home/pkgeval/.julia/packages/JET/KazW2/src/JET.jl:1 │ in expression starting at stdin:5 └ ERROR: LoadError: The following 1 package failed to precompile: JET Failed to precompile JET [c3a54625-cd67-489e-a8e7-0a5a0ff4e31b] to "/home/pkgeval/.julia/compiled/v1.14/JET/jl_N0aXOS" (ProcessExited(1)). in expression starting at /PkgEval.jl/scripts/precompile.jl:34 Precompilation failed after 335.78s ################################################################################ # Testing # Testing ConcurrentSim Status `/tmp/jl_0FcJWq/Project.toml` [4c88cf16] Aqua v0.8.16 [6ed1e86c] ConcurrentSim v1.5.1 [31c24e10] Distributions v0.25.130 [e30172f5] Documenter v1.17.0 [c3a54625] JET v0.12.0 [c5292f4c] ResumableFunctions v1.0.7 [1bc83da4] SafeTestsets v0.1.0 [860ef19b] StableRNGs v1.0.4 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_0FcJWq/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.45 [66dad0bd] AliasTables v1.1.3 [4c88cf16] Aqua v0.8.16 [da1fd8a2] CodeTracking v3.0.2 [944b1d66] CodecZlib v0.7.8 [38540f10] CommonSolve v0.2.12 [34da2185] Compat v4.18.1 [807dbc54] Compiler v0.1.1 [a33af91c] CompositionsBase v0.1.2 [6ed1e86c] ConcurrentSim v1.5.1 [187b0558] ConstructionBase v1.6.0 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.6 [31c24e10] Distributions v0.25.130 [ffbed154] DocStringExtensions v0.9.5 [e30172f5] Documenter v1.17.0 [1a297f60] FillArrays v1.17.0 [a0844989] Gamma v1.1.0 [d7ba0133] Git v1.5.0 [34004b35] HypergeometricFunctions v0.3.29 [b5f81e59] IOCapture v1.0.0 [3587e190] InverseFunctions v0.1.17 [92d709cd] IrrationalConstants v0.2.6 [c3a54625] JET v0.12.0 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.1 [aa1ae85d] JuliaInterpreter v0.11.4 [70703baa] JuliaSyntax v1.0.2 [0e77f7df] LazilyInitializedFields v1.3.0 [2ab3a3ac] LogExpFunctions v1.0.1 [6f1432cf] LoweredCodeUtils v3.8.0 [1914dd2f] MacroTools v0.5.16 [d0879d2d] MarkdownAST v0.1.3 [e1d29d7a] Missings v1.2.0 [bac558e1] OrderedCollections v2.0.1 [90014a1f] PDMats v0.11.40 [69de0a69] Parsers v2.8.6 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [43287f4e] PtrArrays v1.4.0 [1fd47b50] QuadGK v2.11.3 [189a3867] Reexport v1.2.2 [2792f1a3] RegistryInstances v0.1.0 [c5292f4c] ResumableFunctions v1.0.7 [295af30f] Revise v3.16.2 [79098fc4] Rmath v0.9.0 [f2b01f46] Roots v3.0.6 [1bc83da4] SafeTestsets v0.1.0 [a2af1166] SortingAlgorithms v1.2.3 [276daf66] SpecialFunctions v2.8.0 [860ef19b] StableRNGs v1.0.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.12 [4c63d2b9] StatsFuns v2.2.0 [ec057cc2] StructUtils v2.8.2 [3bb67fe8] TranscodingStreams v0.11.3 [2e619515] Expat_jll v2.8.2+0 [020c3dae] Git_LFS_jll v3.7.1+0 [f8c6e375] Git_jll v2.54.0+0 [94ce4f54] Libiconv_jll v1.18.0+0 [9bd350c2] OpenSSH_jll v10.4.1+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.1+0 [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [8bf52ea8] CRC32c 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 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.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.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.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.5.7+0 [deac9b47] LibCURL_jll v8.21.0+0 [e37daf67] LibGit2_jll v1.9.6+0 [29816b5a] LibSSH2_jll v1.11.103+0 [14a3606d] MozillaCACerts_jll v2026.7.16 [4536629a] OpenBLAS_jll v0.3.34+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.7+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... Starting tests with 1 threads out of `Sys.CPU_THREADS = 1`... ConcurrentSim.Event idle nothing scheduled Hi I am a callback function running in ConcurrentSim.Simulation ConcurrentSim.EventProcessed(ConcurrentSim.Event 1) has been thrown! processed Hi Test Summary: | Total Time base | 0 8.2s ConcurrentSim.EventNotIdle(ConcurrentSim.Event 2) has been thrown! Hi ConcurrentSim.Event 1 has value Success Hi ConcurrentSim.Event 2 has value Main.var"##events#149".TestException() Hi ConcurrentSim.Timeout 3 timed out at 1.0 Test Summary: | Total Time events | 0 0.5s One of both events is triggered: Dict{ConcurrentSim.AbstractEvent, ConcurrentSim.StateValue}(ConcurrentSim.Event 2 => ConcurrentSim.StateValue(ConcurrentSim.idle, nothing), ConcurrentSim.Timeout 1 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing)) Both events are triggered: Dict{ConcurrentSim.AbstractEvent, ConcurrentSim.StateValue}(ConcurrentSim.Event 2 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing), ConcurrentSim.Timeout 1 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing)) One of both events is triggered: Main.var"##operators#150".TestException() Both events are triggered: Main.var"##operators#150".TestException() One of both events is triggered: Main.var"##operators#150".TestException() One of both events is triggered: Dict{ConcurrentSim.AbstractEvent, ConcurrentSim.StateValue}(ConcurrentSim.Timeout 2 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing), ConcurrentSim.Timeout 1 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing)) One of both events is triggered: Dict{ConcurrentSim.AbstractEvent, ConcurrentSim.StateValue}(ConcurrentSim.Timeout 3 => ConcurrentSim.StateValue(ConcurrentSim.scheduled, nothing), ConcurrentSim.Timeout 1 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing), ConcurrentSim.Event 2 => ConcurrentSim.StateValue(ConcurrentSim.idle, nothing)) Both events are triggered: Dict{ConcurrentSim.AbstractEvent, ConcurrentSim.StateValue}(ConcurrentSim.Timeout 3 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing), ConcurrentSim.Timeout 1 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing), ConcurrentSim.Event 2 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing)) One of both events is triggered: Main.var"##operators#150".TestException() Both events are triggered: Main.var"##operators#150".TestException() One of both events is triggered: Main.var"##operators#150".TestException() One of both events is triggered: Dict{ConcurrentSim.AbstractEvent, ConcurrentSim.StateValue}(ConcurrentSim.Timeout 2 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing), ConcurrentSim.Timeout 1 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing), ConcurrentSim.Timeout 3 => ConcurrentSim.StateValue(ConcurrentSim.processed, nothing)) Test Summary: | Total Time operators | 0 2.2s Hi I timed out at 1.0 ConcurrentSim.EmptySchedule() has been thrown! Hi I timed out at 4.0 2.0 Main.var"##simulations#151".TestException() has been thrown after 0.0! Test Summary: | Total Time simulations | 0 0.6s processes: Error During Test at /home/pkgeval/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 Got exception outside of a @test LoadError: MethodError: no method matching (::ResumableFunctions.FSMIGenerator)(::UInt64, ::Method, ::Core.TypeEgal{Main.var"##processes#152".var"###typed_fsmi#41925#3"}, ::Core.TypeEgal{Core.TypeEgal{Main.var"##processes#152".var"##fibonnaci_FSMI#41925#2"}}, ::Tuple{DataType, DataType}) The object of type `ResumableFunctions.FSMIGenerator` exists, but no method is defined for this combination of argument types when trying to treat it as a callable object. Closest candidates are: (::ResumableFunctions.FSMIGenerator)(::UInt64, ::Any, ::Any, ::Type{Type{!Matched{T_}}}, ::Any) where T_ @ ResumableFunctions ~/.julia/packages/ResumableFunctions/1joxG/src/utils.jl:172 Stacktrace: [1] fibonnaci(sim::ConcurrentSim.Simulation) @ Main.var"##processes#152" ~/.julia/packages/ResumableFunctions/1joxG/src/macro.jl:184 [2] ConcurrentSim.Process(::typeof(Main.var"##processes#152".fibonnaci), ::ConcurrentSim.Simulation; kwargs::@Kwargs{}) @ ConcurrentSim ~/.julia/packages/ConcurrentSim/lD0Ai/src/processes.jl:16 [3] ConcurrentSim.Process(::Function, ::ConcurrentSim.Simulation) @ ConcurrentSim ~/.julia/packages/ConcurrentSim/lD0Ai/src/processes.jl:13 [4] top-level scope @ ~/.julia/packages/ConcurrentSim/lD0Ai/test/test_processes.jl:46 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:330 [6] top-level scope @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:21 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/ConcurrentSim/lD0Ai/test/runtests.jl:21 [inlined] in expression starting at /home/pkgeval/.julia/packages/ConcurrentSim/lD0Ai/test/test_processes.jl:46 Test Summary: | Error Total Time processes | 1 1 37.7s RNG of the outermost testset: Random.Xoshiro(0x457e43846e59e752, 0x7f0755fafd5f1c54, 0x6dffb8fd78b9e4d4, 0x5465d33763656f1a, 0x375ba8ec79debe28) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ConcurrentSim/lD0Ai/test/runtests.jl:33 Testing failed after 63.5s ERROR: LoadError: Package ConcurrentSim 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:3247 [3] 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:587 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 462.08s: package fails to precompile