Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-nevergrad.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681823034.556905/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-nevergrad.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-nevergrad-0.6.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-nevergrad.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681823034.556905/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-nevergrad.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-nevergrad-0.6.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-nevergrad.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681823034.556905/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-nevergrad.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.e6NWNq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf nevergrad-0.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/nevergrad-0.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nevergrad-0.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lTmSPA + umask 022 + cd /builddir/build/BUILD + cd nevergrad-0.6.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/nevergrad copying nevergrad/__init__.py -> build/lib/nevergrad creating build/lib/nevergrad/ops copying nevergrad/ops/test_constraints.py -> build/lib/nevergrad/ops copying nevergrad/ops/__init__.py -> build/lib/nevergrad/ops copying nevergrad/ops/constraints.py -> build/lib/nevergrad/ops creating build/lib/nevergrad/common copying nevergrad/common/tools.py -> build/lib/nevergrad/common copying nevergrad/common/decorators.py -> build/lib/nevergrad/common copying nevergrad/common/typing.py -> build/lib/nevergrad/common copying nevergrad/common/test_decorators.py -> build/lib/nevergrad/common copying nevergrad/common/__init__.py -> build/lib/nevergrad/common copying nevergrad/common/testing.py -> build/lib/nevergrad/common copying nevergrad/common/test_tools.py -> build/lib/nevergrad/common copying nevergrad/common/test_testing.py -> build/lib/nevergrad/common copying nevergrad/common/errors.py -> build/lib/nevergrad/common creating build/lib/nevergrad/benchmark copying nevergrad/benchmark/xpbase.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/optgroups.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/test_plotting.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/plotting.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/test_experiments.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/core.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/test_xpbase.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/test_utils.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/utils.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/test_core.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/__init__.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/gymexperiments.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/test_execution.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/frozenexperiments.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/experiments.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/__main__.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/execution.py -> build/lib/nevergrad/benchmark copying nevergrad/benchmark/exporttable.py -> build/lib/nevergrad/benchmark creating build/lib/nevergrad/optimization copying nevergrad/optimization/helpers.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/recastlib.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/families.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_callbacks.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/es.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/recaster.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_optimizerlib.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_sa.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_sequences.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_recaster.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_special.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/requirements_check.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_base.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/differentialevolution.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_utils.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/utils.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_tabu.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/mutations.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_suggest.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/__init__.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/callbacks.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/optimizerlib.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/base.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_externalbo.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/externalbo.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/experimentalvariants.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_mutations.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/oneshot.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/sequences.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/metamodel.py -> build/lib/nevergrad/optimization copying nevergrad/optimization/test_doc.py -> build/lib/nevergrad/optimization creating build/lib/nevergrad/functions copying nevergrad/functions/corefuncs.py -> build/lib/nevergrad/functions copying nevergrad/functions/helpers.py -> build/lib/nevergrad/functions copying nevergrad/functions/test_functionlib.py -> build/lib/nevergrad/functions copying nevergrad/functions/test_base.py -> build/lib/nevergrad/functions copying nevergrad/functions/pbt.py -> build/lib/nevergrad/functions copying nevergrad/functions/test_corefuncs.py -> build/lib/nevergrad/functions copying nevergrad/functions/test_utils.py -> build/lib/nevergrad/functions copying nevergrad/functions/utils.py -> build/lib/nevergrad/functions copying nevergrad/functions/__init__.py -> build/lib/nevergrad/functions copying nevergrad/functions/base.py -> build/lib/nevergrad/functions copying nevergrad/functions/functionlib.py -> build/lib/nevergrad/functions creating build/lib/nevergrad/parametrization copying nevergrad/parametrization/helpers.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/_datalayers.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/test_layers.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/choice.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/discretization.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/test_parameter.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/test_parameters_legacy.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/instantiate.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/parameter.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/core.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/container.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/test_param_doc.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/_layering.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/test_utils.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/utils.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/__init__.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/test_transforms.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/test_discretization.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/data.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/test_instantiate.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/transforms.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/mutation.py -> build/lib/nevergrad/parametrization copying nevergrad/parametrization/test_mutation.py -> build/lib/nevergrad/parametrization creating build/lib/nevergrad/optimization/multiobjective copying nevergrad/optimization/multiobjective/test_hypervolume.py -> build/lib/nevergrad/optimization/multiobjective copying nevergrad/optimization/multiobjective/hypervolume.py -> build/lib/nevergrad/optimization/multiobjective copying nevergrad/optimization/multiobjective/test_nsga2.py -> build/lib/nevergrad/optimization/multiobjective copying nevergrad/optimization/multiobjective/core.py -> build/lib/nevergrad/optimization/multiobjective copying nevergrad/optimization/multiobjective/test_core.py -> build/lib/nevergrad/optimization/multiobjective copying nevergrad/optimization/multiobjective/__init__.py -> build/lib/nevergrad/optimization/multiobjective copying nevergrad/optimization/multiobjective/nsga2.py -> build/lib/nevergrad/optimization/multiobjective creating build/lib/nevergrad/functions/games copying nevergrad/functions/games/test_game.py -> build/lib/nevergrad/functions/games copying nevergrad/functions/games/__init__.py -> build/lib/nevergrad/functions/games copying nevergrad/functions/games/game.py -> build/lib/nevergrad/functions/games creating build/lib/nevergrad/functions/mixsimulator copying nevergrad/functions/mixsimulator/core.py -> build/lib/nevergrad/functions/mixsimulator copying nevergrad/functions/mixsimulator/test_core.py -> build/lib/nevergrad/functions/mixsimulator copying nevergrad/functions/mixsimulator/__init__.py -> build/lib/nevergrad/functions/mixsimulator creating build/lib/nevergrad/functions/photonics copying nevergrad/functions/photonics/core.py -> build/lib/nevergrad/functions/photonics copying nevergrad/functions/photonics/test_core.py -> build/lib/nevergrad/functions/photonics copying nevergrad/functions/photonics/__init__.py -> build/lib/nevergrad/functions/photonics copying nevergrad/functions/photonics/photonics.py -> build/lib/nevergrad/functions/photonics creating build/lib/nevergrad/functions/olympussurfaces copying nevergrad/functions/olympussurfaces/core.py -> build/lib/nevergrad/functions/olympussurfaces copying nevergrad/functions/olympussurfaces/test_core.py -> build/lib/nevergrad/functions/olympussurfaces copying nevergrad/functions/olympussurfaces/__init__.py -> build/lib/nevergrad/functions/olympussurfaces creating build/lib/nevergrad/functions/ml copying nevergrad/functions/ml/mlfunctionlib.py -> build/lib/nevergrad/functions/ml copying nevergrad/functions/ml/__init__.py -> build/lib/nevergrad/functions/ml copying nevergrad/functions/ml/test_mlfunctionlib.py -> build/lib/nevergrad/functions/ml creating build/lib/nevergrad/functions/ac copying nevergrad/functions/ac/test_ac.py -> build/lib/nevergrad/functions/ac copying nevergrad/functions/ac/ac.py -> build/lib/nevergrad/functions/ac copying nevergrad/functions/ac/__init__.py -> build/lib/nevergrad/functions/ac creating build/lib/nevergrad/functions/cycling copying nevergrad/functions/cycling/test_cycling.py -> build/lib/nevergrad/functions/cycling copying nevergrad/functions/cycling/teampursuit.py -> build/lib/nevergrad/functions/cycling copying nevergrad/functions/cycling/cyclist.py -> build/lib/nevergrad/functions/cycling copying nevergrad/functions/cycling/cycling.py -> build/lib/nevergrad/functions/cycling copying nevergrad/functions/cycling/simulationresult.py -> build/lib/nevergrad/functions/cycling copying nevergrad/functions/cycling/__init__.py -> build/lib/nevergrad/functions/cycling copying nevergrad/functions/cycling/womensteampursuit.py -> build/lib/nevergrad/functions/cycling copying nevergrad/functions/cycling/mensteampursuit.py -> build/lib/nevergrad/functions/cycling creating build/lib/nevergrad/functions/gym copying nevergrad/functions/gym/multigym.py -> build/lib/nevergrad/functions/gym copying nevergrad/functions/gym/__init__.py -> build/lib/nevergrad/functions/gym copying nevergrad/functions/gym/test_multigym.py -> build/lib/nevergrad/functions/gym copying nevergrad/functions/gym/tuple_gym_env.py -> build/lib/nevergrad/functions/gym creating build/lib/nevergrad/functions/control copying nevergrad/functions/control/core.py -> build/lib/nevergrad/functions/control copying nevergrad/functions/control/__init__.py -> build/lib/nevergrad/functions/control copying nevergrad/functions/control/test_mujoco.py -> build/lib/nevergrad/functions/control copying nevergrad/functions/control/mujoco.py -> build/lib/nevergrad/functions/control creating build/lib/nevergrad/functions/multiobjective copying nevergrad/functions/multiobjective/__init__.py -> build/lib/nevergrad/functions/multiobjective creating build/lib/nevergrad/functions/rl copying nevergrad/functions/rl/agents.py -> build/lib/nevergrad/functions/rl copying nevergrad/functions/rl/__init__.py -> build/lib/nevergrad/functions/rl copying nevergrad/functions/rl/test_envs.py -> build/lib/nevergrad/functions/rl copying nevergrad/functions/rl/base.py -> build/lib/nevergrad/functions/rl copying nevergrad/functions/rl/envs.py -> build/lib/nevergrad/functions/rl copying nevergrad/functions/rl/test_agents.py -> build/lib/nevergrad/functions/rl creating build/lib/nevergrad/functions/rocket copying nevergrad/functions/rocket/test_rocket.py -> build/lib/nevergrad/functions/rocket copying nevergrad/functions/rocket/rocket.py -> build/lib/nevergrad/functions/rocket copying nevergrad/functions/rocket/__init__.py -> build/lib/nevergrad/functions/rocket creating build/lib/nevergrad/functions/unitcommitment copying nevergrad/functions/unitcommitment/core.py -> build/lib/nevergrad/functions/unitcommitment copying nevergrad/functions/unitcommitment/test_core.py -> build/lib/nevergrad/functions/unitcommitment copying nevergrad/functions/unitcommitment/__init__.py -> build/lib/nevergrad/functions/unitcommitment creating build/lib/nevergrad/functions/mlda copying nevergrad/functions/mlda/problems.py -> build/lib/nevergrad/functions/mlda copying nevergrad/functions/mlda/test_datasets.py -> build/lib/nevergrad/functions/mlda copying nevergrad/functions/mlda/datasets.py -> build/lib/nevergrad/functions/mlda copying nevergrad/functions/mlda/__init__.py -> build/lib/nevergrad/functions/mlda copying nevergrad/functions/mlda/test_problems.py -> build/lib/nevergrad/functions/mlda creating build/lib/nevergrad/functions/stsp copying nevergrad/functions/stsp/core.py -> build/lib/nevergrad/functions/stsp copying nevergrad/functions/stsp/test_core.py -> build/lib/nevergrad/functions/stsp copying nevergrad/functions/stsp/__init__.py -> build/lib/nevergrad/functions/stsp creating build/lib/nevergrad/functions/causaldiscovery copying nevergrad/functions/causaldiscovery/core.py -> build/lib/nevergrad/functions/causaldiscovery copying nevergrad/functions/causaldiscovery/test_core.py -> build/lib/nevergrad/functions/causaldiscovery copying nevergrad/functions/causaldiscovery/__init__.py -> build/lib/nevergrad/functions/causaldiscovery creating build/lib/nevergrad/functions/fishing copying nevergrad/functions/fishing/core.py -> build/lib/nevergrad/functions/fishing copying nevergrad/functions/fishing/test_core.py -> build/lib/nevergrad/functions/fishing copying nevergrad/functions/fishing/__init__.py -> build/lib/nevergrad/functions/fishing creating build/lib/nevergrad/functions/arcoating copying nevergrad/functions/arcoating/core.py -> build/lib/nevergrad/functions/arcoating copying nevergrad/functions/arcoating/test_core.py -> build/lib/nevergrad/functions/arcoating copying nevergrad/functions/arcoating/__init__.py -> build/lib/nevergrad/functions/arcoating creating build/lib/nevergrad/functions/powersystems copying nevergrad/functions/powersystems/core.py -> build/lib/nevergrad/functions/powersystems copying nevergrad/functions/powersystems/test_core.py -> build/lib/nevergrad/functions/powersystems copying nevergrad/functions/powersystems/__init__.py -> build/lib/nevergrad/functions/powersystems creating build/lib/nevergrad/functions/iohprofiler copying nevergrad/functions/iohprofiler/core.py -> build/lib/nevergrad/functions/iohprofiler copying nevergrad/functions/iohprofiler/test_core.py -> build/lib/nevergrad/functions/iohprofiler copying nevergrad/functions/iohprofiler/__init__.py -> build/lib/nevergrad/functions/iohprofiler creating build/lib/nevergrad/functions/images copying nevergrad/functions/images/imagelosses.py -> build/lib/nevergrad/functions/images copying nevergrad/functions/images/core.py -> build/lib/nevergrad/functions/images copying nevergrad/functions/images/test_core.py -> build/lib/nevergrad/functions/images copying nevergrad/functions/images/__init__.py -> build/lib/nevergrad/functions/images copying nevergrad/functions/images/test_imagelosses.py -> build/lib/nevergrad/functions/images creating build/lib/nevergrad/functions/pyomo copying nevergrad/functions/pyomo/test_pyomo_doc.py -> build/lib/nevergrad/functions/pyomo copying nevergrad/functions/pyomo/core.py -> build/lib/nevergrad/functions/pyomo copying nevergrad/functions/pyomo/test_core.py -> build/lib/nevergrad/functions/pyomo copying nevergrad/functions/pyomo/__init__.py -> build/lib/nevergrad/functions/pyomo copying nevergrad/py.typed -> build/lib/nevergrad + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.S1yKp1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64 + cd nevergrad-0.6.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64 running install /usr/lib/python3.9/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 install_lib creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/ops copying build/lib/nevergrad/ops/test_constraints.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/ops copying build/lib/nevergrad/ops/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/ops copying build/lib/nevergrad/ops/constraints.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/ops creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common copying build/lib/nevergrad/common/tools.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common copying build/lib/nevergrad/common/decorators.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common copying build/lib/nevergrad/common/typing.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common copying build/lib/nevergrad/common/test_decorators.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common copying build/lib/nevergrad/common/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common copying build/lib/nevergrad/common/testing.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common copying build/lib/nevergrad/common/test_tools.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common copying build/lib/nevergrad/common/test_testing.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common copying build/lib/nevergrad/common/errors.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/xpbase.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/optgroups.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/test_plotting.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/plotting.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/test_experiments.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/test_xpbase.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/test_utils.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/utils.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/gymexperiments.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/test_execution.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/frozenexperiments.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/experiments.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/__main__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/execution.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark copying build/lib/nevergrad/benchmark/exporttable.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/helpers.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/recastlib.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/families.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_callbacks.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/es.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/recaster.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_optimizerlib.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_sa.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_sequences.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_recaster.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_special.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/requirements_check.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_base.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/differentialevolution.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective copying build/lib/nevergrad/optimization/multiobjective/test_hypervolume.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective copying build/lib/nevergrad/optimization/multiobjective/hypervolume.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective copying build/lib/nevergrad/optimization/multiobjective/test_nsga2.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective copying build/lib/nevergrad/optimization/multiobjective/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective copying build/lib/nevergrad/optimization/multiobjective/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective copying build/lib/nevergrad/optimization/multiobjective/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective copying build/lib/nevergrad/optimization/multiobjective/nsga2.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective copying build/lib/nevergrad/optimization/test_utils.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/utils.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_tabu.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/mutations.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_suggest.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/callbacks.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/optimizerlib.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/base.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_externalbo.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/externalbo.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/experimentalvariants.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_mutations.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/oneshot.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/sequences.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/metamodel.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/optimization/test_doc.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization copying build/lib/nevergrad/py.typed -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad copying build/lib/nevergrad/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions copying build/lib/nevergrad/functions/corefuncs.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/games copying build/lib/nevergrad/functions/games/test_game.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/games copying build/lib/nevergrad/functions/games/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/games copying build/lib/nevergrad/functions/games/game.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/games copying build/lib/nevergrad/functions/helpers.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mixsimulator copying build/lib/nevergrad/functions/mixsimulator/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mixsimulator copying build/lib/nevergrad/functions/mixsimulator/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mixsimulator copying build/lib/nevergrad/functions/mixsimulator/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mixsimulator creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/photonics copying build/lib/nevergrad/functions/photonics/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/photonics copying build/lib/nevergrad/functions/photonics/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/photonics copying build/lib/nevergrad/functions/photonics/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/photonics copying build/lib/nevergrad/functions/photonics/photonics.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/photonics copying build/lib/nevergrad/functions/test_functionlib.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/olympussurfaces copying build/lib/nevergrad/functions/olympussurfaces/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/olympussurfaces copying build/lib/nevergrad/functions/olympussurfaces/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/olympussurfaces copying build/lib/nevergrad/functions/olympussurfaces/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/olympussurfaces creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ml copying build/lib/nevergrad/functions/ml/mlfunctionlib.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ml copying build/lib/nevergrad/functions/ml/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ml copying build/lib/nevergrad/functions/ml/test_mlfunctionlib.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ml creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ac copying build/lib/nevergrad/functions/ac/test_ac.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ac copying build/lib/nevergrad/functions/ac/ac.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ac copying build/lib/nevergrad/functions/ac/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ac creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling copying build/lib/nevergrad/functions/cycling/test_cycling.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling copying build/lib/nevergrad/functions/cycling/teampursuit.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling copying build/lib/nevergrad/functions/cycling/cyclist.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling copying build/lib/nevergrad/functions/cycling/cycling.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling copying build/lib/nevergrad/functions/cycling/simulationresult.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling copying build/lib/nevergrad/functions/cycling/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling copying build/lib/nevergrad/functions/cycling/womensteampursuit.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling copying build/lib/nevergrad/functions/cycling/mensteampursuit.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling copying build/lib/nevergrad/functions/test_base.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions copying build/lib/nevergrad/functions/pbt.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/gym copying build/lib/nevergrad/functions/gym/multigym.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/gym copying build/lib/nevergrad/functions/gym/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/gym copying build/lib/nevergrad/functions/gym/test_multigym.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/gym copying build/lib/nevergrad/functions/gym/tuple_gym_env.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/gym copying build/lib/nevergrad/functions/test_corefuncs.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/control copying build/lib/nevergrad/functions/control/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/control copying build/lib/nevergrad/functions/control/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/control copying build/lib/nevergrad/functions/control/test_mujoco.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/control copying build/lib/nevergrad/functions/control/mujoco.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/control creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/multiobjective copying build/lib/nevergrad/functions/multiobjective/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/multiobjective creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl copying build/lib/nevergrad/functions/rl/agents.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl copying build/lib/nevergrad/functions/rl/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl copying build/lib/nevergrad/functions/rl/test_envs.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl copying build/lib/nevergrad/functions/rl/base.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl copying build/lib/nevergrad/functions/rl/envs.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl copying build/lib/nevergrad/functions/rl/test_agents.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl copying build/lib/nevergrad/functions/test_utils.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions copying build/lib/nevergrad/functions/utils.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions copying build/lib/nevergrad/functions/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rocket copying build/lib/nevergrad/functions/rocket/test_rocket.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rocket copying build/lib/nevergrad/functions/rocket/rocket.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rocket copying build/lib/nevergrad/functions/rocket/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rocket creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/unitcommitment copying build/lib/nevergrad/functions/unitcommitment/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/unitcommitment copying build/lib/nevergrad/functions/unitcommitment/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/unitcommitment copying build/lib/nevergrad/functions/unitcommitment/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/unitcommitment creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda copying build/lib/nevergrad/functions/mlda/problems.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda copying build/lib/nevergrad/functions/mlda/test_datasets.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda copying build/lib/nevergrad/functions/mlda/datasets.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda copying build/lib/nevergrad/functions/mlda/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda copying build/lib/nevergrad/functions/mlda/test_problems.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda copying build/lib/nevergrad/functions/base.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/stsp copying build/lib/nevergrad/functions/stsp/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/stsp copying build/lib/nevergrad/functions/stsp/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/stsp copying build/lib/nevergrad/functions/stsp/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/stsp creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/causaldiscovery copying build/lib/nevergrad/functions/causaldiscovery/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/causaldiscovery copying build/lib/nevergrad/functions/causaldiscovery/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/causaldiscovery copying build/lib/nevergrad/functions/causaldiscovery/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/causaldiscovery creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/fishing copying build/lib/nevergrad/functions/fishing/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/fishing copying build/lib/nevergrad/functions/fishing/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/fishing copying build/lib/nevergrad/functions/fishing/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/fishing creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/arcoating copying build/lib/nevergrad/functions/arcoating/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/arcoating copying build/lib/nevergrad/functions/arcoating/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/arcoating copying build/lib/nevergrad/functions/arcoating/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/arcoating creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/powersystems copying build/lib/nevergrad/functions/powersystems/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/powersystems copying build/lib/nevergrad/functions/powersystems/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/powersystems copying build/lib/nevergrad/functions/powersystems/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/powersystems creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/iohprofiler copying build/lib/nevergrad/functions/iohprofiler/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/iohprofiler copying build/lib/nevergrad/functions/iohprofiler/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/iohprofiler copying build/lib/nevergrad/functions/iohprofiler/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/iohprofiler creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images copying build/lib/nevergrad/functions/images/imagelosses.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images copying build/lib/nevergrad/functions/images/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images copying build/lib/nevergrad/functions/images/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images copying build/lib/nevergrad/functions/images/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images copying build/lib/nevergrad/functions/images/test_imagelosses.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images copying build/lib/nevergrad/functions/functionlib.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pyomo copying build/lib/nevergrad/functions/pyomo/test_pyomo_doc.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pyomo copying build/lib/nevergrad/functions/pyomo/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pyomo copying build/lib/nevergrad/functions/pyomo/test_core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pyomo copying build/lib/nevergrad/functions/pyomo/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pyomo creating /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/helpers.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/_datalayers.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/test_layers.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/choice.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/discretization.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/test_parameter.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/test_parameters_legacy.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/instantiate.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/parameter.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/core.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/container.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/test_param_doc.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/_layering.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/test_utils.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/utils.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/__init__.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/test_transforms.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/test_discretization.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/data.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/test_instantiate.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/transforms.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/mutation.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization copying build/lib/nevergrad/parametrization/test_mutation.py -> /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/ops/test_constraints.py to test_constraints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/ops/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/ops/constraints.py to constraints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common/tools.py to tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common/typing.py to typing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common/test_decorators.py to test_decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common/testing.py to testing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common/test_tools.py to test_tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common/test_testing.py to test_testing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/common/errors.py to errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/xpbase.py to xpbase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/optgroups.py to optgroups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/test_plotting.py to test_plotting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/plotting.py to plotting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/test_experiments.py to test_experiments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/test_xpbase.py to test_xpbase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/gymexperiments.py to gymexperiments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/test_execution.py to test_execution.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/frozenexperiments.py to frozenexperiments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/experiments.py to experiments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/execution.py to execution.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/benchmark/exporttable.py to exporttable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/recastlib.py to recastlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/families.py to families.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_callbacks.py to test_callbacks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/es.py to es.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/recaster.py to recaster.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_optimizerlib.py to test_optimizerlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_sa.py to test_sa.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_sequences.py to test_sequences.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_recaster.py to test_recaster.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_special.py to test_special.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/requirements_check.py to requirements_check.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/differentialevolution.py to differentialevolution.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective/test_hypervolume.py to test_hypervolume.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective/hypervolume.py to hypervolume.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective/test_nsga2.py to test_nsga2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/multiobjective/nsga2.py to nsga2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_tabu.py to test_tabu.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/mutations.py to mutations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_suggest.py to test_suggest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/callbacks.py to callbacks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/optimizerlib.py to optimizerlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_externalbo.py to test_externalbo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/externalbo.py to externalbo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/experimentalvariants.py to experimentalvariants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_mutations.py to test_mutations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/oneshot.py to oneshot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/sequences.py to sequences.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/metamodel.py to metamodel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/optimization/test_doc.py to test_doc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/corefuncs.py to corefuncs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/games/test_game.py to test_game.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/games/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/games/game.py to game.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mixsimulator/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mixsimulator/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mixsimulator/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/photonics/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/photonics/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/photonics/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/photonics/photonics.py to photonics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/test_functionlib.py to test_functionlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/olympussurfaces/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/olympussurfaces/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/olympussurfaces/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ml/mlfunctionlib.py to mlfunctionlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ml/test_mlfunctionlib.py to test_mlfunctionlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ac/test_ac.py to test_ac.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ac/ac.py to ac.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/ac/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling/test_cycling.py to test_cycling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling/teampursuit.py to teampursuit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling/cyclist.py to cyclist.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling/cycling.py to cycling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling/simulationresult.py to simulationresult.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling/womensteampursuit.py to womensteampursuit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/cycling/mensteampursuit.py to mensteampursuit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pbt.py to pbt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/gym/multigym.py to multigym.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/gym/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/gym/test_multigym.py to test_multigym.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/gym/tuple_gym_env.py to tuple_gym_env.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/test_corefuncs.py to test_corefuncs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/control/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/control/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/control/test_mujoco.py to test_mujoco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/control/mujoco.py to mujoco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/multiobjective/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl/agents.py to agents.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl/test_envs.py to test_envs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl/envs.py to envs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rl/test_agents.py to test_agents.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rocket/test_rocket.py to test_rocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rocket/rocket.py to rocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/rocket/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/unitcommitment/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/unitcommitment/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/unitcommitment/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda/problems.py to problems.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda/test_datasets.py to test_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda/datasets.py to datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/mlda/test_problems.py to test_problems.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/stsp/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/stsp/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/stsp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/causaldiscovery/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/causaldiscovery/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/causaldiscovery/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/fishing/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/fishing/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/fishing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/arcoating/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/arcoating/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/arcoating/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/powersystems/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/powersystems/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/powersystems/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/iohprofiler/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/iohprofiler/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/iohprofiler/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images/imagelosses.py to imagelosses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/images/test_imagelosses.py to test_imagelosses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/functionlib.py to functionlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pyomo/test_pyomo_doc.py to test_pyomo_doc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pyomo/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pyomo/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/functions/pyomo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/_datalayers.py to _datalayers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/test_layers.py to test_layers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/choice.py to choice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/discretization.py to discretization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/test_parameter.py to test_parameter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/test_parameters_legacy.py to test_parameters_legacy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/instantiate.py to instantiate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/parameter.py to parameter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/container.py to container.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/test_param_doc.py to test_param_doc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/_layering.py to _layering.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/test_transforms.py to test_transforms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/test_discretization.py to test_discretization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/data.py to data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/test_instantiate.py to test_instantiate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/transforms.py to transforms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/mutation.py to mutation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad/parametrization/test_mutation.py to test_mutation.cpython-39.pyc writing byte-compilation script '/tmp/tmpay0irzmg.py' /usr/bin/python3 /tmp/tmpay0irzmg.py removing /tmp/tmpay0irzmg.py running install_egg_info running egg_info writing nevergrad.egg-info/PKG-INFO writing dependency_links to nevergrad.egg-info/dependency_links.txt writing requirements to nevergrad.egg-info/requires.txt writing top-level names to nevergrad.egg-info/top_level.txt reading manifest file 'nevergrad.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'nevergrad.egg-info/SOURCES.txt' Copying nevergrad.egg-info to /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9/site-packages/nevergrad-0.6.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64//usr/share/doc/python-nevergrad + '[' -d doc ']' ~/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64 ~/build/BUILD/nevergrad-0.6.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/nevergrad-0.6.0 + mv /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.6.0-1 --unique-debug-suffix -0.6.0-1.x86_64 --unique-debug-src-base python-nevergrad-0.6.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/nevergrad-0.6.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-nevergrad-0.6.0-1.noarch Provides: python-nevergrad python3-nevergrad = 0.6.0-1 python3.9dist(nevergrad) = 0.6 python3dist(nevergrad) = 0.6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(bayesian-optimization) >= 1.2 python3.9dist(cma) >= 2.6 python3.9dist(numpy) >= 1.21.1 python3.9dist(pandas) python3.9dist(typing-extensions) >= 3.6.6 Processing files: python-nevergrad-help-0.6.0-1.noarch warning: Empty %files file /builddir/build/BUILD/nevergrad-0.6.0/doclist.lst Provides: python-nevergrad-help = 0.6.0-1 python3-nevergrad-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64 Wrote: /builddir/build/RPMS/python-nevergrad-help-0.6.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-nevergrad-0.6.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6wu5DS + umask 022 + cd /builddir/build/BUILD + cd nevergrad-0.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-nevergrad-0.6.0-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0