Package evaluation to test LowRankApprox on Julia 1.14.0-DEV.87 (8bcaa34afa*) started at 2025-11-15T08:53:00.049 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.46s ################################################################################ # Installation # Installing LowRankApprox... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [898213cb] + LowRankApprox v0.5.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [621f4979] + AbstractFFTs v1.5.0 [7a1cc6ca] + FFTW v1.10.0 [692b3bcd] + JLLWrappers v1.7.1 [898213cb] + LowRankApprox v0.5.5 [e65ccdef] + LowRankMatrices v1.0.2 [4d1e1d77] + Nullables v1.0.0 [21216c6a] + Preferences v1.5.0 [189a3867] + Reexport v1.2.2 [f5851436] + FFTW_jll v3.3.11+0 [1d5cc7b8] + IntelOpenMP_jll v2025.2.0+0 [856f044c] + MKL_jll v2025.2.0+0 [1317d2d5] + oneTBB_jll v2022.0.0+1 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [4af54fe1] + LazyArtifacts v1.11.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 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.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.11.4 [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 Installation completed after 5.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ 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/i9lgt/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/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... WARNING: Constructor for type "Array" was extended in `LowRankApprox` without explicit qualification or import.  NOTE: Assumed "Array" refers to `Base.Array`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Array end`.  Hint: To silence the warning, qualify `Array` as `Base.Array` in the method signature or explicitly `import Base: Array`. 4580.0 ms ✓ LowRankApprox 1 dependency successfully precompiled in 5 seconds. 42 already precompiled. 1 dependency had output during precompilation: ┌ LowRankApprox │ WARNING: Constructor for type "Array" was extended in `LowRankApprox` without explicit qualification or import. │ NOTE: Assumed "Array" refers to `Base.Array`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Array end`. │ Hint: To silence the warning, qualify `Array` as `Base.Array` in the method signature or explicitly `import Base: Array`. └ Precompilation completed after 18.94s ################################################################################ # Testing # Testing LowRankApprox Status `/tmp/jl_4oAoFo/Project.toml` ⌅ [4c88cf16] Aqua v0.6.7 [7a1cc6ca] FFTW v1.10.0 [898213cb] LowRankApprox v0.5.5 [e65ccdef] LowRankMatrices v1.0.2 [4d1e1d77] Nullables v1.0.0 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_4oAoFo/Manifest.toml` [621f4979] AbstractFFTs v1.5.0 ⌅ [4c88cf16] Aqua v0.6.7 [34da2185] Compat v4.18.1 [7a1cc6ca] FFTW v1.10.0 [692b3bcd] JLLWrappers v1.7.1 [898213cb] LowRankApprox v0.5.5 [e65ccdef] LowRankMatrices v1.0.2 [4d1e1d77] Nullables v1.0.0 [21216c6a] Preferences v1.5.0 [189a3867] Reexport v1.2.2 [f5851436] FFTW_jll v3.3.11+0 [1d5cc7b8] IntelOpenMP_jll v2025.2.0+0 [856f044c] MKL_jll v2025.2.0+0 [1317d2d5] oneTBB_jll v2022.0.0+1 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [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 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 [2f01184e] SparseArrays v1.13.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.11.4 [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 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: `isbindingresolved(m::Module, var::Symbol)` is deprecated, use `true` instead. │ caller = walkmodules(f::Aqua.var"#undefined_exports##0#undefined_exports##1"{Vector{Symbol}}, x::Module) at exports.jl:5 └ @ Core ~/.julia/packages/Aqua/zpdNP/src/exports.jl:5 ┌ Warning: `isbindingresolved(m::Module, var::Symbol)` is deprecated, use `true` instead. │ caller = walkmodules(f::Aqua.Piracy.var"#3#4"{Bool, IdSet{Any}, Vector{Method}}, x::Module) at exports.jl:5 └ @ Core ~/.julia/packages/Aqua/zpdNP/src/exports.jl:5 Test Summary: | Pass Total Time Project quality | 7 7 24.4s LinearOperator/Float32 LinearOperator/Float64 LinearOperator/ComplexF32 LinearOperator/ComplexF64 HermitianLinearOperator/Float32 HermitianLinearOperator/Float64 HermitianLinearOperator/ComplexF32 HermitianLinearOperator/ComplexF64 57.906715 seconds (32.90 M allocations: 1.680 GiB, 1.67% gc time, 99.82% compilation time) Test Summary: | Pass Total Time linop | 280 280 58.0s RowPermutation ColumnPermutation 12.960463 seconds (4.69 M allocations: 247.877 MiB, 0.65% gc time, 99.83% compilation time) Test Summary: | Pass Total Time permute | 40 40 13.0s Float32 Float64 ComplexF32 ComplexF64 6.560463 seconds (3.53 M allocations: 182.249 MiB, 0.62% gc time, 99.74% compilation time) Test Summary: | Pass Total Time snorm | 12 12 6.6s LowerTrapezoidal/Float32 LowerTrapezoidal/Float64 LowerTrapezoidal/ComplexF32 LowerTrapezoidal/ComplexF64 UpperTrapezoidal/Float32 UpperTrapezoidal/Float64 UpperTrapezoidal/ComplexF32 UpperTrapezoidal/ComplexF64 44.200501 seconds (28.54 M allocations: 1.474 GiB, 1.10% gc time, 99.91% compilation time) Test Summary: | Pass Total Time trapezoidal | 144 144 44.2s RandomGaussian/Float32 RandomGaussian/Float64 RandomGaussian/ComplexF32 RandomGaussian/ComplexF64 RandomSubset/Float32 RandomSubset/Float64 RandomSubset/ComplexF32 RandomSubset/ComplexF64 SRFT/Float32 SRFT/Float64 SRFT/ComplexF32 SRFT/ComplexF64 SparseRandomGaussian/Float32 SparseRandomGaussian/Float64 SparseRandomGaussian/ComplexF32 SparseRandomGaussian/ComplexF64 29.561468 seconds (10.80 M allocations: 571.411 MiB, 0.90% gc time, 99.91% compilation time) Test Summary: | Pass Total Time sketch | 64 64 29.6s none/Float32 none/Float64 none/ComplexF32 none/ComplexF64 RandomGaussian/Float32 RandomGaussian/Float64 RandomGaussian/ComplexF32 RandomGaussian/ComplexF64 RandomSubset/Float32 RandomSubset/Float64 RandomSubset/ComplexF32 RandomSubset/ComplexF64 SRFT/Float32 SRFT/Float64 SRFT/ComplexF32 SRFT/ComplexF64 SparseRandomGaussian/Float32 SparseRandomGaussian/Float64 SparseRandomGaussian/ComplexF32 SparseRandomGaussian/ComplexF64 118.993234 seconds (73.88 M allocations: 3.921 GiB, 1.46% gc time, 99.69% compilation time) Test Summary: | Pass Total Time id | 720 720 1m59.3s none/Float32 none/Float64 none/ComplexF32 none/ComplexF64 RandomGaussian/Float32 RandomGaussian/Float64 RandomGaussian/ComplexF32 RandomGaussian/ComplexF64 RandomSubset/Float32 RandomSubset/Float64 RandomSubset/ComplexF32 RandomSubset/ComplexF64 SRFT/Float32 SRFT/Float64 SRFT/ComplexF32 SRFT/ComplexF64 SparseRandomGaussian/Float32 SparseRandomGaussian/Float64 SparseRandomGaussian/ComplexF32 SparseRandomGaussian/ComplexF64 16.814357 seconds (8.65 M allocations: 605.813 MiB, 1.20% gc time, 97.35% compilation time) Test Summary: | Pass Total Time pheig | 420 420 16.8s none/Float32 none/Float64 none/ComplexF32 none/ComplexF64 RandomGaussian/Float32 RandomGaussian/Float64 RandomGaussian/ComplexF32 RandomGaussian/ComplexF64 RandomSubset/Float32 RandomSubset/Float64 RandomSubset/ComplexF32 RandomSubset/ComplexF64 SRFT/Float32 SRFT/Float64 SRFT/ComplexF32 SRFT/ComplexF64 SparseRandomGaussian/Float32 SparseRandomGaussian/Float64 SparseRandomGaussian/ComplexF32 SparseRandomGaussian/ComplexF64 26.972106 seconds (15.83 M allocations: 904.753 MiB, 1.05% gc time, 98.90% compilation time) Test Summary: | Pass Total Time pqr | 420 420 27.0s none/Float32 none/Float64 none/ComplexF32 none/ComplexF64 RandomGaussian/Float32 RandomGaussian/Float64 RandomGaussian/ComplexF32 RandomGaussian/ComplexF64 RandomSubset/Float32 RandomSubset/Float64 RandomSubset/ComplexF32 RandomSubset/ComplexF64 SRFT/Float32 SRFT/Float64 SRFT/ComplexF32 SRFT/ComplexF64 SparseRandomGaussian/Float32 SparseRandomGaussian/Float64 SparseRandomGaussian/ComplexF32 SparseRandomGaussian/ComplexF64 8.484348 seconds (4.15 M allocations: 252.898 MiB, 1.01% gc time, 97.59% compilation time) Test Summary: | Pass Total Time prange | 60 60 8.5s none/Float32 none/Float64 none/ComplexF32 none/ComplexF64 RandomGaussian/Float32 RandomGaussian/Float64 RandomGaussian/ComplexF32 RandomGaussian/ComplexF64 RandomSubset/Float32 RandomSubset/Float64 RandomSubset/ComplexF32 RandomSubset/ComplexF64 SRFT/Float32 SRFT/Float64 SRFT/ComplexF32 SRFT/ComplexF64 SparseRandomGaussian/Float32 SparseRandomGaussian/Float64 SparseRandomGaussian/ComplexF32 SparseRandomGaussian/ComplexF64 14.098759 seconds (15.41 M allocations: 872.645 MiB, 7.83% gc time, 93.55% compilation time) Test Summary: | Pass Total Time psvd | 420 420 14.1s none/Float32 none/Float64 none/ComplexF32 none/ComplexF64 RandomGaussian/Float32 RandomGaussian/Float64 RandomGaussian/ComplexF32 RandomGaussian/ComplexF64 RandomSubset/Float32 RandomSubset/Float64 RandomSubset/ComplexF32 RandomSubset/ComplexF64 SRFT/Float32 SRFT/Float64 SRFT/ComplexF32 SRFT/ComplexF64 SparseRandomGaussian/Float32 SparseRandomGaussian/Float64 SparseRandomGaussian/ComplexF32 SparseRandomGaussian/ComplexF64 19.614337 seconds (6.04 M allocations: 477.972 MiB, 0.74% gc time, 97.44% compilation time) Test Summary: | Pass Total Time cur | 1080 1080 20.3s Testing LowRankApprox tests passed Testing completed after 410.03s PkgEval succeeded after 455.89s