Package evaluation to test DynamicIterators on Julia 1.11.7 (58327cce5e*) started at 2025-10-28T16:42:21.023 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.6s ################################################################################ # Installation # Installing DynamicIterators... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [6c76993d] + DynamicIterators v0.4.3 Updating `~/.julia/environments/v1.11/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.0 [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.78s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 19.73s ################################################################################ # Testing # Testing DynamicIterators Status `/tmp/jl_vUvuny/Project.toml` [31c24e10] Distributions v0.25.122 [6c76993d] DynamicIterators v0.4.3 [2c80a279] Trajectories v0.2.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_vUvuny/Manifest.toml` [66dad0bd] AliasTables v1.1.3 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.1 [e2d170a0] DataValueInterfaces v1.0.0 [31c24e10] Distributions v0.25.122 [ffbed154] DocStringExtensions v0.9.5 [6c76993d] DynamicIterators v0.4.3 [1a297f60] FillArrays v1.14.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.36 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.5.0 [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 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.1 [2913bbd2] StatsBase v0.34.7 [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 v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.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.11.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [05823500] OpenLibm_jll v0.8.5+0 [bea87d4a] SuiteSparse_jll v7.7.0+0 [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: | Total Time Examples | 0 4.9s Test Summary: | Pass Total Time Evolve | 12 12 1.0s 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 => -1.5598473255175431, 2 => -0.12926322735696633, 3 => 0.6033343526113896, 4 => 0.8934981799809814, 5 => -0.8626530971916297, 6 => -0.5014066939075755, 7 => -0.15273983012974654, 8 => -1.690060136261009, 9 => -1.1359890231372423, 10 => -0.047897225730773464] Test Summary: | Pass Total Time random | 10 10 2.2s Test Summary: | Pass Total Time control | 5 5 0.2s Test Summary: | Pass Total Time TimeLift | 2 2 0.5s u = (0.0 => (0, 0), (0.9335464801699062 => 1, 0.16762830571564197 => 1)) collectfrom(PP, u, 10) = [(0.16762830571564197 => (0, 1), (0.9335464801699062 => 1, 0.30789447787638 => 2)), (0.30789447787638 => (0, 2), (0.9335464801699062 => 1, 0.32393854517657467 => 3)), (0.32393854517657467 => (0, 3), (0.9335464801699062 => 1, 0.5762548987058898 => 4)), (0.5762548987058898 => (0, 4), (0.9335464801699062 => 1, 0.7612697608761045 => 5)), (0.7612697608761045 => (0, 5), (0.9335464801699062 => 1, 1.282169863131907 => 6)), (0.9335464801699062 => (1, 5), (1.045381367839846 => 2, 1.282169863131907 => 6)), (1.045381367839846 => (2, 5), (2.666227041846117 => 3, 1.282169863131907 => 6)), (1.282169863131907 => (2, 6), (2.666227041846117 => 3, 2.1610286539391486 => 7)), (2.1610286539391486 => (2, 7), (2.666227041846117 => 3, 2.208382122599258 => 8)), (2.208382122599258 => (2, 8), (2.666227041846117 => 3, 2.9983039053353577 => 9))] Test Summary: | Total Time Synchronize | 0 1.7s 0.000000 seconds 0.000000 seconds 0.000011 seconds Done Testing DynamicIterators tests passed Testing completed after 21.92s PkgEval succeeded after 58.53s