Package evaluation to test TimeseriesFeatures on Julia 1.12.4 (0f21d93eaa*) started at 2026-01-26T19:38:27.122 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 6.94s ################################################################################ # Installation # Installing TimeseriesFeatures... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [f3112013] + TimeseriesFeatures v0.6.1 Updating `~/.julia/environments/v1.12/Manifest.toml` [79e6a3ab] + Adapt v4.4.0 [4fba245c] + ArrayInterface v7.22.0 [187b0558] + ConstructionBase v1.6.0 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [0703355e] + DimensionalData v0.29.25 [411431e0] + Extents v0.1.6 [85a1e053] + Interfaces v0.3.2 [8197267c] + IntervalSets v0.7.13 [41ab1584] + InvertedIndices v1.3.1 [82899510] + IteratorInterfaceExtensions v1.0.0 [bac558e1] + OrderedCollections v1.8.1 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [33c8b6b6] + ProgressLogging v0.1.6 [3cdcf5f2] + RecipesBase v1.3.4 [ae029012] + Requires v1.3.1 [10745b16] + Statistics v1.11.1 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [f3112013] + TimeseriesFeatures v0.6.1 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [56ddb016] + Logging 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 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.48s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 6123.1 ms ✓ Normalization 1412.7 ms ✓ FFTW_jll 1569.7 ms ✓ OpenSpecFun_jll 4897.3 ms ✓ Peaks 13598.4 ms ✓ MakieCore 9995.7 ms ✓ UnicodePlots → UnitfulExt 14346.0 ms ✓ DimensionalData → DimensionalDataNearestNeighborsExt 8553.1 ms ✓ TimeseriesFeatures 139568.3 ms ✓ RecurrenceAnalysis 3556.0 ms ✓ Normalization → UnitfulExt 9685.1 ms ✓ Normalization → DimensionalDataExt 7700.6 ms ✓ FFTW 5832.9 ms ✓ SpecialFunctions 12149.0 ms ✓ TimeseriesFeatures → StatsBaseExt 12867.0 ms ✓ Polynomials → PolynomialsFFTWExt 4454.0 ms ✓ SpecialFunctions → SpecialFunctionsChainRulesCoreExt 2532.3 ms ✓ HypergeometricFunctions 9000.5 ms ✓ Measurements → MeasurementsSpecialFunctionsExt 1334.7 ms ✓ ColorVectorSpace → SpecialFunctionsExt 14855.6 ms ✓ DSP 8094.8 ms ✓ StatsFuns 6193.6 ms ✓ LombScargle 9136.3 ms ✓ Wavelets 1093.4 ms ✓ StatsFuns → StatsFunsInverseFunctionsExt 3949.5 ms ✓ StatsFuns → StatsFunsChainRulesCoreExt 9794.7 ms ✓ Distributions 39567.0 ms ✓ HypothesisTests 3692.9 ms ✓ Distributions → DistributionsTestExt 6259.5 ms ✓ Distributions → DistributionsChainRulesCoreExt 39859.3 ms ✓ DelayEmbeddings 34318.2 ms ✓ ComplexityMeasures 49702.1 ms ✓ TimeseriesSurrogates 281071.1 ms ✓ TimeseriesTools 290471.2 ms ✓ Associations 151221.6 ms ✓ TimeseriesTools → DSPExt 34146.9 ms ✓ TimeseriesTools → ComplexityMeasuresExt 29105.4 ms ✓ TimeseriesFeatures → TimeseriesToolsExt 37 dependencies successfully precompiled in 1285 seconds. 202 already precompiled. 8 dependencies had output during precompilation: ┌ RecurrenceAnalysis │ WARNING: Constructor for type "Dict" was extended in `RecurrenceAnalysis` without explicit qualification or import. │ NOTE: Assumed "Dict" refers to `Base.Dict`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Dict end`. │ Hint: To silence the warning, qualify `Dict` as `Base.Dict` in the method signature or explicitly `import Base: Dict`. └ ┌ TimeseriesFeatures → StatsBaseExt │ WARNING: Constructor for type "IndexStyle" was extended in `FeatureSets` without explicit qualification or import. │ NOTE: Assumed "IndexStyle" refers to `Base.IndexStyle`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function IndexStyle end`. │ Hint: To silence the warning, qualify `IndexStyle` as `Base.IndexStyle` in the method signature or explicitly `import Base: IndexStyle`. └ ┌ TimeseriesTools → DSPExt │ WARNING: Constructor for type "Between" was extended in `TimeseriesTools` without explicit qualification or import. │ NOTE: Assumed "Between" refers to `DimensionalData.Between`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Between end`. │ Hint: To silence the warning, qualify `Between` as `DimensionalData.Between` in the method signature or explicitly `import DimensionalData: Between`. │ WARNING: Constructor for type "Touches" was extended in `TimeseriesTools` without explicit qualification or import. │ NOTE: Assumed "Touches" refers to `DimensionalData.Touches`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Touches end`. │ Hint: To silence the warning, qualify `Touches` as `DimensionalData.Touches` in the method signature or explicitly `import DimensionalData: Touches`. │ WARNING: Constructor for type "Where" was extended in `TimeseriesTools` without explicit qualification or import. │ NOTE: Assumed "Where" refers to `DimensionalData.Where`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Where end`. │ Hint: To silence the warning, qualify `Where` as `DimensionalData.Where` in the method signature or explicitly `import DimensionalData: Where`. │ WARNING: Constructor for type "Contains" was extended in `TimeseriesTools` without explicit qualification or import. │ NOTE: Assumed "Contains" refers to `DimensionalData.Contains`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Contains end`. │ Hint: To silence the warning, qualify `Contains` as `DimensionalData.Contains` in the method signature or explicitly `import DimensionalData: Contains`. └ ┌ Associations │ WARNING: Constructor for type "Integer" was extended in `ComplexityMeasures` without explicit qualification or import. │ NOTE: Assumed "Integer" refers to `Base.Integer`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Integer end`. │ Hint: To silence the warning, qualify `Integer` as `Base.Integer` in the method signature or explicitly `import Base: Integer`. │ WARNING: Constructor for type "Dict" was extended in `RecurrenceAnalysis` without explicit qualification or import. │ NOTE: Assumed "Dict" refers to `Base.Dict`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Dict end`. │ Hint: To silence the warning, qualify `Dict` as `Base.Dict` in the method signature or explicitly `import Base: Dict`. │ │ Update message: Associations v4.0.0 │ │ - The package has been renamed from CausalityTools.jl to Associations.jl! As part of the renaming, Associations.jl has incremented its major version to v4, which is fully backwards compatible with CausalityTools v3. └ ┌ ComplexityMeasures │ WARNING: Constructor for type "Integer" was extended in `ComplexityMeasures` without explicit qualification or import. │ NOTE: Assumed "Integer" refers to `Base.Integer`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Integer end`. │ Hint: To silence the warning, qualify `Integer` as `Base.Integer` in the method signature or explicitly `import Base: Integer`. └ ┌ TimeseriesTools → ComplexityMeasuresExt │ WARNING: Constructor for type "Integer" was extended in `ComplexityMeasures` without explicit qualification or import. │ NOTE: Assumed "Integer" refers to `Base.Integer`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Integer end`. │ Hint: To silence the warning, qualify `Integer` as `Base.Integer` in the method signature or explicitly `import Base: Integer`. └ ┌ TimeseriesFeatures │ WARNING: Constructor for type "IndexStyle" was extended in `FeatureSets` without explicit qualification or import. │ NOTE: Assumed "IndexStyle" refers to `Base.IndexStyle`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function IndexStyle end`. │ Hint: To silence the warning, qualify `IndexStyle` as `Base.IndexStyle` in the method signature or explicitly `import Base: IndexStyle`. └ ┌ TimeseriesTools │ WARNING: Constructor for type "Between" was extended in `TimeseriesTools` without explicit qualification or import. │ NOTE: Assumed "Between" refers to `DimensionalData.Between`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Between end`. │ Hint: To silence the warning, qualify `Between` as `DimensionalData.Between` in the method signature or explicitly `import DimensionalData: Between`. │ WARNING: Constructor for type "Touches" was extended in `TimeseriesTools` without explicit qualification or import. │ NOTE: Assumed "Touches" refers to `DimensionalData.Touches`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Touches end`. │ Hint: To silence the warning, qualify `Touches` as `DimensionalData.Touches` in the method signature or explicitly `import DimensionalData: Touches`. │ WARNING: Constructor for type "Where" was extended in `TimeseriesTools` without explicit qualification or import. │ NOTE: Assumed "Where" refers to `DimensionalData.Where`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Where end`. │ Hint: To silence the warning, qualify `Where` as `DimensionalData.Where` in the method signature or explicitly `import DimensionalData: Where`. │ WARNING: Constructor for type "Contains" was extended in `TimeseriesTools` without explicit qualification or import. │ NOTE: Assumed "Contains" refers to `DimensionalData.Contains`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Contains end`. │ Hint: To silence the warning, qualify `Contains` as `DimensionalData.Contains` in the method signature or explicitly `import DimensionalData: Contains`. └ Precompilation completed after 1293.66s ################################################################################ # Testing # Testing TimeseriesFeatures Status `/tmp/jl_rKEk3L/Project.toml` ⌃ [614afb3a] Associations v4.4.2 [6e4b80f9] BenchmarkTools v1.6.3 ⌅ [ab4b797d] ComplexityMeasures v3.7.4 ⌅ [717857b8] DSP v0.7.10 [0703355e] DimensionalData v0.29.25 [b4f34e82] Distances v0.10.12 ⌅ [be38d6a3] Normalization v0.7.3 [10745b16] Statistics v1.11.1 [2913bbd2] StatsBase v0.34.10 [f8b46487] TestItemRunner v1.1.4 [1c621080] TestItems v1.0.0 [f3112013] TimeseriesFeatures v0.6.1 ⌃ [380cddd1] TimeseriesTools v0.6.3 ⌅ [f5851436] FFTW_jll v3.3.9+8 ⌅ [efe28fd5] OpenSpecFun_jll v0.5.4+0 [37e2e46d] LinearAlgebra v1.12.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_rKEk3L/Manifest.toml` [621f4979] AbstractFFTs v1.5.0 [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.43 [79e6a3ab] Adapt v4.4.0 [66dad0bd] AliasTables v1.1.3 [ec485272] ArnoldiMethod v0.4.0 [4fba245c] ArrayInterface v7.22.0 ⌃ [614afb3a] Associations v4.4.2 [13072b0f] AxisAlgorithms v1.1.0 [198e06fe] BangBang v0.4.7 [6e4b80f9] BenchmarkTools v1.6.3 [49dc2e85] Calculus v0.5.2 [d360d2e6] ChainRulesCore v1.26.0 [ae650224] ChunkSplitters v3.1.2 [35d6a980] ColorSchemes v3.31.0 [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.1 [861a8166] Combinatorics v1.1.0 [38540f10] CommonSolve v0.2.6 [34da2185] Compat v4.18.1 ⌅ [ab4b797d] ComplexityMeasures v3.7.4 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.6.0 [d38c429a] Contour v0.6.3 [a8cc5b0e] Crayons v4.1.1 ⌅ [717857b8] DSP v0.7.10 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.3 [e2d170a0] DataValueInterfaces v1.0.0 [5732040d] DelayEmbeddings v2.9.0 [8bb1440f] DelimitedFiles v1.9.1 [0703355e] DimensionalData v0.29.25 [b4f34e82] Distances v0.10.12 [31c24e10] Distributions v0.25.123 [ffbed154] DocStringExtensions v0.9.5 [411431e0] Extents v0.1.6 [7a1cc6ca] FFTW v1.10.0 [5789e2e9] FileIO v1.17.1 [1a297f60] FillArrays v1.16.0 [53c48c17] FixedPointNumbers v0.8.5 [5c1252a2] GeometryBasics v0.5.10 [86223c79] Graphs v1.13.4 [076d061b] HashArrayMappedTries v0.2.0 [34004b35] HypergeometricFunctions v0.3.28 [09f84164] HypothesisTests v0.11.6 [d25df0c9] Inflate v0.1.5 [22cec73e] InitialValues v0.3.1 [85a1e053] Interfaces v0.3.2 [a98d9a8b] Interpolations v0.16.2 [8197267c] IntervalSets v0.7.13 [3587e190] InverseFunctions v0.1.17 [41ab1584] InvertedIndices v1.3.1 [92d709cd] IrrationalConstants v0.2.6 [c8e1da08] IterTools v1.10.0 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.1 ⌅ [682c06a0] JSON v0.21.4 [b964fa9f] LaTeXStrings v1.4.0 [2ab3a3ac] LogExpFunctions v0.3.29 [fc60dff9] LombScargle v1.0.3 [1914dd2f] MacroTools v0.5.16 ⌅ [20f20a25] MakieCore v0.9.5 [299715c1] MarchingCubes v0.1.11 [eff96d63] Measurements v2.14.1 [e1d29d7a] Missings v1.2.0 [77ba4419] NaNMath v1.1.3 [b8a86587] NearestNeighbors v0.4.26 [645ca80c] Neighborhood v0.2.4 ⌅ [be38d6a3] Normalization v0.7.3 [510215fc] Observables v0.5.5 [6fe1bfb0] OffsetArrays v1.17.0 [67456a42] OhMyThreads v0.8.5 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.37 [69de0a69] Parsers v2.8.3 ⌅ [18e31ff7] Peaks v0.5.3 [f27b6e38] Polynomials v4.1.0 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [33c8b6b6] ProgressLogging v0.1.6 [92933f4c] ProgressMeter v1.11.0 [43287f4e] PtrArrays v1.3.0 [1fd47b50] QuadGK v2.11.2 [c84ed2f1] Ratios v0.4.5 [3cdcf5f2] RecipesBase v1.3.4 [639c3291] RecurrenceAnalysis v2.1.3 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [79098fc4] Rmath v0.9.0 [f2b01f46] Roots v2.2.10 [fdea26ae] SIMD v3.7.2 [7e506255] ScopedValues v1.5.0 [6c6a2e73] Scratch v1.3.0 [efcf1570] Setfield v1.1.2 [699a6c99] SimpleTraits v0.9.5 [a2af1166] SortingAlgorithms v1.2.2 [276daf66] SpecialFunctions v2.6.1 [91464d47] StableTasks v0.1.7 [40b095a5] StateSpaceSets v2.5.3 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.10 [4c63d2b9] StatsFuns v1.5.2 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [ed4db957] TaskLocalValues v0.1.3 [62fd8b95] TensorCore v0.1.1 [f8b46487] TestItemRunner v1.1.4 [1c621080] TestItems v1.0.0 [f3112013] TimeseriesFeatures v0.6.1 [c804724b] TimeseriesSurrogates v2.8.0 ⌃ [380cddd1] TimeseriesTools v0.6.3 [b8865327] UnicodePlots v3.8.1 [1986cc42] Unitful v1.27.0 [29a6e085] Wavelets v0.10.1 [efce3f68] WoodburyMatrices v1.1.0 [5ae413db] EarCut_jll v2.2.4+0 ⌅ [f5851436] FFTW_jll v3.3.9+8 [1d5cc7b8] IntelOpenMP_jll v2025.2.0+0 [856f044c] MKL_jll v2025.2.0+0 ⌅ [efe28fd5] OpenSpecFun_jll v0.5.4+0 [f50d1b31] Rmath_jll v0.5.1+0 [1317d2d5] oneTBB_jll v2022.0.0+1 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [4af54fe1] LazyArtifacts v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.12.1 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.12.0 [f489334b] StyledStrings v1.11.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.15.0+0 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.11.4 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.4+0 [bea87d4a] SuiteSparse_jll v7.8.3+2 [83775a58] Zlib_jll v1.3.1+2 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.64.0+1 [3f19e933] p7zip_jll v17.7.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... Precompiling packages... Info Given TimeseriesFeatures was explicitly requested, output will be shown live  WARNING: Constructor for type "IndexStyle" was extended in `FeatureSets` without explicit qualification or import.  NOTE: Assumed "IndexStyle" refers to `Base.IndexStyle`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function IndexStyle end`.  Hint: To silence the warning, qualify `IndexStyle` as `Base.IndexStyle` in the method signature or explicitly `import Base: IndexStyle`. WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead). You may need to write `f(x::Vararg{T})` rather than `f(x::Vararg{<:T})` or `f(x::Vararg{T}) where T` instead of `f(x::Vararg{T} where T)`. To make this warning an error, and hence obtain a stack trace, use `julia --depwarn=error`. 9826.3 ms ✓ TimeseriesFeatures 1 dependency successfully precompiled in 10 seconds. 31 already precompiled. 1 dependency had output during precompilation: ┌ TimeseriesFeatures │ [Output was shown above] └ Precompiling packages... 5716.5 ms ✓ FFTW_jll 1551.4 ms ✓ OpenSpecFun_jll 44083.0 ms ✓ Polynomials 5004.0 ms ✓ IntelOpenMP_jll 6401.3 ms ✓ oneTBB_jll 5029.8 ms ✓ SpecialFunctions 6808.2 ms ✓ MKL_jll 7686.7 ms ✓ FFTW 3451.2 ms ✓ Polynomials → PolynomialsFFTWExt 6865.3 ms ✓ DSP 10 dependencies successfully precompiled in 93 seconds. 53 already precompiled. Precompiling packages... 6477.4 ms ✓ DimensionalData → DimensionalDataAbstractFFTsExt 1 dependency successfully precompiled in 7 seconds. 30 already precompiled. Precompiling packages... 7238.2 ms ✓ StatsBase 1842.8 ms ✓ BangBang 16760.3 ms ✓ StaticArrays 9595.8 ms ✓ ColorSchemes 4735.0 ms ✓ SpecialFunctions → SpecialFunctionsChainRulesCoreExt 2343.8 ms ✓ HypergeometricFunctions 1655.8 ms ✓ Measurements → MeasurementsSpecialFunctionsExt 1963.8 ms ✓ ColorVectorSpace → SpecialFunctionsExt 3725.3 ms ✓ Polynomials → PolynomialsChainRulesCoreExt 8069.2 ms ✓ Wavelets 1710.1 ms ✓ PDMats → StatsBaseExt 1340.4 ms ✓ BangBang → BangBangChainRulesCoreExt 5305.5 ms ✓ OhMyThreads 5773.3 ms ✓ ArnoldiMethod 4169.8 ms ✓ StaticArrays → StaticArraysChainRulesCoreExt 1472.5 ms ✓ StaticArrays → StaticArraysStatisticsExt 1734.2 ms ✓ FillArrays → FillArraysStaticArraysExt 1507.6 ms ✓ ConstructionBase → ConstructionBaseStaticArraysExt 2268.6 ms ✓ Adapt → AdaptStaticArraysExt 1998.2 ms ✓ Accessors → StaticArraysExt 9239.7 ms ✓ MarchingCubes 2768.7 ms ✓ BangBang → BangBangStaticArraysExt 6024.8 ms ✓ StatsFuns 2527.4 ms ✓ LombScargle 1559.4 ms ✓ OhMyThreads → MarkdownExt 10110.8 ms ✓ NearestNeighbors 13681.9 ms ✓ Graphs 8352.2 ms ✓ Interpolations 97790.8 ms ✓ UnicodePlots 1094.4 ms ✓ StatsFuns → StatsFunsInverseFunctionsExt 3727.0 ms ✓ StatsFuns → StatsFunsChainRulesCoreExt 9549.7 ms ✓ Distributions 3493.7 ms ✓ Neighborhood 3455.1 ms ✓ Graphs → GraphsSharedArraysExt 4859.3 ms ✓ HypothesisTests 3751.3 ms ✓ Distributions → DistributionsTestExt 5953.3 ms ✓ Distributions → DistributionsChainRulesCoreExt 6297.8 ms ✓ StateSpaceSets 12511.2 ms ✓ RecurrenceAnalysis 8088.6 ms ✓ DelayEmbeddings 15627.1 ms ✓ ComplexityMeasures 14931.6 ms ✓ TimeseriesSurrogates 23494.6 ms ✓ Associations 43 dependencies successfully precompiled in 358 seconds. 137 already precompiled. 2 dependencies had output during precompilation: ┌ RecurrenceAnalysis │ WARNING: Constructor for type "Dict" was extended in `RecurrenceAnalysis` without explicit qualification or import. │ NOTE: Assumed "Dict" refers to `Base.Dict`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Dict end`. │ Hint: To silence the warning, qualify `Dict` as `Base.Dict` in the method signature or explicitly `import Base: Dict`. └ ┌ ComplexityMeasures │ WARNING: Constructor for type "Integer" was extended in `ComplexityMeasures` without explicit qualification or import. │ NOTE: Assumed "Integer" refers to `Base.Integer`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Integer end`. │ Hint: To silence the warning, qualify `Integer` as `Base.Integer` in the method signature or explicitly `import Base: Integer`. └ Precompiling packages... 7037.8 ms ✓ DimensionalData → DimensionalDataNearestNeighborsExt 1 dependency successfully precompiled in 8 seconds. 39 already precompiled. Precompiling packages... 2347.5 ms ✓ DimensionalData → DimensionalDataStatsBaseExt 1 dependency successfully precompiled in 3 seconds. 46 already precompiled. Precompiling packages... 3036.8 ms ✓ TimeseriesFeatures → StatsBaseExt 1 dependency successfully precompiled in 4 seconds. 53 already precompiled. Precompiling packages... 2008.9 ms ✓ DimensionalData → DimensionalDataChainRulesCoreExt 1 dependency successfully precompiled in 2 seconds. 33 already precompiled. Precompiling packages... 1604.9 ms ✓ BangBang → BangBangTablesExt 1 dependency successfully precompiled in 2 seconds. 20 already precompiled. Precompiling packages... 7042.8 ms ✓ UnicodePlots → IntervalSetsExt 1 dependency successfully precompiled in 8 seconds. 58 already precompiled. "TimeseriesFeatures.FeatureSets.FeatureSet{TimeseriesFeatures.Features.Feature} with features: [:sum, :length]"TimeseriesFeatures.FeatureSets.FeatureSet{TimeseriesFeatures.Features.Feature} with features: sum ∑x¹ length ∑x⁰ DimArrays: Error During Test at /home/pkgeval/.julia/packages/TimeseriesFeatures/KFMFS/test/runtests.jl:312 Got exception outside of a @test LoadError: return type DimensionalData.DimMatrix{Float64, Tuple{DimensionalData.Dimensions.Dim{:var, DimensionalData.Dimensions.Lookups.Sampled{Int64, UnitRange{Int64}, DimensionalData.Dimensions.Lookups.ForwardOrdered, DimensionalData.Dimensions.Lookups.Regular{Int64}, DimensionalData.Dimensions.Lookups.Points, DimensionalData.Dimensions.Lookups.NoMetadata}}, DimensionalData.Dimensions.Y{DimensionalData.Dimensions.Lookups.Sampled{Int64, UnitRange{Int64}, DimensionalData.Dimensions.Lookups.ForwardOrdered, DimensionalData.Dimensions.Lookups.Regular{Int64}, DimensionalData.Dimensions.Lookups.Points, DimensionalData.Dimensions.Lookups.NoMetadata}}}, Tuple{}, Matrix{Float64}, DimensionalData.NoName, DimensionalData.Dimensions.Lookups.NoMetadata} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] top-level scope @ ~/.julia/packages/TimeseriesFeatures/KFMFS/test/runtests.jl:365 [3] eval(m::Module, e::Any) @ Core ./boot.jl:489 [4] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2870 [5] include_string(m::Module, txt::String, fname::String) @ Base ./loading.jl:2880 [6] #run_testitem##6 @ ~/.julia/packages/TestItemRunner/ax5HJ/src/TestItemRunner.jl:119 [inlined] [7] withpath(f::TestItemRunner.var"#run_testitem##6#run_testitem##7"{String, String, Module}, path::String) @ TestItemRunner ~/.julia/packages/TestItemRunner/ax5HJ/src/vendored_code.jl:7 [8] cd(f::TestItemRunner.var"#run_testitem##4#run_testitem##5"{String, String, Module}, dir::String) @ Base.Filesystem ./file.jl:107 [9] run_testitem(filepath::String, use_default_usings::Bool, setups::Vector{Symbol}, package_name::String, original_code::String, line::Int64, column::Int64, test_setup_module_set::TestItemRunner.TestSetupModuleSet, testsetups::Dict{Symbol, Any}) @ TestItemRunner ~/.julia/packages/TestItemRunner/ax5HJ/src/TestItemRunner.jl:117 [10] run_tests(path::String; filter::Nothing, verbose::Bool) @ TestItemRunner ~/.julia/packages/TestItemRunner/ax5HJ/src/TestItemRunner.jl:230 [11] run_tests(path::String) @ TestItemRunner ~/.julia/packages/TestItemRunner/ax5HJ/src/TestItemRunner.jl:134 [12] top-level scope @ ~/.julia/packages/TimeseriesFeatures/KFMFS/test/runtests.jl:5 [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core ./boot.jl:489 [16] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [17] _start() @ Base ./client.jl:550 in expression starting at /home/pkgeval/.julia/packages/TimeseriesFeatures/KFMFS/test/runtests.jl:365 ┌ Warning: `cholesky!(A::StridedMatrix, ::Val{false}; check::Bool = true)` is deprecated, use `cholesky!(A, NoPivot(); check)` instead. │ caller = pacf_regress!(r::Matrix{Float64}, X::Matrix{Float64}, lags::UnitRange{Int64}, mk::Int64) at signalcorr.jl:564 └ @ Core ~/.julia/packages/StatsBase/lRQEN/src/signalcorr.jl:564 ┌ Warning: `cholesky!(A::StridedMatrix, ::Val{false}; check::Bool = true)` is deprecated, use `cholesky!(A, NoPivot(); check)` instead. │ caller = pacf_regress!(r::Matrix{Float64}, X::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Matrix{Float64}, Tuple{Base.Slice{Base.OneTo{Int64}}, Int64}, true}, Tuple{}}, lags::UnitRange{Int64}, mk::Int64) at signalcorr.jl:564 └ @ Core ~/.julia/packages/StatsBase/lRQEN/src/signalcorr.jl:564 ┌ Warning: `cholesky!(A::StridedMatrix, ::Val{false}; check::Bool = true)` is deprecated, use `cholesky!(A, NoPivot(); check)` instead. │ caller = pacf_regress!(r::Matrix{Float64}, X::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Matrix{Float64}, Tuple{Base.Slice{Base.OneTo{Int64}}, Int64}, true}, Tuple{}}, lags::Vector{Int64}, mk::Int64) at signalcorr.jl:564 └ @ Core ~/.julia/packages/StatsBase/lRQEN/src/signalcorr.jl:564 Feature autocorrelation: 0.003187 seconds (2.94 k allocations: 3.143 MiB) SuperFeature autocorrelation: 0.000423 seconds (584 allocations: 110.430 KiB) Feature partial autocorrelation: 0.220736 seconds (47.59 k allocations: 72.674 MiB, 11.75% gc time) Superfeature partial autocorrelation: 0.180213 seconds (46.34 k allocations: 10.122 MiB) Precompiling packages... 5484.6 ms ✓ Normalization 9444.7 ms ✓ FileIO 26918.9 ms ✓ GeometryBasics 3672.2 ms ✓ Interpolations → InterpolationsUnitfulExt 3354.7 ms ✓ Normalization → UnitfulExt 2084.6 ms ✓ Normalization → DimensionalDataExt 12871.7 ms ✓ MakieCore Info Given TimeseriesTools was explicitly requested, output will be shown live  WARNING: Constructor for type "Between" was extended in `TimeseriesTools` without explicit qualification or import.  NOTE: Assumed "Between" refers to `DimensionalData.Between`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Between end`.  Hint: To silence the warning, qualify `Between` as `DimensionalData.Between` in the method signature or explicitly `import DimensionalData: Between`. WARNING: Constructor for type "Touches" was extended in `TimeseriesTools` without explicit qualification or import.  NOTE: Assumed "Touches" refers to `DimensionalData.Touches`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Touches end`.  Hint: To silence the warning, qualify `Touches` as `DimensionalData.Touches` in the method signature or explicitly `import DimensionalData: Touches`. WARNING: Constructor for type "Where" was extended in `TimeseriesTools` without explicit qualification or import.  NOTE: Assumed "Where" refers to `DimensionalData.Where`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Where end`.  Hint: To silence the warning, qualify `Where` as `DimensionalData.Where` in the method signature or explicitly `import DimensionalData: Where`. WARNING: Constructor for type "Contains" was extended in `TimeseriesTools` without explicit qualification or import.  NOTE: Assumed "Contains" refers to `DimensionalData.Contains`. This behavior is deprecated and may differ in future versions.`  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Contains end`.  Hint: To silence the warning, qualify `Contains` as `DimensionalData.Contains` in the method signature or explicitly `import DimensionalData: Contains`. 26832.7 ms ✓ TimeseriesTools 20845.9 ms ✓ TimeseriesTools → DSPExt 9 dependencies successfully precompiled in 113 seconds. 193 already precompiled. 1 dependency had output during precompilation: ┌ TimeseriesTools │ [Output was shown above] └ Precompiling packages... 9577.2 ms ✓ UnicodePlots → UnitfulExt 1 dependency successfully precompiled in 10 seconds. 61 already precompiled. Precompiling packages... 12339.5 ms ✓ TimeseriesTools → ComplexityMeasuresExt 1 dependency successfully precompiled in 13 seconds. 204 already precompiled. Precompiling packages... 14849.1 ms ✓ TimeseriesFeatures → TimeseriesToolsExt 1 dependency successfully precompiled in 16 seconds. 204 already precompiled. Test Summary: | Pass Error Total Time Package | 184 1 185 15m16.4s test/runtests.jl | 184 1 185 15m16.1s Features | 32 32 8m59.0s FeatureArrays | 10 10 11.6s SuperFeatures | 0 0.4s FeatureSet | 20 20 11.6s Multidimensional arrays | 10 10 0.8s Vector of vectors | 7 7 2.0s SuperFeatures | 32 32 19.2s DimArrays | 22 1 23 17.6s ACF and PACF | 2 2 18.1s PACF superfeatures | 2 2 7.8s RAD | 2 2 6.7s PairwiseFeatures | 22 22 23.1s AssociationsExt | 4 4 10.4s Super | 7 7 36.9s PPC | 7 7 20.1s TimeseriesToolsExt | 2 2 3m01.7s Calculation type stability | 3 3 9.0s ERROR: LoadError: Some tests did not pass: 184 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/TimeseriesFeatures/KFMFS/test/runtests.jl:5 Testing failed after 946.69s ERROR: LoadError: Package TimeseriesFeatures errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2535 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2384 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:538 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:169 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:306 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:317 [12] _start() @ Base ./client.jl:550 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 2334.03s: package tests unexpectedly errored