Package evaluation to test ValueHistories on Julia 1.11.7 (58327cce5e*) started at 2025-10-28T15:52:27.030 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.47s ################################################################################ # Installation # Installing ValueHistories... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [98cad3c8] + ValueHistories v0.5.4 Updating `~/.julia/environments/v1.11/Manifest.toml` [34da2185] + Compat v4.18.1 ⌅ [864edb3b] + DataStructures v0.18.22 [bac558e1] + OrderedCollections v1.8.1 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.5.0 [3cdcf5f2] + RecipesBase v1.3.4 [98cad3c8] + ValueHistories v0.5.4 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [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.86s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.61s ################################################################################ # Testing # Testing ValueHistories Status `/tmp/jl_efwaQr/Project.toml` ⌅ [864edb3b] DataStructures v0.18.22 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_efwaQr/Manifest.toml` [34da2185] Compat v4.18.1 ⌅ [864edb3b] DataStructures v0.18.22 [bac558e1] OrderedCollections v1.8.1 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.5.0 [3cdcf5f2] RecipesBase v1.3.4 [98cad3c8] ValueHistories v0.5.4 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils 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 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs 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 4.4s 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.7s --> Baseline: 100 loops that accumulates a Float64 0.018153 seconds (4.01 k allocations: 200.188 KiB, 99.82% compilation time) 0.000009 seconds (1 allocation: 16 bytes) --> History: 100 loops tracking accumulator as Float64 0.051125 seconds (5.83 k allocations: 308.469 KiB, 99.91% compilation time) 0.000007 seconds (15 allocations: 4.203 KiB) --> History: Converting result into arrays 0.000010 seconds (11 allocations: 480 bytes) 0.000016 seconds (11 allocations: 480 bytes) --> QHistory: 100 loops tracking accumulator as Float64 0.059139 seconds (6.65 k allocations: 377.023 KiB, 99.92% compilation time) 0.000005 seconds (9 allocations: 400 bytes) --> QHistory: Converting result into arrays 0.000020 seconds (15 allocations: 2.281 KiB) 0.000004 seconds (15 allocations: 2.281 KiB) --> MVHistory: 100 loops tracking accumulator as Float64 and String 0.057104 seconds (5.14 k allocations: 285.312 KiB, 99.71% compilation time) 0.000097 seconds (421 allocations: 51.922 KiB) --> MVHistory: Converting result into arrays 0.123124 seconds (20.81 k allocations: 1.049 MiB, 99.34% compilation time) 0.000149 seconds (624 allocations: 22.938 KiB) Test Summary: | Total Time [->] bm_history.jl | 0 1.5s Testing ValueHistories tests passed Testing completed after 15.53s PkgEval succeeded after 45.69s