Package evaluation of GaussNewton on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T07:28:27.905 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 3.46s ################################################################################ # Installation # Installing GaussNewton... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [2dc1bfd5] + GaussNewton v0.1.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [79e6a3ab] + Adapt v4.2.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.3 [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.2 [21216c6a] + Preferences v1.4.3 [ae029012] + Requires v1.3.0 [efcf1570] + Setfield v1.1.1 [276daf66] + SpecialFunctions v2.5.0 [1e83bf80] + StaticArraysCore v1.4.3 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [9fa8497b] + Future [b77e0a4c] + InteractiveUtils [76f85450] + LibGit2 [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [56ddb016] + Logging [d6f4376e] + Markdown [ca575930] + NetworkOptions v1.2.0 [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [fa267f1f] + TOML v1.0.3 [8dfed614] + Test [cf7118a7] + UUIDs [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [e37daf67] + LibGit2_jll v1.6.4+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.2+1 [4536629a] + OpenBLAS_jll v0.3.23+4 [05823500] + OpenLibm_jll v0.8.1+4 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 4.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.93s ################################################################################ # Testing # Testing GaussNewton Status `/tmp/jl_pYKj9v/Project.toml` [6a86dc24] FiniteDiff v2.27.0 [f6369f11] ForwardDiff v0.10.38 [2dc1bfd5] GaussNewton v0.1.0 [37e2e46d] LinearAlgebra [de0858da] Printf [8dfed614] Test Status `/tmp/jl_pYKj9v/Manifest.toml` [79e6a3ab] Adapt v4.2.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.3 [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.2 [21216c6a] Preferences v1.4.3 [ae029012] Requires v1.3.0 [efcf1570] Setfield v1.1.1 [276daf66] SpecialFunctions v2.5.0 [1e83bf80] StaticArraysCore v1.4.3 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [9fa8497b] Future [b77e0a4c] InteractiveUtils [76f85450] LibGit2 [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [ca575930] NetworkOptions v1.2.0 [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [e37daf67] LibGit2_jll v1.6.4+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.2+1 [4536629a] OpenBLAS_jll v0.3.23+4 [05823500] OpenLibm_jll v0.8.1+4 [8e850b90] libblastrampoline_jll v5.11.0+0 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 17.0s 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 5.2s 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 1.8s Testing GaussNewton tests passed Testing completed after 29.82s PkgEval succeeded after 51.69s