Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/torchrl.spec'], chrootPath='/var/lib/mock/openeuler-23.09-x86_64-1713244780.299043/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/torchrl.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 :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/torchrl-0.3.1-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/torchrl.spec'], chrootPath='/var/lib/mock/openeuler-23.09-x86_64-1713244780.299043/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/torchrl.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 :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/torchrl-0.3.1-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/torchrl.spec'], chrootPath='/var/lib/mock/openeuler-23.09-x86_64-1713244780.299043/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/torchrl.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 Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9IGJ0y + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rl-0.3.1 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/rl-0.3.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd rl-0.3.1 + /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.fpaCXO + umask 022 + cd /builddir/build/BUILD + cd rl-0.3.1 + 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' fatal: not a git repository (or any of the parent directories): .git /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) INFO:root:running build INFO:root:running build_py INFO:root:creating build INFO:root:creating build/lib.linux-x86_64-cpython-311 INFO:root:creating build/lib.linux-x86_64-cpython-311/build_tools INFO:root:copying build_tools/__init__.py -> build/lib.linux-x86_64-cpython-311/build_tools INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl INFO:root:copying torchrl/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl INFO:root:copying torchrl/_extension.py -> build/lib.linux-x86_64-cpython-311/torchrl INFO:root:copying torchrl/_utils.py -> build/lib.linux-x86_64-cpython-311/torchrl INFO:root:copying torchrl/version.py -> build/lib.linux-x86_64-cpython-311/torchrl INFO:root:creating build/lib.linux-x86_64-cpython-311/build_tools/setup_helpers INFO:root:copying build_tools/setup_helpers/__init__.py -> build/lib.linux-x86_64-cpython-311/build_tools/setup_helpers INFO:root:copying build_tools/setup_helpers/extension.py -> build/lib.linux-x86_64-cpython-311/build_tools/setup_helpers INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/collectors INFO:root:copying torchrl/collectors/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors INFO:root:copying torchrl/collectors/collectors.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors INFO:root:copying torchrl/collectors/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/data INFO:root:copying torchrl/data/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/data INFO:root:copying torchrl/data/tensor_specs.py -> build/lib.linux-x86_64-cpython-311/torchrl/data INFO:root:copying torchrl/data/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/data INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/envs INFO:root:copying torchrl/envs/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs INFO:root:copying torchrl/envs/batched_envs.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs INFO:root:copying torchrl/envs/common.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs INFO:root:copying torchrl/envs/env_creator.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs INFO:root:copying torchrl/envs/gym_like.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs INFO:root:copying torchrl/envs/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs INFO:root:copying torchrl/envs/vec_envs.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/modules INFO:root:copying torchrl/modules/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/a2c.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/common.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/cql.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/ddpg.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/decision_transformer.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/deprecated.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/dqn.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/dreamer.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/functional.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/iql.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/ppo.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/redq.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/reinforce.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/sac.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/td3.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:copying torchrl/objectives/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/record INFO:root:copying torchrl/record/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/record INFO:root:copying torchrl/record/recorder.py -> build/lib.linux-x86_64-cpython-311/torchrl/record INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/trainers INFO:root:copying torchrl/trainers/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers INFO:root:copying torchrl/trainers/trainers.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed INFO:root:copying torchrl/collectors/distributed/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed INFO:root:copying torchrl/collectors/distributed/default_configs.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed INFO:root:copying torchrl/collectors/distributed/generic.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed INFO:root:copying torchrl/collectors/distributed/ray.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed INFO:root:copying torchrl/collectors/distributed/rpc.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed INFO:root:copying torchrl/collectors/distributed/sync.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed INFO:root:copying torchrl/collectors/distributed/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/atari_dqn.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/d4rl.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/d4rl_infos.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/gen_dgrl.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/minari_data.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/openml.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/openx.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/roboset.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:copying torchrl/data/datasets/vd4rl.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/datasets INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/data/postprocs INFO:root:copying torchrl/data/postprocs/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/postprocs INFO:root:copying torchrl/data/postprocs/postprocs.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/postprocs INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers INFO:root:copying torchrl/data/replay_buffers/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers INFO:root:copying torchrl/data/replay_buffers/replay_buffers.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers INFO:root:copying torchrl/data/replay_buffers/samplers.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers INFO:root:copying torchrl/data/replay_buffers/storages.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers INFO:root:copying torchrl/data/replay_buffers/transforms.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers INFO:root:copying torchrl/data/replay_buffers/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers INFO:root:copying torchrl/data/replay_buffers/writers.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf INFO:root:copying torchrl/data/rlhf/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf INFO:root:copying torchrl/data/rlhf/dataset.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf INFO:root:copying torchrl/data/rlhf/prompt.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf INFO:root:copying torchrl/data/rlhf/reward.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf INFO:root:copying torchrl/data/rlhf/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/_gym_utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/brax.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/dm_control.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/envpool.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/gym.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/habitat.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/isaacgym.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/jax_utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/jumanji.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/openml.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/pettingzoo.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/robohive.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/smacv2.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:copying torchrl/envs/libs/vmas.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/libs INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/envs/model_based INFO:root:copying torchrl/envs/model_based/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/model_based INFO:root:copying torchrl/envs/model_based/common.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/model_based INFO:root:copying torchrl/envs/model_based/dreamer.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/model_based INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:copying torchrl/envs/transforms/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:copying torchrl/envs/transforms/functional.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:copying torchrl/envs/transforms/gym_transforms.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:copying torchrl/envs/transforms/r3m.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:copying torchrl/envs/transforms/rlhf.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:copying torchrl/envs/transforms/transforms.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:copying torchrl/envs/transforms/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:copying torchrl/envs/transforms/vc1.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:copying torchrl/envs/transforms/vip.py -> build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions INFO:root:copying torchrl/modules/distributions/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions INFO:root:copying torchrl/modules/distributions/continuous.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions INFO:root:copying torchrl/modules/distributions/discrete.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions INFO:root:copying torchrl/modules/distributions/truncated_normal.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions INFO:root:copying torchrl/modules/distributions/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/modules/models INFO:root:copying torchrl/modules/models/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/models INFO:root:copying torchrl/modules/models/decision_transformer.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/models INFO:root:copying torchrl/modules/models/exploration.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/models INFO:root:copying torchrl/modules/models/model_based.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/models INFO:root:copying torchrl/modules/models/models.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/models INFO:root:copying torchrl/modules/models/multiagent.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/models INFO:root:copying torchrl/modules/models/rlhf.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/models INFO:root:copying torchrl/modules/models/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/models INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/modules/planners INFO:root:copying torchrl/modules/planners/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/planners INFO:root:copying torchrl/modules/planners/cem.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/planners INFO:root:copying torchrl/modules/planners/common.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/planners INFO:root:copying torchrl/modules/planners/mppi.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/planners INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module INFO:root:copying torchrl/modules/tensordict_module/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module INFO:root:copying torchrl/modules/tensordict_module/actors.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module INFO:root:copying torchrl/modules/tensordict_module/common.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module INFO:root:copying torchrl/modules/tensordict_module/exploration.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module INFO:root:copying torchrl/modules/tensordict_module/probabilistic.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module INFO:root:copying torchrl/modules/tensordict_module/rnn.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module INFO:root:copying torchrl/modules/tensordict_module/sequence.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module INFO:root:copying torchrl/modules/tensordict_module/world_models.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/modules/utils INFO:root:copying torchrl/modules/utils/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/utils INFO:root:copying torchrl/modules/utils/mappings.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/utils INFO:root:copying torchrl/modules/utils/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/modules/utils INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/objectives/multiagent INFO:root:copying torchrl/objectives/multiagent/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives/multiagent INFO:root:copying torchrl/objectives/multiagent/qmixer.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives/multiagent INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/objectives/value INFO:root:copying torchrl/objectives/value/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives/value INFO:root:copying torchrl/objectives/value/advantages.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives/value INFO:root:copying torchrl/objectives/value/functional.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives/value INFO:root:copying torchrl/objectives/value/pg.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives/value INFO:root:copying torchrl/objectives/value/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/objectives/value INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/record/loggers INFO:root:copying torchrl/record/loggers/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/record/loggers INFO:root:copying torchrl/record/loggers/common.py -> build/lib.linux-x86_64-cpython-311/torchrl/record/loggers INFO:root:copying torchrl/record/loggers/csv.py -> build/lib.linux-x86_64-cpython-311/torchrl/record/loggers INFO:root:copying torchrl/record/loggers/mlflow.py -> build/lib.linux-x86_64-cpython-311/torchrl/record/loggers INFO:root:copying torchrl/record/loggers/tensorboard.py -> build/lib.linux-x86_64-cpython-311/torchrl/record/loggers INFO:root:copying torchrl/record/loggers/utils.py -> build/lib.linux-x86_64-cpython-311/torchrl/record/loggers INFO:root:copying torchrl/record/loggers/wandb.py -> build/lib.linux-x86_64-cpython-311/torchrl/record/loggers INFO:root:creating build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers INFO:root:copying torchrl/trainers/helpers/__init__.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers INFO:root:copying torchrl/trainers/helpers/collectors.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers INFO:root:copying torchrl/trainers/helpers/envs.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers INFO:root:copying torchrl/trainers/helpers/logger.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers INFO:root:copying torchrl/trainers/helpers/losses.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers INFO:root:copying torchrl/trainers/helpers/models.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers INFO:root:copying torchrl/trainers/helpers/replay_buffer.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers INFO:root:copying torchrl/trainers/helpers/trainers.py -> build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers INFO:root:running build_ext INFO:root:building 'torchrl._torchrl' extension INFO:root:creating /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311 INFO:root:creating /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/builddir INFO:root:creating /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/builddir/build INFO:root:creating /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/builddir/build/BUILD INFO:root:creating /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/builddir/build/BUILD/rl-0.3.1 INFO:root:creating /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/builddir/build/BUILD/rl-0.3.1/torchrl INFO:root:creating /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/builddir/build/BUILD/rl-0.3.1/torchrl/csrc Emitting ninja build file /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/1] c++ -MMD -MF /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/builddir/build/BUILD/rl-0.3.1/torchrl/csrc/pybind.o.d -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -D_GNU_SOURCE -fPIC -fwrapv -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -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 -fPIC -I/builddir/build/BUILD/rl-0.3.1 -I/usr/lib64/python3.11/site-packages/torch/include -I/usr/lib64/python3.11/site-packages/torch/include/torch/csrc/api/include -I/usr/lib64/python3.11/site-packages/torch/include/TH -I/usr/lib64/python3.11/site-packages/torch/include/THC -I/usr/include/python3.11 -c -c /builddir/build/BUILD/rl-0.3.1/torchrl/csrc/pybind.cpp -o /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/builddir/build/BUILD/rl-0.3.1/torchrl/csrc/pybind.o -O3 -std=c++17 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1017"' -DTORCH_EXTENSION_NAME=_torchrl -D_GLIBCXX_USE_CXX11_ABI=1 In file included from /builddir/build/BUILD/rl-0.3.1/torchrl/csrc/pybind.cpp:13: /builddir/build/BUILD/rl-0.3.1/torchrl/csrc/segment_tree.h:34:1: warning: multi-line comment [-Wcomment] 34 | // / \ | ^ /builddir/build/BUILD/rl-0.3.1/torchrl/csrc/segment_tree.h:36:1: warning: multi-line comment [-Wcomment] 36 | // / \ / \ | ^ /builddir/build/BUILD/rl-0.3.1/torchrl/csrc/segment_tree.h:38:1: warning: multi-line comment [-Wcomment] 38 | // / \ / \ / \ / \ | ^ INFO:root:g++ -shared -g -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -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 /builddir/build/BUILD/rl-0.3.1/build/temp.linux-x86_64-cpython-311/builddir/build/BUILD/rl-0.3.1/torchrl/csrc/pybind.o -L/usr/lib64/python3.11/site-packages/torch/lib -L/usr/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-311/torchrl/_torchrl.so + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7DCpdY + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64 ++ dirname /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64 + cd rl-0.3.1 + 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/torchrl-0.3.1-1.x86_64 fatal: not a git repository (or any of the parent directories): .git /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) INFO:root:running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() INFO:root:running install_lib INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64 INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11 INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/build_tools INFO:root:copying build/lib.linux-x86_64-cpython-311/build_tools/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/build_tools INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/build_tools/setup_helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/build_tools/setup_helpers/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/build_tools/setup_helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/build_tools/setup_helpers/extension.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/build_tools/setup_helpers INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/_extension.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/_utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/version.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/collectors.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed/default_configs.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed/generic.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed/ray.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed/rpc.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed/sync.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/collectors/distributed/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/tensor_specs.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/atari_dqn.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/d4rl.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/d4rl_infos.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/gen_dgrl.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/minari_data.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/openml.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/openx.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/roboset.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/datasets/vd4rl.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/postprocs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/postprocs/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/postprocs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/postprocs/postprocs.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/postprocs INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers/replay_buffers.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers/samplers.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers/storages.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers/transforms.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/replay_buffers/writers.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf/dataset.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf/prompt.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf/reward.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/data/rlhf/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/batched_envs.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/common.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/env_creator.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/gym_like.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/vec_envs.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/_gym_utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/brax.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/dm_control.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/envpool.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/gym.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/habitat.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/isaacgym.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/jax_utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/jumanji.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/openml.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/pettingzoo.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/robohive.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/smacv2.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/libs/vmas.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/model_based INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/model_based/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/model_based INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/model_based/common.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/model_based INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/model_based/dreamer.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/model_based INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms/functional.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms/gym_transforms.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms/r3m.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms/rlhf.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms/transforms.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms/vc1.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/envs/transforms/vip.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions/continuous.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions/discrete.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions/truncated_normal.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/distributions/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/models/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/models/decision_transformer.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/models/exploration.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/models/model_based.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/models/models.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/models/multiagent.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/models/rlhf.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/models/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/planners INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/planners/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/planners INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/planners/cem.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/planners INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/planners/common.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/planners INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/planners/mppi.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/planners INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module/actors.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module/common.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module/exploration.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module/probabilistic.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module/rnn.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module/sequence.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/tensordict_module/world_models.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/utils INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/utils/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/utils INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/utils/mappings.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/utils INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/modules/utils/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/utils INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/a2c.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/common.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/cql.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/ddpg.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/decision_transformer.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/deprecated.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/dqn.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/dreamer.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/functional.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/iql.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/ppo.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/redq.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/reinforce.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/sac.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/td3.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/multiagent INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/multiagent/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/multiagent INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/multiagent/qmixer.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/multiagent INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/value/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/value/advantages.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/value/functional.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/value/pg.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/objectives/value/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/record/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/record/recorder.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/record/loggers/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/record/loggers/common.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/record/loggers/csv.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/record/loggers/mlflow.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/record/loggers/tensorboard.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/record/loggers/utils.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/record/loggers/wandb.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/trainers.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers INFO:root:creating /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers/__init__.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers/collectors.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers/envs.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers/logger.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers/losses.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers/models.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers/replay_buffer.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/trainers/helpers/trainers.py -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers INFO:root:copying build/lib.linux-x86_64-cpython-311/torchrl/_torchrl.so -> /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/build_tools/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/build_tools/setup_helpers/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/build_tools/setup_helpers/extension.py to extension.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/_extension.py to _extension.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/_utils.py to _utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/version.py to version.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/collectors.py to collectors.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed/default_configs.py to default_configs.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed/generic.py to generic.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed/ray.py to ray.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed/rpc.py to rpc.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed/sync.py to sync.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/collectors/distributed/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/tensor_specs.py to tensor_specs.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/atari_dqn.py to atari_dqn.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/d4rl.py to d4rl.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/d4rl_infos.py to d4rl_infos.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/gen_dgrl.py to gen_dgrl.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/minari_data.py to minari_data.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/openml.py to openml.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/openx.py to openx.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/roboset.py to roboset.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/datasets/vd4rl.py to vd4rl.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/postprocs/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/postprocs/postprocs.py to postprocs.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers/replay_buffers.py to replay_buffers.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers/samplers.py to samplers.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers/storages.py to storages.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers/transforms.py to transforms.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/replay_buffers/writers.py to writers.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf/dataset.py to dataset.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf/prompt.py to prompt.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf/reward.py to reward.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/data/rlhf/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/batched_envs.py to batched_envs.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/common.py to common.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/env_creator.py to env_creator.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/gym_like.py to gym_like.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/vec_envs.py to vec_envs.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/_gym_utils.py to _gym_utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/brax.py to brax.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/dm_control.py to dm_control.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/envpool.py to envpool.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/gym.py to gym.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/habitat.py to habitat.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/isaacgym.py to isaacgym.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/jax_utils.py to jax_utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/jumanji.py to jumanji.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/openml.py to openml.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/pettingzoo.py to pettingzoo.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/robohive.py to robohive.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/smacv2.py to smacv2.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/libs/vmas.py to vmas.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/model_based/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/model_based/common.py to common.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/model_based/dreamer.py to dreamer.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms/functional.py to functional.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms/gym_transforms.py to gym_transforms.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms/r3m.py to r3m.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms/rlhf.py to rlhf.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms/transforms.py to transforms.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms/vc1.py to vc1.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/envs/transforms/vip.py to vip.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions/continuous.py to continuous.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions/discrete.py to discrete.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions/truncated_normal.py to truncated_normal.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/distributions/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models/decision_transformer.py to decision_transformer.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models/exploration.py to exploration.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models/model_based.py to model_based.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models/models.py to models.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models/multiagent.py to multiagent.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models/rlhf.py to rlhf.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/models/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/planners/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/planners/cem.py to cem.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/planners/common.py to common.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/planners/mppi.py to mppi.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module/actors.py to actors.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module/common.py to common.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module/exploration.py to exploration.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module/probabilistic.py to probabilistic.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module/rnn.py to rnn.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module/sequence.py to sequence.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/tensordict_module/world_models.py to world_models.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/utils/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/utils/mappings.py to mappings.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/modules/utils/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/a2c.py to a2c.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/common.py to common.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/cql.py to cql.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/ddpg.py to ddpg.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/decision_transformer.py to decision_transformer.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/deprecated.py to deprecated.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/dqn.py to dqn.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/dreamer.py to dreamer.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/functional.py to functional.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/iql.py to iql.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/ppo.py to ppo.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/redq.py to redq.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/reinforce.py to reinforce.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/sac.py to sac.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/td3.py to td3.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/multiagent/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/multiagent/qmixer.py to qmixer.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value/advantages.py to advantages.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value/functional.py to functional.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value/pg.py to pg.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/objectives/value/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/recorder.py to recorder.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers/common.py to common.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers/csv.py to csv.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers/mlflow.py to mlflow.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers/tensorboard.py to tensorboard.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers/utils.py to utils.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/record/loggers/wandb.py to wandb.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/trainers.py to trainers.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers/__init__.py to __init__.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers/collectors.py to collectors.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers/envs.py to envs.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers/logger.py to logger.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers/losses.py to losses.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers/models.py to models.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers/replay_buffer.py to replay_buffer.cpython-311.pyc INFO:root:byte-compiling /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/trainers/helpers/trainers.py to trainers.cpython-311.pyc INFO:root:writing byte-compilation script '/tmp/tmpahfqvxo7.py' INFO:root:/usr/bin/python3 /tmp/tmpahfqvxo7.py INFO:root:removing /tmp/tmpahfqvxo7.py INFO:root:running install_egg_info INFO:root:running egg_info INFO:root:creating torchrl.egg-info INFO:root:writing torchrl.egg-info/PKG-INFO INFO:root:writing dependency_links to torchrl.egg-info/dependency_links.txt INFO:root:writing requirements to torchrl.egg-info/requires.txt INFO:root:writing top-level names to torchrl.egg-info/top_level.txt INFO:root:writing manifest file 'torchrl.egg-info/SOURCES.txt' ERROR:setuptools_scm.file_finder_git:listing git files failed - pretending there aren't any INFO:root:reading manifest file 'torchrl.egg-info/SOURCES.txt' INFO:root:adding license file 'LICENSE' INFO:root:writing manifest file 'torchrl.egg-info/SOURCES.txt' INFO:root:Copying torchrl.egg-info to /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl-0.3.1-py3.11.egg-info INFO:root:running install_scripts + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.3.1-1 --unique-debug-suffix -0.3.1-1.x86_64 --unique-debug-src-base torchrl-0.3.1-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/rl-0.3.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/_torchrl.so extracting debug info from /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11/site-packages/torchrl/_torchrl.so Support for debuginfod is not compiled into GDB. 41 blocks + /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/torchrl-0.3.1-1.x86_64/usr/lib64/python3.11 using /usr/bin/python3.11 Bytecompiling .py files below /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/lib/debug/usr/lib64/python3.11 using /usr/bin/python3.11 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-torchrl-0.3.1-1.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SVjMSk + umask 022 + cd /builddir/build/BUILD + cd rl-0.3.1 + DOCDIR=/builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/share/doc/python3-torchrl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/share/doc/python3-torchrl + cp -pr CODE_OF_CONDUCT.md CONTRIBUTING.md README.md /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/share/doc/python3-torchrl + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wacX1K + umask 022 + cd /builddir/build/BUILD + cd rl-0.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/share/licenses/python3-torchrl + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/share/licenses/python3-torchrl + cp -pr LICENSE /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64/usr/share/licenses/python3-torchrl + RPM_EC=0 ++ jobs -p + exit 0 /usr/lib/rpm/pythondistdeps.py:105: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import Distribution, FileMetadata, PathMetadata, Requirement /usr/lib/rpm/pythondistdeps.py:105: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import Distribution, FileMetadata, PathMetadata, Requirement Provides: python-torchrl python3-torchrl = 0.3.1-1 python3-torchrl(x86-64) = 0.3.1-1 python3.11dist(torchrl) = 0.3.1 python3dist(torchrl) = 0.3.1 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc10.so()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.11)(64bit) libstdc++.so.6(CXXABI_1.3.13)(64bit) libstdc++.so.6(CXXABI_1.3.2)(64bit) libstdc++.so.6(CXXABI_1.3.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.26)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.30)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libtorch.so()(64bit) libtorch_cpu.so()(64bit) libtorch_python.so()(64bit) python(abi) = 3.11 python3.11dist(cloudpickle) python3.11dist(numpy) python3.11dist(packaging) python3.11dist(tensordict) >= 0.3.1 python3.11dist(torch) >= 2.1 rtld(GNU_HASH) Processing files: torchrl-debuginfo-0.3.1-1.x86_64 Provides: torchrl-debuginfo = 0.3.1-1 torchrl-debuginfo(x86-64) = 0.3.1-1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: torchrl-debugsource(x86-64) = 0.3.1-1 Processing files: torchrl-debugsource-0.3.1-1.x86_64 Provides: torchrl-debugsource = 0.3.1-1 torchrl-debugsource(x86-64) = 0.3.1-1 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/torchrl-0.3.1-1.x86_64 Wrote: /builddir/build/RPMS/torchrl-debugsource-0.3.1-1.x86_64.rpm Wrote: /builddir/build/RPMS/python3-torchrl-0.3.1-1.x86_64.rpm Wrote: /builddir/build/RPMS/torchrl-debuginfo-0.3.1-1.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KdEvKc + umask 022 + cd /builddir/build/BUILD + cd rl-0.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/torchrl-0.3.1-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.spIlTD + umask 022 + cd /builddir/build/BUILD + rm -rf rl-0.3.1 rl-0.3.1.gemspec + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0