Package evaluation to test TensorKitAdapters on Julia 1.14.0-DEV.1584 (ac5fadde9b*) started at 2026-01-18T12:18:49.509 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.98s ################################################################################ # Installation # Installing TensorKitAdapters... Resolving package versions... Installed TensorKitAdapters ─ v0.1.0 Updating `~/.julia/environments/v1.14/Project.toml` [365c3f09] + TensorKitAdapters v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [365c3f09] + TensorKitAdapters v0.1.0 Installation completed after 4.05s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4847.7 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling packages... 4802.3 ms ✓ MacroTools 811.2 ms ✓ TensorKitAdapters 1695.6 ms ✓ InlineStrings 1205.9 ms ✓ ConstructionBase 858.4 ms ✓ DataValueInterfaces 1206.8 ms ✓ Zeros 873.9 ms ✓ Indexing 948.7 ms ✓ ArgCheck 1081.1 ms ✓ TupleTools 2275.0 ms ✓ Baselet 1010.6 ms ✓ StableTasks 1038.4 ms ✓ ExternalDocstrings 1049.4 ms ✓ StaticArraysCore 991.1 ms ✓ ChunkSplitters 871.8 ms ✓ Suppressor 849.3 ms ✓ IfElse 1136.7 ms ✓ LRUCache 885.4 ms ✓ PtrArrays 901.6 ms ✓ TaskLocalValues 1271.3 ms ✓ VectorInterface 1311.1 ms ✓ BitIntegers 1047.2 ms ✓ HalfIntegers 930.0 ms ✓ DataAPI 927.4 ms ✓ SciMLPublic 842.0 ms ✓ CommonWorldInvalidations 997.8 ms ✓ InverseFunctions 817.6 ms ✓ SafeTestsets 901.3 ms ✓ CompositionsBase 1675.7 ms ✓ InitialValues 5231.6 ms ✓ MatrixAlgebraKit 2324.3 ms ✓ FillArrays 905.2 ms ✓ IntegerMathUtils 973.6 ms ✓ ExprTools 973.4 ms ✓ RationalRoots 1416.3 ms ✓ OrderedCollections 1016.9 ms ✓ HashArrayMappedTries 1182.3 ms ✓ DocStringExtensions 936.2 ms ✓ SerializedElementArrays 918.2 ms ✓ DefineSingletons 819.4 ms ✓ IteratorInterfaceExtensions 871.9 ms ✓ PackageExtensionCompat 1258.2 ms ✓ Requires 1622.9 ms ✓ TestExtras 1226.3 ms ✓ Compat 1212.0 ms ✓ Preferences 3388.2 ms ✓ SimpleTraits 894.4 ms ✓ ConstructionBase → ConstructionBaseLinearAlgebraExt 2092.3 ms ✓ Dictionaries 2429.6 ms ✓ ThreadedScans 720.9 ms ✓ LRUCache → SerializationExt 931.1 ms ✓ InverseFunctions → InverseFunctionsDatesExt 1697.6 ms ✓ InverseFunctions → InverseFunctionsTestExt 851.2 ms ✓ CompositionsBase → CompositionsBaseInverseFunctionsExt 1623.4 ms ✓ FillArrays → FillArraysSparseArraysExt 1225.6 ms ✓ Primes 3632.9 ms ✓ TimerOutputs 949.2 ms ✓ ScopedValues 809.2 ms ✓ TableTraits 999.9 ms ✓ StridedViews 1046.5 ms ✓ Adapt 902.0 ms ✓ Compat → CompatLinearAlgebraExt 1006.1 ms ✓ PrecompileTools 3275.7 ms ✓ Setfield 1488.9 ms ✓ SplitApplyCombine 5294.2 ms ✓ Accessors 4006.7 ms ✓ WignerSymbols 1856.1 ms ✓ Tables 818.1 ms ✓ StridedViews → StridedViewsPtrArraysExt 1299.3 ms ✓ Strided 1262.7 ms ✓ ArrayInterface 1386.4 ms ✓ Adapt → AdaptSparseArraysExt 1001.4 ms ✓ Referenceables 2845.1 ms ✓ ChainRulesCore 7052.1 ms ✓ Aqua 1347.1 ms ✓ Functors 14994.4 ms ✓ StaticArrays 6944.5 ms ✓ Static 17009.4 ms ✓ IsApprox 3746.7 ms ✓ SplittablesBase 1859.6 ms ✓ Accessors → TestExt 2243.7 ms ✓ Accessors → LinearAlgebraExt ┌ Info: TensorOperations can optionally be instructed to precompile several functions, which can be used to reduce the time to first execution (TTFX). │ This is disabled by default as this can take a while on some machines, and is only relevant for contraction-heavy workloads. │ │ To enable or disable precompilation, you can use the following script: │ │ ```julia │ using TensorOperations, Preferences │ set_preferences!(TensorOperations, "precompile_workload" => true; force=true) │ ``` │ └ This will create a `LocalPreferences.toml` file next to your current `Project.toml` file to store this setting in a persistent way. 3779.1 ms ✓ TensorOperations 883.0 ms ✓ ArrayInterface → ArrayInterfaceStaticArraysCoreExt 1402.0 ms ✓ ArrayInterface → ArrayInterfaceSparseArraysExt 1423.1 ms ✓ ChainRulesCore → ChainRulesCoreSparseArraysExt 1604.3 ms ✓ MatrixAlgebraKit → MatrixAlgebraKitChainRulesCoreExt 912.5 ms ✓ ArrayInterface → ArrayInterfaceChainRulesCoreExt 1607.2 ms ✓ StaticArrays → StaticArraysChainRulesCoreExt 1582.4 ms ✓ ConstructionBase → ConstructionBaseStaticArraysExt 1690.2 ms ✓ FillArrays → FillArraysStaticArraysExt 1526.7 ms ✓ Adapt → AdaptStaticArraysExt 1675.4 ms ✓ Accessors → StaticArraysExt 5652.2 ms ✓ StaticArrayInterface 1781.6 ms ✓ BangBang 1948.1 ms ✓ TensorOperations → TensorOperationsChainRulesCoreExt 16879.6 ms ✓ TensorKitSectors 24043.1 ms ✓ ArrayLayouts 1738.5 ms ✓ StaticArrayInterface → StaticArrayInterfaceStaticArraysExt 4066.4 ms ✓ EllipsisNotation 2295.6 ms ✓ OhMyThreads 1266.1 ms ✓ BangBang → BangBangChainRulesCoreExt 1251.6 ms ✓ BangBang → BangBangTablesExt 1864.7 ms ✓ BangBang → BangBangStaticArraysExt 3027.5 ms ✓ MicroCollections 3369.2 ms ✓ ArrayLayouts → ArrayLayoutsSparseArraysExt 5194.5 ms ✓ BlockArrays 1607.2 ms ✓ OhMyThreads → MarkdownExt 16837.8 ms ✓ TensorKit 8120.9 ms ✓ Transducers 3124.9 ms ✓ BlockArrays → BlockArraysAdaptExt 2959.4 ms ✓ TensorKit → TensorKitChainRulesCoreExt 2010.1 ms ✓ Transducers → TransducersAdaptExt 2020.0 ms ✓ Transducers → TransducersReferenceablesExt 6092.1 ms ✓ Transducers → TransducersBlockArraysExt 8115.7 ms ✓ Folds 12476.1 ms ✓ NDTensors 15933.4 ms ✓ ITensors 8537.2 ms ✓ ITensors → ITensorsTensorOperationsExt 9000.0 ms ✓ ITensors → ITensorsVectorInterfaceExt 9411.9 ms ✓ TensorKitAdapters → ITensorsExt 120 dependencies successfully precompiled in 362 seconds. 34 already precompiled. 1 dependency had output during precompilation: ┌ TensorOperations │ ┌ Info: TensorOperations can optionally be instructed to precompile several functions, which can be used to reduce the time to first execution (TTFX). │ │ This is disabled by default as this can take a while on some machines, and is only relevant for contraction-heavy workloads. │ │ │ │ To enable or disable precompilation, you can use the following script: │ │ │ │ ```julia │ │ using TensorOperations, Preferences │ │ set_preferences!(TensorOperations, "precompile_workload" => true; force=true) │ │ ``` │ │ │ └ This will create a `LocalPreferences.toml` file next to your current `Project.toml` file to store this setting in a persistent way. └ Precompilation completed after 386.11s ################################################################################ # Testing # Testing TensorKitAdapters Status `/tmp/jl_LBulcQ/Project.toml` [4c88cf16] Aqua v0.8.14 [9136182c] ITensors v0.9.18 [1bc83da4] SafeTestsets v0.1.0 [fd094767] Suppressor v0.2.8 [07d1fe3e] TensorKit v0.16.0 [365c3f09] TensorKitAdapters v0.1.0 [5ed8adda] TestExtras v0.3.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_LBulcQ/Manifest.toml` [7d9f7c33] Accessors v0.1.43 [79e6a3ab] Adapt v4.4.0 [4c88cf16] Aqua v0.8.14 [dce04be8] ArgCheck v2.5.0 [4fba245c] ArrayInterface v7.22.0 [4c555306] ArrayLayouts v1.12.2 [198e06fe] BangBang v0.4.6 [9718e550] Baselet v0.1.1 [c3b6d118] BitIntegers v0.3.7 [8e7c35d0] BlockArrays v1.9.3 [d360d2e6] ChainRulesCore v1.26.0 [ae650224] ChunkSplitters v3.1.2 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.18.1 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.6.0 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [244e2a9f] DefineSingletons v0.1.2 [85a47980] Dictionaries v0.4.6 [ffbed154] DocStringExtensions v0.9.5 [da5c29d0] EllipsisNotation v1.9.0 [e2ba6199] ExprTools v0.1.10 [e189563c] ExternalDocstrings v0.1.1 [1a297f60] FillArrays v1.16.0 [41a02a25] Folds v0.2.10 [d9f16b24] Functors v0.5.2 [f0d1745a] HalfIntegers v1.6.0 [076d061b] HashArrayMappedTries v0.2.0 [9136182c] ITensors v0.9.18 [615f187c] IfElse v0.1.1 [313cdc1a] Indexing v1.1.1 [22cec73e] InitialValues v0.3.1 [842dd82b] InlineStrings v1.4.5 [18e54dd8] IntegerMathUtils v0.1.3 [3587e190] InverseFunctions v0.1.17 [28f27b66] IsApprox v2.0.0 [82899510] IteratorInterfaceExtensions v1.0.0 [8ac3fa9e] LRUCache v1.6.2 [1914dd2f] MacroTools v0.5.16 [6c742aac] MatrixAlgebraKit v0.6.2 [128add7d] MicroCollections v0.2.0 [23ae76d9] NDTensors v0.4.18 [67456a42] OhMyThreads v0.8.5 [bac558e1] OrderedCollections v1.8.1 [65ce6f38] PackageExtensionCompat v1.0.2 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [27ebfcd6] Primes v0.5.7 [43287f4e] PtrArrays v1.3.0 [308eb6b3] RationalRoots v0.2.1 [42d2dcc6] Referenceables v0.1.3 [ae029012] Requires v1.3.1 [1bc83da4] SafeTestsets v0.1.0 [431bcebd] SciMLPublic v1.0.1 [7e506255] ScopedValues v1.5.0 [d3ce8812] SerializedElementArrays v0.1.0 [efcf1570] Setfield v1.1.2 [699a6c99] SimpleTraits v0.9.5 [03a91e81] SplitApplyCombine v1.2.3 [171d559e] SplittablesBase v0.1.15 [91464d47] StableTasks v0.1.7 [aedffcd0] Static v1.3.1 [0d7ed370] StaticArrayInterface v1.8.0 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [5e0ebb24] Strided v2.3.2 [4db3bf67] StridedViews v0.4.2 [fd094767] Suppressor v0.2.8 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [ed4db957] TaskLocalValues v0.1.3 [07d1fe3e] TensorKit v0.16.0 [365c3f09] TensorKitAdapters v0.1.0 [13a9c161] TensorKitSectors v0.3.4 [6aa20fa7] TensorOperations v5.4.0 [5ed8adda] TestExtras v0.3.2 [24d252fe] ThreadedScans v0.1.0 [a759f4b9] TimerOutputs v0.5.29 [28d57a85] Transducers v0.4.85 [9d95972d] TupleTools v1.6.0 [409d34a3] VectorInterface v0.5.0 [9f57e263] WignerSymbols v2.0.0 [bd1ec220] Zeros v0.4.0 [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.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [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.18.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.12.2 [4536629a] OpenBLAS_jll v0.3.29+0 [458c3c95] OpenSSL_jll v3.5.4+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.7.0+0 Testing Running tests... Test Summary: | Pass Total Time test_aqua.jl | 11 11 49.7s ┌ Info: TensorOperations can optionally be instructed to precompile several functions, which can be used to reduce the time to first execution (TTFX). │ This is disabled by default as this can take a while on some machines, and is only relevant for contraction-heavy workloads. │ │ To enable or disable precompilation, you can use the following script: │ │ ```julia │ using TensorOperations, Preferences │ set_preferences!(TensorOperations, "precompile_workload" => true; force=true) │ ``` │ └ This will create a `LocalPreferences.toml` file next to your current `Project.toml` file to store this setting in a persistent way. 1 dependency had output during precompilation: ┌ TensorOperations │ ┌ Info: TensorOperations can optionally be instructed to precompile several functions, which can be used to reduce the time to first execution (TTFX). │ │ This is disabled by default as this can take a while on some machines, and is only relevant for contraction-heavy workloads. │ │ │ │ To enable or disable precompilation, you can use the following script: │ │ │ │ ```julia │ │ using TensorOperations, Preferences │ │ set_preferences!(TensorOperations, "precompile_workload" => true; force=true) │ │ ``` │ │ │ └ This will create a `LocalPreferences.toml` file next to your current `Project.toml` file to store this setting in a persistent way. └ Test Summary: | Total Time test_basics.jl | 0 1m08.6s Test Summary: | Pass Total Time test_itensor.jl | 1189 1189 7m32.4s Test Summary: | Total Time examples.jl | 0 0.1s 572.854003 seconds (189.97 M allocations: 10.925 GiB, 1.72% gc time, 49.49% compilation time: 10% of which was recompilation) Testing TensorKitAdapters tests passed Testing completed after 583.15s PkgEval succeeded after 999.12s