>>> py3-opytimark: Building community/py3-opytimark 1.0.8-r0 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 15:14:14 +0000 >>> py3-opytimark: Checking sanity of /home/buildozer/aports/community/py3-opytimark/APKBUILD... >>> py3-opytimark: Analyzing dependencies... >>> py3-opytimark: Installing for build: build-base python3 py3-numpy py3-setuptools py3-pytest (1/21) Installing libbz2 (1.0.8-r3) (2/21) Installing libffi (3.4.4-r0) (3/21) Installing gdbm (1.23-r0) (4/21) Installing xz-libs (5.2.7-r0) (5/21) Installing mpdecimal (2.5.1-r1) (6/21) Installing readline (8.2.0-r0) (7/21) Installing sqlite-libs (3.39.4-r0) (8/21) Installing python3 (3.10.8-r3) (9/21) Installing libgfortran (12.2.1_git20220924-r3) (10/21) Installing openblas (0.3.21-r0) (11/21) Installing py3-numpy (1.23.4-r0) (12/21) Installing py3-parsing (3.0.9-r0) (13/21) Installing py3-packaging (21.3-r2) (14/21) Installing py3-setuptools (65.5.0-r0) (15/21) Installing py3-attrs (22.1.0-r0) (16/21) Installing py3-iniconfig (1.1.1-r3) (17/21) Installing py3-pluggy (1.0.0-r1) (18/21) Installing py3-py (1.11.0-r0) (19/21) Installing py3-tomli (2.0.1-r1) (20/21) Installing py3-pytest (7.1.3-r1) (21/21) Installing .makedepends-py3-opytimark (20221028.151417) Executing busybox-1.35.0-r27.trigger OK: 287 MiB in 114 packages >>> py3-opytimark: Cleaning up srcdir >>> py3-opytimark: Cleaning up pkgdir >>> py3-opytimark: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/opytimark-1.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69168 100 69168 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k >>> py3-opytimark: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/opytimark-1.0.8.tar.gz >>> py3-opytimark: Checking sha512sums... opytimark-1.0.8.tar.gz: OK >>> py3-opytimark: Unpacking /var/cache/distfiles/v3.17/opytimark-1.0.8.tar.gz... /usr/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/opytimark copying opytimark/__init__.py -> build/lib/opytimark creating build/lib/opytimark/core copying opytimark/core/cec_benchmark.py -> build/lib/opytimark/core copying opytimark/core/benchmark.py -> build/lib/opytimark/core copying opytimark/core/__init__.py -> build/lib/opytimark/core creating build/lib/opytimark/markers copying opytimark/markers/two_dimensional.py -> build/lib/opytimark/markers copying opytimark/markers/one_dimensional.py -> build/lib/opytimark/markers copying opytimark/markers/many_dimensional.py -> build/lib/opytimark/markers copying opytimark/markers/__init__.py -> build/lib/opytimark/markers copying opytimark/markers/n_dimensional.py -> build/lib/opytimark/markers copying opytimark/markers/boolean.py -> build/lib/opytimark/markers creating build/lib/opytimark/utils copying opytimark/utils/constants.py -> build/lib/opytimark/utils copying opytimark/utils/decorator.py -> build/lib/opytimark/utils copying opytimark/utils/__init__.py -> build/lib/opytimark/utils copying opytimark/utils/loader.py -> build/lib/opytimark/utils copying opytimark/utils/exception.py -> build/lib/opytimark/utils creating build/lib/opytimark/markers/cec copying opytimark/markers/cec/year_2008.py -> build/lib/opytimark/markers/cec copying opytimark/markers/cec/year_2013.py -> build/lib/opytimark/markers/cec copying opytimark/markers/cec/__init__.py -> build/lib/opytimark/markers/cec copying opytimark/markers/cec/year_2010.py -> build/lib/opytimark/markers/cec copying opytimark/markers/cec/year_2005.py -> build/lib/opytimark/markers/cec ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8, configfile: pytest.ini collecting ... collected 281 items / 94 deselected / 187 selected tests/opytimark/core/test_benchmark.py::test_benchmark_name PASSED [ 0%] tests/opytimark/core/test_benchmark.py::test_benchmark_name_setter PASSED [ 1%] tests/opytimark/core/test_benchmark.py::test_benchmark_dims PASSED [ 1%] tests/opytimark/core/test_benchmark.py::test_benchmark_dims_setter PASSED [ 2%] tests/opytimark/core/test_benchmark.py::test_benchmark_continuous PASSED [ 2%] tests/opytimark/core/test_benchmark.py::test_benchmark_continuous_setter PASSED [ 3%] tests/opytimark/core/test_benchmark.py::test_benchmark_convex PASSED [ 3%] tests/opytimark/core/test_benchmark.py::test_benchmark_convex_setter PASSED [ 4%] tests/opytimark/core/test_benchmark.py::test_benchmark_differentiable PASSED [ 4%] tests/opytimark/core/test_benchmark.py::test_benchmark_differentiable_setter PASSED [ 5%] tests/opytimark/core/test_benchmark.py::test_benchmark_multimodal PASSED [ 5%] tests/opytimark/core/test_benchmark.py::test_benchmark_multimodal_setter PASSED [ 6%] tests/opytimark/core/test_benchmark.py::test_benchmark_separable PASSED [ 6%] tests/opytimark/core/test_benchmark.py::test_benchmark_separable_setter PASSED [ 7%] tests/opytimark/core/test_benchmark.py::test_benchmark_call PASSED [ 8%] tests/opytimark/markers/test_boolean.py::test_knapsack_values PASSED [ 8%] tests/opytimark/markers/test_boolean.py::test_knapsack_values_setter PASSED [ 9%] tests/opytimark/markers/test_boolean.py::test_knapsack_weights PASSED [ 9%] tests/opytimark/markers/test_boolean.py::test_knapsack_weights_setter PASSED [ 10%] tests/opytimark/markers/test_boolean.py::test_knapsack_max_capacity PASSED [ 10%] tests/opytimark/markers/test_boolean.py::test_knapsack_max_capacity_setter PASSED [ 11%] tests/opytimark/markers/test_boolean.py::test_knapsack PASSED [ 11%] tests/opytimark/markers/test_many_dimensional.py::test_biggs_exponential3 PASSED [ 12%] tests/opytimark/markers/test_many_dimensional.py::test_biggs_exponential4 PASSED [ 12%] tests/opytimark/markers/test_many_dimensional.py::test_biggs_exponential5 PASSED [ 13%] tests/opytimark/markers/test_many_dimensional.py::test_biggs_exponential6 PASSED [ 13%] tests/opytimark/markers/test_many_dimensional.py::test_box_betts PASSED [ 14%] tests/opytimark/markers/test_many_dimensional.py::test_colville PASSED [ 14%] tests/opytimark/markers/test_many_dimensional.py::test_gulf_research PASSED [ 15%] tests/opytimark/markers/test_many_dimensional.py::test_helical_valley PASSED [ 16%] tests/opytimark/markers/test_many_dimensional.py::test_miele_cantrell PASSED [ 16%] tests/opytimark/markers/test_many_dimensional.py::test_mishra9 PASSED [ 17%] tests/opytimark/markers/test_many_dimensional.py::test_paviani PASSED [ 17%] tests/opytimark/markers/test_many_dimensional.py::test_schmidt_vetters PASSED [ 18%] tests/opytimark/markers/test_many_dimensional.py::test_simpleton PASSED [ 18%] tests/opytimark/markers/test_many_dimensional.py::test_watson PASSED [ 19%] tests/opytimark/markers/test_many_dimensional.py::test_wolfe PASSED [ 19%] tests/opytimark/markers/test_n_dimensional.py::test_ackley1 PASSED [ 20%] tests/opytimark/markers/test_n_dimensional.py::test_ackley4 PASSED [ 20%] tests/opytimark/markers/test_n_dimensional.py::test_alpine1 PASSED [ 21%] tests/opytimark/markers/test_n_dimensional.py::test_alpine2 PASSED [ 21%] tests/opytimark/markers/test_n_dimensional.py::test_brown PASSED [ 22%] tests/opytimark/markers/test_n_dimensional.py::test_chung_reynolds PASSED [ 22%] tests/opytimark/markers/test_n_dimensional.py::test_cosine_mixture PASSED [ 23%] tests/opytimark/markers/test_n_dimensional.py::test_csendes PASSED [ 24%] tests/opytimark/markers/test_n_dimensional.py::test_deb1 PASSED [ 24%] tests/opytimark/markers/test_n_dimensional.py::test_deb3 PASSED [ 25%] tests/opytimark/markers/test_n_dimensional.py::test_dixon_price PASSED [ 25%] tests/opytimark/markers/test_n_dimensional.py::test_exponential PASSED [ 26%] tests/opytimark/markers/test_n_dimensional.py::test_f8f2 PASSED [ 26%] tests/opytimark/markers/test_n_dimensional.py::test_griewank PASSED [ 27%] tests/opytimark/markers/test_n_dimensional.py::test_happy_cat PASSED [ 27%] tests/opytimark/markers/test_n_dimensional.py::test_high_conditioned_elliptic PASSED [ 28%] tests/opytimark/markers/test_n_dimensional.py::test_levy PASSED [ 28%] tests/opytimark/markers/test_n_dimensional.py::test_michalewicz PASSED [ 29%] tests/opytimark/markers/test_n_dimensional.py::test_non_continous_expanded_scaffer_f6 PASSED [ 29%] tests/opytimark/markers/test_n_dimensional.py::test_non_continous_rastrigin PASSED [ 30%] tests/opytimark/markers/test_n_dimensional.py::test_pathological PASSED [ 31%] tests/opytimark/markers/test_n_dimensional.py::test_periodic PASSED [ 31%] tests/opytimark/markers/test_n_dimensional.py::test_perm_0_d_beta PASSED [ 32%] tests/opytimark/markers/test_n_dimensional.py::test_perm_d_beta PASSED [ 32%] tests/opytimark/markers/test_n_dimensional.py::test_powell_singular2 PASSED [ 33%] tests/opytimark/markers/test_n_dimensional.py::test_powell_sum PASSED [ 33%] tests/opytimark/markers/test_n_dimensional.py::test_qing PASSED [ 34%] tests/opytimark/markers/test_n_dimensional.py::test_quartic PASSED [ 34%] tests/opytimark/markers/test_n_dimensional.py::test_quintic PASSED [ 35%] tests/opytimark/markers/test_n_dimensional.py::test_rana PASSED [ 35%] tests/opytimark/markers/test_n_dimensional.py::test_rastrigin PASSED [ 36%] tests/opytimark/markers/test_n_dimensional.py::test_ridge PASSED [ 36%] tests/opytimark/markers/test_n_dimensional.py::test_rosenbrock PASSED [ 37%] tests/opytimark/markers/test_n_dimensional.py::test_rotated_expanded_scaffer_f6 PASSED [ 37%] tests/opytimark/markers/test_n_dimensional.py::test_rotated_hyper_ellipsoid PASSED [ 38%] tests/opytimark/markers/test_n_dimensional.py::test_salomon PASSED [ 39%] tests/opytimark/markers/test_n_dimensional.py::test_schumer_steiglitz PASSED [ 39%] tests/opytimark/markers/test_n_dimensional.py::test_schwefel PASSED [ 40%] tests/opytimark/markers/test_n_dimensional.py::test_schwefel220 PASSED [ 40%] tests/opytimark/markers/test_n_dimensional.py::test_schwefel221 PASSED [ 41%] tests/opytimark/markers/test_n_dimensional.py::test_schwefel222 PASSED [ 41%] tests/opytimark/markers/test_n_dimensional.py::test_schwefel223 PASSED [ 42%] tests/opytimark/markers/test_n_dimensional.py::test_schwefel225 PASSED [ 42%] tests/opytimark/markers/test_n_dimensional.py::test_schwefel226 PASSED [ 43%] tests/opytimark/markers/test_n_dimensional.py::test_shubert PASSED [ 43%] tests/opytimark/markers/test_n_dimensional.py::test_shubert3 PASSED [ 44%] tests/opytimark/markers/test_n_dimensional.py::test_shubert4 PASSED [ 44%] tests/opytimark/markers/test_n_dimensional.py::test_schaffer_f6 PASSED [ 45%] tests/opytimark/markers/test_n_dimensional.py::test_sphere PASSED [ 45%] tests/opytimark/markers/test_n_dimensional.py::test_sphere_with_noise PASSED [ 46%] tests/opytimark/markers/test_n_dimensional.py::test_step PASSED [ 47%] tests/opytimark/markers/test_n_dimensional.py::test_step2 PASSED [ 47%] tests/opytimark/markers/test_n_dimensional.py::test_step3 PASSED [ 48%] tests/opytimark/markers/test_n_dimensional.py::test_streched_v_sine_wave PASSED [ 48%] tests/opytimark/markers/test_n_dimensional.py::test_styblinski_tang PASSED [ 49%] tests/opytimark/markers/test_n_dimensional.py::test_sum_different_powers PASSED [ 49%] tests/opytimark/markers/test_n_dimensional.py::test_sum_squares PASSED [ 50%] tests/opytimark/markers/test_n_dimensional.py::test_trid PASSED [ 50%] tests/opytimark/markers/test_n_dimensional.py::test_trigonometric1 PASSED [ 51%] tests/opytimark/markers/test_n_dimensional.py::test_trigonometric2 PASSED [ 51%] tests/opytimark/markers/test_n_dimensional.py::test_wavy PASSED [ 52%] tests/opytimark/markers/test_n_dimensional.py::test_weierstrass PASSED [ 52%] tests/opytimark/markers/test_n_dimensional.py::test_xin_she_yang PASSED [ 53%] tests/opytimark/markers/test_n_dimensional.py::test_xin_she_yan2 PASSED [ 54%] tests/opytimark/markers/test_n_dimensional.py::test_xin_she_yang3 PASSED [ 54%] tests/opytimark/markers/test_n_dimensional.py::test_xin_she_yang4 PASSED [ 55%] tests/opytimark/markers/test_n_dimensional.py::test_zakharov PASSED [ 55%] tests/opytimark/markers/test_one_dimensional.py::test_forrester PASSED [ 56%] tests/opytimark/markers/test_one_dimensional.py::test_gramacy_lee PASSED [ 56%] tests/opytimark/markers/test_two_dimensional.py::test_ackley2 PASSED [ 57%] tests/opytimark/markers/test_two_dimensional.py::test_ackley3 PASSED [ 57%] tests/opytimark/markers/test_two_dimensional.py::test_adjiman PASSED [ 58%] tests/opytimark/markers/test_two_dimensional.py::test_bartels_conn PASSED [ 58%] tests/opytimark/markers/test_two_dimensional.py::test_beale PASSED [ 59%] tests/opytimark/markers/test_two_dimensional.py::test_biggs_exponential2 PASSED [ 59%] tests/opytimark/markers/test_two_dimensional.py::test_bird PASSED [ 60%] tests/opytimark/markers/test_two_dimensional.py::test_bohachevsky1 PASSED [ 60%] tests/opytimark/markers/test_two_dimensional.py::test_bohachevsky2 PASSED [ 61%] tests/opytimark/markers/test_two_dimensional.py::test_bohachevsky3 PASSED [ 62%] tests/opytimark/markers/test_two_dimensional.py::test_booth PASSED [ 62%] tests/opytimark/markers/test_two_dimensional.py::test_branin_hoo PASSED [ 63%] tests/opytimark/markers/test_two_dimensional.py::test_brent PASSED [ 63%] tests/opytimark/markers/test_two_dimensional.py::test_bukin2 PASSED [ 64%] tests/opytimark/markers/test_two_dimensional.py::test_bukin4 PASSED [ 64%] tests/opytimark/markers/test_two_dimensional.py::test_bukin6 PASSED [ 65%] tests/opytimark/markers/test_two_dimensional.py::test_camel3 PASSED [ 65%] tests/opytimark/markers/test_two_dimensional.py::test_camel6 PASSED [ 66%] tests/opytimark/markers/test_two_dimensional.py::test_chen_bird PASSED [ 66%] tests/opytimark/markers/test_two_dimensional.py::test_chen_v PASSED [ 67%] tests/opytimark/markers/test_two_dimensional.py::test_chichinadze PASSED [ 67%] tests/opytimark/markers/test_two_dimensional.py::test_cross_tray PASSED [ 68%] tests/opytimark/markers/test_two_dimensional.py::test_cube PASSED [ 68%] tests/opytimark/markers/test_two_dimensional.py::test_damavandi PASSED [ 69%] tests/opytimark/markers/test_two_dimensional.py::test_deckkers_aarts PASSED [ 70%] tests/opytimark/markers/test_two_dimensional.py::test_drop_wave PASSED [ 70%] tests/opytimark/markers/test_two_dimensional.py::test_easom PASSED [ 71%] tests/opytimark/markers/test_two_dimensional.py::test_el_attar_vidyasagar_dutta PASSED [ 71%] tests/opytimark/markers/test_two_dimensional.py::test_egg_crate PASSED [ 72%] tests/opytimark/markers/test_two_dimensional.py::test_egg_holder PASSED [ 72%] tests/opytimark/markers/test_two_dimensional.py::test_freudenstein_roth PASSED [ 73%] tests/opytimark/markers/test_two_dimensional.py::test_giunta PASSED [ 73%] tests/opytimark/markers/test_two_dimensional.py::test_goldenstein_price PASSED [ 74%] tests/opytimark/markers/test_two_dimensional.py::test_himmelblau PASSED [ 74%] tests/opytimark/markers/test_two_dimensional.py::test_holder_table PASSED [ 75%] tests/opytimark/markers/test_two_dimensional.py::test_hosaki PASSED [ 75%] tests/opytimark/markers/test_two_dimensional.py::test_jennrich_sampson PASSED [ 76%] tests/opytimark/markers/test_two_dimensional.py::test_keane PASSED [ 77%] tests/opytimark/markers/test_two_dimensional.py::test_leon PASSED [ 77%] tests/opytimark/markers/test_two_dimensional.py::test_levy13 PASSED [ 78%] tests/opytimark/markers/test_two_dimensional.py::test_matyas PASSED [ 78%] tests/opytimark/markers/test_two_dimensional.py::test_mc_cormick PASSED [ 79%] tests/opytimark/markers/test_two_dimensional.py::test_mishra3 PASSED [ 79%] tests/opytimark/markers/test_two_dimensional.py::test_mishra4 PASSED [ 80%] tests/opytimark/markers/test_two_dimensional.py::test_mishra5 PASSED [ 80%] tests/opytimark/markers/test_two_dimensional.py::test_mishra6 PASSED [ 81%] tests/opytimark/markers/test_two_dimensional.py::test_mishra8 PASSED [ 81%] tests/opytimark/markers/test_two_dimensional.py::test_parsopoulos PASSED [ 82%] tests/opytimark/markers/test_two_dimensional.py::test_pen_holder PASSED [ 82%] tests/opytimark/markers/test_two_dimensional.py::test_periodic PASSED [ 83%] tests/opytimark/markers/test_two_dimensional.py::test_price1 PASSED [ 83%] tests/opytimark/markers/test_two_dimensional.py::test_price2 PASSED [ 84%] tests/opytimark/markers/test_two_dimensional.py::test_price3 PASSED [ 85%] tests/opytimark/markers/test_two_dimensional.py::test_price4 PASSED [ 85%] tests/opytimark/markers/test_two_dimensional.py::test_quadratic PASSED [ 86%] tests/opytimark/markers/test_two_dimensional.py::test_rotated_ellipse1 PASSED [ 86%] tests/opytimark/markers/test_two_dimensional.py::test_rotated_ellipse2 PASSED [ 87%] tests/opytimark/markers/test_two_dimensional.py::test_rump PASSED [ 87%] tests/opytimark/markers/test_two_dimensional.py::test_schaffer1 PASSED [ 88%] tests/opytimark/markers/test_two_dimensional.py::test_schaffer2 PASSED [ 88%] tests/opytimark/markers/test_two_dimensional.py::test_schaffer3 PASSED [ 89%] tests/opytimark/markers/test_two_dimensional.py::test_schaffer4 PASSED [ 89%] tests/opytimark/markers/test_two_dimensional.py::test_schwefel26 PASSED [ 90%] tests/opytimark/markers/test_two_dimensional.py::test_schwefel236 PASSED [ 90%] tests/opytimark/markers/test_two_dimensional.py::test_table1 PASSED [ 91%] tests/opytimark/markers/test_two_dimensional.py::test_table2 PASSED [ 91%] tests/opytimark/markers/test_two_dimensional.py::test_table3 PASSED [ 92%] tests/opytimark/markers/test_two_dimensional.py::test_testtube_holder PASSED [ 93%] tests/opytimark/markers/test_two_dimensional.py::test_trecani PASSED [ 93%] tests/opytimark/markers/test_two_dimensional.py::test_trefethen PASSED [ 94%] tests/opytimark/markers/test_two_dimensional.py::test_venter_sobiezcczanski_sobieski PASSED [ 94%] tests/opytimark/markers/test_two_dimensional.py::test_wayburn_seader1 PASSED [ 95%] tests/opytimark/markers/test_two_dimensional.py::test_wayburn_seader2 PASSED [ 95%] tests/opytimark/markers/test_two_dimensional.py::test_wayburn_seader3 PASSED [ 96%] tests/opytimark/markers/test_two_dimensional.py::test_zettl PASSED [ 96%] tests/opytimark/markers/test_two_dimensional.py::test_zirilli PASSED [ 97%] tests/opytimark/utils/test_constants.py::test_constants PASSED [ 97%] tests/opytimark/utils/test_exception.py::test_error PASSED [ 98%] tests/opytimark/utils/test_exception.py::test_size_error PASSED [ 98%] tests/opytimark/utils/test_exception.py::test_type_error PASSED [ 99%] tests/opytimark/utils/test_exception.py::test_value_error PASSED [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1253 /usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1253: PytestConfigWarning: Unknown config option: pep8ignore self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") opytimark/markers/boolean.py:16 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/boolean.py:16: DeprecationWarning: invalid escape sequence '\m' """Knapsack class implements a boolean-based version of the Knapsack problem. opytimark/markers/many_dimensional.py:13 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:13: DeprecationWarning: invalid escape sequence '\m' """BiggsExponential3 class implements the Biggs Exponential's 3rd benchmarking function. opytimark/markers/many_dimensional.py:82 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:82: DeprecationWarning: invalid escape sequence '\m' """BiggsExponential4 class implements the Biggs Exponential's 4th benchmarking function. opytimark/markers/many_dimensional.py:151 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:151: DeprecationWarning: invalid escape sequence '\m' """BiggsExponential5 class implements the Biggs Exponential's 5th benchmarking function. opytimark/markers/many_dimensional.py:225 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:225: DeprecationWarning: invalid escape sequence '\m' """BiggsExponential6 class implements the Biggs Exponential's 6th benchmarking function. opytimark/markers/many_dimensional.py:299 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:299: DeprecationWarning: invalid escape sequence '\m' """BoxBetts class implements the BoxBetts's benchmarking function. opytimark/markers/many_dimensional.py:367 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:367: DeprecationWarning: invalid escape sequence '\m' """Colville class implements the Colville's benchmarking function. opytimark/markers/many_dimensional.py:432 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:432: DeprecationWarning: invalid escape sequence '\m' """GulfResearch class implements the GulfResearch's benchmarking function. opytimark/markers/many_dimensional.py:498 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:498: DeprecationWarning: invalid escape sequence '\m' """HelicalValley class implements the Helical Valley's benchmarking function. opytimark/markers/many_dimensional.py:570 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:570: DeprecationWarning: invalid escape sequence '\m' """MieleCantrell class implements the MieleCantrell's benchmarking function. opytimark/markers/many_dimensional.py:633 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:633: DeprecationWarning: invalid escape sequence '\m' """Mishra9 class implements the Mishra's 9th benchmarking function. opytimark/markers/many_dimensional.py:702 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:702: DeprecationWarning: invalid escape sequence '\m' """Paviani class implements the Paviani's benchmarking function. opytimark/markers/many_dimensional.py:774 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:774: DeprecationWarning: invalid escape sequence '\m' """SchmidtVetters class implements the Schmidt Vetters's benchmarking function. opytimark/markers/many_dimensional.py:836 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:836: DeprecationWarning: invalid escape sequence '\m' """Simpleton class implements the Simpleton's Problem benchmarking function. opytimark/markers/many_dimensional.py:894 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:894: DeprecationWarning: invalid escape sequence '\m' """Watson class implements the Watson's benchmarking function. opytimark/markers/many_dimensional.py:976 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/many_dimensional.py:976: DeprecationWarning: invalid escape sequence '\m' """Wolfe class implements the Wolfe's benchmarking function. opytimark/markers/n_dimensional.py:17 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:17: DeprecationWarning: invalid escape sequence '\m' """Ackley1 class implements the Ackley's 1st benchmarking function. opytimark/markers/n_dimensional.py:84 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:84: DeprecationWarning: invalid escape sequence '\m' """Ackley4 class implements the Ackley's 4th benchmarking function. opytimark/markers/n_dimensional.py:149 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:149: DeprecationWarning: invalid escape sequence '\m' """Alpine1 class implements the Alpine's 1st benchmarking function. opytimark/markers/n_dimensional.py:207 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:207: DeprecationWarning: invalid escape sequence '\m' """Alpine2 class implements the Alpine's 2nd benchmarking function. opytimark/markers/n_dimensional.py:265 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:265: DeprecationWarning: invalid escape sequence '\m' """Brown class implements the Brown's benchmarking function. opytimark/markers/n_dimensional.py:329 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:329: DeprecationWarning: invalid escape sequence '\m' """ChungReynolds class implements the Chung Reynolds' benchmarking function. opytimark/markers/n_dimensional.py:387 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:387: DeprecationWarning: invalid escape sequence '\m' """CosineMixture class implements the Cosine Mixture's benchmarking function. opytimark/markers/n_dimensional.py:451 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:451: DeprecationWarning: invalid escape sequence '\m' """Csendes class implements the Csendes' benchmarking function. opytimark/markers/n_dimensional.py:509 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:509: DeprecationWarning: invalid escape sequence '\m' """Deb1 class implements the Deb's 1st benchmarking function. opytimark/markers/n_dimensional.py:570 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:570: DeprecationWarning: invalid escape sequence '\m' """Deb3 class implements the Deb's 3rd benchmarking function. opytimark/markers/n_dimensional.py:631 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:631: DeprecationWarning: invalid escape sequence '\m' """DixonPrice class implements the Dixon & Price's benchmarking function. opytimark/markers/n_dimensional.py:700 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:700: DeprecationWarning: invalid escape sequence '\m' """Exponential class implements the Exponential's benchmarking function. opytimark/markers/n_dimensional.py:758 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:758: DeprecationWarning: invalid escape sequence '\m' """F8F2 class implements the Shifted Expanded Griewank's plus Rosenbrock's benchmarking function. opytimark/markers/n_dimensional.py:834 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:834: DeprecationWarning: invalid escape sequence '\m' """Griewank class implements the Griewank's benchmarking function. opytimark/markers/n_dimensional.py:903 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:903: DeprecationWarning: invalid escape sequence '\m' """HappyCat class implements the HappyCat's benchmarking function. opytimark/markers/n_dimensional.py:971 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:971: DeprecationWarning: invalid escape sequence '\m' """HighConditionedElliptic class implements the High Conditioned Elliptic's benchmarking function. opytimark/markers/n_dimensional.py:1032 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1032: DeprecationWarning: invalid escape sequence '\m' """Levy class implements the Levy's benchmarking function. opytimark/markers/n_dimensional.py:1106 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1106: DeprecationWarning: invalid escape sequence '\m' """Michalewicz class implements the Michalewicz's benchmarking function. opytimark/markers/n_dimensional.py:1169 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1169: DeprecationWarning: invalid escape sequence '\m' """NonContinuousExpandedScafferF6 class implements the Non-Continuous Expanded Scaffer's F6 benchmarking function. opytimark/markers/n_dimensional.py:1247 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1247: DeprecationWarning: invalid escape sequence '\m' """NonContinuousRastrigin class implements the Non-Continuous Rastrigin's benchmarking function. opytimark/markers/n_dimensional.py:1308 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1308: DeprecationWarning: invalid escape sequence '\m' """Pathological class implements the Pathological's benchmarking function. opytimark/markers/n_dimensional.py:1373 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1373: DeprecationWarning: invalid escape sequence '\m' """Periodic class implements the Periodic's benchmarking function. opytimark/markers/n_dimensional.py:1431 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1431: DeprecationWarning: invalid escape sequence '\m' """Perm0DBeta class implements the Perm 0, D, Beta's benchmarking function. opytimark/markers/n_dimensional.py:1496 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1496: DeprecationWarning: invalid escape sequence '\m' """PermDBeta class implements the Perm D, Beta's benchmarking function. opytimark/markers/n_dimensional.py:1563 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1563: DeprecationWarning: invalid escape sequence '\m' """PowellSingular2 class implements the Powell's Singular 2nd benchmarking function. opytimark/markers/n_dimensional.py:1631 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1631: DeprecationWarning: invalid escape sequence '\m' """PowellSum class implements the Powell's Sum benchmarking function. opytimark/markers/n_dimensional.py:1694 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1694: DeprecationWarning: invalid escape sequence '\m' """Qing class implements the Qing's benchmarking function. opytimark/markers/n_dimensional.py:1757 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1757: DeprecationWarning: invalid escape sequence '\m' """Quartic class implements the Quartic's benchmarking function. opytimark/markers/n_dimensional.py:1820 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1820: DeprecationWarning: invalid escape sequence '\m' """Quintic class implements the Quintic's benchmarking function. opytimark/markers/n_dimensional.py:1878 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1878: DeprecationWarning: invalid escape sequence '\m' """Rana class implements the Rana's benchmarking function. opytimark/markers/n_dimensional.py:1949 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:1949: DeprecationWarning: invalid escape sequence '\m' """Rastrigin class implements the Rastrigin's benchmarking function. opytimark/markers/n_dimensional.py:2007 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2007: DeprecationWarning: invalid escape sequence '\m' """Ridge class implements the Ridge's benchmarking function. opytimark/markers/n_dimensional.py:2065 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2065: DeprecationWarning: invalid escape sequence '\m' """Rosenbrock class implements the Rosenbrock's benchmarking function. opytimark/markers/n_dimensional.py:2128 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2128: DeprecationWarning: invalid escape sequence '\m' """RotatedExpandedScafferF6 class implements the Rotated Expanded Scaffer's F6 benchmarking function. opytimark/markers/n_dimensional.py:2203 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2203: DeprecationWarning: invalid escape sequence '\m' """RotatedHyperEllipsoid class implements the Rotated Hyper-Ellipsoid's benchmarking function. opytimark/markers/n_dimensional.py:2268 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2268: DeprecationWarning: invalid escape sequence '\m' """Salomon class implements the Salomon's benchmarking function. opytimark/markers/n_dimensional.py:2330 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2330: DeprecationWarning: invalid escape sequence '\m' """SchumerSteiglitz class implements the Schumer Steiglitz's benchmarking function. opytimark/markers/n_dimensional.py:2388 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2388: DeprecationWarning: invalid escape sequence '\m' """Schwefel class implements the Schwefel's benchmarking function. opytimark/markers/n_dimensional.py:2446 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2446: DeprecationWarning: invalid escape sequence '\m' """Schwefel220 class implements the Schwefel's 2.20 benchmarking function. opytimark/markers/n_dimensional.py:2504 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2504: DeprecationWarning: invalid escape sequence '\m' """Schwefel221 class implements the Schwefel's 2.21 benchmarking function. opytimark/markers/n_dimensional.py:2562 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2562: DeprecationWarning: invalid escape sequence '\m' """Schwefel222 class implements the Schwefel's 2.22 benchmarking function. opytimark/markers/n_dimensional.py:2620 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2620: DeprecationWarning: invalid escape sequence '\m' """Schwefel223 class implements the Schwefel's 2.23 benchmarking function. opytimark/markers/n_dimensional.py:2678 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2678: DeprecationWarning: invalid escape sequence '\m' """Schwefel225 class implements the Schwefel's 2.25 benchmarking function. opytimark/markers/n_dimensional.py:2741 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2741: DeprecationWarning: invalid escape sequence '\m' """Schwefel226 class implements the Schwefel's 2.26 benchmarking function. opytimark/markers/n_dimensional.py:2799 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2799: DeprecationWarning: invalid escape sequence '\m' """Shubert class implements the Shubert's benchmarking function. opytimark/markers/n_dimensional.py:2864 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2864: DeprecationWarning: invalid escape sequence '\m' """Shubert3 class implements the Shubert's 3rd benchmarking function. opytimark/markers/n_dimensional.py:2929 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2929: DeprecationWarning: invalid escape sequence '\m' """Shubert4 class implements the Shubert's 4th benchmarking function. opytimark/markers/n_dimensional.py:2994 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:2994: DeprecationWarning: invalid escape sequence '\m' """SchafferF6 class implements the Schaffer's F6 benchmarking function. opytimark/markers/n_dimensional.py:3059 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3059: DeprecationWarning: invalid escape sequence '\m' """Sphere class implements the Sphere's benchmarking function. opytimark/markers/n_dimensional.py:3117 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3117: DeprecationWarning: invalid escape sequence '\m' """SphereWithNoise class implements the Sphere with Noise's benchmarking function. opytimark/markers/n_dimensional.py:3178 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3178: DeprecationWarning: invalid escape sequence '\m' """Step class implements the Step's benchmarking function. opytimark/markers/n_dimensional.py:3236 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3236: DeprecationWarning: invalid escape sequence '\m' """Step2 class implements the Step's 2nd benchmarking function. opytimark/markers/n_dimensional.py:3294 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3294: DeprecationWarning: invalid escape sequence '\m' """Step3 class implements the Step's 3rd benchmarking function. opytimark/markers/n_dimensional.py:3352 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3352: DeprecationWarning: invalid escape sequence '\m' """StrechedVSineWave class implements the Streched V Sine Wave's benchmarking function. opytimark/markers/n_dimensional.py:3417 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3417: DeprecationWarning: invalid escape sequence '\m' """StyblinskiTang class implements the Styblinski-Tang's benchmarking function. opytimark/markers/n_dimensional.py:3475 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3475: DeprecationWarning: invalid escape sequence '\m' """SumDifferentPowers class implements the Sum of Different Powers' benchmarking function. opytimark/markers/n_dimensional.py:3538 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3538: DeprecationWarning: invalid escape sequence '\m' """SumSquares class implements the Sum of Squares' benchmarking function. opytimark/markers/n_dimensional.py:3601 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3601: DeprecationWarning: invalid escape sequence '\m' """Trid class implements the Trid's benchmarking function. opytimark/markers/n_dimensional.py:3665 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3665: DeprecationWarning: invalid escape sequence '\m' """Trigonometric1 class implements the Trigonometric's 1st benchmarking function. opytimark/markers/n_dimensional.py:3739 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3739: DeprecationWarning: invalid escape sequence '\m' """Trigonometric2 class implements the Trigonometric's 2nd benchmarking function. opytimark/markers/n_dimensional.py:3806 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3806: DeprecationWarning: invalid escape sequence '\m' """Wavy class implements the Wavy's benchmarking function. opytimark/markers/n_dimensional.py:3864 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3864: DeprecationWarning: invalid escape sequence '\m' """Weierstrass class implements the Weierstrass's benchmarking function. opytimark/markers/n_dimensional.py:3934 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3934: DeprecationWarning: invalid escape sequence '\m' """XinSheYang class implements the Xin-She Yang's benchmarking function. opytimark/markers/n_dimensional.py:3997 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:3997: DeprecationWarning: invalid escape sequence '\m' """XinSheYang2 class implements the Xin-She Yang's 2nd benchmarking function. opytimark/markers/n_dimensional.py:4055 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:4055: DeprecationWarning: invalid escape sequence '\m' """XinSheYang3 class implements the Xin-She Yang's 3rd benchmarking function. opytimark/markers/n_dimensional.py:4115 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:4115: DeprecationWarning: invalid escape sequence '\m' """XinSheYang4 class implements the Xin-She Yang's 4th benchmarking function. opytimark/markers/n_dimensional.py:4175 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/n_dimensional.py:4175: DeprecationWarning: invalid escape sequence '\m' """Zakharov class implements the Zakharov's benchmarking function. opytimark/markers/one_dimensional.py:14 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/one_dimensional.py:14: DeprecationWarning: invalid escape sequence '\i' """Forrester class implements the Forrester's benchmarking function. opytimark/markers/one_dimensional.py:72 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/one_dimensional.py:72: DeprecationWarning: invalid escape sequence '\i' """GramacyLee class implements the Gramacy & Lee's benchmarking function. opytimark/markers/two_dimensional.py:14 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:14: DeprecationWarning: invalid escape sequence '\m' """Ackley2 class implements the Ackley's 2nd benchmarking function. opytimark/markers/two_dimensional.py:72 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:72: DeprecationWarning: invalid escape sequence '\m' """Ackley3 class implements the Ackley's 3rd benchmarking function. opytimark/markers/two_dimensional.py:132 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:132: DeprecationWarning: invalid escape sequence '\m' """Adjiman class implements the Adjiman's benchmarking function. opytimark/markers/two_dimensional.py:190 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:190: DeprecationWarning: invalid escape sequence '\m' """BartelsConn class implements the Bartels Conn's benchmarking function. opytimark/markers/two_dimensional.py:252 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:252: DeprecationWarning: invalid escape sequence '\m' """Beale class implements the Beale's benchmarking function. opytimark/markers/two_dimensional.py:314 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:314: DeprecationWarning: invalid escape sequence '\m' """BiggsExponential2 class implements the Biggs Exponential's 2nd benchmarking function. opytimark/markers/two_dimensional.py:383 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:383: DeprecationWarning: invalid escape sequence '\m' """Bird class implements the Bird's benchmarking function. opytimark/markers/two_dimensional.py:445 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:445: DeprecationWarning: invalid escape sequence '\m' """Bohachevsky1 class implements the Bohachevsky's 1st benchmarking function. opytimark/markers/two_dimensional.py:509 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:509: DeprecationWarning: invalid escape sequence '\m' """Bohachevsky2 class implements the Bohachevsky's 2nd benchmarking function. opytimark/markers/two_dimensional.py:572 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:572: DeprecationWarning: invalid escape sequence '\m' """Bohachevsky3 class implements the Bohachevsky's 3rd benchmarking function. opytimark/markers/two_dimensional.py:635 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:635: DeprecationWarning: invalid escape sequence '\m' """Booth class implements the Booth's benchmarking function. opytimark/markers/two_dimensional.py:693 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:693: DeprecationWarning: invalid escape sequence '\m' """BraninHoo class implements the Branin Hoo's benchmarking function. opytimark/markers/two_dimensional.py:756 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:756: DeprecationWarning: invalid escape sequence '\m' """Brent class implements the Brent's benchmarking function. opytimark/markers/two_dimensional.py:814 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:814: DeprecationWarning: invalid escape sequence '\m' """Bukin2 class implements the Bukin's 2nd benchmarking function. opytimark/markers/two_dimensional.py:872 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:872: DeprecationWarning: invalid escape sequence '\m' """Bukin4 class implements the Bukin's 4th benchmarking function. opytimark/markers/two_dimensional.py:930 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:930: DeprecationWarning: invalid escape sequence '\m' """Bukin6 class implements the Bukin's 6th benchmarking function. opytimark/markers/two_dimensional.py:988 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:988: DeprecationWarning: invalid escape sequence '\m' """Camel3 class implements the Camel's Three Hump benchmarking function. opytimark/markers/two_dimensional.py:1046 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1046: DeprecationWarning: invalid escape sequence '\m' """Camel6 class implements the Camel's Six Hump benchmarking function. opytimark/markers/two_dimensional.py:1108 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1108: DeprecationWarning: invalid escape sequence '\m' """ChenBird class implements the Chen Bird's benchmarking function. opytimark/markers/two_dimensional.py:1170 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1170: DeprecationWarning: invalid escape sequence '\m' """ChenV class implements the Chen V's benchmarking function. opytimark/markers/two_dimensional.py:1230 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1230: DeprecationWarning: invalid escape sequence '\m' """Chichinadze class implements the Chichinadze's benchmarking function. opytimark/markers/two_dimensional.py:1295 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1295: DeprecationWarning: invalid escape sequence '\m' """CrossTray class implements the CrossTray's benchmarking function. opytimark/markers/two_dimensional.py:1364 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1364: DeprecationWarning: invalid escape sequence '\m' """Cube class implements the Cube's benchmarking function. opytimark/markers/two_dimensional.py:1422 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1422: DeprecationWarning: invalid escape sequence '\m' """Damavandi class implements the Damavandi's benchmarking function. opytimark/markers/two_dimensional.py:1488 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1488: DeprecationWarning: invalid escape sequence '\m' """DeckkersAarts class implements the Deckkers Aarts' benchmarking function. opytimark/markers/two_dimensional.py:1551 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1551: DeprecationWarning: invalid escape sequence '\m' """DropWave class implements the Drop Wave's benchmarking function. opytimark/markers/two_dimensional.py:1611 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1611: DeprecationWarning: invalid escape sequence '\m' """Easom class implements the Easom's benchmarking function. opytimark/markers/two_dimensional.py:1673 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1673: DeprecationWarning: invalid escape sequence '\m' """ElAttarVidyasagarDutta class implements the El-Attar-Vidyasagar-Dutta's benchmarking function. opytimark/markers/two_dimensional.py:1735 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1735: DeprecationWarning: invalid escape sequence '\m' """EggCrate class implements the Egg Crate's benchmarking function. opytimark/markers/two_dimensional.py:1793 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1793: DeprecationWarning: invalid escape sequence '\m' """EggHolder class implements the Egg Holder's benchmarking function. opytimark/markers/two_dimensional.py:1853 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1853: DeprecationWarning: invalid escape sequence '\m' """FreudensteinRoth class implements the Freudenstein Roth's benchmarking function. opytimark/markers/two_dimensional.py:1913 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1913: DeprecationWarning: invalid escape sequence '\m' """Giunta class implements the Giunta's benchmarking function. opytimark/markers/two_dimensional.py:1980 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:1980: DeprecationWarning: invalid escape sequence '\m' """GoldsteinPrice class implements the Goldstein Price's benchmarking function. opytimark/markers/two_dimensional.py:2060 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2060: DeprecationWarning: invalid escape sequence '\m' """Himmelblau class implements the Himmelblau's benchmarking function. opytimark/markers/two_dimensional.py:2118 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2118: DeprecationWarning: invalid escape sequence '\m' """HolderTable class implements the HolderTable's benchmarking function. opytimark/markers/two_dimensional.py:2180 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2180: DeprecationWarning: invalid escape sequence '\m' """Hosaki class implements the Hosaki's benchmarking function. opytimark/markers/two_dimensional.py:2242 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2242: DeprecationWarning: invalid escape sequence '\m' """JennrichSampson class implements the Jennrich Sampson's benchmarking function. opytimark/markers/two_dimensional.py:2305 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2305: DeprecationWarning: invalid escape sequence '\m' """Keane class implements the Keane's benchmarking function. opytimark/markers/two_dimensional.py:2365 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2365: DeprecationWarning: invalid escape sequence '\m' """Leon class implements the Leon's benchmarking function. opytimark/markers/two_dimensional.py:2423 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2423: DeprecationWarning: invalid escape sequence '\m' """Levy13 class implements the Levy's 13th benchmarking function. opytimark/markers/two_dimensional.py:2485 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2485: DeprecationWarning: invalid escape sequence '\m' """Matyas class implements the Matyas' benchmarking function. opytimark/markers/two_dimensional.py:2543 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2543: DeprecationWarning: invalid escape sequence '\m' """McCormick class implements the McCormick's benchmarking function. opytimark/markers/two_dimensional.py:2601 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2601: DeprecationWarning: invalid escape sequence '\m' """Mishra3 class implements the Mishra's 3rd benchmarking function. opytimark/markers/two_dimensional.py:2661 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2661: DeprecationWarning: invalid escape sequence '\m' """Mishra4 class implements the Mishra's 4th benchmarking function. opytimark/markers/two_dimensional.py:2721 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2721: DeprecationWarning: invalid escape sequence '\m' """Mishra5 class implements the Mishra's 5th benchmarking function. opytimark/markers/two_dimensional.py:2788 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2788: DeprecationWarning: invalid escape sequence '\m' """Mishra6 class implements the Mishra's 6th benchmarking function. opytimark/markers/two_dimensional.py:2853 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2853: DeprecationWarning: invalid escape sequence '\m' """Mishra8 class implements the Mishra's 8th benchmarking function. opytimark/markers/two_dimensional.py:2929 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2929: DeprecationWarning: invalid escape sequence '\m' """Parsopoulos class implements the Parsopoulos' benchmarking function. opytimark/markers/two_dimensional.py:2987 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:2987: DeprecationWarning: invalid escape sequence '\m' """PenHolder class implements the Pen Holder's benchmarking function. opytimark/markers/two_dimensional.py:3052 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3052: DeprecationWarning: invalid escape sequence '\m' """Periodic class implements the Periodic's benchmarking function. opytimark/markers/two_dimensional.py:3115 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3115: DeprecationWarning: invalid escape sequence '\m' """Price1 class implements the Price's 1st benchmarking function. opytimark/markers/two_dimensional.py:3173 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3173: DeprecationWarning: invalid escape sequence '\m' """Price2 class implements the Price's 2nd benchmarking function. opytimark/markers/two_dimensional.py:3236 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3236: DeprecationWarning: invalid escape sequence '\m' """Price3 class implements the Price's 3rd benchmarking function. opytimark/markers/two_dimensional.py:3294 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3294: DeprecationWarning: invalid escape sequence '\m' """Price4 class implements the Price's 4th benchmarking function. opytimark/markers/two_dimensional.py:3352 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3352: DeprecationWarning: invalid escape sequence '\m' """Quadratic class implements the Quadratic's benchmarking function. opytimark/markers/two_dimensional.py:3417 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3417: DeprecationWarning: invalid escape sequence '\m' """RotatedEllipse1 class implements the Rotated Ellipse's 1st benchmarking function. opytimark/markers/two_dimensional.py:3475 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3475: DeprecationWarning: invalid escape sequence '\m' """RotatedEllipse2 class implements the Rotated Ellipse's 2nd benchmarking function. opytimark/markers/two_dimensional.py:3533 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3533: DeprecationWarning: invalid escape sequence '\m' """Rump class implements the Rump's benchmarking function. opytimark/markers/two_dimensional.py:3596 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3596: DeprecationWarning: invalid escape sequence '\m' """Schaffer1 class implements the Schaffer's 1st benchmarking function. opytimark/markers/two_dimensional.py:3656 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3656: DeprecationWarning: invalid escape sequence '\m' """Schaffer2 class implements the Schaffer's 2nd benchmarking function. opytimark/markers/two_dimensional.py:3716 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3716: DeprecationWarning: invalid escape sequence '\m' """Schaffer3 class implements the Schaffer's 3rd benchmarking function. opytimark/markers/two_dimensional.py:3778 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3778: DeprecationWarning: invalid escape sequence '\m' """Schaffer4 class implements the Schaffer's 4th benchmarking function. opytimark/markers/two_dimensional.py:3838 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3838: DeprecationWarning: invalid escape sequence '\m' """Schwefel26 class implements the Schwefel's 2.6 benchmarking function. opytimark/markers/two_dimensional.py:3896 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3896: DeprecationWarning: invalid escape sequence '\m' """Schwefel236 class implements the Schwefel's 2.36 benchmarking function. opytimark/markers/two_dimensional.py:3954 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:3954: DeprecationWarning: invalid escape sequence '\m' """Table1 class implements the Table's 1st benchmarking function. opytimark/markers/two_dimensional.py:4016 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4016: DeprecationWarning: invalid escape sequence '\m' """Table2 class implements the Table's 2nd benchmarking function. opytimark/markers/two_dimensional.py:4078 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4078: DeprecationWarning: invalid escape sequence '\m' """Table3 class implements the Table's 3rd benchmarking function. opytimark/markers/two_dimensional.py:4141 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4141: DeprecationWarning: invalid escape sequence '\m' """TesttubeHolder class implements the Testtube Holder's benchmarking function. opytimark/markers/two_dimensional.py:4203 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4203: DeprecationWarning: invalid escape sequence '\m' """Trecani class implements the Trecani's benchmarking function. opytimark/markers/two_dimensional.py:4261 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4261: DeprecationWarning: invalid escape sequence '\m' """Trefethen class implements the Trefethen's benchmarking function. opytimark/markers/two_dimensional.py:4326 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4326: DeprecationWarning: invalid escape sequence '\m' """VenterSobiezcczanskiSobieski class implements the Venter Sobiezcczanski-Sobieski's benchmarking function. opytimark/markers/two_dimensional.py:4391 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4391: DeprecationWarning: invalid escape sequence '\m' """WayburnSeader1 class implements the WayburnSeader's 1st benchmarking function. opytimark/markers/two_dimensional.py:4449 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4449: DeprecationWarning: invalid escape sequence '\m' """WayburnSeader2 class implements the WayburnSeader's 2nd benchmarking function. opytimark/markers/two_dimensional.py:4509 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4509: DeprecationWarning: invalid escape sequence '\m' """WayburnSeader3 class implements the WayburnSeader's 3rd benchmarking function. opytimark/markers/two_dimensional.py:4574 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4574: DeprecationWarning: invalid escape sequence '\m' """Zettl class implements the Zettl's benchmarking function. opytimark/markers/two_dimensional.py:4632 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/two_dimensional.py:4632: DeprecationWarning: invalid escape sequence '\m' """Zirilli class implements the Zirilli's benchmarking function. opytimark/markers/cec/year_2005.py:17 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:17: DeprecationWarning: invalid escape sequence '\m' """F1 class implements the Shifted Sphere's benchmarking function. opytimark/markers/cec/year_2005.py:90 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:90: DeprecationWarning: invalid escape sequence '\m' """F2 class implements the Shifted Schwefel's 1.2 benchmarking function. opytimark/markers/cec/year_2005.py:176 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:176: DeprecationWarning: invalid escape sequence '\m' """F3 class implements the Shifted Rotated High Conditioned Elliptic's benchmarking function. opytimark/markers/cec/year_2005.py:253 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:253: DeprecationWarning: invalid escape sequence '\m' """F4 class implements the Shifted Schwefel's 1.2 with Noise in Fitness benchmarking function. opytimark/markers/cec/year_2005.py:342 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:342: DeprecationWarning: invalid escape sequence '\m' """F5 class implements the Schwefel's Problem 2.6 with Global Optimum on Bounds benchmarking function. opytimark/markers/cec/year_2005.py:426 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:426: DeprecationWarning: invalid escape sequence '\m' """F6 class implements the Shifted Rosenbrock's benchmarking function. opytimark/markers/cec/year_2005.py:504 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:504: DeprecationWarning: invalid escape sequence '\m' """F7 class implements the Shifted Rotated Griewank's without Bounds benchmarking function. opytimark/markers/cec/year_2005.py:588 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:588: DeprecationWarning: invalid escape sequence '\m' """F8 class implements the Shifted Rotated Ackley's with Global Optimum on Bounds benchmarking function. opytimark/markers/cec/year_2005.py:678 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:678: DeprecationWarning: invalid escape sequence '\m' """F9 class implements the Shifted Rastrigin's benchmarking function. opytimark/markers/cec/year_2005.py:751 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:751: DeprecationWarning: invalid escape sequence '\m' """F10 class implements the Shifted Rotated Rastrigin's benchmarking function. opytimark/markers/cec/year_2005.py:824 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:824: DeprecationWarning: invalid escape sequence '\m' """F11 class implements the Shifted Rotated Weierstrass's benchmarking function. opytimark/markers/cec/year_2005.py:909 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:909: DeprecationWarning: invalid escape sequence '\m' """F12 class implements the Schwefel's Problem 2.13 benchmarking function. opytimark/markers/cec/year_2005.py:988 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:988: DeprecationWarning: invalid escape sequence '\m' """F13 class implements the Shifted Expanded Griewank's plus Rosenbrock's benchmarking function. opytimark/markers/cec/year_2005.py:1079 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1079: DeprecationWarning: invalid escape sequence '\m' """F14 class implements the Shifted Rotated Expanded Scaffer's F6 benchmarking function. opytimark/markers/cec/year_2005.py:1169 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1169: DeprecationWarning: invalid escape sequence '\m' """F15 class implements the Hybrid Composition 1 benchmarking function. opytimark/markers/cec/year_2005.py:1246 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1246: DeprecationWarning: invalid escape sequence '\m' """F16 class implements the Rotated Hybrid Composition 1 benchmarking function. opytimark/markers/cec/year_2005.py:1323 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1323: DeprecationWarning: invalid escape sequence '\m' """F17 class implements the Rotated Hybrid Composition 1 with Noise benchmarking function. opytimark/markers/cec/year_2005.py:1458 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1458: DeprecationWarning: invalid escape sequence '\m' """F18 class implements the Rotated Hybrid Composition 2 benchmarking function. opytimark/markers/cec/year_2005.py:1535 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1535: DeprecationWarning: invalid escape sequence '\m' """F19 class implements the Rotated Hybrid Composition 2 with Narrow Basin Global Optimum benchmarking function. opytimark/markers/cec/year_2005.py:1612 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1612: DeprecationWarning: invalid escape sequence '\m' """F20 class implements the Rotated Hybrid Composition 2 with Global Optimum on the Bounds benchmarking function. opytimark/markers/cec/year_2005.py:1752 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1752: DeprecationWarning: invalid escape sequence '\m' """F21 class implements the Rotated Hybrid Composition 3 benchmarking function. opytimark/markers/cec/year_2005.py:1829 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1829: DeprecationWarning: invalid escape sequence '\m' """F22 class implements the Rotated Hybrid Composition 3 with High Condition Number Matrix benchmarking function. opytimark/markers/cec/year_2005.py:1906 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:1906: DeprecationWarning: invalid escape sequence '\m' """F23 class implements the Non-Continuous Rotated Hybrid Composition 3 benchmarking function. opytimark/markers/cec/year_2005.py:2044 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:2044: DeprecationWarning: invalid escape sequence '\m' """F24 class implements the Rotated Hybrid Composition 4 benchmarking function. opytimark/markers/cec/year_2005.py:2121 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2005.py:2121: DeprecationWarning: invalid escape sequence '\m' """F25 class implements the Rotated Hybrid Composition 4 without Bounds benchmarking function. opytimark/markers/cec/year_2008.py:16 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2008.py:16: DeprecationWarning: invalid escape sequence '\m' """F1 class implements the Shifted Sphere's benchmarking function. opytimark/markers/cec/year_2008.py:89 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2008.py:89: DeprecationWarning: invalid escape sequence '\m' """F2 class implements the Shifted Schwefel's 2.21 benchmarking function. opytimark/markers/cec/year_2008.py:162 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2008.py:162: DeprecationWarning: invalid escape sequence '\m' """F3 class implements the Shifted Rosenbrock's benchmarking function. opytimark/markers/cec/year_2008.py:240 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2008.py:240: DeprecationWarning: invalid escape sequence '\m' """F4 class implements the Shifted Rastrigin's benchmarking function. opytimark/markers/cec/year_2008.py:313 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2008.py:313: DeprecationWarning: invalid escape sequence '\m' """F5 class implements the Shifted Griewank's benchmarking function. opytimark/markers/cec/year_2008.py:397 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2008.py:397: DeprecationWarning: invalid escape sequence '\m' """F6 class implements the Shifted Ackley's benchmarking function. opytimark/markers/cec/year_2008.py:479 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2008.py:479: DeprecationWarning: invalid escape sequence '\m' """F7 class implements the Fast Fractal Double Dip's benchmarking function. opytimark/markers/cec/year_2010.py:18 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:18: DeprecationWarning: invalid escape sequence '\m' """F1 class implements the Shifted Elliptic's benchmarking function. opytimark/markers/cec/year_2010.py:95 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:95: DeprecationWarning: invalid escape sequence '\m' """F2 class implements the Shifted Rastrigin's benchmarking function. opytimark/markers/cec/year_2010.py:168 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:168: DeprecationWarning: invalid escape sequence '\m' """F3 class implements the Shifted Ackley's benchmarking function. opytimark/markers/cec/year_2010.py:250 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:250: DeprecationWarning: invalid escape sequence '\m' """F4 class implements the Single-group Shifted and m-rotated Elliptic's benchmarking function. opytimark/markers/cec/year_2010.py:345 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:345: DeprecationWarning: invalid escape sequence '\m' """F5 class implements the Single-group Shifted and m-rotated Rastrigin's benchmarking function. opytimark/markers/cec/year_2010.py:440 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:440: DeprecationWarning: invalid escape sequence '\m' """F6 class implements the Single-group Shifted and m-rotated Ackley's benchmarking function. opytimark/markers/cec/year_2010.py:535 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:535: DeprecationWarning: invalid escape sequence '\m' """F7 class implements the Single-group Shifted and m-rotated Schwefel's Problem 1.2 benchmarking function. opytimark/markers/cec/year_2010.py:631 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:631: DeprecationWarning: invalid escape sequence '\m' """F8 class implements the Single-group Shifted and m-rotated Rosenbrock's benchmarking function. opytimark/markers/cec/year_2010.py:727 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:727: DeprecationWarning: invalid escape sequence '\m' """F9 class implements the D/2m-group Shifted and m-rotated Elliptic's benchmarking function. opytimark/markers/cec/year_2010.py:834 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:834: DeprecationWarning: invalid escape sequence '\m' """F10 class implements the D/2m-group Shifted and m-rotated Rastrigin's benchmarking function. opytimark/markers/cec/year_2010.py:941 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:941: DeprecationWarning: invalid escape sequence '\m' """F11 class implements the D/2m-group Shifted and m-rotated Ackley's benchmarking function. opytimark/markers/cec/year_2010.py:1048 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:1048: DeprecationWarning: invalid escape sequence '\m' """F12 class implements the D/2m-group Shifted and m-rotated Schwefel's Problem 1.2 benchmarking function. opytimark/markers/cec/year_2010.py:1156 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:1156: DeprecationWarning: invalid escape sequence '\m' """F13 class implements the D/2m-group Shifted and m-rotated Rosenbrock benchmarking function. opytimark/markers/cec/year_2010.py:1264 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:1264: DeprecationWarning: invalid escape sequence '\m' """F14 class implements the D/m-group Shifted and m-rotated Elliptic's benchmarking function. opytimark/markers/cec/year_2010.py:1364 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:1364: DeprecationWarning: invalid escape sequence '\m' """F15 class implements the D/m-group Shifted and m-rotated Rastrigin's benchmarking function. opytimark/markers/cec/year_2010.py:1464 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:1464: DeprecationWarning: invalid escape sequence '\m' """F16 class implements the D/m-group Shifted and m-rotated Ackley's benchmarking function. opytimark/markers/cec/year_2010.py:1564 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:1564: DeprecationWarning: invalid escape sequence '\m' """F17 class implements the D/m-group Shifted Schwefel's Problem 1.2 benchmarking function. opytimark/markers/cec/year_2010.py:1664 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:1664: DeprecationWarning: invalid escape sequence '\m' """F18 class implements the D/m-group Shifted Rosenbrock's benchmarking function. opytimark/markers/cec/year_2010.py:1766 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:1766: DeprecationWarning: invalid escape sequence '\m' """F19 class implements the Shifted Schwefel's Problem 1.2 benchmarking function. opytimark/markers/cec/year_2010.py:1846 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2010.py:1846: DeprecationWarning: invalid escape sequence '\m' """F20 class implements the Shifted Rosenbrock's benchmarking function. opytimark/markers/cec/year_2013.py:98 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:98: DeprecationWarning: invalid escape sequence '\m' """F1 class implements the Shifted Elliptic's benchmarking function. opytimark/markers/cec/year_2013.py:175 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:175: DeprecationWarning: invalid escape sequence '\m' """F2 class implements the Shifted Rastrigin's benchmarking function. opytimark/markers/cec/year_2013.py:251 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:251: DeprecationWarning: invalid escape sequence '\m' """F3 class implements the Shifted Ackley's benchmarking function. opytimark/markers/cec/year_2013.py:336 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:336: DeprecationWarning: invalid escape sequence '\m' """F4 class implements the 7-separable, 1-separable Shifted and Rotated Elliptic's benchmarking function. opytimark/markers/cec/year_2013.py:453 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:453: DeprecationWarning: invalid escape sequence '\m' """F5 class implements the 7-separable, 1-separable Shifted and Rotated Rastrigin's benchmarking function. opytimark/markers/cec/year_2013.py:578 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:578: DeprecationWarning: invalid escape sequence '\m' """F6 class implements the 7-separable, 1-separable Shifted and Rotated Ackley's benchmarking function. opytimark/markers/cec/year_2013.py:703 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:703: DeprecationWarning: invalid escape sequence '\m' """F7 class implements the 7-separable, 1-separable Shifted Schwefel's benchmarking function. opytimark/markers/cec/year_2013.py:827 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:827: DeprecationWarning: invalid escape sequence '\m' """F8 class implements the 20-nonseparable Shifted and Rotated Elliptic's benchmarking function. opytimark/markers/cec/year_2013.py:975 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:975: DeprecationWarning: invalid escape sequence '\m' """F9 class implements the 20-nonseparable Shifted and Rotated Rastrigin's benchmarking function. opytimark/markers/cec/year_2013.py:1128 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:1128: DeprecationWarning: invalid escape sequence '\m' """F10 class implements the 20-nonseparable Shifted and Rotated Ackley's benchmarking function. opytimark/markers/cec/year_2013.py:1281 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:1281: DeprecationWarning: invalid escape sequence '\m' """F11 class implements the 20-nonseparable Shifted and Rotated Schwefel's benchmarking function. opytimark/markers/cec/year_2013.py:1432 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:1432: DeprecationWarning: invalid escape sequence '\m' """F12 class implements the Shifted Rosenbrock's benchmarking function. opytimark/markers/cec/year_2013.py:1510 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:1510: DeprecationWarning: invalid escape sequence '\m' """F13 class implements the Shifted Schwefel's with Conforming Overlapping benchmarking function. opytimark/markers/cec/year_2013.py:1672 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:1672: DeprecationWarning: invalid escape sequence '\m' """F14 class implements the Shifted Schwefel's with Conflicting Overlapping benchmarking function. opytimark/markers/cec/year_2013.py:1839 /home/buildozer/aports/community/py3-opytimark/src/opytimark-1.0.8/opytimark/markers/cec/year_2013.py:1839: DeprecationWarning: invalid escape sequence '\m' """F15 class implements the Shifted Schwefel's Problem 1.2 benchmarking function. -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================= slowest 10 durations ============================= (10 durations < 0.005s hidden. Use -vv to show these durations.) =============== 187 passed, 94 deselected, 229 warnings in 0.65s =============== >>> py3-opytimark: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/community/py3-opytimark/pkg creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/core copying build/lib/opytimark/core/cec_benchmark.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/core copying build/lib/opytimark/core/benchmark.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/core copying build/lib/opytimark/core/__init__.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/core creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec copying build/lib/opytimark/markers/cec/year_2008.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec copying build/lib/opytimark/markers/cec/year_2013.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec copying build/lib/opytimark/markers/cec/__init__.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec copying build/lib/opytimark/markers/cec/year_2010.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec copying build/lib/opytimark/markers/cec/year_2005.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec copying build/lib/opytimark/markers/two_dimensional.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers copying build/lib/opytimark/markers/one_dimensional.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers copying build/lib/opytimark/markers/many_dimensional.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers copying build/lib/opytimark/markers/__init__.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers copying build/lib/opytimark/markers/n_dimensional.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers copying build/lib/opytimark/markers/boolean.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers creating /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils copying build/lib/opytimark/utils/constants.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils copying build/lib/opytimark/utils/decorator.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils copying build/lib/opytimark/utils/__init__.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils copying build/lib/opytimark/utils/loader.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils copying build/lib/opytimark/utils/exception.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils copying build/lib/opytimark/__init__.py -> /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/core/cec_benchmark.py to cec_benchmark.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/core/benchmark.py to benchmark.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/core/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec/year_2008.py to year_2008.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec/year_2013.py to year_2013.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec/year_2010.py to year_2010.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/cec/year_2005.py to year_2005.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/two_dimensional.py to two_dimensional.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/one_dimensional.py to one_dimensional.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/many_dimensional.py to many_dimensional.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/n_dimensional.py to n_dimensional.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/markers/boolean.py to boolean.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils/constants.py to constants.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils/decorator.py to decorator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils/loader.py to loader.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/utils/exception.py to exception.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info creating opytimark.egg-info writing opytimark.egg-info/PKG-INFO writing dependency_links to opytimark.egg-info/dependency_links.txt writing requirements to opytimark.egg-info/requires.txt writing top-level names to opytimark.egg-info/top_level.txt writing manifest file 'opytimark.egg-info/SOURCES.txt' reading manifest file 'opytimark.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'opytimark.egg-info/SOURCES.txt' Copying opytimark.egg-info to /home/buildozer/aports/community/py3-opytimark/pkg/py3-opytimark/usr/lib/python3.10/site-packages/opytimark-1.0.8-py3.10.egg-info running install_scripts >>> py3-opytimark*: Running postcheck for py3-opytimark >>> py3-opytimark*: Preparing package py3-opytimark... >>> py3-opytimark*: Tracing dependencies... >>> py3-opytimark*: Package size: 996.0 KB >>> py3-opytimark*: Compressing data... >>> py3-opytimark*: Create checksum... >>> py3-opytimark*: Create py3-opytimark-1.0.8-r0.apk >>> py3-opytimark: Build complete at Fri, 28 Oct 2022 15:14:20 +0000 elapsed time 0h 0m 6s >>> py3-opytimark: Cleaning up srcdir >>> py3-opytimark: Cleaning up pkgdir >>> py3-opytimark: Uninstalling dependencies... (1/21) Purging .makedepends-py3-opytimark (20221028.151417) (2/21) Purging py3-numpy (1.23.4-r0) (3/21) Purging py3-setuptools (65.5.0-r0) (4/21) Purging py3-pytest (7.1.3-r1) (5/21) Purging py3-attrs (22.1.0-r0) (6/21) Purging py3-iniconfig (1.1.1-r3) (7/21) Purging py3-packaging (21.3-r2) (8/21) Purging py3-parsing (3.0.9-r0) (9/21) Purging py3-pluggy (1.0.0-r1) (10/21) Purging py3-py (1.11.0-r0) (11/21) Purging py3-tomli (2.0.1-r1) (12/21) Purging python3 (3.10.8-r3) (13/21) Purging libbz2 (1.0.8-r3) (14/21) Purging libffi (3.4.4-r0) (15/21) Purging gdbm (1.23-r0) (16/21) Purging xz-libs (5.2.7-r0) (17/21) Purging mpdecimal (2.5.1-r1) (18/21) Purging readline (8.2.0-r0) (19/21) Purging sqlite-libs (3.39.4-r0) (20/21) Purging openblas (0.3.21-r0) (21/21) Purging libgfortran (12.2.1_git20220924-r3) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-opytimark: Updating the community/armv7 repository index... >>> py3-opytimark: Signing the index...