Package evaluation to test BusinessDays on Julia 1.14.0-DEV.1893 (b4aba01002*) started at 2026-03-15T12:17:31.610 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.6s ################################################################################ # Installation # Installing BusinessDays... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [4f18b42c] + BusinessDays v0.9.25 Updating `~/.julia/environments/v1.14/Manifest.toml` [4f18b42c] + BusinessDays v0.9.25 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.24s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1889.5 ms ✓ BusinessDays 1 dependency successfully precompiled in 2 seconds. 11 already precompiled. 7 dependencies precompiled but different versions are currently loaded (Base64, Dates, JuliaSyntaxHighlighting, Logging, Markdown, Printf and StyledStrings). Restart julia to access the new versions. Otherwise, 3 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompilation completed after 20.09s ################################################################################ # Testing # Testing BusinessDays Status `/tmp/jl_1TNmHy/Project.toml` [4f18b42c] BusinessDays v0.9.25 [ade2ca70] Dates v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_1TNmHy/Manifest.toml` [4f18b42c] BusinessDays v0.9.25 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting 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 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... ########################## Using cache: false ########################## Timing composite calendar bdays calculation 0.000024 seconds (24 allocations: 384 bytes) Timing single bdays calculation 0.004470 seconds (1 allocation: 16 bytes) Timing 100 bdays calculations 0.438989 seconds (100 allocations: 1.562 KiB) Timing cache creation 0.004383 seconds (18 allocations: 269.812 KiB) Timing vectorized functions (vector length 7306) 3.743851 seconds (3 allocations: 57.195 KiB) 3.810974 seconds (7.26 k allocations: 519.156 KiB, 0.33% compilation time) 3.784412 seconds (867 allocations: 100.633 KiB, 0.27% compilation time) 0.000861 seconds (3 allocations: 7.258 KiB) 0.000918 seconds (3 allocations: 7.258 KiB) 0.000874 seconds (3 allocations: 7.258 KiB) ########################## Using cache: true ########################## WARNING: Method definition test_bdays(Any, Dates.Date, Dates.Date, Integer) in module Main at /home/pkgeval/.julia/packages/BusinessDays/7GNKR/test/calendar_tests.jl:105 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition test_bdays(Any, Tuple{Int64, Int64, Int64}, Tuple{Int64, Int64, Int64}, Integer) in module Main at /home/pkgeval/.julia/packages/BusinessDays/7GNKR/test/calendar_tests.jl:113 overwritten on the same line (check for duplicate calls to `include`). Timing composite calendar bdays calculation 0.000019 seconds (5 allocations: 80 bytes) Timing single bdays calculation 0.000020 seconds (5 allocations: 80 bytes) Timing 100 bdays calculations 0.000047 seconds (500 allocations: 7.812 KiB) a million... 0.546000 seconds (5.00 M allocations: 76.294 MiB, 42.56% gc time) Timing vectorized functions (vector length 7306) 0.001525 seconds (29.23 k allocations: 513.820 KiB) 0.001648 seconds (29.23 k allocations: 514.008 KiB) 0.001609 seconds (29.23 k allocations: 514.008 KiB) 0.000227 seconds (3 allocations: 7.258 KiB) 0.000248 seconds (3 allocations: 7.258 KiB) 0.000225 seconds (3 allocations: 7.258 KiB) Perftests 0.068060 seconds (96.72 k allocations: 5.893 MiB, 99.92% compilation time) 0.000013 seconds (5 allocations: 80 bytes) 0.000313 seconds (5.00 k allocations: 78.125 KiB) 0.001266 seconds (8.00 k allocations: 125.000 KiB) 0.001507 seconds (8.00 k allocations: 125.000 KiB) type 0.000294 seconds (5.00 k allocations: 78.125 KiB) 0.000212 seconds (4.00 k allocations: 70.414 KiB) 0.000347 seconds (7.01 k allocations: 125.141 KiB) sym 0.001098 seconds (8.00 k allocations: 125.000 KiB) 0.000251 seconds (4.00 k allocations: 70.383 KiB) 0.001063 seconds (7.01 k allocations: 125.141 KiB) str 0.001320 seconds (8.00 k allocations: 125.000 KiB) 0.000259 seconds (4.00 k allocations: 70.383 KiB) 0.001190 seconds (7.01 k allocations: 125.141 KiB) initcache type 0.004925 seconds (7 allocations: 305.141 KiB) initcache sym 0.005015 seconds (9 allocations: 305.172 KiB) initcache str 0.005113 seconds (9 allocations: 305.172 KiB) WeekendsOnly no cache 0.000092 seconds (1000 allocations: 15.625 KiB) WeekendsOnly cache enabled 0.000082 seconds (1000 allocations: 15.625 KiB) Returns false: false Returns true: true a million with GenericHolidayCalendar... 0.283244 seconds (5.00 M allocations: 76.294 MiB, 8.13% gc time) Testing BusinessDays tests passed Testing completed after 58.12s PkgEval succeeded after 103.6s