Package evaluation of NLopt on Julia 1.13.0-DEV.427 (855bef3b06*) started at 2025-04-23T20:35:05.467 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.71s ################################################################################ # Installation # Installing NLopt... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [76087f3c] + NLopt v1.1.3 Updating `~/.julia/environments/v1.13/Manifest.toml` [fa961155] + CEnum v0.5.0 [692b3bcd] + JLLWrappers v1.7.0 [76087f3c] + NLopt v1.1.3 [21216c6a] + Preferences v1.4.3 [079eb43e] + NLopt_jll v2.10.0+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.75s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 32.56s ################################################################################ # Testing # Testing NLopt Status `/tmp/jl_IxEcyd/Project.toml` [fa961155] CEnum v0.5.0 [b8f27783] MathOptInterface v1.39.0 [76087f3c] NLopt v1.1.3 [079eb43e] NLopt_jll v2.10.0+0 [8dfed614] Test v1.11.0 Status `/tmp/jl_IxEcyd/Manifest.toml` [6e4b80f9] BenchmarkTools v1.6.0 [fa961155] CEnum v0.5.0 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.16.0 [864edb3b] DataStructures v0.18.22 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [ffbed154] DocStringExtensions v0.9.4 [f6369f11] ForwardDiff v1.0.1 [92d709cd] IrrationalConstants v0.2.4 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [0f8b85d8] JSON3 v1.14.2 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [b8f27783] MathOptInterface v1.39.0 [d8a4904e] MutableArithmetics v1.6.4 [76087f3c] NLopt v1.1.3 [77ba4419] NaNMath v1.1.3 [bac558e1] OrderedCollections v1.8.0 [69de0a69] Parsers v2.8.2 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [276daf66] SpecialFunctions v2.5.1 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [856f2bd8] StructTypes v1.11.0 [3bb67fe8] TranscodingStreams v0.11.3 [6e34b625] Bzip2_jll v1.0.9+0 [079eb43e] NLopt_jll v2.10.0+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.12.0 [f489334b] StyledStrings 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.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.5+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.1+2 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... Test Summary: | Pass Total Time test_algorithm | 1 1 0.1s Test Summary: | Pass Total Time test_algorithm_enum | 2 2 0.1s Test Summary: | Pass Total Time test_algorithm_name | 5 5 0.3s Test Summary: | Pass Total Time test_chk | 5 5 0.5s Test Summary: | Pass Total Time test_copy | 3 3 2.1s Test Summary: | Pass Total Time test_copy_failure | 1 1 0.0s Test Summary: | Pass Total Time test_get_opt_params_default | 1 1 0.1s Test Summary: | Pass Total Time test_initial_step | 14 14 1.3s Test Summary: | Pass Total Time test_invalid_algorithms | 2 2 0.1s Test Summary: | Pass Total Time test_issue_132 | 1 1 0.2s got 0.34271757484331283 at [0.41494431548852434, 0.17011136902295138] with constraints (returned XTOL_REACHED) got 0.0 at [1.0, 1.0] after removing constraints (returned XTOL_REACHED) Test Summary: | Pass Total Time test_issue_133 | 4 4 1.7s Test Summary: | Pass Total Time test_issue_156_CapturedException | 3 3 3.3s Test Summary: | Pass Total Time test_issue_156_ForcedStop | 2 2 0.1s Test Summary: | Pass Total Time test_issue_156_no_error | 2 2 0.1s Test Summary: | Pass Total Time test_issue_163 | 1 1 0.8s Test Summary: | Pass Total Time test_lower_bounds | 6 6 0.3s Test Summary: | Pass Total Time test_max_objective | 2 2 0.6s Test Summary: | Pass Total Time test_min_objective | 2 2 0.2s Test Summary: | Pass Total Time test_opt_argument_error | 1 1 0.1s Test Summary: | Pass Total Time test_optimize!_bounds_error | 1 1 0.0s Test Summary: | Pass Total Time test_property_names | 48 48 1.4s Test Summary: | Pass Total Time test_readme_example | 3 3 0.3s Test Summary: | Pass Total Time test_readme_example_vector | 3 3 0.3s Test Summary: | Pass Total Time test_readme_example_vector_real_tol | 3 3 0.3s Test Summary: | Pass Total Time test_result_arithmetic | 4 4 0.2s Test Summary: | Pass Total Time test_result_enum | 2 2 0.1s Test Summary: | Pass Total Time test_return_FAILURE_from_optimize | 1 1 0.3s Test Summary: | Pass Total Time test_show_opt | 1 1 0.2s Test Summary: | Pass Total Time test_srand | 2 2 0.1s f_1([1.234, 5.678]) f_2([0.8787394664016357, 5.551370325142423]) f_3([0.8262160034228196, 5.043903787432386]) f_4([0.4739440370386794, 4.0767726724255375]) f_5([0.35389779634506047, 3.0308503583016]) f_6([0.33387310647853335, 1.9717933962872487]) f_7([0.3333337209575201, 1.0450874902862517]) f_8([0.33333357431034494, 0.4695027039311135]) f_9([0.3333332772332185, 0.3057923933552822]) f_10([0.33333339455750244, 0.2963215980646768]) f_11([0.3333333342139688, 0.29629628951338166]) got 0.5443310477213124 at [0.3333333342139688, 0.29629628951338166] after 11 iterations (returned XTOL_REACHED) Test Summary: | Pass Total Time test_tutorial | 7 7 0.8s Test Summary: | Pass Total Time test_upper_bounds | 6 6 0.3s Test Summary: | Pass Total Time test_vector_equality_constraint_real_tol | 3 3 0.3s Test Summary: | Pass Total Time test_vector_equality_constraint_scalar_tol | 3 3 0.3s Test Summary: | Pass Total Time test_vector_forced_stop | 1 1 0.2s Test Summary: | Pass Total Time test_vector_interrupt_exception | 1 1 0.2s Test Summary: | Pass Total Time test_xtol_abs | 6 6 0.3s Test Summary: | Pass Total Time test_AutomaticDifferentiationBackend | 3 3 0.9s Test Summary: | Pass Total Time test_ScalarNonlinearFunction_GreaterThan | 1 1 28.5s Test Summary: | Pass Total Time test_ScalarNonlinearFunction_Interval | 1 1 0.2s Test Summary: | Pass Total Time test_ScalarNonlinearFunction_LessThan | 1 1 0.2s Test Summary: | Pass Total Time test_ScalarNonlinearFunction_ObjectiveFunctionType | 1 1 0.1s Test Summary: | Pass Total Time test_ScalarNonlinearFunction_derivative_free | 1 1 0.1s Test Summary: | Pass Total Time test_ScalarNonlinearFunction_is_valid | 3 3 0.2s Test Summary: | Pass Total Time test_ScalarNonlinearFunction_mix_apis_nlpblock_first | 1 1 0.6s Test Summary: | Pass Total Time test_ScalarNonlinearFunction_mix_apis_nlpblock_last | 1 1 0.2s Test Summary: | Pass Total Time test_get_objective_function | 2 2 1.4s Test Summary: | Pass Total Time test_list_and_number_of_constraints | 14 14 1.7s Test Summary: | Pass Total Time test_list_of_constraint_attributes_set | 1 1 0.1s Test Summary: | Pass Total Time test_list_of_model_attributes_set | 3 3 0.3s Test Summary: | Pass Total Time test_list_of_variable_attributes_set | 4 4 0.4s Test Summary: | Pass Total Time test_local_optimizer_Opt | 2 2 1.0s Test Summary: | Pass Total Time test_local_optimizer_Symbol | 2 2 0.1s Test Summary: | Pass Total Time test_raw_optimizer_attribute | 5 5 0.2s Test Summary: | Pass Total Time test_raw_optimizer_attribute_in_optimize | 1 1 1.4s Test Summary: | Pass Total Time test_runtests | 2230 2230 32m22.9s Testing NLopt tests passed Testing completed after 2019.77s PkgEval succeeded after 2077.95s