Package evaluation to test TensorKitSectors on Julia 1.12.7-DEV.45 (88b38b4bc0*) started at 2026-06-24T15:47:51.405 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.26s ################################################################################ # Installation # Installing TensorKitSectors... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [13a9c161] + TensorKitSectors v0.3.9 Updating `~/.julia/environments/v1.12/Manifest.toml` [f0d1745a] + HalfIntegers v1.6.0 [18e54dd8] + IntegerMathUtils v0.1.3 [8ac3fa9e] + LRUCache v1.6.2 [65ce6f38] + PackageExtensionCompat v1.0.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [27ebfcd6] + Primes v0.5.7 [43287f4e] + PtrArrays v1.4.0 [308eb6b3] + RationalRoots v0.2.1 [5e0ebb24] + Strided v2.6.1 [4db3bf67] + StridedViews v0.5.2 [13a9c161] + TensorKitSectors v0.3.9 [6aa20fa7] + TensorOperations v5.6.2 [9d95972d] + TupleTools v1.6.0 [409d34a3] + VectorInterface v0.6.0 [9f57e263] + WignerSymbols v2.0.0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [de0858da] + Printf v1.11.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 6.61s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4992.9 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 26 already precompiled. 24 dependencies precompiled but different versions are currently loaded (ArgTools, Base64, Dates, Downloads, JuliaSyntaxHighlighting, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, Logging, Markdown, MozillaCACerts_jll, NetworkOptions, OpenSSL_jll, Pkg, Printf, StyledStrings, TOML, Tar, UUIDs, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 1 dependent of these packages may trigger further precompilation to work with the unexpected versions. Precompiling package dependencies... Precompiling packages... 1106.9 ms ✓ Compiler 4372.6 ms ✓ OrderedCollections 4046.8 ms ✓ HalfIntegers 1049.0 ms ✓ IntegerMathUtils 1176.1 ms ✓ LRUCache 865.2 ms ✓ Reexport 1217.9 ms ✓ VectorInterface 37527.0 ms ✓ JuliaSyntax 844.7 ms ✓ PackageExtensionCompat 8089.1 ms ✓ MacroTools 869.3 ms ✓ PtrArrays 1092.4 ms ✓ TupleTools 995.0 ms ✓ RationalRoots 4146.7 ms ✓ Compat 1268.5 ms ✓ Preferences 2425.8 ms ✓ CodeTracking 1682.3 ms ✓ TestExtras 1195.6 ms ✓ Primes 890.7 ms ✓ LRUCache → SerializationExt 949.8 ms ✓ Compat → CompatLinearAlgebraExt 1102.9 ms ✓ PrecompileTools 13132.7 ms ✓ JuliaInterpreter 4303.8 ms ✓ WignerSymbols 6702.2 ms ✓ Aqua 9039.0 ms ✓ StridedViews 21888.7 ms ✓ LoweredCodeUtils 924.3 ms ✓ StridedViews → StridedViewsPtrArraysExt 4185.6 ms ✓ Strided 14833.4 ms ✓ Revise 6485.5 ms ✓ TensorOperations 125688.8 ms ✓ JET 21175.5 ms ✓ TensorKitSectors 32 dependencies successfully precompiled in 305 seconds. 32 already precompiled. 24 dependencies precompiled but different versions are currently loaded (ArgTools, Base64, Dates, Downloads, JuliaSyntaxHighlighting, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, Logging, Markdown, MozillaCACerts_jll, NetworkOptions, OpenSSL_jll, Pkg, Printf, StyledStrings, TOML, Tar, UUIDs, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 20 dependents of these packages may trigger further precompilation to work with the unexpected versions. 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 328.74s ################################################################################ # Testing # Testing TensorKitSectors Status `/tmp/jl_Ni6Tf7/Project.toml` [4c88cf16] Aqua v0.8.16 [f0d1745a] HalfIntegers v1.6.0 [c3a54625] JET v0.11.5 [189a3867] Reexport v1.2.2 [13a9c161] TensorKitSectors v0.3.9 [6aa20fa7] TensorOperations v5.6.2 [5ed8adda] TestExtras v0.3.2 [9f57e263] WignerSymbols v2.0.0 [37e2e46d] LinearAlgebra v1.12.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Ni6Tf7/Manifest.toml` [4c88cf16] Aqua v0.8.16 [da1fd8a2] CodeTracking v3.0.2 [34da2185] Compat v4.18.1 [807dbc54] Compiler v0.1.1 [f0d1745a] HalfIntegers v1.6.0 [18e54dd8] IntegerMathUtils v0.1.3 [c3a54625] JET v0.11.5 ⌅ [aa1ae85d] JuliaInterpreter v0.10.12 [70703baa] JuliaSyntax v1.0.2 [8ac3fa9e] LRUCache v1.6.2 ⌃ [6f1432cf] LoweredCodeUtils v3.6.2 [1914dd2f] MacroTools v0.5.16 [bac558e1] OrderedCollections v2.0.0 [65ce6f38] PackageExtensionCompat v1.0.2 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [27ebfcd6] Primes v0.5.7 [43287f4e] PtrArrays v1.4.0 [308eb6b3] RationalRoots v0.2.1 [189a3867] Reexport v1.2.2 [295af30f] Revise v3.15.1 [5e0ebb24] Strided v2.6.1 [4db3bf67] StridedViews v0.5.2 [13a9c161] TensorKitSectors v0.3.9 [6aa20fa7] TensorOperations v5.6.2 [5ed8adda] TestExtras v0.3.2 [9d95972d] TupleTools v1.6.0 [409d34a3] VectorInterface v0.6.0 [9f57e263] WignerSymbols v2.0.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [8bf52ea8] CRC32c 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 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 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.12.1 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets 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.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 [458c3c95] OpenSSL_jll v3.5.6+0 [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... 61.012622 seconds (41.08 M allocations: 2.100 GiB, 1.73% gc time, 99.77% compilation time: <1% of which was recompilation) 2.011891 seconds (1.32 M allocations: 68.009 MiB, 93.59% compilation time: <1% of which was recompilation) 3.951209 seconds (2.92 M allocations: 152.273 MiB, 1.46% gc time, 96.54% compilation time: <1% of which was recompilation) 3.934391 seconds (2.91 M allocations: 151.574 MiB, 96.37% compilation time: <1% of which was recompilation) 3.839587 seconds (2.93 M allocations: 152.413 MiB, 1.16% gc time, 96.29% compilation time: <1% of which was recompilation) 3.941793 seconds (2.98 M allocations: 154.929 MiB, 1.08% gc time, 96.27% compilation time: <1% of which was recompilation) 3.814229 seconds (2.88 M allocations: 148.364 MiB, 1.14% gc time, 96.16% compilation time: <1% of which was recompilation) 25.784321 seconds (14.62 M allocations: 775.617 MiB, 0.87% gc time, 99.37% compilation time: <1% of which was recompilation) 4.745443 seconds (2.99 M allocations: 157.571 MiB, 95.65% compilation time: <1% of which was recompilation) 4.783829 seconds (3.03 M allocations: 161.292 MiB, 1.15% gc time, 95.22% compilation time: <1% of which was recompilation) 5.511064 seconds (3.16 M allocations: 165.790 MiB, 1.04% gc time, 96.66% compilation time: <1% of which was recompilation) 39.604580 seconds (17.74 M allocations: 948.199 MiB, 1.53% gc time, 99.26% compilation time: <1% of which was recompilation) 17.100983 seconds (18.55 M allocations: 773.743 MiB, 4.90% gc time, 62.64% compilation time: <1% of which was recompilation) 32.932059 seconds (114.83 M allocations: 5.968 GiB, 12.49% gc time, 26.88% compilation time: <1% of which was recompilation) 4.004713 seconds (1.96 M allocations: 100.943 MiB, 96.63% compilation time: <1% of which was recompilation) 4.938920 seconds (2.13 M allocations: 111.196 MiB, 97.37% compilation time: <1% of which was recompilation) ┌ Warning: FermionParity Arrays do not preserve categorical properties. └ @ TensorKitSectors ~/.julia/packages/TensorKitSectors/VuA9Z/src/fermions.jl:57 5.025007 seconds (2.60 M allocations: 134.052 MiB, 1.07% gc time, 97.35% compilation time: 32% of which was recompilation) 5.929158 seconds (3.84 M allocations: 196.240 MiB, 97.55% compilation time: <1% of which was recompilation) 5.799986 seconds (3.49 M allocations: 180.600 MiB, 1.31% gc time, 97.73% compilation time: <1% of which was recompilation) 4.574358 seconds (3.45 M allocations: 177.902 MiB, 96.83% compilation time: <1% of which was recompilation) 10.247606 seconds (11.64 M allocations: 545.420 MiB, 1.62% gc time, 83.34% compilation time: <1% of which was recompilation) 11.787024 seconds (8.48 M allocations: 424.177 MiB, 1.95% gc time, 94.24% compilation time: <1% of which was recompilation) 11.196531 seconds (10.22 M allocations: 464.883 MiB, 1.76% gc time, 80.51% compilation time: <1% of which was recompilation) 18.617287 seconds (51.59 M allocations: 2.193 GiB, 11.77% gc time, 49.34% compilation time: <1% of which was recompilation) 16.597624 seconds (41.86 M allocations: 1.912 GiB, 8.93% gc time, 53.01% compilation time: <1% of which was recompilation) 16.636750 seconds (38.66 M allocations: 1.985 GiB, 3.62% gc time, 63.21% compilation time: <1% of which was recompilation) 8.232643 seconds (4.52 M allocations: 233.518 MiB, 0.63% gc time, 98.04% compilation time: <1% of which was recompilation) 8.323427 seconds (4.09 M allocations: 221.078 MiB, 0.72% gc time, 96.98% compilation time: <1% of which was recompilation) 116.116052 seconds (503.71 M allocations: 33.111 GiB, 6.66% gc time, 8.39% compilation time: <1% of which was recompilation) 3.380467 seconds (1.68 M allocations: 86.324 MiB, 2.06% gc time, 95.82% compilation time: <1% of which was recompilation) 6.247245 seconds (3.66 M allocations: 189.329 MiB, 97.84% compilation time: <1% of which was recompilation) 3.386202 seconds (1.70 M allocations: 87.542 MiB, 95.75% compilation time: <1% of which was recompilation) 2.938392 seconds (1.51 M allocations: 77.681 MiB, 95.35% compilation time: <1% of which was recompilation) 3.022284 seconds (1.51 M allocations: 77.673 MiB, 2.86% gc time, 95.62% compilation time: <1% of which was recompilation) 3.354215 seconds (1.71 M allocations: 87.796 MiB, 95.79% compilation time: <1% of which was recompilation) 2.968809 seconds (1.51 M allocations: 77.881 MiB, 95.44% compilation time: <1% of which was recompilation) 3.368631 seconds (1.71 M allocations: 87.744 MiB, 95.79% compilation time: <1% of which was recompilation) 3.375778 seconds (1.74 M allocations: 88.706 MiB, 95.65% compilation time: <1% of which was recompilation) 3.079306 seconds (1.52 M allocations: 78.294 MiB, 3.11% gc time, 95.60% compilation time: <1% of which was recompilation) 3.348620 seconds (1.73 M allocations: 88.627 MiB, 95.73% compilation time: <1% of which was recompilation) 16.706435 seconds (10.44 M allocations: 499.932 MiB, 0.62% gc time, 39.14% compilation time: <1% of which was recompilation) 7.400513 seconds (3.66 M allocations: 189.223 MiB, 1.10% gc time, 98.07% compilation time: <1% of which was recompilation) 6.517235 seconds (1.80 M allocations: 93.750 MiB, 97.86% compilation time: <1% of which was recompilation) 6.319095 seconds (2.73 M allocations: 141.716 MiB, 2.00% gc time, 97.71% compilation time: <1% of which was recompilation) 7.142070 seconds (3.04 M allocations: 159.128 MiB, 98.04% compilation time: <1% of which was recompilation) 7.883031 seconds (3.81 M allocations: 203.223 MiB, 87.89% compilation time: <1% of which was recompilation) 7.435878 seconds (2.93 M allocations: 153.141 MiB, 1.61% gc time, 98.07% compilation time: <1% of which was recompilation) 3.723127 seconds (2.09 M allocations: 108.406 MiB, 96.12% compilation time: <1% of which was recompilation) 3.732064 seconds (2.10 M allocations: 108.639 MiB, 96.24% compilation time: <1% of which was recompilation) 3.825762 seconds (2.11 M allocations: 109.208 MiB, 2.51% gc time, 96.24% compilation time: <1% of which was recompilation) 7.703034 seconds (3.72 M allocations: 206.151 MiB, 96.84% compilation time: <1% of which was recompilation) 3.588060 seconds (2.05 M allocations: 104.955 MiB, 95.85% compilation time: <1% of which was recompilation) 5.687208 seconds (2.74 M allocations: 142.470 MiB, 1.89% gc time, 96.79% compilation time: <1% of which was recompilation) 9.043355 seconds (7.23 M allocations: 291.643 MiB, 0.87% gc time, 56.69% compilation time: <1% of which was recompilation) 4.977092 seconds (2.21 M allocations: 114.359 MiB, 97.17% compilation time: <1% of which was recompilation) 6.059745 seconds (2.53 M allocations: 132.355 MiB, 97.60% compilation time: <1% of which was recompilation) 3.669466 seconds (1.99 M allocations: 102.252 MiB, 96.18% compilation time: <1% of which was recompilation) 4.299651 seconds (2.39 M allocations: 123.110 MiB, 2.37% gc time, 96.55% compilation time: <1% of which was recompilation) 3.955827 seconds (2.07 M allocations: 106.576 MiB, 96.17% compilation time: <1% of which was recompilation) 3.993242 seconds (2.10 M allocations: 107.585 MiB, 96.23% compilation time: <1% of which was recompilation) 6.978558 seconds (4.07 M allocations: 210.465 MiB, 1.67% gc time, 97.82% compilation time: <1% of which was recompilation) 7.389559 seconds (3.94 M allocations: 203.585 MiB, 97.80% compilation time: <1% of which was recompilation) 5.257054 seconds (3.29 M allocations: 170.937 MiB, 96.90% compilation time: <1% of which was recompilation) 5.247429 seconds (3.57 M allocations: 184.377 MiB, 2.34% gc time, 96.88% compilation time: <1% of which was recompilation) 12.099451 seconds (19.94 M allocations: 1.192 GiB, 2.52% gc time, 66.54% compilation time: <1% of which was recompilation) 7.577713 seconds (4.01 M allocations: 207.484 MiB, 97.80% compilation time: <1% of which was recompilation) 12.660813 seconds (20.19 M allocations: 1.204 GiB, 2.36% gc time, 66.85% compilation time: <1% of which was recompilation) 8.937018 seconds (4.54 M allocations: 230.935 MiB, 94.29% compilation time: <1% of which was recompilation) 8.501513 seconds (4.63 M allocations: 237.705 MiB, 1.04% gc time, 93.95% compilation time: <1% of which was recompilation) 14.774927 seconds (27.55 M allocations: 1.594 GiB, 2.81% gc time, 65.93% compilation time: <1% of which was recompilation) Test Summary: | Pass Total Time Sector test suite | 190517 190517 11m52.8s Trivial | 52 52 1m00.7s PlanarTrivial | 35 35 2.0s Irrep[ℤ₂] | 147 147 3.9s Irrep[ℤ₃] | 372 372 3.9s Irrep[ℤ₄] | 821 821 3.8s Irrep[ℤ{200}] | 1623 1623 3.9s Irrep[U₁] | 1623 1623 3.8s Irrep[D₃] | 462 462 25.8s Irrep[D₄] | 1797 1797 4.7s Irrep[Dihedral{5}] | 1157 1157 4.8s Irrep[CU₁] | 3030 3030 5.5s Irrep[A₄] | 1001 1001 39.6s Irrep[SU₂] | 15807 15807 17.1s NewSU2Irrep | 15807 15807 32.9s FibonacciAnyon | 134 134 4.0s IsingAnyon | 320 320 4.9s FermionParity | 135 135 5.0s (FermionParity ⊠ FermionParity) | 775 775 5.5s (FibonacciAnyon ⊠ PlanarTrivial) | 80 80 5.7s Irrep[ℤ₃ × ℤ₄] | 1624 1624 4.5s @NamedSector{charge::Irrep[U₁], spin::Irrep[SU₂]} | 8493 8493 9.7s @NamedSector{parity::FermionParity, charge::Irrep[U₁], spin::Irrep[SU₂]} | 4916 4916 11.6s (FermionParity ⊠ Irrep[SU₂] ⊠ Irrep[SU₂]) | 8825 8825 11.1s (NewSU2Irrep ⊠ NewSU2Irrep) | 9433 9433 18.5s (NewSU2Irrep ⊠ Irrep[SU₂]) | 9433 9433 16.5s (FermionParity ⊠ Irrep[SU₂] ⊠ NewSU2Irrep) | 8825 8825 16.5s (FibonacciAnyon ⊠ FibonacciAnyon ⊠ Irrep[ℤ₂]) | 1719 1719 8.1s Irrep[A₄ × ℤ₂] | 1671 1671 8.3s Irrep[A₄ × SU₂] | 27929 27929 1m56.1s GroupElement[ℤ{2}, 0] | 123 123 3.4s GroupElement[ℤ{2}, 1] | 117 117 6.2s GroupElement[ℤ{3}, 0] | 309 309 3.4s GroupElement[ℤ{3}, 1] | 191 191 2.9s GroupElement[ℤ{3}, 2] | 191 191 3.0s GroupElement[ℤ{4}, 0] | 693 693 3.3s GroupElement[ℤ{4}, 1] | 440 440 3.0s GroupElement[ℤ{4}, 2] | 673 673 3.4s GroupElement[ℤ{6}, 0] | 1384 1384 3.4s GroupElement[ℤ{6}, 1] | 919 919 3.1s GroupElement[ℤ{6}, 3] | 1354 1354 3.3s (GroupElement[ℤ{3}, 1] ⊠ Irrep[SU₂]) | 1093 1093 16.6s (FibonacciAnyon ⊠ GroupElement[ℤ{4}, 3]) | 933 933 7.3s IsingBimodule | 229 229 6.5s (IsingBimodule ⊠ IsingBimodule) | 122 122 6.2s (IsingBimodule ⊠ Irrep[ℤ₂]) | 229 229 7.0s (IsingBimodule ⊠ Irrep[SU₂]) | 260 260 7.8s (IsingBimodule ⊠ FibonacciAnyon) | 231 231 7.3s TimeReversed{Irrep[ℤ₂]} | 123 123 3.7s TimeReversed{Irrep[ℤ₃]} | 309 309 3.7s TimeReversed{Irrep[ℤ₄]} | 693 693 3.8s TimeReversed{Irrep[A₄]} | 795 795 7.7s TimeReversed{Irrep[U₁]} | 1398 1398 3.6s TimeReversed{Irrep[CU₁]} | 2267 2267 5.7s TimeReversed{Irrep[SU₂]} | 10621 10621 9.0s TimeReversed{FibonacciAnyon} | 134 134 5.0s TimeReversed{IsingAnyon} | 320 320 6.0s TimeReversed{FermionParity} | 123 123 3.7s TimeReversed{(FermionParity ⊠ FermionParity)} | 695 695 4.1s TimeReversed{GroupElement[ℤ{4}, 2]} | 673 673 3.9s TimeReversed{GroupElement[ℤ{6}, 3]} | 1354 1354 4.0s (GroupElement[ℤ{6}, 1] ⊠ TimeReversed{FibonacciAnyon}) | 945 945 6.9s TimeReversed{(GroupElement[ℤ{6}, 3] ⊠ FibonacciAnyon)} | 1580 1580 7.3s TimeReversed{Irrep[ℤ₂ × ℤ₃ × ℤ₄]} | 1398 1398 5.2s (TimeReversed{Irrep[ℤ₂]} ⊠ TimeReversed{Irrep[ℤ₃]} ⊠ TimeReversed{Irrep[ℤ₄]}) | 1398 1398 5.1s TimeReversed{(NewSU2Irrep ⊠ NewSU2Irrep)} | 6477 6477 12.1s TimeReversed{(Irrep[ℤ₂] ⊠ FibonacciAnyon ⊠ FibonacciAnyon)} | 1899 1899 7.4s TimeReversed{(NewSU2Irrep ⊠ Irrep[SU₂])} | 6477 6477 12.6s TimeReversed{(FermionParity ⊠ Irrep[U₁] ⊠ Irrep[SU₂])} | 3577 3577 8.9s TimeReversed{@NamedSector{parity::FermionParity, charge::Irrep[U₁], spin::Irrep[SU₂]}} | 3577 3577 8.5s TimeReversed{(FermionParity ⊠ Irrep[SU₂] ⊠ NewSU2Irrep)} | 6147 6147 14.8s Test Summary: | Pass Total Time Intertwiner relation for A4Irrep | 40 40 8.2s Test Summary: | Pass Total Time Deligne product | 1809 1809 2m02.2s Test Summary: | Pass Total Time NamedSector | 15 15 0.2s Test Summary: | Pass Total Time Issue that came up in #11 | 6 6 0.3s Test Summary: | Pass Total Time Frobenius-Schur | 16 16 0.0s Test Summary: | Pass Total Time SectorProduct printing | 4 4 0.4s Test Summary: | Pass Total Time ZNIrrep edge cases | 12 12 0.2s Test Summary: | Pass Total Time Converter constructions | 3 3 0.1s Test Summary: | Pass Total Time Topological spin | 13 13 4.1s Test Summary: | Pass Total Time Hopf link | 8 8 0.8s Test Summary: | Pass Total Time S matrix, T matrix | 56 56 38.2s Test Summary: | Pass Total Time Ismodular | 29 29 30.2s Test Summary: | Pass Total Time Total quantum dimension | 8 8 0.3s Test Summary: | Pass Total Time Topological central charge | 14 14 4.8s Test Summary: | Pass Total Time IsingBimodule sector | 71 71 0.6s Test Summary: | Pass Total Time Aqua | 11 11 1m09.3s ┌ Warning: `target_defined_modules::Bool` configuration is deprecated. │ Please use `target_modules` instead and specify the modules you want to target with e.g. `target_modules=(pkgmod,)` └ @ JET ~/.julia/packages/JET/ofYLk/src/analyzers/jetanalyzer.jl:1726 Test Summary: | Pass Total Time JET | 1 1 2m36.8s Testing TensorKitSectors tests passed Testing completed after 1199.36s PkgEval succeeded after 1556.37s