Package evaluation to test DynamicIterators on Julia 1.14.0-DEV.1840 (ab7ba34e40*) started at 2026-03-03T14:07:19.383 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.45s ################################################################################ # Installation # Installing DynamicIterators... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [6c76993d] + DynamicIterators v0.4.3 Updating `~/.julia/environments/v1.14/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.3.3 [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 v1.0.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.31s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1365.1 ms ✓ DynamicIterators 1 dependency successfully precompiled in 2 seconds. 55 already precompiled. Precompilation completed after 25.2s ################################################################################ # Testing # Testing DynamicIterators Status `/tmp/jl_5dnNyX/Project.toml` [31c24e10] Distributions v0.25.123 [6c76993d] DynamicIterators v0.4.3 [2c80a279] Trajectories v0.2.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_5dnNyX/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.3.3 [21216c6a] Preferences v1.5.2 [43287f4e] PtrArrays v1.4.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.7.1 [10745b16] Statistics v1.11.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 v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.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.30+0 [05823500] OpenLibm_jll v0.8.7+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... collect(bind(1:5, Summed())) = Any[1, 3, 6, 10, 15] Test Summary: | Total Time Examples | 0 4.5s Test Summary: | Pass Total Time Evolve | 12 12 1.4s 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.3233705143502208, 2 => 0.7147743954983395, 3 => -0.7838600819590237, 4 => -0.6014056582678854, 5 => 1.0495026944661499, 6 => -1.3647307400204, 7 => -1.625246534323529, 8 => -0.0745799155831125, 9 => 0.8018506644065437, 10 => -0.21026400104203202] Test Summary: | Pass Total Time random | 10 10 2.1s Test Summary: | Pass Total Time control | 5 5 0.2s Test Summary: | Pass Total Time TimeLift | 2 2 0.6s u = (0.0 => (0, 0), (0.6315069683411103 => 1, 2.086346562741529 => 1)) collectfrom(PP, u, 10) = [(0.6315069683411103 => (1, 0), (0.7366230083175656 => 2, 2.086346562741529 => 1)), (0.7366230083175656 => (2, 0), (1.1709255558410574 => 3, 2.086346562741529 => 1)), (1.1709255558410574 => (3, 0), (1.2969266116034759 => 4, 2.086346562741529 => 1)), (1.2969266116034759 => (4, 0), (1.4541763328795347 => 5, 2.086346562741529 => 1)), (1.4541763328795347 => (5, 0), (1.9057651943582978 => 6, 2.086346562741529 => 1)), (1.9057651943582978 => (6, 0), (2.1761212911223513 => 7, 2.086346562741529 => 1)), (2.086346562741529 => (6, 1), (2.1761212911223513 => 7, 2.2982598358753537 => 2)), (2.1761212911223513 => (7, 1), (6.247730934296153 => 8, 2.2982598358753537 => 2)), (2.2982598358753537 => (7, 2), (6.247730934296153 => 8, 2.3684818146486344 => 3)), (2.3684818146486344 => (7, 3), (6.247730934296153 => 8, 2.5373072228602576 => 4))] Test Summary: | Total Time Synchronize | 0 1.4s 0.000048 seconds (47 allocations: 2.172 KiB) 0.000041 seconds (10 allocations: 496 bytes) 0.000030 seconds (8 allocations: 432 bytes) Done Testing DynamicIterators tests passed Testing completed after 27.56s PkgEval succeeded after 76.64s