Package evaluation to test ValueHistories on Julia 1.12.7-DEV.42 (6f510b6086*) started at 2026-06-19T10:50:46.730 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.23s ################################################################################ # Installation # Installing ValueHistories... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [98cad3c8] + ValueHistories v0.5.6 Updating `~/.julia/environments/v1.12/Manifest.toml` [864edb3b] + DataStructures v0.19.5 ⌅ [bac558e1] + OrderedCollections v1.8.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [3cdcf5f2] + RecipesBase v1.3.4 [98cad3c8] + ValueHistories v0.5.6 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.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.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1633.4 ms ✓ ValueHistories 1 dependency successfully precompiled in 2 seconds. 17 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, 6 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompilation completed after 13.12s ################################################################################ # Testing # Testing ValueHistories Status `/tmp/jl_HOjHKK/Project.toml` [864edb3b] DataStructures v0.19.5 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.6 [8dfed614] Test v1.11.0 Status `/tmp/jl_HOjHKK/Manifest.toml` [864edb3b] DataStructures v0.19.5 ⌅ [bac558e1] OrderedCollections v1.8.2 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.6 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting 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 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... 100 elements {Int64,Float64} History * types: Int64, Float64 * length: 100 History * types: UInt8, String * length: 100 100 elements {Int64,Float64} QHistory types: Int64, Float64 length: 100 QHistory types: UInt8, String length: 100 Test Summary: | Pass Total Time [->] tst_history.jl | 1033 1033 3.7s MVHistory{History} :myint2 => 5 elements {Int64,Int64} :myf => 56 elements {Int64,Int64} :myint => 5 elements {Int64,Int64} MVHistory{History} :myint2 => 5 elements {Int64,Int64} :myf => 56 elements {Int64,Int64} :myint => 5 elements {Int64,Int64} Test Summary: | Pass Total Time [->] tst_mvhistory.jl | 548 548 4.1s --> Baseline: 100 loops that accumulates a Float64 0.017776 seconds (4.70 k allocations: 238.641 KiB, 99.56% compilation time) 0.000026 seconds (1 allocation: 16 bytes) --> History: 100 loops tracking accumulator as Float64 0.045803 seconds (6.74 k allocations: 358.000 KiB, 99.90% compilation time) 0.000007 seconds (17 allocations: 3.594 KiB) --> History: Converting result into arrays 0.000034 seconds (11 allocations: 528 bytes) 0.000031 seconds (11 allocations: 528 bytes) --> QHistory: 100 loops tracking accumulator as Float64 0.055397 seconds (7.48 k allocations: 405.406 KiB, 99.92% compilation time) 0.000008 seconds (9 allocations: 448 bytes) --> QHistory: Converting result into arrays 0.000016 seconds (15 allocations: 2.328 KiB) 0.000005 seconds (15 allocations: 2.328 KiB) --> MVHistory: 100 loops tracking accumulator as Float64 and String 0.054231 seconds (5.91 k allocations: 333.047 KiB, 99.69% compilation time) 0.000088 seconds (425 allocations: 50.609 KiB) --> MVHistory: Converting result into arrays 0.122640 seconds (24.81 k allocations: 1.232 MiB, 99.14% compilation time) 0.000181 seconds (632 allocations: 23.359 KiB) Test Summary: | Total Time [->] bm_history.jl | 0 2.5s Testing ValueHistories tests passed Testing completed after 16.99s PkgEval succeeded after 49.62s