Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-recsim.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682286061.776387/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-recsim.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-recsim-0.2.4-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-recsim.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682286061.776387/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-recsim.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-recsim-0.2.4-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-recsim.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682286061.776387/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-recsim.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mD0GUl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf recsim-0.2.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/recsim-0.2.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd recsim-0.2.4 + /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.KNtuZD + umask 022 + cd /builddir/build/BUILD + cd recsim-0.2.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/recsim copying recsim/user.py -> build/lib/recsim copying recsim/choice_model_test.py -> build/lib/recsim copying recsim/utils.py -> build/lib/recsim copying recsim/__init__.py -> build/lib/recsim copying recsim/agent.py -> build/lib/recsim copying recsim/document.py -> build/lib/recsim copying recsim/agent_test.py -> build/lib/recsim copying recsim/choice_model.py -> build/lib/recsim copying recsim/utils_test.py -> build/lib/recsim copying recsim/main.py -> build/lib/recsim creating build/lib/recsim/simulator copying recsim/simulator/__init__.py -> build/lib/recsim/simulator copying recsim/simulator/recsim_gym.py -> build/lib/recsim/simulator copying recsim/simulator/runner_lib.py -> build/lib/recsim/simulator copying recsim/simulator/environment.py -> build/lib/recsim/simulator copying recsim/simulator/environment_test.py -> build/lib/recsim/simulator creating build/lib/recsim/agents copying recsim/agents/greedy_pctr_agent_test.py -> build/lib/recsim/agents copying recsim/agents/tabular_q_agent_test.py -> build/lib/recsim/agents copying recsim/agents/__init__.py -> build/lib/recsim/agents copying recsim/agents/slate_decomp_q_agent.py -> build/lib/recsim/agents copying recsim/agents/agent_utils.py -> build/lib/recsim/agents copying recsim/agents/cluster_bandit_agent.py -> build/lib/recsim/agents copying recsim/agents/random_agent_test.py -> build/lib/recsim/agents copying recsim/agents/full_slate_q_agent.py -> build/lib/recsim/agents copying recsim/agents/random_agent.py -> build/lib/recsim/agents copying recsim/agents/greedy_pctr_agent.py -> build/lib/recsim/agents copying recsim/agents/tabular_q_agent.py -> build/lib/recsim/agents copying recsim/agents/ucb1_agent_test.py -> build/lib/recsim/agents copying recsim/agents/cluster_bandit_agent_test.py -> build/lib/recsim/agents creating build/lib/recsim/environments copying recsim/environments/interest_exploration.py -> build/lib/recsim/environments copying recsim/environments/interest_evolution_test.py -> build/lib/recsim/environments copying recsim/environments/__init__.py -> build/lib/recsim/environments copying recsim/environments/interest_evolution.py -> build/lib/recsim/environments copying recsim/environments/long_term_satisfaction.py -> build/lib/recsim/environments copying recsim/environments/interest_exploration_test.py -> build/lib/recsim/environments creating build/lib/recsim/agents/layers copying recsim/agents/layers/temporal_aggregation.py -> build/lib/recsim/agents/layers copying recsim/agents/layers/__init__.py -> build/lib/recsim/agents/layers copying recsim/agents/layers/cluster_click_statistics_test.py -> build/lib/recsim/agents/layers copying recsim/agents/layers/cluster_click_statistics.py -> build/lib/recsim/agents/layers copying recsim/agents/layers/sufficient_statistics.py -> build/lib/recsim/agents/layers copying recsim/agents/layers/abstract_click_bandit.py -> build/lib/recsim/agents/layers copying recsim/agents/layers/fixed_length_history.py -> build/lib/recsim/agents/layers copying recsim/agents/layers/fixed_length_history_test.py -> build/lib/recsim/agents/layers creating build/lib/recsim/agents/bandits copying recsim/agents/bandits/__init__.py -> build/lib/recsim/agents/bandits copying recsim/agents/bandits/glm_algorithms_test.py -> build/lib/recsim/agents/bandits copying recsim/agents/bandits/algorithms_test.py -> build/lib/recsim/agents/bandits copying recsim/agents/bandits/algorithms.py -> build/lib/recsim/agents/bandits copying recsim/agents/bandits/glm_algorithms.py -> build/lib/recsim/agents/bandits creating build/lib/recsim/agents/dopamine copying recsim/agents/dopamine/__init__.py -> build/lib/recsim/agents/dopamine copying recsim/agents/dopamine/dqn_agent.py -> build/lib/recsim/agents/dopamine + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3pC7kx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64 + cd recsim-0.2.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim copying build/lib/recsim/user.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim copying build/lib/recsim/choice_model_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim copying build/lib/recsim/utils.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim copying build/lib/recsim/__init__.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator copying build/lib/recsim/simulator/__init__.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator copying build/lib/recsim/simulator/recsim_gym.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator copying build/lib/recsim/simulator/runner_lib.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator copying build/lib/recsim/simulator/environment.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator copying build/lib/recsim/simulator/environment_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator copying build/lib/recsim/agent.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim copying build/lib/recsim/document.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/greedy_pctr_agent_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/tabular_q_agent_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/__init__.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/slate_decomp_q_agent.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/agent_utils.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers copying build/lib/recsim/agents/layers/temporal_aggregation.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers copying build/lib/recsim/agents/layers/__init__.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers copying build/lib/recsim/agents/layers/cluster_click_statistics_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers copying build/lib/recsim/agents/layers/cluster_click_statistics.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers copying build/lib/recsim/agents/layers/sufficient_statistics.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers copying build/lib/recsim/agents/layers/abstract_click_bandit.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers copying build/lib/recsim/agents/layers/fixed_length_history.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers copying build/lib/recsim/agents/layers/fixed_length_history_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers copying build/lib/recsim/agents/cluster_bandit_agent.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/random_agent_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/full_slate_q_agent.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/random_agent.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/greedy_pctr_agent.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits copying build/lib/recsim/agents/bandits/__init__.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits copying build/lib/recsim/agents/bandits/glm_algorithms_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits copying build/lib/recsim/agents/bandits/algorithms_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits copying build/lib/recsim/agents/bandits/algorithms.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits copying build/lib/recsim/agents/bandits/glm_algorithms.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits copying build/lib/recsim/agents/tabular_q_agent.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/ucb1_agent_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents copying build/lib/recsim/agents/cluster_bandit_agent_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/dopamine copying build/lib/recsim/agents/dopamine/__init__.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/dopamine copying build/lib/recsim/agents/dopamine/dqn_agent.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/dopamine copying build/lib/recsim/agent_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim copying build/lib/recsim/choice_model.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim copying build/lib/recsim/utils_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim copying build/lib/recsim/main.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim creating /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments copying build/lib/recsim/environments/interest_exploration.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments copying build/lib/recsim/environments/interest_evolution_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments copying build/lib/recsim/environments/__init__.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments copying build/lib/recsim/environments/interest_evolution.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments copying build/lib/recsim/environments/long_term_satisfaction.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments copying build/lib/recsim/environments/interest_exploration_test.py -> /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/user.py to user.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/choice_model_test.py to choice_model_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator/recsim_gym.py to recsim_gym.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator/runner_lib.py to runner_lib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator/environment.py to environment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/simulator/environment_test.py to environment_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agent.py to agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/document.py to document.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/greedy_pctr_agent_test.py to greedy_pctr_agent_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/tabular_q_agent_test.py to tabular_q_agent_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/slate_decomp_q_agent.py to slate_decomp_q_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/agent_utils.py to agent_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers/temporal_aggregation.py to temporal_aggregation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers/cluster_click_statistics_test.py to cluster_click_statistics_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers/cluster_click_statistics.py to cluster_click_statistics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers/sufficient_statistics.py to sufficient_statistics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers/abstract_click_bandit.py to abstract_click_bandit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers/fixed_length_history.py to fixed_length_history.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/layers/fixed_length_history_test.py to fixed_length_history_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/cluster_bandit_agent.py to cluster_bandit_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/random_agent_test.py to random_agent_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/full_slate_q_agent.py to full_slate_q_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/random_agent.py to random_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/greedy_pctr_agent.py to greedy_pctr_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits/glm_algorithms_test.py to glm_algorithms_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits/algorithms_test.py to algorithms_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits/algorithms.py to algorithms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/bandits/glm_algorithms.py to glm_algorithms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/tabular_q_agent.py to tabular_q_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/ucb1_agent_test.py to ucb1_agent_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/cluster_bandit_agent_test.py to cluster_bandit_agent_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/dopamine/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agents/dopamine/dqn_agent.py to dqn_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/agent_test.py to agent_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/choice_model.py to choice_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/utils_test.py to utils_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments/interest_exploration.py to interest_exploration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments/interest_evolution_test.py to interest_evolution_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments/interest_evolution.py to interest_evolution.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments/long_term_satisfaction.py to long_term_satisfaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim/environments/interest_exploration_test.py to interest_exploration_test.cpython-39.pyc writing byte-compilation script '/tmp/tmpw_gyx8x_.py' /usr/bin/python3 /tmp/tmpw_gyx8x_.py removing /tmp/tmpw_gyx8x_.py running install_egg_info running egg_info writing recsim.egg-info/PKG-INFO writing dependency_links to recsim.egg-info/dependency_links.txt writing requirements to recsim.egg-info/requires.txt writing top-level names to recsim.egg-info/top_level.txt reading manifest file 'recsim.egg-info/SOURCES.txt' writing manifest file 'recsim.egg-info/SOURCES.txt' Copying recsim.egg-info to /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9/site-packages/recsim-0.2.4-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64//usr/share/doc/python-recsim + '[' -d doc ']' ~/build/BUILDROOT/python-recsim-0.2.4-1.x86_64 ~/build/BUILD/recsim-0.2.4 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/recsim-0.2.4 + mv /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.2.4-1 --unique-debug-suffix -0.2.4-1.x86_64 --unique-debug-src-base python-recsim-0.2.4-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/recsim-0.2.4 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-recsim-0.2.4-1.noarch Provides: python-recsim python3-recsim = 0.2.4-1 python3.9dist(recsim) = 0.2.4 python3dist(recsim) = 0.2.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(absl-py) python3.9dist(dopamine-rl) >= 2.0.5 python3.9dist(gin-config) python3.9dist(gym) python3.9dist(numpy) python3.9dist(scipy) python3.9dist(tensorflow) Processing files: python-recsim-help-0.2.4-1.noarch warning: Empty %files file /builddir/build/BUILD/recsim-0.2.4/doclist.lst Provides: python-recsim-help = 0.2.4-1 python3-recsim-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64 Wrote: /builddir/build/RPMS/python-recsim-help-0.2.4-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-recsim-0.2.4-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2iGf3C + umask 022 + cd /builddir/build/BUILD + cd recsim-0.2.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-recsim-0.2.4-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0