Package evaluation to test TensorKit on Julia 1.12.7-DEV.42 (6f510b6086*) started at 2026-06-19T16:24:36.867 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.33s ################################################################################ # Installation # Installing TensorKit... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [07d1fe3e] + TensorKit v0.17.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [7d9f7c33] + Accessors v0.1.44 [79e6a3ab] + Adapt v4.6.1 [198e06fe] + BangBang v0.4.9 [ae650224] + ChunkSplitters v3.2.0 [a33af91c] + CompositionsBase v0.1.2 [187b0558] + ConstructionBase v1.6.0 [85a47980] + Dictionaries v0.4.6 [f0d1745a] + HalfIntegers v1.6.0 [076d061b] + HashArrayMappedTries v0.2.0 [313cdc1a] + Indexing v1.1.1 [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.6.8 [67456a42] + OhMyThreads v0.8.6 [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 [7e506255] + ScopedValues v1.6.2 [91464d47] + StableTasks v0.1.7 [5e0ebb24] + Strided v2.6.1 [4db3bf67] + StridedViews v0.5.2 [ed4db957] + TaskLocalValues v0.1.3 [07d1fe3e] + TensorKit v0.17.0 [13a9c161] + TensorKitSectors v0.3.9 [6aa20fa7] + TensorOperations v5.6.2 [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.12.0 [56ddb016] + Logging v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization 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 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 5.68s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 116282.9 ms ✓ TensorKit 15065.5 ms ✓ TensorOperations → TensorOperationsMooncakeExt 36886.4 ms ✓ TensorOperations → TensorOperationsCUDACoreExt 22822.7 ms ✓ TensorOperations → TensorOperationsAMDGPUExt 32677.4 ms ✓ TensorOperations → TensorOperationscuTENSORExt 15436.6 ms ✓ Strided → StridedcuBLASExt 147508.7 ms ✓ TensorKit → TensorKitCUDAExt 4956.1 ms ✓ TensorKit → TensorKitChainRulesCoreExt 3137.7 ms ✓ TensorKit → TensorKitFiniteDifferencesExt 57031.5 ms ✓ TensorKit → TensorKitAMDGPUExt 98852.6 ms ✓ TensorKit → TensorKitMooncakeExt 11 dependencies successfully precompiled in 558 seconds. 249 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, 152 dependents of these packages may trigger further precompilation to work with the unexpected versions. 4 dependencies had output during precompilation: ┌ TensorOperations → TensorOperationsCUDACoreExt │ ┌ 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. └ ┌ TensorKit → TensorKitAMDGPUExt │ ┌ 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. └ ┌ TensorOperations → TensorOperationsAMDGPUExt │ ┌ 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. └ ┌ TensorKit → TensorKitCUDAExt │ ┌ 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 589.13s ################################################################################ # Testing # Testing TensorKit Status `/tmp/jl_u0DHy5/Project.toml` [21141c5a] AMDGPU v2.5.1 [79e6a3ab] Adapt v4.6.1 [9b6a8646] AllocCheck v0.2.5 [4c88cf16] Aqua v0.8.16 [052768ef] CUDA v6.2.0 [d360d2e6] ChainRulesCore v1.26.1 [cdddcdb0] ChainRulesTestUtils v1.13.1 [861a8166] Combinatorics v1.1.0 [26cc04aa] FiniteDifferences v0.12.34 [0c68f7d7] GPUArrays v11.5.8 [c3a54625] JET v0.11.4 [6c742aac] MatrixAlgebraKit v0.6.8 [da2b9cff] Mooncake v0.5.32 [d3525ed8] ParallelTestRunner v2.6.2 [07d1fe3e] TensorKit v0.17.0 `~/.julia/packages/TensorKit/jCjQQ` [13a9c161] TensorKitSectors v0.3.9 [6aa20fa7] TensorOperations v5.6.2 [5ed8adda] TestExtras v0.3.2 [9d95972d] TupleTools v1.6.0 ⌅ [409d34a3] VectorInterface v0.5.0 [e88e6eb3] Zygote v0.7.11 [011b41b2] cuTENSOR v6.2.0 [37e2e46d] LinearAlgebra v1.12.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_u0DHy5/Manifest.toml` [47edcb42] ADTypes v1.22.0 [21141c5a] AMDGPU v2.5.1 [621f4979] AbstractFFTs v1.5.0 [6a4ca0a5] AcceleratedKernels v0.4.3 [7d9f7c33] Accessors v0.1.44 [79e6a3ab] Adapt v4.6.1 [9b6a8646] AllocCheck v0.2.5 [4c88cf16] Aqua v0.8.16 [dce04be8] ArgCheck v2.5.0 [ec485272] ArnoldiMethod v0.4.0 [a9b6321e] Atomix v1.1.3 [ab4f0b2a] BFloat16s v0.6.1 [198e06fe] BangBang v0.4.9 [fa961155] CEnum v0.5.0 [052768ef] CUDA v6.2.0 [bd0ed864] CUDACore v6.2.0 [9ec180c6] CUDATools v6.2.0 [1af6417a] CUDA_Runtime_Discovery v2.1.0 [9e67e8f6] CUPTI v6.2.0 [082447d4] ChainRules v1.73.0 [d360d2e6] ChainRulesCore v1.26.1 [cdddcdb0] ChainRulesTestUtils v1.13.1 [ae650224] ChunkSplitters v3.2.0 [da1fd8a2] CodeTracking v3.0.2 [861a8166] Combinatorics v1.1.0 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.18.1 [807dbc54] Compiler v0.1.1 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.6.0 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.5 [e2d170a0] DataValueInterfaces v1.0.0 [85a47980] Dictionaries v0.4.6 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.16.0 [8d63f2c5] DispatchDoctor v0.4.28 [ffbed154] DocStringExtensions v0.9.5 [e2ba6199] ExprTools v0.1.10 [1a297f60] FillArrays v1.16.0 [26cc04aa] FiniteDifferences v0.12.34 [f6369f11] ForwardDiff v1.4.1 [0c68f7d7] GPUArrays v11.5.8 [46192b85] GPUArraysCore v0.2.0 [61eb1bfa] GPUCompiler v1.22.1 [096a3bc2] GPUToolbox v1.1.1 [86223c79] Graphs v1.14.0 [f0d1745a] HalfIntegers v1.6.0 [076d061b] HashArrayMappedTries v0.2.0 [b5f81e59] IOCapture v1.0.0 [7869d1d1] IRTools v0.4.17 [313cdc1a] Indexing v1.1.1 [d25df0c9] Inflate v0.1.5 [22cec73e] InitialValues v0.3.1 [18e54dd8] IntegerMathUtils v0.1.3 [3587e190] InverseFunctions v0.1.17 [92d709cd] IrrationalConstants v0.2.6 [82899510] IteratorInterfaceExtensions v1.0.0 [c3a54625] JET v0.11.4 [692b3bcd] JLLWrappers v1.8.0 [aa1ae85d] JuliaInterpreter v0.10.12 [70703baa] JuliaSyntax v1.0.2 [63c18a36] KernelAbstractions v0.9.41 [929cbde3] LLVM v9.9.0 [8b046642] LLVMLoopInfo v1.0.0 [8ac3fa9e] LRUCache v1.6.2 [b964fa9f] LaTeXStrings v1.4.0 [2ab3a3ac] LogExpFunctions v1.0.1 ⌅ [6f1432cf] LoweredCodeUtils v3.5.3 [1914dd2f] MacroTools v0.5.16 [36869731] Malt v1.4.1 [6c742aac] MatrixAlgebraKit v0.6.8 [dbe65cb8] MistyClosures v2.1.0 [da2b9cff] Mooncake v0.5.32 [611af6d1] NVML v6.2.0 [5da4648a] NVTX v1.0.3 [77ba4419] NaNMath v1.1.4 [67456a42] OhMyThreads v0.8.6 ⌅ [bac558e1] OrderedCollections v1.8.2 [65ce6f38] PackageExtensionCompat v1.0.2 [d3525ed8] ParallelTestRunner v2.6.2 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [08abe8d2] PrettyTables v3.3.2 [27ebfcd6] Primes v0.5.7 [43287f4e] PtrArrays v1.4.0 [74087812] Random123 v1.7.1 [e6cf234a] RandomNumbers v1.6.0 [308eb6b3] RationalRoots v0.2.1 [c1ae055f] RealDot v0.1.0 [189a3867] Reexport v1.2.2 [05181044] RelocatableFolders v1.0.1 [ae029012] Requires v1.3.1 [295af30f] Revise v3.15.1 [708f8203] Richardson v1.4.3 [7e506255] ScopedValues v1.6.2 [6c6a2e73] Scratch v1.3.0 [699a6c99] SimpleTraits v0.9.6 [dc90abb0] SparseInverseSubset v0.1.2 [276daf66] SpecialFunctions v2.8.0 [91464d47] StableTasks v0.1.7 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [5e0ebb24] Strided v2.6.1 [4db3bf67] StridedViews v0.5.2 [892a3eda] StringManipulation v0.4.4 [09ab397b] StructArrays v0.7.3 [fd094767] Suppressor v0.2.8 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [ed4db957] TaskLocalValues v0.1.3 [07d1fe3e] TensorKit v0.17.0 `~/.julia/packages/TensorKit/jCjQQ` [13a9c161] TensorKitSectors v0.3.9 [6aa20fa7] TensorOperations v5.6.2 [5ed8adda] TestExtras v0.3.2 [e689c965] Tracy v0.1.6 [9d95972d] TupleTools v1.6.0 [013be700] UnsafeAtomics v0.3.1 ⌅ [409d34a3] VectorInterface v0.5.0 [9f57e263] WignerSymbols v2.0.0 [e88e6eb3] Zygote v0.7.11 [700de1a5] ZygoteRules v0.2.7 [182d3088] cuBLAS v6.2.0 [533571aa] cuFFT v6.2.0 [20fd9a0b] cuRAND v6.2.0 [887afef0] cuSOLVER v6.2.0 [b26da814] cuSPARSE v6.2.0 [011b41b2] cuTENSOR v6.2.0 [d1e2174e] CUDA_Compiler_jll v0.4.4+0 [4ee394cb] CUDA_Driver_jll v13.3.0+0 [76a88914] CUDA_Runtime_jll v0.23.0+0 [35b6c64b] CUTENSOR_jll v2.5.0+0 [9c1d0b0a] JuliaNVTXCallbacks_jll v0.2.1+0 [dad2f222] LLVMExtra_jll v0.0.43+1 ⌅ [86de99a1] LLVM_jll v18.1.7+4 [ad6e5548] LibTracyClient_jll v0.13.1+0 [ef6e0fe3] NVPTX_LLVM_Backend_jll v22.1.7+1 [e98f9f5b] NVTX_jll v3.2.2+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 ⌅ [873c0968] ROCmDeviceLibs_jll v6.2.1+2 [1e29f10c] demumble_jll v1.3.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 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching 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 [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 [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 [d55e3150] LLD_jll v18.1.7+5 [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.6+0 [bea87d4a] SuiteSparse_jll v7.8.3+2 [83775a58] Zlib_jll v1.3.1+2 [8f36deef] libLLVM_jll v18.1.7+5 [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 ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Precompiling packages... 19207.5 ms ✓ GPUArrays 81010.1 ms ✓ CUDACore 10955.0 ms ✓ cuFFT 12076.1 ms ✓ cuRAND 14775.2 ms ✓ CUPTI 13324.0 ms ✓ NVML 18039.5 ms ✓ cuSPARSE 19286.8 ms ✓ cuBLAS 34028.3 ms ✓ CUDATools 20220.2 ms ✓ cuSOLVER 20803.8 ms ✓ CUDA 367574.3 ms ✓ Atomix → AtomixCUDAExt 12 dependencies successfully precompiled in 632 seconds. 90 already precompiled. 17 dependencies precompiled but different versions are currently loaded (Adapt, Base64, Dates, InteractiveUtils, JuliaSyntaxHighlighting, Logging, MacroTools, Markdown, PrecompileTools, Preferences, Printf, ScopedValues, Scratch, Serialization, Statistics, StyledStrings and TOML). Restart julia to access the new versions. Otherwise, 47 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 1459.3 ms ✓ BangBang → BangBangStaticArraysExt 1 dependency successfully precompiled in 2 seconds. 21 already precompiled. 21 dependencies precompiled but different versions are currently loaded (Accessors, Accessors → LinearAlgebraExt, Accessors → StaticArraysExt, BangBang, CompositionsBase, CompositionsBase → CompositionsBaseInverseFunctionsExt, ConstructionBase, ConstructionBase → ConstructionBaseLinearAlgebraExt, ConstructionBase → ConstructionBaseStaticArraysExt, Dates, InitialValues, InverseFunctions, InverseFunctions → InverseFunctionsDatesExt, MacroTools, PrecompileTools, Preferences, Printf, StaticArrays, StaticArraysCore, TOML and Unicode). Restart julia to access the new versions. Otherwise, 1 dependent of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 11414.0 ms ✓ Strided → StridedGPUArraysExt 1 dependency successfully precompiled in 12 seconds. 62 already precompiled. 59 dependencies precompiled but different versions are currently loaded (Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgTools, Atomix, Base64, CEnum, Dates, Downloads, GPUArrays, GPUArraysCore, InteractiveUtils, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLVM, LLVMExtra_jll, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, Logging, MacroTools, Markdown, MozillaCACerts_jll, NetworkOptions, OpenSSL_jll, Pkg, PrecompileTools, Preferences, Printf, Reexport, ScopedValues, Serialization, SparseArrays, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, Strided, StridedViews, StridedViews → StridedViewsAdaptExt, StyledStrings, SuiteSparse_jll, TOML, Tar, TupleTools, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 2 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 13344.0 ms ✓ StridedViews → StridedViewsCUDACoreExt 1 dependency successfully precompiled in 14 seconds. 77 already precompiled. 71 dependencies precompiled but different versions are currently loaded (Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgTools, Atomix, BFloat16s, Base64, CEnum, CUDACore, CUDA_Compiler_jll, CUDA_Driver_jll, CUDA_Runtime_jll, Dates, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LLVMLoopInfo, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, Logging, MacroTools, Markdown, MozillaCACerts_jll, NVPTX_LLVM_Backend_jll, NetworkOptions, OpenSSL_jll, Pkg, PrecompileTools, Preferences, Printf, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, StridedViews, StridedViews → StridedViewsAdaptExt, StyledStrings, SuiteSparse_jll, TOML, Tar, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 4 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 13842.4 ms ✓ TensorOperations → TensorOperationsCUDACoreExt 1 dependency successfully precompiled in 14 seconds. 88 already precompiled. 82 dependencies precompiled but different versions are currently loaded (Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgTools, Atomix, BFloat16s, Base64, CEnum, CUDACore, CUDA_Compiler_jll, CUDA_Driver_jll, CUDA_Runtime_jll, Dates, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LLVMLoopInfo, LRUCache, LRUCache → SerializationExt, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, Logging, MacroTools, Markdown, MozillaCACerts_jll, NVPTX_LLVM_Backend_jll, NetworkOptions, OpenSSL_jll, PackageExtensionCompat, Pkg, PrecompileTools, Preferences, Printf, PtrArrays, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, Strided, Strided → StridedGPUArraysExt, StridedViews, StridedViews → StridedViewsAdaptExt, StridedViews → StridedViewsCUDACoreExt, StridedViews → StridedViewsPtrArraysExt, StyledStrings, SuiteSparse_jll, TOML, Tar, TensorOperations, TupleTools, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, VectorInterface, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 4 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 15585.7 ms ✓ Strided → StridedcuBLASExt 1 dependency successfully precompiled in 16 seconds. 82 already precompiled. 76 dependencies precompiled but different versions are currently loaded (Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgTools, Atomix, BFloat16s, Base64, CEnum, CUDACore, CUDA_Compiler_jll, CUDA_Driver_jll, CUDA_Runtime_jll, Dates, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LLVMLoopInfo, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, Logging, MacroTools, Markdown, MozillaCACerts_jll, NVPTX_LLVM_Backend_jll, NetworkOptions, OpenSSL_jll, Pkg, PrecompileTools, Preferences, Printf, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, Strided, Strided → StridedGPUArraysExt, StridedViews, StridedViews → StridedViewsAdaptExt, StridedViews → StridedViewsCUDACoreExt, StyledStrings, SuiteSparse_jll, TOML, Tar, TupleTools, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, Zlib_jll, cuBLAS, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 4 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 28937.6 ms ✓ MatrixAlgebraKit → MatrixAlgebraKitCUDAExt 1 dependency successfully precompiled in 30 seconds. 103 already precompiled. 96 dependencies precompiled but different versions are currently loaded (AbstractFFTs, Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgTools, Atomix, BFloat16s, Base64, CEnum, CUDA, CUDACore, CUDATools, CUDA_Compiler_jll, CUDA_Driver_jll, CUDA_Runtime_jll, CUPTI, Crayons, DataAPI, DataValueInterfaces, Dates, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, IteratorInterfaceExtensions, JLLWrappers, JuliaNVTXCallbacks_jll, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LLVMLoopInfo, LaTeXStrings, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, Logging, MacroTools, Markdown, MatrixAlgebraKit, MozillaCACerts_jll, NVML, NVPTX_LLVM_Backend_jll, NVTX, NVTX_jll, NetworkOptions, OpenSSL_jll, OrderedCollections, Pkg, Pkg → REPLExt, PrecompileTools, Preferences, PrettyTables, Printf, REPL, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, StringManipulation, StyledStrings, SuiteSparse_jll, TOML, TableTraits, Tables, Tar, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, Zlib_jll, cuBLAS, cuFFT, cuRAND, cuSOLVER, cuSPARSE, demumble_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 5 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 8351.3 ms ✓ AcceleratedKernels 44393.3 ms ✓ AMDGPU 2 dependencies successfully precompiled in 54 seconds. 92 already precompiled. 76 dependencies precompiled but different versions are currently loaded (AbstractFFTs, Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgTools, Atomix, BFloat16s, Base64, CEnum, Crayons, DataAPI, DataValueInterfaces, Dates, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, IteratorInterfaceExtensions, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LaTeXStrings, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, Logging, MacroTools, Markdown, MozillaCACerts_jll, NetworkOptions, OpenSSL_jll, OrderedCollections, Pkg, Pkg → REPLExt, PrecompileTools, Preferences, PrettyTables, Printf, REPL, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, StringManipulation, StyledStrings, SuiteSparse_jll, TOML, TableTraits, Tables, Tar, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 10 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 14492.4 ms ✓ CUDACore → SpecialFunctionsExt 1 dependency successfully precompiled in 15 seconds. 81 already precompiled. 76 dependencies precompiled but different versions are currently loaded (Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgTools, Atomix, BFloat16s, Base64, CEnum, CUDACore, CUDA_Compiler_jll, CUDA_Driver_jll, CUDA_Runtime_jll, CompilerSupportLibraries_jll, Dates, DocStringExtensions, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, IrrationalConstants, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LLVMLoopInfo, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, LogExpFunctions, Logging, MacroTools, Markdown, MozillaCACerts_jll, NVPTX_LLVM_Backend_jll, NetworkOptions, OpenLibm_jll, OpenSSL_jll, OpenSpecFun_jll, Pkg, PrecompileTools, Preferences, Printf, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, SpecialFunctions, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, StyledStrings, SuiteSparse_jll, TOML, Tar, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 4 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 14292.4 ms ✓ StridedViews → StridedViewsAMDGPUExt 1 dependency successfully precompiled in 15 seconds. 96 already precompiled. 90 dependencies precompiled but different versions are currently loaded (AMDGPU, AbstractFFTs, AcceleratedKernels, Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgCheck, ArgTools, Atomix, BFloat16s, Base64, CEnum, CompilerSupportLibraries_jll, Crayons, DataAPI, DataValueInterfaces, Dates, DocStringExtensions, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, IrrationalConstants, IteratorInterfaceExtensions, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLD_jll, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LaTeXStrings, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, LogExpFunctions, Logging, MacroTools, Markdown, MozillaCACerts_jll, NetworkOptions, OpenLibm_jll, OpenSSL_jll, OpenSpecFun_jll, OrderedCollections, Pkg, Pkg → REPLExt, PrecompileTools, Preferences, PrettyTables, Printf, REPL, ROCmDeviceLibs_jll, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, SpecialFunctions, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, StridedViews, StridedViews → StridedViewsAdaptExt, StringManipulation, StyledStrings, SuiteSparse_jll, TOML, TableTraits, Tables, Tar, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 5 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 15040.8 ms ✓ Strided → StridedAMDGPUExt 1 dependency successfully precompiled in 16 seconds. 100 already precompiled. 94 dependencies precompiled but different versions are currently loaded (AMDGPU, AbstractFFTs, AcceleratedKernels, Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgCheck, ArgTools, Atomix, BFloat16s, Base64, CEnum, CompilerSupportLibraries_jll, Crayons, DataAPI, DataValueInterfaces, Dates, DocStringExtensions, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, IrrationalConstants, IteratorInterfaceExtensions, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLD_jll, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LaTeXStrings, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, LogExpFunctions, Logging, MacroTools, Markdown, MozillaCACerts_jll, NetworkOptions, OpenLibm_jll, OpenSSL_jll, OpenSpecFun_jll, OrderedCollections, Pkg, Pkg → REPLExt, PrecompileTools, Preferences, PrettyTables, Printf, REPL, ROCmDeviceLibs_jll, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, SpecialFunctions, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, Strided, Strided → StridedGPUArraysExt, StridedViews, StridedViews → StridedViewsAMDGPUExt, StridedViews → StridedViewsAdaptExt, StringManipulation, StyledStrings, SuiteSparse_jll, TOML, TableTraits, Tables, Tar, TupleTools, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 5 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 13904.2 ms ✓ TensorOperations → TensorOperationsAMDGPUExt 1 dependency successfully precompiled in 15 seconds. 108 already precompiled. 102 dependencies precompiled but different versions are currently loaded (AMDGPU, AbstractFFTs, AcceleratedKernels, Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgCheck, ArgTools, Atomix, BFloat16s, Base64, CEnum, CompilerSupportLibraries_jll, Crayons, DataAPI, DataValueInterfaces, Dates, DocStringExtensions, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, IrrationalConstants, IteratorInterfaceExtensions, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLD_jll, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LRUCache, LRUCache → SerializationExt, LaTeXStrings, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, LogExpFunctions, Logging, MacroTools, Markdown, MozillaCACerts_jll, NetworkOptions, OpenLibm_jll, OpenSSL_jll, OpenSpecFun_jll, OrderedCollections, PackageExtensionCompat, Pkg, Pkg → REPLExt, PrecompileTools, Preferences, PrettyTables, Printf, PtrArrays, REPL, ROCmDeviceLibs_jll, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, SpecialFunctions, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, Strided, Strided → StridedAMDGPUExt, Strided → StridedGPUArraysExt, StridedViews, StridedViews → StridedViewsAMDGPUExt, StridedViews → StridedViewsAdaptExt, StridedViews → StridedViewsPtrArraysExt, StringManipulation, StyledStrings, SuiteSparse_jll, TOML, TableTraits, Tables, Tar, TensorOperations, TupleTools, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, VectorInterface, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 5 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 16199.4 ms ✓ MatrixAlgebraKit → MatrixAlgebraKitAMDGPUExt 1 dependency successfully precompiled in 17 seconds. 95 already precompiled. 89 dependencies precompiled but different versions are currently loaded (AMDGPU, AbstractFFTs, AcceleratedKernels, Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgCheck, ArgTools, Atomix, BFloat16s, Base64, CEnum, CompilerSupportLibraries_jll, Crayons, DataAPI, DataValueInterfaces, Dates, DocStringExtensions, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, InteractiveUtils, IrrationalConstants, IteratorInterfaceExtensions, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLD_jll, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LaTeXStrings, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, LogExpFunctions, Logging, MacroTools, Markdown, MatrixAlgebraKit, MozillaCACerts_jll, NetworkOptions, OpenLibm_jll, OpenSSL_jll, OpenSpecFun_jll, OrderedCollections, Pkg, Pkg → REPLExt, PrecompileTools, Preferences, PrettyTables, Printf, REPL, ROCmDeviceLibs_jll, Random123, RandomNumbers, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, SpecialFunctions, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, StringManipulation, StyledStrings, SuiteSparse_jll, TOML, TableTraits, Tables, Tar, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 5 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompiling packages... 18278.7 ms ✓ TensorKit → TensorKitAMDGPUExt 1 dependency successfully precompiled in 19 seconds. 140 already precompiled. 134 dependencies precompiled but different versions are currently loaded (AMDGPU, AbstractFFTs, AcceleratedKernels, Accessors, Accessors → LinearAlgebraExt, Accessors → StaticArraysExt, Adapt, Adapt → AdaptSparseArraysExt, Adapt → AdaptStaticArraysExt, ArgCheck, ArgTools, Atomix, BFloat16s, BangBang, BangBang → BangBangStaticArraysExt, BangBang → BangBangTablesExt, Base64, CEnum, ChunkSplitters, CompilerSupportLibraries_jll, CompositionsBase, CompositionsBase → CompositionsBaseInverseFunctionsExt, ConstructionBase, ConstructionBase → ConstructionBaseLinearAlgebraExt, ConstructionBase → ConstructionBaseStaticArraysExt, Crayons, DataAPI, DataValueInterfaces, Dates, Dictionaries, DocStringExtensions, Downloads, ExprTools, GPUArrays, GPUArraysCore, GPUCompiler, GPUToolbox, HalfIntegers, Indexing, InitialValues, IntegerMathUtils, InteractiveUtils, InverseFunctions, InverseFunctions → InverseFunctionsDatesExt, IrrationalConstants, IteratorInterfaceExtensions, JLLWrappers, JuliaSyntaxHighlighting, KernelAbstractions, KernelAbstractions → LinearAlgebraExt, KernelAbstractions → SparseArraysExt, LLD_jll, LLVM, LLVM → BFloat16sExt, LLVMExtra_jll, LRUCache, LRUCache → SerializationExt, LaTeXStrings, LazyArtifacts, LibCURL, LibCURL_jll, LibGit2, LibGit2_jll, LibSSH2_jll, LogExpFunctions, LogExpFunctions → LogExpFunctionsInverseFunctionsExt, Logging, MacroTools, Markdown, MatrixAlgebraKit, MatrixAlgebraKit → MatrixAlgebraKitAMDGPUExt, MozillaCACerts_jll, NetworkOptions, OhMyThreads, OhMyThreads → MarkdownExt, OpenLibm_jll, OpenSSL_jll, OpenSpecFun_jll, OrderedCollections, PackageExtensionCompat, Pkg, Pkg → REPLExt, PrecompileTools, Preferences, PrettyTables, Primes, Printf, PtrArrays, REPL, ROCmDeviceLibs_jll, Random123, RandomNumbers, RationalRoots, Reexport, ScopedValues, Scratch, Serialization, SparseArrays, SpecialFunctions, StableTasks, StaticArrays, StaticArrays → StaticArraysStatisticsExt, StaticArraysCore, Statistics, Statistics → SparseArraysExt, Strided, Strided → StridedAMDGPUExt, Strided → StridedGPUArraysExt, StridedViews, StridedViews → StridedViewsAMDGPUExt, StridedViews → StridedViewsAdaptExt, StridedViews → StridedViewsPtrArraysExt, StringManipulation, StyledStrings, SuiteSparse_jll, TOML, TableTraits, Tables, Tar, TaskLocalValues, TensorKit, TensorKitSectors, TensorOperations, TensorOperations → TensorOperationsAMDGPUExt, TupleTools, UUIDs, Unicode, UnsafeAtomics, UnsafeAtomics → UnsafeAtomicsLLVM, VectorInterface, WignerSymbols, Zlib_jll, nghttp2_jll and p7zip_jll). Restart julia to access the new versions. Otherwise, 5 dependents of these packages may trigger further precompilation to work with the unexpected versions. Running 17 tests using 1 parallel jobs. If this is too many concurrent jobs, specify the `--jobs=N` argument to the tests, or set the `JULIA_CPU_THREADS` environment variable. │ Test │ ──────────────── CPU ──────────────── │ Test (Worker) │ time (s) │ GC (s) │ GC % │ Alloc (MB) │ RSS (MB) │ ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 313 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 poptask at ./task.jl:1216 wait at ./task.jl:1228 #wait#406 at ./condition.jl:141 wait at ./condition.jl:136 [inlined] _trywait at ./asyncevent.jl:185 wait at ./asyncevent.jl:202 [inlined] sleep at ./asyncevent.jl:312 [inlined] #50 at /home/pkgeval/.julia/packages/ParallelTestRunner/kZFbj/src/ParallelTestRunner.jl:1128 unknown function (ip: 0x7a8b588c668c) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2397 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 poptask at ./task.jl:1216 wait at ./task.jl:1228 #wait#406 at ./condition.jl:141 wait at ./condition.jl:136 [inlined] wait at ./process.jl:693 wait at ./process.jl:686 jfptr_wait_70429.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 subprocess_handler at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2556 unknown function (ip: 0x710f6c97f993) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 #205 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2496 withenv at ./env.jl:265 #190 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2311 with_temp_env at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2164 #186 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2278 #mktempdir#21 at ./file.jl:936 unknown function (ip: 0x710f6c97304c) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 mktempdir at ./file.jl:932 mktempdir at ./file.jl:932 #sandbox#182 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2225 [inlined] sandbox at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2215 unknown function (ip: 0x710f6c967811) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 #test#193 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2481 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2387 [inlined] #test#174 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:552 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:529 unknown function (ip: 0x710f6c967441) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 #test#84 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:169 unknown function (ip: 0x710f6c964a50) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:158 #test#82 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] #test#81 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 unknown function (ip: 0x710f6c95bd9f) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2397 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:689 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 jl_interpret_toplevel_thunk at /source/src/interpreter.c:898 jl_toplevel_eval_flex at /source/src/toplevel.c:1035 jl_toplevel_eval_flex at /source/src/toplevel.c:975 ijl_toplevel_eval at /source/src/toplevel.c:1047 ijl_toplevel_eval_in at /source/src/toplevel.c:1092 eval at ./boot.jl:489 include_string at ./loading.jl:2873 _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 _include at ./loading.jl:2933 include at ./Base.jl:306 exec_options at ./client.jl:317 _start at ./client.jl:550 jfptr__start_64964.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2397 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1139 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x710f8736d249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.12/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000710f6c9fc010 Total snapshots: 58. Utilization: 0% ╎58 @Base/client.jl:550 _start() ╎ 58 @Base/client.jl:317 exec_options(opts::Base.JLOptions) ╎ 58 @Base/Base.jl:306 include(mod::Module, _path::String) ╎ 58 @Base/loading.jl:2933 _include(mapexpr::Function, mod::Module, _path:… ╎ 58 @Base/loading.jl:2873 include_string(mapexpr::typeof(identity), mod:… ╎ 58 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ 58 @Pkg/src/API.jl:156 kwcall(::@NamedTuple{julia_args::Cmd}, ::typeo… ╎ ╎ 58 @Pkg/src/API.jl:156 #test#81 ╎ ╎ 58 @Pkg/src/API.jl:157 test ╎ ╎ 58 @Pkg/src/API.jl:157 test(pkgs::Vector{String}; kwargs::Base.Pai… ╎ ╎ 58 @Pkg/src/API.jl:158 kwcall(::@NamedTuple{julia_args::Cmd}, ::t… ╎ ╎ ╎ 58 @Pkg/src/API.jl:169 test(pkgs::Vector{PackageSpec}; io::IOCon… ╎ ╎ ╎ 58 @Pkg/src/API.jl:529 kwcall(::@NamedTuple{julia_args::Cmd, io… ╎ ╎ ╎ 58 @Pkg/src/API.jl:552 test(ctx::Pkg.Types.Context, pkgs::Vect… ╎ ╎ ╎ 58 @Pkg/…perations.jl:2387 test ╎ ╎ ╎ 58 @Pkg/…perations.jl:2481 test(ctx::Pkg.Types.Context, pkgs… ╎ ╎ ╎ ╎ 58 @Pkg/…erations.jl:2215 kwcall(::@NamedTuple{preferences:… ╎ ╎ ╎ ╎ 58 @Pkg/…erations.jl:2225 #sandbox#182 ╎ ╎ ╎ ╎ 58 @Base/file.jl:932 mktempdir(fn::Function) ╎ ╎ ╎ ╎ 58 @Base/file.jl:932 mktempdir(fn::Function, parent::Str… ╎ ╎ ╎ ╎ 58 @Base/file.jl:936 mktempdir(fn::Pkg.Operations.var"#… ╎ ╎ ╎ ╎ ╎ 58 @Pkg/…ations.jl:2278 (::Pkg.Operations.var"#186#187… ╎ ╎ ╎ ╎ ╎ 58 @Pkg/…ations.jl:2164 with_temp_env(fn::Pkg.Operati… ╎ ╎ ╎ ╎ ╎ 58 @Pkg/…tions.jl:2311 (::Pkg.Operations.var"#190#19… ╎ ╎ ╎ ╎ ╎ 58 @Base/env.jl:265 withenv(::Pkg.Operations.var"#2… ╎ ╎ ╎ ╎ ╎ 58 @Pkg/…tions.jl:2496 (::Pkg.Operations.var"#205#… ╎ ╎ ╎ ╎ ╎ ╎ 58 @Pkg/…ions.jl:2556 subprocess_handler(cmd::Cmd… ╎ ╎ ╎ ╎ ╎ ╎ 58 @Base/…ess.jl:686 wait(x::Base.Process) ╎ ╎ ╎ ╎ ╎ ╎ 58 @Base/…ess.jl:693 wait(x::Base.Process, sync… ╎ ╎ ╎ ╎ ╎ ╎ 58 @Base/…on.jl:136 wait ╎ ╎ ╎ ╎ ╎ ╎ 58 @Base/…on.jl:141 wait(c::Base.GenericCondi… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 58 @Base/…sk.jl:1228 wait() 57╎ ╎ ╎ ╎ ╎ ╎ ╎ 58 @Base/…sk.jl:1216 poptask(W::Base.Intrus… [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 poptask at ./task.jl:1216 wait at ./task.jl:1228 #wait#406 at ./condition.jl:141 wait at ./condition.jl:136 [inlined] _trywait at ./asyncevent.jl:185 profile_printing_listener at ./Base.jl:332 #start_profile_listener##0 at ./Base.jl:352 jfptr_YY.start_profile_listenerYY.YY.0_10036.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2397 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) Allocations: 25968410 (Pool: 25967706; Big: 704); GC: 23 [313] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/TensorKit/jCjQQ/test/runtests.jl:43 _ZNK4llvm17MachineBasicBlock18getSuccProbabilityEN9__gnu_cxx17__normal_iteratorIPKPS0_St6vectorIS3_SaIS3_EEEE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm22BlockFrequencyInfoImplINS_17MachineBasicBlockEE25propagateMassToSuccessorsEPNS_26BlockFrequencyInfoImplBase8LoopDataERKNS3_9BlockNodeE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm22BlockFrequencyInfoImplINS_17MachineBasicBlockEE17computeMassInLoopERNS_26BlockFrequencyInfoImplBase8LoopDataE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm22BlockFrequencyInfoImplINS_17MachineBasicBlockEE18computeMassInLoopsEv at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm22BlockFrequencyInfoImplINS_17MachineBasicBlockEE9calculateERKNS_15MachineFunctionERKNS_28MachineBranchProbabilityInfoERKNS_15MachineLoopInfoE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm25MachineBlockFrequencyInfo9calculateERKNS_15MachineFunctionERKNS_28MachineBranchProbabilityInfoERKNS_15MachineLoopInfoE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm25MachineBlockFrequencyInfo20runOnMachineFunctionERNS_15MachineFunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm19MachineFunctionPass13runOnFunctionERNS_8FunctionE.part.0 at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm3orc14SimpleCompilerclERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) operator() at /source/src/jitlayers.cpp:1561 addModule at /source/src/jitlayers.cpp:2044 jl_compile_codeinst_now at /source/src/jitlayers.cpp:626 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:824 jl_compile_method_internal at /source/src/gf.c:3528 _jl_invoke at /source/src/gf.c:4006 [inlined] ijl_apply_generic at /source/src/gf.c:4214 lift_keyvalue_get! at ./../usr/share/julia/Compiler/src/ssair/passes.jl:1028 sroa_pass! at ./../usr/share/julia/Compiler/src/ssair/passes.jl:1410 run_passes_ipo_safe at ./../usr/share/julia/Compiler/src/optimize.jl:1013 run_passes_ipo_safe at ./../usr/share/julia/Compiler/src/optimize.jl:1027 [inlined] optimize at ./../usr/share/julia/Compiler/src/optimize.jl:1002 jfptr_optimize_82569.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 finish_nocycle at ./../usr/share/julia/Compiler/src/typeinfer.jl:202 jfptr_finish_nocycle_80505.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4588 typeinf_ext at ./../usr/share/julia/Compiler/src/typeinfer.jl:1256 typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1439 [inlined] typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1448 jfptr_typeinf_ext_toplevel_82967.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2397 [inlined] jl_type_infer at /source/src/gf.c:466 jl_compile_method_internal at /source/src/gf.c:3516 _jl_invoke at /source/src/gf.c:4006 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2397 [inlined] jl_f_invoke_in_world at /source/src/builtins.c:900 ansi_write_ at ./strings/annotated_io.jl:218 [inlined] print at ./strings/annotated_io.jl:243 [inlined] print at ./strings/io.jl:46 println at ./strings/io.jl:77 [inlined] print_tree at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:1248 tree at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:1308 print_group at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:389 #print#5 at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:331 print at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:271 [inlined] print at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:271 [inlined] print at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:271 _peek_report at /source/usr/share/julia/stdlib/v1.12/Profile/src/Profile.jl:94 unknown function (ip: 0x7a8b588fd4cf) at (unknown file) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2397 [inlined] jl_f_invokelatest at /source/src/builtins.c:881 profile_printing_listener at ./Base.jl:334 #start_profile_listener##0 at ./Base.jl:352 jfptr_YY.start_profile_listenerYY.YY.0_10036.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4014 [inlined] ijl_apply_generic at /source/src/gf.c:4214 jl_apply at /source/src/julia.h:2397 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) Allocations: 59148295 (Pool: 59147036; Big: 1259); GC: 123 PkgEval terminated after 2733.47s: test duration exceeded the time limit