Package evaluation to test InterestRates on Julia 1.14.0-DEV.1395 (a32911ae58*) started at 2025-12-21T12:30:48.530 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.29s ################################################################################ # Installation # Installing InterestRates... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [09453d48] + InterestRates v0.6.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [4f18b42c] + BusinessDays v0.9.25 [09453d48] + InterestRates v0.6.3 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.0s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 13.4s ################################################################################ # Testing # Testing InterestRates Status `/tmp/jl_t7Dbj6/Project.toml` [4f18b42c] BusinessDays v0.9.25 [09453d48] InterestRates v0.6.3 [ade2ca70] Dates v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_t7Dbj6/Manifest.toml` [4f18b42c] BusinessDays v0.9.25 [09453d48] InterestRates v0.6.3 [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... Test Summary: | Pass Total Time errors | 5 5 0.7s Test Summary: | Pass Total Time daycount equality | 6 6 0.4s Test Summary: | Pass Total Time hash and equals | 10 10 0.1s Test Summary: | Pass Total Time Linear Interp | 12 12 0.9s Test Summary: | Pass Total Time Flat Forward Interp | 22 22 0.5s Test Summary: | Pass Total Time Null Curve | 9 9 0.1s Test Summary: | Pass Total Time Vector functions | 8 8 3.1s Test Summary: | Pass Total Time Nelson Siegel | 3 3 0.2s Test Summary: | Pass Total Time Svensson | 3 3 0.2s Test Summary: | Pass Total Time Splines | 13 13 1.7s Test Summary: | Pass Total Time ComposeFactorCurve | 13 13 0.3s Test Summary: | Pass Total Time BufferedIRCurve | 270 270 1.8s Test Summary: | Pass Total Time YearFraction | 103 103 4.6s Test Summary: | Pass Total Time CurveMap | 23 23 0.1s Test Summary: | Pass Total Time Buffered CurveMap | 3 3 0.1s Test Summary: | Pass Total Time DailyDatesRange | 58 58 0.6s Test Summary: | Pass Total Time Thirty360 | 28 28 0.1s Test Summary: | Total Time Usage | 0 0.0s Running perftests... InterestRates.Linear() 0.029837 seconds (549.20 k allocations: 9.530 MiB) 0.274461 seconds (1.15 M allocations: 19.840 MiB, 81.01% gc time) 0.052973 seconds (1.15 M allocations: 19.840 MiB) InterestRates.FlatForward() 0.203233 seconds (2.80 M allocations: 46.151 MiB, 3.38% gc time) 0.225457 seconds (3.40 M allocations: 56.461 MiB, 5.37% gc time) 0.217260 seconds (3.40 M allocations: 56.461 MiB, 1.43% gc time) InterestRates.NelsonSiegel() 0.028631 seconds (600.30 k allocations: 10.310 MiB, 21.87% gc time) 0.051709 seconds (1.20 M allocations: 20.619 MiB, 11.75% gc time) 0.048276 seconds (1.20 M allocations: 20.619 MiB, 3.77% gc time) InterestRates.Svensson() 0.029570 seconds (600.30 k allocations: 10.310 MiB, 20.59% gc time) 0.050660 seconds (1.20 M allocations: 20.619 MiB, 12.75% gc time) 0.048752 seconds (1.20 M allocations: 20.619 MiB, 3.54% gc time) InterestRates.CubicSplineOnRates() 0.031165 seconds (549.20 k allocations: 9.530 MiB, 19.30% gc time) 0.052769 seconds (1.15 M allocations: 19.840 MiB, 11.52% gc time) 0.048610 seconds (1.15 M allocations: 19.840 MiB, 1.85% gc time) InterestRates.CubicSplineOnDiscountFactors() 0.042089 seconds (900.90 k allocations: 17.196 MiB, 14.89% gc time) 0.063707 seconds (1.50 M allocations: 27.506 MiB, 11.33% gc time) 0.059981 seconds (1.50 M allocations: 27.506 MiB, 3.01% gc time) InterestRates.StepFunction() 0.032422 seconds (549.20 k allocations: 9.530 MiB, 18.87% gc time) 0.054081 seconds (1.15 M allocations: 19.837 MiB, 11.33% gc time) 0.066968 seconds (1.15 M allocations: 19.837 MiB, 30.11% gc time) Perftests end Test Summary: | Pass Total Time Benchmarks | 31500 31500 3.8s Testing InterestRates tests passed Testing completed after 44.73s PkgEval succeeded after 79.23s