Package evaluation to test DynamicIterators on Julia 1.12.7-DEV.42 (6f510b6086*) started at 2026-06-19T11:56:04.130 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.3s ################################################################################ # Installation # Installing DynamicIterators... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [6c76993d] + DynamicIterators v0.4.3 Updating `~/.julia/environments/v1.12/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [6c76993d] + DynamicIterators v0.4.3 [82899510] + IteratorInterfaceExtensions v1.0.0 ⌅ [bac558e1] + OrderedCollections v1.8.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [3cdcf5f2] + RecipesBase v1.3.4 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [2c80a279] + Trajectories v0.2.2 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.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 1.29s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1534.4 ms ✓ DynamicIterators 1 dependency successfully precompiled in 2 seconds. 56 already precompiled. 8 dependencies precompiled but different versions are currently loaded (Base64, Dates, JuliaSyntaxHighlighting, Logging, Markdown, Printf, StyledStrings and TOML). Restart julia to access the new versions. Otherwise, 18 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompilation completed after 20.86s ################################################################################ # Testing # Testing DynamicIterators Status `/tmp/jl_oeNbpm/Project.toml` [31c24e10] Distributions v0.25.127 [6c76993d] DynamicIterators v0.4.3 [2c80a279] Trajectories v0.2.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_oeNbpm/Manifest.toml` [66dad0bd] AliasTables v1.1.3 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.5 [e2d170a0] DataValueInterfaces v1.0.0 [31c24e10] Distributions v0.25.127 [ffbed154] DocStringExtensions v0.9.5 [6c76993d] DynamicIterators v0.4.3 [1a297f60] FillArrays v1.16.0 [34004b35] HypergeometricFunctions v0.3.28 [92d709cd] IrrationalConstants v0.2.6 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.8.0 [2ab3a3ac] LogExpFunctions v1.0.1 [e1d29d7a] Missings v1.2.0 ⌅ [bac558e1] OrderedCollections v1.8.2 [90014a1f] PDMats v0.11.37 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [43287f4e] PtrArrays v1.4.0 [1fd47b50] QuadGK v2.11.3 [3cdcf5f2] RecipesBase v1.3.4 [189a3867] Reexport v1.2.2 [79098fc4] Rmath v0.9.0 [a2af1166] SortingAlgorithms v1.2.2 [276daf66] SpecialFunctions v2.8.0 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.12 [4c63d2b9] StatsFuns v2.2.0 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [2c80a279] Trajectories v0.2.2 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.1+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.12.0 [f489334b] StyledStrings v1.11.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.7+0 [bea87d4a] SuiteSparse_jll v7.8.3+2 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... collect(bind(1:5, Summed())) = Any[1, 3, 6, 10, 15] Test Summary: | Total Time Examples | 0 5.4s Test Summary: | Pass Total Time Evolve | 12 12 1.3s Test Summary: | Pass Total Time time | 2 2 0.1s (x, s) = iterate(F) = ((2, 1), (2, 1)) (x, s) = iterate(F, s) = ((5, 2), (5, 2)) (x, s) = iterate(F, s) = ((9, 3), (9, 3)) Test Summary: | Pass Total Time Mix | 3 3 0.4s collectfrom(WhiteNoise(), Sample(Start(0 => 0.0)), 10) = [1 => 0.3198078204161551, 2 => -0.10473190763935154, 3 => 0.09510144101022837, 4 => -1.4728548281963822, 5 => -0.836041309948442, 6 => -0.7904216307027171, 7 => 0.43616640493620434, 8 => -0.1436983960556558, 9 => -0.2392519655289196, 10 => 1.198719403047599] Test Summary: | Pass Total Time random | 10 10 2.1s Test Summary: | Pass Total Time control | 5 5 0.3s Test Summary: | Pass Total Time TimeLift | 2 2 0.6s u = (0.0 => (0, 0), (0.5592973033612281 => 1, 0.45861200010781944 => 1)) collectfrom(PP, u, 10) = [(0.45861200010781944 => (0, 1), (0.5592973033612281 => 1, 1.5446771166087276 => 2)), (0.5592973033612281 => (1, 1), (0.810944920461245 => 2, 1.5446771166087276 => 2)), (0.810944920461245 => (2, 1), (1.22047820955197 => 3, 1.5446771166087276 => 2)), (1.22047820955197 => (3, 1), (2.390336480852655 => 4, 1.5446771166087276 => 2)), (1.5446771166087276 => (3, 2), (2.390336480852655 => 4, 2.0946646829128532 => 3)), (2.0946646829128532 => (3, 3), (2.390336480852655 => 4, 2.703752119920475 => 4)), (2.390336480852655 => (4, 3), (6.705657337965693 => 5, 2.703752119920475 => 4)), (2.703752119920475 => (4, 4), (6.705657337965693 => 5, 6.20219611604543 => 5)), (6.20219611604543 => (4, 5), (6.705657337965693 => 5, 7.1453481252552065 => 6)), (6.705657337965693 => (5, 5), (8.01884765466494 => 6, 7.1453481252552065 => 6))] Test Summary: | Total Time Synchronize | 0 1.8s 0.000043 seconds (47 allocations: 2.172 KiB) 0.000030 seconds (10 allocations: 496 bytes) 0.000016 seconds (8 allocations: 432 bytes) Done Testing DynamicIterators tests passed Testing completed after 27.56s PkgEval succeeded after 68.05s