Package evaluation of GaussNewton on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T11:23:04.501 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.63s ################################################################################ # Installation # Installing GaussNewton... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [2dc1bfd5] + GaussNewton v0.1.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [79e6a3ab] + Adapt v4.3.0 [4fba245c] + ArrayInterface v7.18.0 [bbf7d656] + CommonSubexpressions v0.3.1 [187b0558] + ConstructionBase v1.5.8 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [ffbed154] + DocStringExtensions v0.9.4 [6a86dc24] + FiniteDiff v2.27.0 ⌅ [f6369f11] + ForwardDiff v0.10.38 [2dc1bfd5] + GaussNewton v0.1.0 [92d709cd] + IrrationalConstants v0.2.4 [692b3bcd] + JLLWrappers v1.7.0 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.15 [77ba4419] + NaNMath v1.1.3 [21216c6a] + Preferences v1.4.3 [ae029012] + Requires v1.3.1 [efcf1570] + Setfield v1.1.2 [276daf66] + SpecialFunctions v2.5.0 [1e83bf80] + StaticArraysCore v1.4.3 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [9fa8497b] + Future v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown 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 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [05823500] + OpenLibm_jll v0.8.5+0 [8e850b90] + libblastrampoline_jll v5.11.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 2.39s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.57s ################################################################################ # Testing # Testing GaussNewton Status `/tmp/jl_HD3TiL/Project.toml` [6a86dc24] FiniteDiff v2.27.0 ⌅ [f6369f11] ForwardDiff v0.10.38 [2dc1bfd5] GaussNewton v0.1.0 [37e2e46d] LinearAlgebra v1.11.0 [de0858da] Printf v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_HD3TiL/Manifest.toml` [79e6a3ab] Adapt v4.3.0 [4fba245c] ArrayInterface v7.18.0 [bbf7d656] CommonSubexpressions v0.3.1 [187b0558] ConstructionBase v1.5.8 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [ffbed154] DocStringExtensions v0.9.4 [6a86dc24] FiniteDiff v2.27.0 ⌅ [f6369f11] ForwardDiff v0.10.38 [2dc1bfd5] GaussNewton v0.1.0 [92d709cd] IrrationalConstants v0.2.4 [692b3bcd] JLLWrappers v1.7.0 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.15 [77ba4419] NaNMath v1.1.3 [21216c6a] Preferences v1.4.3 [ae029012] Requires v1.3.1 [efcf1570] Setfield v1.1.2 [276daf66] SpecialFunctions v2.5.0 [1e83bf80] StaticArraysCore v1.4.3 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown 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 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [05823500] OpenLibm_jll v0.8.5+0 [8e850b90] libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... 0.0 [1.0, 1.0] Results of Gauss-Newton Algorithm * Minimizer: [1.0,1.0] * Sum of squares at Minimum: 0.000000 * Iterations: 22 * Convergence: true * |x - x'| < 1.0e-04: true * |f(x) - f(x')| / |f(x)| < 3.0e-07: false * |f(x)| < 1.0e-11: true * Function Calls: 22 * Gradient Calls: 7 * Trace: Test Summary: | Pass Total Time GNRosenblock | 4 4 20.5s 4.0007112362759826e-24 [1.0e6, 2.000000000002e-6] Results of Gauss-Newton Algorithm * Minimizer: [1.0e6,2.000000000002e-6] * Sum of squares at Minimum: 0.000000 * Iterations: 27 * Convergence: true * |x - x'| < 1.0e-04: false * |f(x) - f(x')| / |f(x)| < 3.0e-07: false * |f(x)| < 1.0e-11: true * Function Calls: 27 * Gradient Calls: 9 * Trace: 8.562722811936973e-18 [1.0e6, 1.999999997073787e-6] Results of Gauss-Newton Algorithm * Minimizer: [1.0e6,1.999999997073787e-6] * Sum of squares at Minimum: 0.000000 * Iterations: 27 * Convergence: true * |x - x'| < 1.0e-04: false * |f(x) - f(x')| / |f(x)| < 3.0e-07: false * |f(x)| < 1.0e-11: true * Function Calls: 27 * Gradient Calls: 9 * Trace: 1.4107761947020794e-22 [1.0e6, 1.9999999999881224e-6] Results of Gauss-Newton Algorithm * Minimizer: [1.0e6,1.9999999999881224e-6] * Sum of squares at Minimum: 0.000000 * Iterations: 27 * Convergence: true * |x - x'| < 1.0e-04: false * |f(x) - f(x')| / |f(x)| < 3.0e-07: false * |f(x)| < 1.0e-11: true * Function Calls: 27 * Gradient Calls: 9 * Trace: Test Summary: | Pass Total Time GNbrownbad | 12 12 10.4s 3.327141749411951e-16 [2.9999999771712815, 0.4999999976270285] Results of Gauss-Newton Algorithm * Minimizer: [2.9999999771712815,0.4999999976270285] * Sum of squares at Minimum: 0.000000 * Iterations: 14 * Convergence: true * |x - x'| < 1.0e-04: false * |f(x) - f(x')| / |f(x)| < 3.0e-07: false * |f(x)| < 1.0e-11: true * Function Calls: 14 * Gradient Calls: 5 * Trace: Test Summary: | Pass Total Time GNBeale | 4 4 6.1s Testing GaussNewton tests passed Testing completed after 43.79s PkgEval succeeded after 85.33s