Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-atcoder-tools.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686495297.628037/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-atcoder-tools.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-atcoder-tools-2.12.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-atcoder-tools.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686495297.628037/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-atcoder-tools.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-atcoder-tools-2.12.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-atcoder-tools.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686495297.628037/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-atcoder-tools.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.dtRlYV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf atcoder-tools-2.12.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/atcoder-tools-2.12.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd atcoder-tools-2.12.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jDprVH + umask 022 + cd /builddir/build/BUILD + cd atcoder-tools-2.12.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/atcodertools copying atcodertools/atcoder_tools.py -> build/lib/atcodertools copying atcodertools/__init__.py -> build/lib/atcodertools creating build/lib/atcodertools/client copying atcodertools/client/atcoder.py -> build/lib/atcodertools/client copying atcodertools/client/__init__.py -> build/lib/atcodertools/client creating build/lib/atcodertools/client/models copying atcodertools/client/models/contest.py -> build/lib/atcodertools/client/models copying atcodertools/client/models/problem.py -> build/lib/atcodertools/client/models copying atcodertools/client/models/__init__.py -> build/lib/atcodertools/client/models copying atcodertools/client/models/problem_content.py -> build/lib/atcodertools/client/models copying atcodertools/client/models/sample.py -> build/lib/atcodertools/client/models copying atcodertools/client/models/submission.py -> build/lib/atcodertools/client/models creating build/lib/atcodertools/codegen copying atcodertools/codegen/code_style_config.py -> build/lib/atcodertools/codegen copying atcodertools/codegen/__init__.py -> build/lib/atcodertools/codegen copying atcodertools/codegen/template_engine.py -> build/lib/atcodertools/codegen creating build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/nim.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/julia.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/universal_code_generator.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/python.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/rust.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/__init__.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/cs.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/java.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/swift.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/go.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/custom.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/d.py -> build/lib/atcodertools/codegen/code_generators copying atcodertools/codegen/code_generators/cpp.py -> build/lib/atcodertools/codegen/code_generators creating build/lib/atcodertools/codegen/models copying atcodertools/codegen/models/code_gen_args.py -> build/lib/atcodertools/codegen/models copying atcodertools/codegen/models/__init__.py -> build/lib/atcodertools/codegen/models creating build/lib/atcodertools/common copying atcodertools/common/judgetype.py -> build/lib/atcodertools/common copying atcodertools/common/__init__.py -> build/lib/atcodertools/common copying atcodertools/common/logging.py -> build/lib/atcodertools/common copying atcodertools/common/language.py -> build/lib/atcodertools/common creating build/lib/atcodertools/config copying atcodertools/config/config.py -> build/lib/atcodertools/config copying atcodertools/config/__init__.py -> build/lib/atcodertools/config copying atcodertools/config/etc_config.py -> build/lib/atcodertools/config copying atcodertools/config/compiler_config.py -> build/lib/atcodertools/config copying atcodertools/config/submit_config.py -> build/lib/atcodertools/config copying atcodertools/config/tester_config.py -> build/lib/atcodertools/config copying atcodertools/config/postprocess_config.py -> build/lib/atcodertools/config creating build/lib/atcodertools/constprediction copying atcodertools/constprediction/constants_prediction.py -> build/lib/atcodertools/constprediction copying atcodertools/constprediction/__init__.py -> build/lib/atcodertools/constprediction creating build/lib/atcodertools/constprediction/models copying atcodertools/constprediction/models/__init__.py -> build/lib/atcodertools/constprediction/models copying atcodertools/constprediction/models/problem_constant_set.py -> build/lib/atcodertools/constprediction/models creating build/lib/atcodertools/executils copying atcodertools/executils/run_command.py -> build/lib/atcodertools/executils copying atcodertools/executils/__init__.py -> build/lib/atcodertools/executils copying atcodertools/executils/run_program.py -> build/lib/atcodertools/executils creating build/lib/atcodertools/fileutils copying atcodertools/fileutils/__init__.py -> build/lib/atcodertools/fileutils copying atcodertools/fileutils/artifacts_cache.py -> build/lib/atcodertools/fileutils copying atcodertools/fileutils/normalize.py -> build/lib/atcodertools/fileutils copying atcodertools/fileutils/create_contest_file.py -> build/lib/atcodertools/fileutils copying atcodertools/fileutils/load_text_file.py -> build/lib/atcodertools/fileutils creating build/lib/atcodertools/fmtprediction copying atcodertools/fmtprediction/__init__.py -> build/lib/atcodertools/fmtprediction copying atcodertools/fmtprediction/predict_format.py -> build/lib/atcodertools/fmtprediction copying atcodertools/fmtprediction/predict_types.py -> build/lib/atcodertools/fmtprediction copying atcodertools/fmtprediction/token_manager.py -> build/lib/atcodertools/fmtprediction copying atcodertools/fmtprediction/tokenize_format.py -> build/lib/atcodertools/fmtprediction copying atcodertools/fmtprediction/predict_simple_format.py -> build/lib/atcodertools/fmtprediction creating build/lib/atcodertools/fmtprediction/models copying atcodertools/fmtprediction/models/calculator.py -> build/lib/atcodertools/fmtprediction/models copying atcodertools/fmtprediction/models/format.py -> build/lib/atcodertools/fmtprediction/models copying atcodertools/fmtprediction/models/format_prediction_result.py -> build/lib/atcodertools/fmtprediction/models copying atcodertools/fmtprediction/models/variable_token.py -> build/lib/atcodertools/fmtprediction/models copying atcodertools/fmtprediction/models/__init__.py -> build/lib/atcodertools/fmtprediction/models copying atcodertools/fmtprediction/models/variable.py -> build/lib/atcodertools/fmtprediction/models copying atcodertools/fmtprediction/models/type.py -> build/lib/atcodertools/fmtprediction/models copying atcodertools/fmtprediction/models/index.py -> build/lib/atcodertools/fmtprediction/models creating build/lib/atcodertools/release_management copying atcodertools/release_management/version_check.py -> build/lib/atcodertools/release_management copying atcodertools/release_management/version.py -> build/lib/atcodertools/release_management copying atcodertools/release_management/__init__.py -> build/lib/atcodertools/release_management creating build/lib/atcodertools/tools copying atcodertools/tools/setter.py -> build/lib/atcodertools/tools copying atcodertools/tools/envgen.py -> build/lib/atcodertools/tools copying atcodertools/tools/compiler.py -> build/lib/atcodertools/tools copying atcodertools/tools/tester.py -> build/lib/atcodertools/tools copying atcodertools/tools/__init__.py -> build/lib/atcodertools/tools copying atcodertools/tools/submit.py -> build/lib/atcodertools/tools copying atcodertools/tools/utils.py -> build/lib/atcodertools/tools copying atcodertools/tools/codegen.py -> build/lib/atcodertools/tools creating build/lib/atcodertools/tools/models copying atcodertools/tools/models/__init__.py -> build/lib/atcodertools/tools/models copying atcodertools/tools/models/metadata.py -> build/lib/atcodertools/tools/models creating build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/__init__.py -> build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/default_template.py -> build/lib/atcodertools/tools/templates creating build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/d.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/nim.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/java.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/python.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/cs.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/rust.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/go.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/cpp.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/julia.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/codegen/code_generators/universal_generator/swift.toml -> build/lib/atcodertools/codegen/code_generators/universal_generator copying atcodertools/tools/atcodertools-default.toml -> build/lib/atcodertools/tools copying atcodertools/tools/templates/default_template.go -> build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/default_template.java -> build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/default_template.cs -> build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/default_template.cpp -> build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/default_template.d -> build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/default_template.swift -> build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/default_template.rs -> build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/default_template.jl -> build/lib/atcodertools/tools/templates copying atcodertools/tools/templates/default_template.nim -> build/lib/atcodertools/tools/templates + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jpTSfY + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64 + cd atcoder-tools-2.12.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/executils copying build/lib/atcodertools/executils/run_command.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/executils copying build/lib/atcodertools/executils/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/executils copying build/lib/atcodertools/executils/run_program.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/executils creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client copying build/lib/atcodertools/client/atcoder.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client copying build/lib/atcodertools/client/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models copying build/lib/atcodertools/client/models/contest.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models copying build/lib/atcodertools/client/models/problem.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models copying build/lib/atcodertools/client/models/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models copying build/lib/atcodertools/client/models/problem_content.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models copying build/lib/atcodertools/client/models/sample.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models copying build/lib/atcodertools/client/models/submission.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config copying build/lib/atcodertools/config/config.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config copying build/lib/atcodertools/config/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config copying build/lib/atcodertools/config/etc_config.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config copying build/lib/atcodertools/config/compiler_config.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config copying build/lib/atcodertools/config/submit_config.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config copying build/lib/atcodertools/config/tester_config.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config copying build/lib/atcodertools/config/postprocess_config.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config copying build/lib/atcodertools/atcoder_tools.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen copying build/lib/atcodertools/codegen/code_style_config.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/nim.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/julia.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/universal_code_generator.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/python.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/rust.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/cs.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/java.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/swift.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/go.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/custom.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/d.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/nim.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/java.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/python.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/cs.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/rust.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/go.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/cpp.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/julia.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/universal_generator/swift.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_generator copying build/lib/atcodertools/codegen/code_generators/d.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/code_generators/cpp.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators copying build/lib/atcodertools/codegen/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/models copying build/lib/atcodertools/codegen/models/code_gen_args.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/models copying build/lib/atcodertools/codegen/models/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/models copying build/lib/atcodertools/codegen/template_engine.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen copying build/lib/atcodertools/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils copying build/lib/atcodertools/fileutils/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils copying build/lib/atcodertools/fileutils/artifacts_cache.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils copying build/lib/atcodertools/fileutils/normalize.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils copying build/lib/atcodertools/fileutils/create_contest_file.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils copying build/lib/atcodertools/fileutils/load_text_file.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools copying build/lib/atcodertools/tools/setter.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools copying build/lib/atcodertools/tools/envgen.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools copying build/lib/atcodertools/tools/compiler.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools copying build/lib/atcodertools/tools/tester.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools copying build/lib/atcodertools/tools/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools copying build/lib/atcodertools/tools/submit.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.go -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.java -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.cs -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.cpp -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.d -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.swift -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.rs -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.jl -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/templates/default_template.nim -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates copying build/lib/atcodertools/tools/utils.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/models copying build/lib/atcodertools/tools/models/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/models copying build/lib/atcodertools/tools/models/metadata.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/models copying build/lib/atcodertools/tools/codegen.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools copying build/lib/atcodertools/tools/atcodertools-default.toml -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/release_management copying build/lib/atcodertools/release_management/version_check.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/release_management copying build/lib/atcodertools/release_management/version.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/release_management copying build/lib/atcodertools/release_management/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/release_management creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction copying build/lib/atcodertools/constprediction/constants_prediction.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction copying build/lib/atcodertools/constprediction/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction/models copying build/lib/atcodertools/constprediction/models/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction/models copying build/lib/atcodertools/constprediction/models/problem_constant_set.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction/models creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction copying build/lib/atcodertools/fmtprediction/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction copying build/lib/atcodertools/fmtprediction/predict_format.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction copying build/lib/atcodertools/fmtprediction/predict_types.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models copying build/lib/atcodertools/fmtprediction/models/calculator.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models copying build/lib/atcodertools/fmtprediction/models/format.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models copying build/lib/atcodertools/fmtprediction/models/format_prediction_result.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models copying build/lib/atcodertools/fmtprediction/models/variable_token.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models copying build/lib/atcodertools/fmtprediction/models/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models copying build/lib/atcodertools/fmtprediction/models/variable.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models copying build/lib/atcodertools/fmtprediction/models/type.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models copying build/lib/atcodertools/fmtprediction/models/index.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models copying build/lib/atcodertools/fmtprediction/token_manager.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction copying build/lib/atcodertools/fmtprediction/tokenize_format.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction copying build/lib/atcodertools/fmtprediction/predict_simple_format.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction creating /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/common copying build/lib/atcodertools/common/judgetype.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/common copying build/lib/atcodertools/common/__init__.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/common copying build/lib/atcodertools/common/logging.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/common copying build/lib/atcodertools/common/language.py -> /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/common byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/executils/run_command.py to run_command.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/executils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/executils/run_program.py to run_program.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/atcoder.py to atcoder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models/contest.py to contest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models/problem.py to problem.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models/problem_content.py to problem_content.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models/sample.py to sample.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/client/models/submission.py to submission.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config/etc_config.py to etc_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config/compiler_config.py to compiler_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config/submit_config.py to submit_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config/tester_config.py to tester_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/config/postprocess_config.py to postprocess_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/atcoder_tools.py to atcoder_tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_style_config.py to code_style_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/nim.py to nim.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/julia.py to julia.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/universal_code_generator.py to universal_code_generator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/python.py to python.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/rust.py to rust.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/cs.py to cs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/java.py to java.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/swift.py to swift.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/go.py to go.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/custom.py to custom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/d.py to d.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/code_generators/cpp.py to cpp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/models/code_gen_args.py to code_gen_args.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/codegen/template_engine.py to template_engine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils/artifacts_cache.py to artifacts_cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils/normalize.py to normalize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils/create_contest_file.py to create_contest_file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fileutils/load_text_file.py to load_text_file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/setter.py to setter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/envgen.py to envgen.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/compiler.py to compiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/tester.py to tester.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/submit.py to submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates/default_template.py to default_template.cpython-39.pyc File "/usr/lib/python3.9/site-packages/atcodertools/tools/templates/default_template.py", line 2 {% if prediction_success %} ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/models/metadata.py to metadata.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/codegen.py to codegen.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/release_management/version_check.py to version_check.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/release_management/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/release_management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction/constants_prediction.py to constants_prediction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/constprediction/models/problem_constant_set.py to problem_constant_set.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/predict_format.py to predict_format.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/predict_types.py to predict_types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models/calculator.py to calculator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models/format.py to format.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models/format_prediction_result.py to format_prediction_result.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models/variable_token.py to variable_token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models/variable.py to variable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models/type.py to type.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/models/index.py to index.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/token_manager.py to token_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/tokenize_format.py to tokenize_format.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/fmtprediction/predict_simple_format.py to predict_simple_format.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/common/judgetype.py to judgetype.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/common/logging.py to logging.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/common/language.py to language.cpython-39.pyc writing byte-compilation script '/tmp/tmp0cfhzjfe.py' /usr/bin/python3 /tmp/tmp0cfhzjfe.py File "/usr/lib/python3.9/site-packages/atcodertools/tools/templates/default_template.py", line 2 {% if prediction_success %} ^ SyntaxError: invalid syntax removing /tmp/tmp0cfhzjfe.py running install_egg_info running egg_info creating atcoder_tools.egg-info writing atcoder_tools.egg-info/PKG-INFO writing dependency_links to atcoder_tools.egg-info/dependency_links.txt writing entry points to atcoder_tools.egg-info/entry_points.txt writing requirements to atcoder_tools.egg-info/requires.txt writing top-level names to atcoder_tools.egg-info/top_level.txt writing manifest file 'atcoder_tools.egg-info/SOURCES.txt' reading manifest file 'atcoder_tools.egg-info/SOURCES.txt' writing manifest file 'atcoder_tools.egg-info/SOURCES.txt' Copying atcoder_tools.egg-info to /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcoder_tools-2.12.0-py3.9.egg-info running install_scripts Installing atcoder-tools script to /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64//usr/share/doc/python-atcoder-tools + '[' -d doc ']' ~/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64 ~/build/BUILD/atcoder-tools-2.12.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '"/%h/%f"\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/atcoder-tools-2.12.0 + mv /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.12.0-1 --unique-debug-suffix -2.12.0-1.x86_64 --unique-debug-src-base python-atcoder-tools-2.12.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/atcoder-tools-2.12.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 *** Error compiling '/builddir/build/BUILDROOT/python-atcoder-tools-2.12.0-1.x86_64/usr/lib/python3.9/site-packages/atcodertools/tools/templates/default_template.py'... File "/usr/lib/python3.9/site-packages/atcodertools/tools/templates/default_template.py", line 2 {% if prediction_success %} ^ SyntaxError: invalid syntax error: Bad exit status from /var/tmp/rpm-tmp.jpTSfY (%install) Bad exit status from /var/tmp/rpm-tmp.jpTSfY (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-atcoder-tools.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-atcoder-tools.spec