Package evaluation to test TensorKitTensors on Julia 1.14.0-DEV.24 (d5fb6bbb43*) started at 2025-11-02T21:54:11.624 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.15s ################################################################################ # Installation # Installing TensorKitTensors... Resolving package versions... Installed HashArrayMappedTries ─── v0.2.0 Installed StridedViews ─────────── v0.4.1 Installed CompositionsBase ─────── v0.1.2 Installed ConstructionBase ─────── v1.6.0 Installed MacroTools ───────────── v0.5.16 Installed HalfIntegers ─────────── v1.6.0 Installed ChunkSplitters ───────── v3.1.2 Installed PrecompileTools ──────── v1.3.3 Installed TaskLocalValues ──────── v0.1.3 Installed IntegerMathUtils ─────── v0.1.3 Installed TupleTools ───────────── v1.6.0 Installed StableTasks ──────────── v0.1.7 Installed PackageExtensionCompat ─ v1.0.2 Installed InitialValues ────────── v0.3.1 Installed BangBang ─────────────── v0.4.6 Installed PtrArrays ────────────── v1.3.0 Installed ScopedValues ─────────── v1.5.0 Installed MatrixAlgebraKit ─────── v0.5.0 Installed InverseFunctions ─────── v0.1.17 Installed VectorInterface ──────── v0.5.0 Installed Preferences ──────────── v1.5.0 Installed OhMyThreads ──────────── v0.8.3 Installed TensorOperations ─────── v5.3.1 Installed WignerSymbols ────────── v2.0.0 Installed LRUCache ─────────────── v1.6.2 Installed Primes ───────────────── v0.5.7 Installed RationalRoots ────────── v0.2.1 Installed Strided ──────────────── v2.3.2 Installed TensorKitSectors ─────── v0.3.2 Installed TensorKitTensors ─────── v0.2.2 Installed Accessors ────────────── v0.1.42 Installed TensorKit ────────────── v0.15.3 Updating `~/.julia/environments/v1.14/Project.toml` [41b62e7d] + TensorKitTensors v0.2.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [7d9f7c33] + Accessors v0.1.42 [198e06fe] + BangBang v0.4.6 [ae650224] + ChunkSplitters v3.1.2 [a33af91c] + CompositionsBase v0.1.2 [187b0558] + ConstructionBase v1.6.0 [f0d1745a] + HalfIntegers v1.6.0 [076d061b] + HashArrayMappedTries v0.2.0 [22cec73e] + InitialValues v0.3.1 [18e54dd8] + IntegerMathUtils v0.1.3 [3587e190] + InverseFunctions v0.1.17 [8ac3fa9e] + LRUCache v1.6.2 [1914dd2f] + MacroTools v0.5.16 [6c742aac] + MatrixAlgebraKit v0.5.0 [67456a42] + OhMyThreads v0.8.3 [65ce6f38] + PackageExtensionCompat v1.0.2 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [27ebfcd6] + Primes v0.5.7 [43287f4e] + PtrArrays v1.3.0 [308eb6b3] + RationalRoots v0.2.1 [7e506255] + ScopedValues v1.5.0 [91464d47] + StableTasks v0.1.7 [5e0ebb24] + Strided v2.3.2 [4db3bf67] + StridedViews v0.4.1 [ed4db957] + TaskLocalValues v0.1.3 [07d1fe3e] + TensorKit v0.15.3 [13a9c161] + TensorKitSectors v0.3.2 [41b62e7d] + TensorKitTensors v0.2.2 [6aa20fa7] + TensorOperations v5.3.1 [9d95972d] + TupleTools v1.6.0 [409d34a3] + VectorInterface v0.5.0 [9f57e263] + WignerSymbols v2.0.0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [fa267f1f] + TOML v1.0.3 [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 5.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4526.3 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. 1 dependency had output during precompilation: ┌ TestEnv │ WARNING: Imported binding Operations.project_rel_path was undeclared at import time during import to TestEnv. └ ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 957.0 ms ✓ HalfIntegers 4024.1 ms ✓ MacroTools 1040.3 ms ✓ StableTasks 894.4 ms ✓ HashArrayMappedTries 4359.9 ms ✓ MatrixAlgebraKit 879.2 ms ✓ ChunkSplitters 764.4 ms ✓ IntegerMathUtils 807.2 ms ✓ CompositionsBase 979.8 ms ✓ LRUCache 778.1 ms ✓ PtrArrays 962.6 ms ✓ TupleTools 873.0 ms ✓ RationalRoots 1097.7 ms ✓ ConstructionBase 1578.8 ms ✓ InitialValues 1143.3 ms ✓ VectorInterface 788.7 ms ✓ TaskLocalValues 832.2 ms ✓ PackageExtensionCompat 903.2 ms ✓ InverseFunctions 1110.2 ms ✓ Preferences 843.8 ms ✓ ScopedValues 1083.6 ms ✓ Primes 909.8 ms ✓ ConstructionBase → ConstructionBaseLinearAlgebraExt 877.6 ms ✓ StridedViews 951.6 ms ✓ InverseFunctions → InverseFunctionsDatesExt 863.2 ms ✓ CompositionsBase → CompositionsBaseInverseFunctionsExt 925.6 ms ✓ PrecompileTools 3302.7 ms ✓ WignerSymbols 1195.8 ms ✓ Strided 734.8 ms ✓ StridedViews → StridedViewsPtrArraysExt 4488.4 ms ✓ Accessors 3320.9 ms ✓ TensorOperations 2310.6 ms ✓ Accessors → LinearAlgebraExt 13984.7 ms ✓ TensorKitSectors 1516.9 ms ✓ BangBang 1864.1 ms ✓ OhMyThreads 16239.9 ms ✓ TensorKit 3174.9 ms ✓ TensorKitTensors 37 dependencies successfully precompiled in 83 seconds. 5 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 99.5s ################################################################################ # Testing # Testing TensorKitTensors Status `/tmp/jl_wi22zK/Project.toml` [4c88cf16] Aqua v0.8.14 [1bc83da4] SafeTestsets v0.1.0 [860ef19b] StableRNGs v1.0.3 [07d1fe3e] TensorKit v0.15.3 [41b62e7d] TensorKitTensors v0.2.2 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_wi22zK/Manifest.toml` [7d9f7c33] Accessors v0.1.42 [4c88cf16] Aqua v0.8.14 [198e06fe] BangBang v0.4.6 [ae650224] ChunkSplitters v3.1.2 [34da2185] Compat v4.18.1 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.6.0 [f0d1745a] HalfIntegers v1.6.0 [076d061b] HashArrayMappedTries v0.2.0 [22cec73e] InitialValues v0.3.1 [18e54dd8] IntegerMathUtils v0.1.3 [3587e190] InverseFunctions v0.1.17 [8ac3fa9e] LRUCache v1.6.2 [1914dd2f] MacroTools v0.5.16 [6c742aac] MatrixAlgebraKit v0.5.0 [67456a42] OhMyThreads v0.8.3 [65ce6f38] PackageExtensionCompat v1.0.2 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [27ebfcd6] Primes v0.5.7 [43287f4e] PtrArrays v1.3.0 [308eb6b3] RationalRoots v0.2.1 [1bc83da4] SafeTestsets v0.1.0 [7e506255] ScopedValues v1.5.0 [860ef19b] StableRNGs v1.0.3 [91464d47] StableTasks v0.1.7 [5e0ebb24] Strided v2.3.2 [4db3bf67] StridedViews v0.4.1 [ed4db957] TaskLocalValues v0.1.3 [07d1fe3e] TensorKit v0.15.3 [13a9c161] TensorKitSectors v0.3.2 [41b62e7d] TensorKitTensors v0.2.2 [6aa20fa7] TensorOperations v5.3.1 [9d95972d] TupleTools v1.6.0 [409d34a3] VectorInterface v0.5.0 [9f57e263] WignerSymbols v2.0.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.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.13.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.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.16.0+0 [e37daf67] LibGit2_jll v1.9.1+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.9.9 [4536629a] OpenBLAS_jll v0.3.29+0 [458c3c95] OpenSSL_jll v3.5.4+0 [efcefdf7] PCRE2_jll v10.47.0+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.67.1+0 [3f19e933] p7zip_jll v17.6.0+0 Testing Running tests... Test Summary: | Pass Broken Total Time spin operators | 255 1 256 5m09.7s 310.994311 seconds (180.97 M allocations: 12.340 GiB, 2.40% gc time, 84.81% compilation time: 6% of which was recompilation) Test Summary: | Pass Total Time boson operators | 18 18 20.1s 20.135407 seconds (10.91 M allocations: 689.051 MiB, 1.08% gc time, 92.03% compilation time: <1% of which was recompilation) Test Summary: | Pass Total Time spinless fermion operators | 9 9 59.8s 59.775238 seconds (39.88 M allocations: 2.032 GiB, 1.24% gc time, 99.83% compilation time: <1% of which was recompilation) Test Summary: | Pass Broken Total Time Hubbard operators | 181 20 201 4m15.2s 255.245665 seconds (135.32 M allocations: 7.377 GiB, 1.11% gc time, 98.89% compilation time: <1% of which was recompilation) Test Summary: | Pass Total Time tj operators | 342 342 3m59.3s 239.339584 seconds (322.67 M allocations: 16.329 GiB, 2.88% gc time, 99.44% compilation time: <1% of which was recompilation) Test Summary: | Pass Total Time Aqua | 11 11 1m14.8s 74.795344 seconds (23.54 M allocations: 1.456 GiB, 3.04% gc time, 1 lock conflict, 51.19% compilation time: 5% of which was recompilation) Testing TensorKitTensors tests passed Testing completed after 971.82s PkgEval succeeded after 1112.0s