Package evaluation to test RobustFactorizations on Julia 1.14.0-DEV.30 (073666df8b*) started at 2025-11-04T18:07:12.205 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.17s ################################################################################ # Installation # Installing RobustFactorizations... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [46548c09] + RobustFactorizations v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [79e6a3ab] + Adapt v4.4.0 [6e4b80f9] + BenchmarkTools v1.6.3 [523fee87] + CodecBzip2 v0.8.5 [944b1d66] + CodecZlib v0.7.8 [bbf7d656] + CommonSubexpressions v0.3.1 [34da2185] + Compat v4.18.1 [864edb3b] + DataStructures v0.19.2 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [ffbed154] + DocStringExtensions v0.9.5 [f6369f11] + ForwardDiff v1.2.2 [92d709cd] + IrrationalConstants v0.2.6 [42fd0dbc] + IterativeSolvers v0.9.4 [692b3bcd] + JLLWrappers v1.7.1 [682c06a0] + JSON v1.2.0 [0f8b85d8] + JSON3 v1.14.3 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [b8f27783] + MathOptInterface v1.46.0 [d8a4904e] + MutableArithmetics v1.6.7 [77ba4419] + NaNMath v1.1.3 [ab2f91bb] + OSQP v0.8.1 [bac558e1] + OrderedCollections v1.8.1 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [dc4f5ac2] + ProximalCore v0.1.2 ⌅ [a725b495] + ProximalOperators v0.15.3 [3cdcf5f2] + RecipesBase v1.3.4 [ae029012] + Requires v1.3.1 [46548c09] + RobustFactorizations v0.1.0 [276daf66] + SpecialFunctions v2.6.1 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [856f2bd8] + StructTypes v1.11.0 [ec057cc2] + StructUtils v2.5.1 [9449cd9e] + TSVD v0.4.4 [3bb67fe8] + TranscodingStreams v0.11.3 [6e34b625] + Bzip2_jll v1.0.9+0 [9c4f68bf] + OSQP_jll v0.600.200+0 [efe28fd5] + OpenSpecFun_jll v0.5.6+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 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.13.0 [de0858da] + Printf v1.11.0 [9abbd945] + Profile 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 [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 [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 [05823500] + OpenLibm_jll v0.8.7+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.67.1+0 [3f19e933] + p7zip_jll v17.6.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.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/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... 5225.8 ms ✓ SpecialFunctions 6824.4 ms ✓ ForwardDiff 78753.0 ms ✓ MathOptInterface 7952.2 ms ✓ OSQP 8153.4 ms ✓ ProximalOperators 6728.8 ms ✓ RobustFactorizations 6 dependencies successfully precompiled in 116 seconds. 74 already precompiled. Precompilation completed after 128.29s ################################################################################ # Testing # Testing RobustFactorizations Status `/tmp/jl_dnJN2c/Project.toml` ⌅ [a725b495] ProximalOperators v0.15.3 [46548c09] RobustFactorizations v0.1.0 [10745b16] Statistics v1.11.1 [9449cd9e] TSVD v0.4.4 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_dnJN2c/Manifest.toml` [79e6a3ab] Adapt v4.4.0 [6e4b80f9] BenchmarkTools v1.6.3 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.18.1 [864edb3b] DataStructures v0.19.2 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [ffbed154] DocStringExtensions v0.9.5 [f6369f11] ForwardDiff v1.2.2 [92d709cd] IrrationalConstants v0.2.6 [42fd0dbc] IterativeSolvers v0.9.4 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v1.2.0 [0f8b85d8] JSON3 v1.14.3 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [b8f27783] MathOptInterface v1.46.0 [d8a4904e] MutableArithmetics v1.6.7 [77ba4419] NaNMath v1.1.3 [ab2f91bb] OSQP v0.8.1 [bac558e1] OrderedCollections v1.8.1 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [dc4f5ac2] ProximalCore v0.1.2 ⌅ [a725b495] ProximalOperators v0.15.3 [3cdcf5f2] RecipesBase v1.3.4 [ae029012] Requires v1.3.1 [46548c09] RobustFactorizations v0.1.0 [276daf66] SpecialFunctions v2.6.1 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [856f2bd8] StructTypes v1.11.0 [ec057cc2] StructUtils v2.5.1 [9449cd9e] TSVD v0.4.4 [3bb67fe8] TranscodingStreams v0.11.3 [6e34b625] Bzip2_jll v1.0.9+0 [9c4f68bf] OSQP_jll v0.600.200+0 [efe28fd5] OpenSpecFun_jll v0.5.6+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 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.13.0 [de0858da] Printf v1.11.0 [9abbd945] Profile 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 [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 [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 [05823500] OpenLibm_jll v0.8.7+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.67.1+0 [3f19e933] p7zip_jll v17.6.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... [ Info: Testing Robust PCA [ Info: Testing Nonneg [ Info: Testing Complex [ Info: Testing ElasticNet norm(D - res1.L) > norm(D - res2.L) = true (N, r, s) = (100, 2, 0.001) norm(D - res1.L) = 0.12461696678135402 norm(D - res2.L) = 0.1248827857938956 (N, r, s) = (100, 2, 0.01) norm(D - res1.L) = 0.5292507573352496 norm(D - res2.L) = 0.4975316638640241 (N, r, s) = (100, 2, 0.1) norm(D - res1.L) = 3.0300367383013245 norm(D - res2.L) = 2.1403296501435136 (N, r, s) = (100, 4, 0.001) norm(D - res1.L) = 0.6400180727976718 norm(D - res2.L) = 0.6415505212141661 (N, r, s) = (100, 4, 0.01) norm(D - res1.L) = 1.6175689504265796 norm(D - res2.L) = 1.619779739497687 (N, r, s) = (100, 4, 0.1) norm(D - res1.L) = 3.200935517523832 norm(D - res2.L) = 2.7684827739576727 (N, r, s) = (100, 6, 0.001) norm(D - res1.L) = 3.6173070853421123 norm(D - res2.L) = 3.6214052618617876 (N, r, s) = (100, 6, 0.01) norm(D - res1.L) = 2.9731322875355124 norm(D - res2.L) = 3.0166528164189876 (N, r, s) = (100, 6, 0.1) norm(D - res1.L) = 5.9233369472411885 norm(D - res2.L) = 6.031825135215998 (N, r, s) = (1000, 2, 0.001) norm(D - res1.L) = 1.9525732710019665 norm(D - res2.L) = 1.9540146554883384 (N, r, s) = (1000, 2, 0.01) norm(D - res1.L) = 2.029940263297708 norm(D - res2.L) = 1.9325741557736773 (N, r, s) = (1000, 2, 0.1) norm(D - res1.L) = 9.76014166901029 norm(D - res2.L) = 6.820464541860274 (N, r, s) = (1000, 4, 0.001) norm(D - res1.L) = 4.537506241605617 norm(D - res2.L) = 4.543594290097603 (N, r, s) = (1000, 4, 0.01) norm(D - res1.L) = 3.31634652998429 norm(D - res2.L) = 3.336775088978554 (N, r, s) = (1000, 4, 0.1) norm(D - res1.L) = 11.156900020609896 norm(D - res2.L) = 10.083021760738403 (N, r, s) = (1000, 6, 0.001) norm(D - res1.L) = 10.069910552888294 norm(D - res2.L) = 10.081516380721697 (N, r, s) = (1000, 6, 0.01) norm(D - res1.L) = 10.476076580141678 norm(D - res2.L) = 10.59048374976166 (N, r, s) = (1000, 6, 0.1) norm(D - res1.L) = 14.489678245747736 norm(D - res2.L) = 14.927090206039397 (N, r, s) = (10000, 2, 0.001) norm(D - res1.L) = 2.2585803409235425 norm(D - res2.L) = 2.253185537539988 (N, r, s) = (10000, 2, 0.01) norm(D - res1.L) = 3.9179647258442687 norm(D - res2.L) = 3.267043278805754 (N, r, s) = (10000, 2, 0.1) norm(D - res1.L) = 30.457172478443233 norm(D - res2.L) = 20.56083623403284 (N, r, s) = (10000, 4, 0.001) norm(D - res1.L) = 13.366336265114125 norm(D - res2.L) = 13.3895484002284 (N, r, s) = (10000, 4, 0.01) norm(D - res1.L) = 14.455982652345558 norm(D - res2.L) = 14.576881354977775 (N, r, s) = (10000, 4, 0.1) norm(D - res1.L) = 34.65100252182311 norm(D - res2.L) = 31.17845316962849 (N, r, s) = (10000, 6, 0.001) norm(D - res1.L) = 36.701768740032655 norm(D - res2.L) = 36.74090451145116 (N, r, s) = (10000, 6, 0.01) norm(D - res1.L) = 36.62145046800957 norm(D - res2.L) = 36.98859481301323 (N, r, s) = (10000, 6, 0.1) norm(D - res1.L) = 50.11745714649497 norm(D - res2.L) = 52.04120385307698 [ Info: Testing Robust PCA FISTA [ Info: Testing Nonneg [ Info: Testing Complex [ Info: Testing Robust PCA ADMM [ Info: Testing Nonneg 0 cost: 0.9896 100 cost: 1.098 200 cost: 1.097 300 cost: 1.097 400 cost: 1.096 500 cost: 1.095 600 cost: 1.095 700 cost: 1.095 800 cost: 1.095 900 cost: 1.095 1000 cost: 1.095 1100 cost: 1.095 1200 cost: 1.095 1300 cost: 1.095 1400 cost: 1.095 1500 cost: 1.095 1600 cost: 1.095 1700 cost: 1.095 1800 cost: 1.095 1900 cost: 1.095 2000 cost: 1.095 2100 cost: 1.095 2200 cost: 1.095 2300 cost: 1.095 2400 cost: 1.095 2500 cost: 1.095 2600 cost: 1.095 2700 cost: 1.095 2800 cost: 1.095 2900 cost: 1.095 3000 cost: 1.095 3100 cost: 1.095 3200 cost: 1.095 3300 cost: 1.095 3400 cost: 1.095 3500 cost: 1.095 3600 cost: 1.095 3700 cost: 1.095 3800 cost: 1.095 3900 cost: 1.095 4000 cost: 1.095 4100 cost: 1.095 4200 cost: 1.095 4300 cost: 1.095 4400 cost: 1.095 4500 cost: 1.095 4600 cost: 1.095 4700 cost: 1.095 4800 cost: 1.095 4900 cost: 1.095 5000 cost: 1.095 5100 cost: 1.095 5200 cost: 1.095 5300 cost: 1.095 5400 cost: 1.095 5500 cost: 1.095 5600 cost: 1.095 5700 cost: 1.095 5800 cost: 1.095 5900 cost: 1.095 6000 cost: 1.095 6100 cost: 1.095 6200 cost: 1.095 6300 cost: 1.095 6400 cost: 1.095 6500 cost: 1.095 6600 cost: 1.095 6700 cost: 1.095 6800 cost: 1.095 6900 cost: 1.095 7000 cost: 1.095 7100 cost: 1.095 7200 cost: 1.095 7300 cost: 1.095 7400 cost: 1.095 7500 cost: 1.095 7600 cost: 1.095 7700 cost: 1.095 7800 cost: 1.095 7900 cost: 1.095 8000 cost: 1.095 8100 cost: 1.095 8200 cost: 1.095 8300 cost: 1.095 8400 cost: 1.095 8500 cost: 1.095 8600 cost: 1.095 8700 cost: 1.095 8800 cost: 1.095 8900 cost: 1.095 9000 cost: 1.095 9100 cost: 1.095 9200 cost: 1.095 9300 cost: 1.095 9400 cost: 1.095 9500 cost: 1.095 9600 cost: 1.095 9700 cost: 1.095 9800 cost: 1.095 9900 cost: 1.095 [ Info: Testing Complex Test Summary: | Pass Total Time RobustFactorizations.jl | 46 46 1m13.3s Testing RobustFactorizations tests passed Testing completed after 92.83s PkgEval succeeded after 251.54s