Package evaluation to test TimeArrays on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:23:44.200 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.43s ################################################################################ # Installation # Installing TimeArrays... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [058eeebf] + TimeArrays v1.4.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [10745b16] + Statistics v1.11.1 [058eeebf] + TimeArrays v1.4.0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.1s ################################################################################ # 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.22s ################################################################################ # Testing # Testing TimeArrays Status `/tmp/jl_d6VqXe/Project.toml` [46f1a544] NanoDates v1.0.3 [10745b16] Statistics v1.11.1 [058eeebf] TimeArrays v1.4.0 [ade2ca70] Dates v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_d6VqXe/Manifest.toml` [46f1a544] NanoDates v1.0.3 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [10745b16] Statistics v1.11.1 [058eeebf] TimeArrays v1.4.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 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for NanoDates [46f1a544-deae-4307-8689-c12aa3c955c6] │ exception = Required dependency Base.PkgId(Base.UUID("21216c6a-2e73-6563-6e65-726566657250"), "Preferences") failed to load from a cache file. └ @ Base loading.jl:2891 Test Summary: | Pass Total Time TimeTick constructors | 40 40 4.2s Case №1: TimeTick from timestamp and value | 8 8 3.4s Case №2: TimeTick from Tuple | 8 8 0.1s Case №3: TimeTick from Pair | 8 8 0.2s Case №4: TimeTick from TimeTick | 4 4 0.1s Case №5: TimeTick conversions | 12 12 0.2s Test Summary: | Pass Total Time TimeArrays constructors | 28 28 6.9s Case №1: TimeArray from TimeTicks | 6 6 1.6s Case №2: TimeArray from Tuples | 6 6 0.8s Case №3: TimeArray from Pairs | 6 6 0.8s Case №3: TimeArray from Anything | 5 5 1.8s Case №4: TimeArray from timestamps and values | 3 3 0.9s Case №5: TimeArray from iterator | 2 2 1.1s Test Summary: | Pass Total Time Merge TimeArrays | 6 6 1.1s Case №1: Custom merge functions | 4 4 0.8s Case №2: Merge left timestamps | 1 1 0.1s Case №3: Merge right timestamps | 1 1 0.1s Test Summary: | Pass Total Time Base arithmetic | 44 44 0.7s Scalar arithmetic | 4 4 0.1s Case №1: Plus | 1 1 0.0s Case №2: Minus | 1 1 0.0s Case №3: Multiply | 1 1 0.0s Case №4: Division | 1 1 0.0s Identical timestamps | 8 8 0.5s Case №1: Plus | 2 2 0.1s Case №2: Minus | 2 2 0.1s Case №3: Multiply | 2 2 0.1s Case №4: Division | 2 2 0.1s Shifted forward timestamps | 8 8 0.0s Case №1: Plus | 2 2 0.0s Case №2: Minus | 2 2 0.0s Case №3: Multiply | 2 2 0.0s Case №4: Division | 2 2 0.0s Shifted backward timestamps | 8 8 0.0s Case №1: Plus | 2 2 0.0s Case №2: Minus | 2 2 0.0s Case №3: Multiply | 2 2 0.0s Case №4: Division | 2 2 0.0s Outer bounds timestamps | 8 8 0.0s Case №1: Plus | 2 2 0.0s Case №2: Minus | 2 2 0.0s Case №3: Multiply | 2 2 0.0s Case №4: Division | 2 2 0.0s Inner bounds timestamps | 8 8 0.0s Case №1: Plus | 2 2 0.0s Case №2: Minus | 2 2 0.0s Case №3: Multiply | 2 2 0.0s Case №4: Division | 2 2 0.0s Test Summary: | Pass Total Time TimeArray modification | 14 14 1.3s Case №1: Replace TimeTick's | 1 1 0.2s Case №2: Replacing NaN's | 2 2 0.1s Case №3: Fill methods | 5 5 0.7s Case №1: Append method | 2 2 0.1s Case №1: Vcat method | 2 2 0.1s Case №1: Vcat method | 2 2 0.2s Test Summary: | Pass Total Time | 44 44 5.8s Case №1: Fixed window | 16 16 3.5s Case №2: Periodic window | 16 16 1.2s Case №3: SMA | 4 4 0.4s Case №4: Lag | 2 2 0.1s Case №5: WMA | 4 4 0.5s Case №5: EMA | 2 2 0.2s Test Summary: | Pass Total Time Resampling | 9 9 3.3s Case №1: Resample empty | 1 1 0.5s Case №3: Resample custom func | 2 2 0.5s Case №4: Resample custom func with empty | 1 1 0.4s Case №5: Resample Real timestamps | 2 2 0.6s Case №6: Resample Date | 3 3 1.3s Test Summary: | Pass Total Time Pandas resampling | 56 56 7.3s Case №1:{'closed': 'left', 'label': 'left', 'origin': 'start'} | 7 7 1.3s Case №2:{'closed': 'right', 'label': 'left', 'origin': 'start'} | 7 7 0.8s Case №3:{'closed': 'left', 'label': 'right', 'origin': 'start'} | 7 7 0.8s Case №4:{'closed': 'right', 'label': 'right', 'origin': 'start'} | 7 7 0.8s Case №5:{'closed': 'left', 'label': 'left', 'origin': 'end'} | 7 7 0.9s Case №6:{'closed': 'right', 'label': 'left', 'origin': 'end'} | 7 7 0.9s Case №7:{'closed': 'left', 'label': 'right', 'origin': 'end'} | 7 7 0.8s Case №8:{'closed': 'right', 'label': 'right', 'origin': 'end'} | 7 7 0.8s Test Summary: | Pass Total Time Custom type TimeTick | 11 11 2.7s Case №1: Merge functions | 1 1 0.8s Case №2: Fill functions | 3 3 0.3s Case №3: Window functions | 4 4 0.6s Case №4: Resample functions | 3 3 1.0s Testing TimeArrays tests passed Testing completed after 53.83s PkgEval succeeded after 87.08s