Package evaluation to test DynamicIterators on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T15:11:35.506 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.17s ################################################################################ # Installation # Installing DynamicIterators... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [6c76993d] + DynamicIterators v0.4.3 Updating `~/.julia/environments/v1.10/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.1 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.5.1 [3cdcf5f2] + RecipesBase v1.3.4 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [2c80a279] + Trajectories v0.2.2 [ade2ca70] + Dates [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [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 4.29s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1576.7 ms ✓ DynamicIterators 1 dependency successfully precompiled in 3 seconds. 44 already precompiled. Precompilation completed after 16.32s ################################################################################ # Testing # Testing DynamicIterators Status `/tmp/jl_9oIid6/Project.toml` [31c24e10] Distributions v0.25.123 [6c76993d] DynamicIterators v0.4.3 [2c80a279] Trajectories v0.2.2 [8dfed614] Test Status `/tmp/jl_9oIid6/Manifest.toml` [66dad0bd] AliasTables v1.1.3 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.3 [e2d170a0] DataValueInterfaces v1.0.0 [31c24e10] Distributions v0.25.123 [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.7.1 [2ab3a3ac] LogExpFunctions v0.3.29 [e1d29d7a] Missings v1.2.0 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.37 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.5.1 [43287f4e] PtrArrays v1.3.0 [1fd47b50] QuadGK v2.11.2 [3cdcf5f2] RecipesBase v1.3.4 [189a3867] Reexport v1.2.2 [79098fc4] Rmath v0.9.0 [a2af1166] SortingAlgorithms v1.2.2 [276daf66] SpecialFunctions v2.6.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.10 [4c63d2b9] StatsFuns v1.5.2 [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 [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [8dfed614] Test [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+5 [05823500] OpenLibm_jll v0.8.5+0 [bea87d4a] SuiteSparse_jll v7.2.1+1 [8e850b90] libblastrampoline_jll v5.11.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: | Time Examples | None 23.4s Test Summary: | Pass Total Time Evolve | 12 12 1.8s 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.3s collectfrom(WhiteNoise(), Sample(Start(0 => 0.0)), 10) = [1 => -0.9694871096474104, 2 => 0.38531612025020123, 3 => 0.5632399934300496, 4 => -0.18630009905338907, 5 => 2.8437767499984425, 6 => 0.09947294142284628, 7 => -0.30681215133366496, 8 => -1.5274004655270184, 9 => -0.9009659516604404, 10 => 0.1769102994637822] Test Summary: | Pass Total Time random | 10 10 1.6s Test Summary: | Pass Total Time control | 5 5 0.2s Test Summary: | Pass Total Time TimeLift | 2 2 0.4s u = (0.0 => (0, 0), (0.4434647397546833 => 1, 0.15337252446874988 => 1)) collectfrom(PP, u, 10) = [(0.15337252446874988 => (0, 1), (0.4434647397546833 => 1, 0.17049226862567823 => 2)), (0.17049226862567823 => (0, 2), (0.4434647397546833 => 1, 0.5888388181180535 => 3)), (0.4434647397546833 => (1, 2), (0.5209174822336003 => 2, 0.5888388181180535 => 3)), (0.5209174822336003 => (2, 2), (1.3058989981559566 => 3, 0.5888388181180535 => 3)), (0.5888388181180535 => (2, 3), (1.3058989981559566 => 3, 0.7220368816222498 => 4)), (0.7220368816222498 => (2, 4), (1.3058989981559566 => 3, 1.1569140712843442 => 5)), (1.1569140712843442 => (2, 5), (1.3058989981559566 => 3, 1.5858460058958714 => 6)), (1.3058989981559566 => (3, 5), (2.0837904014888835 => 4, 1.5858460058958714 => 6)), (1.5858460058958714 => (3, 6), (2.0837904014888835 => 4, 1.8949601171314299 => 7)), (1.8949601171314299 => (3, 7), (2.0837904014888835 => 4, 1.98678733308192 => 8))] Test Summary: |Time Synchronize | None 1.3s 0.000000 seconds 0.000001 seconds 0.000012 seconds Done Testing DynamicIterators tests passed Testing completed after 40.02s PkgEval succeeded after 68.83s