Mock Version: 3.0 Mock Version: 3.0 Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-typer.spec'], chrootPath='/var/lib/mock/f38-build-side-42-init-devel-431002-18392/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-typer.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1681257600 Wrote: /builddir/build/SRPMS/python-typer-0.7.0-1.fc38.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target noarch --nodeps /builddir/build/SPECS/python-typer.spec'], chrootPath='/var/lib/mock/f38-build-side-42-init-devel-431002-18392/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target noarch --nodeps /builddir/build/SPECS/python-typer.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1681257600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9TpgpY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf typer-0.7.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/typer-0.7.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd typer-0.7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/524.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch -f + cp -p pyproject.toml pyproject.toml.bak + sed -r -i 's/(flit_core[[:blank:]]*>=2[^,]*),<3\b/\1/' pyproject.toml + sed -r -i '/\b(mypy|black|isort|pytest-cov|coverage) /d' pyproject.toml + find tests -type f -exec gawk '/"coverage", "run"/ { print FILENAME; nextfile }' '{}' + + xargs -r -t sed -r -i 's@"coverage", "run"@"/usr/bin/python3"@g' sed -r -i 's@"coverage", "run"@"/usr/bin/python3"@g' tests/test_others.py tests/test_tracebacks.py tests/test_compat/test_option_get_help.py tests/test_prog_name.py tests/test_completion/test_completion_complete.py tests/test_completion/test_completion_complete_no_help.py tests/test_completion/test_completion_show.py tests/test_completion/test_completion.py tests/test_completion/test_completion_install.py tests/test_tutorial/test_arguments/test_default/test_tutorial001.py tests/test_tutorial/test_arguments/test_default/test_tutorial002.py tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py tests/test_tutorial/test_arguments/test_help/test_tutorial006.py tests/test_tutorial/test_arguments/test_help/test_tutorial007.py tests/test_tutorial/test_arguments/test_help/test_tutorial001.py tests/test_tutorial/test_arguments/test_help/test_tutorial005.py tests/test_tutorial/test_arguments/test_help/test_tutorial004.py tests/test_tutorial/test_arguments/test_help/test_tutorial008.py tests/test_tutorial/test_arguments/test_help/test_tutorial002.py tests/test_tutorial/test_arguments/test_help/test_tutorial003.py tests/test_tutorial/test_options_autocompletion/test_tutorial007.py tests/test_tutorial/test_options_autocompletion/test_tutorial004.py tests/test_tutorial/test_options_autocompletion/test_tutorial008.py tests/test_tutorial/test_options_autocompletion/test_tutorial009.py tests/test_tutorial/test_options_autocompletion/test_tutorial002.py tests/test_tutorial/test_options_autocompletion/test_tutorial003.py tests/test_tutorial/test_testing/test_app03.py tests/test_tutorial/test_testing/test_app01.py tests/test_tutorial/test_testing/test_app02.py tests/test_tutorial/test_exceptions/test_tutorial001.py tests/test_tutorial/test_exceptions/test_tutorial004.py tests/test_tutorial/test_exceptions/test_tutorial002.py tests/test_tutorial/test_exceptions/test_tutorial003.py tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial001.py tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py tests/test_tutorial/test_prompt/test_tutorial001.py tests/test_tutorial/test_prompt/test_tutorial002.py tests/test_tutorial/test_prompt/test_tutorial003.py tests/test_tutorial/test_options/test_required/test_tutorial002.py tests/test_tutorial/test_options/test_prompt/test_tutorial001.py tests/test_tutorial/test_options/test_prompt/test_tutorial002.py tests/test_tutorial/test_options/test_prompt/test_tutorial003.py tests/test_tutorial/test_options/test_callback/test_tutorial001.py tests/test_tutorial/test_options/test_callback/test_tutorial004.py tests/test_tutorial/test_options/test_callback/test_tutorial003.py tests/test_tutorial/test_options/test_version/test_tutorial003.py tests/test_tutorial/test_options/test_name/test_tutorial001.py tests/test_tutorial/test_options/test_name/test_tutorial005.py tests/test_tutorial/test_options/test_name/test_tutorial004.py tests/test_tutorial/test_options/test_name/test_tutorial002.py tests/test_tutorial/test_options/test_name/test_tutorial003.py tests/test_tutorial/test_options/test_help/test_tutorial001.py tests/test_tutorial/test_options/test_help/test_tutorial002.py tests/test_tutorial/test_options/test_help/test_tutorial003.py tests/test_tutorial/test_subcommands/test_tutorial001.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial001.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial002.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py tests/test_tutorial/test_subcommands/test_tutorial002.py tests/test_tutorial/test_subcommands/test_tutorial003.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py tests/test_tutorial/test_using_click/test_tutorial004.py tests/test_tutorial/test_using_click/test_tutorial003.py tests/test_tutorial/test_first_steps/test_tutorial006.py tests/test_tutorial/test_first_steps/test_tutorial001.py tests/test_tutorial/test_first_steps/test_tutorial005.py tests/test_tutorial/test_first_steps/test_tutorial004.py tests/test_tutorial/test_first_steps/test_tutorial002.py tests/test_tutorial/test_first_steps/test_tutorial003.py tests/test_tutorial/test_terminating/test_tutorial001.py tests/test_tutorial/test_terminating/test_tutorial002.py tests/test_tutorial/test_terminating/test_tutorial003.py tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py tests/test_tutorial/test_commands/test_index/test_tutorial001.py tests/test_tutorial/test_commands/test_index/test_tutorial002.py tests/test_tutorial/test_commands/test_options/test_tutorial001.py tests/test_tutorial/test_commands/test_callback/test_tutorial001.py tests/test_tutorial/test_commands/test_callback/test_tutorial004.py tests/test_tutorial/test_commands/test_callback/test_tutorial002.py tests/test_tutorial/test_commands/test_callback/test_tutorial003.py tests/test_tutorial/test_commands/test_context/test_tutorial001.py tests/test_tutorial/test_commands/test_context/test_tutorial004.py tests/test_tutorial/test_commands/test_context/test_tutorial002.py tests/test_tutorial/test_commands/test_context/test_tutorial003.py tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py tests/test_tutorial/test_commands/test_name/test_tutorial001.py tests/test_tutorial/test_commands/test_help/test_tutorial006.py tests/test_tutorial/test_commands/test_help/test_tutorial007.py tests/test_tutorial/test_commands/test_help/test_tutorial001.py tests/test_tutorial/test_commands/test_help/test_tutorial005.py tests/test_tutorial/test_commands/test_help/test_tutorial004.py tests/test_tutorial/test_commands/test_help/test_tutorial008.py tests/test_tutorial/test_commands/test_help/test_tutorial002.py tests/test_tutorial/test_commands/test_help/test_tutorial003.py tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial005.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial004.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial003.py + sed -r -i 's/\b(pytest(-xdist)?)([[:blank:]]*>=[^,]*),[^"]+/\1\3/' pyproject.toml + rm -rvf docs/js docs/css removed 'docs/js/termynal.js' removed 'docs/js/custom.js' removed directory 'docs/js' removed 'docs/css/termynal.css' removed 'docs/css/custom.css' removed directory 'docs/css' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.1ZYEne + umask 022 + cd /builddir/build/BUILD + cd typer-0.7.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + echo '(python3dist(toml) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + TMPDIR=/builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + RPM_TOXENV=py311 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/typer-0.7.0/pyproject-wheeldir -x all,test Handling flit_core >=2 from build-system.requires Requirement not satisfied: flit_core >=2 Exiting dependency generation pass: build backend + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-typer-0.7.0-1.fc38.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target noarch --nodeps /builddir/build/SPECS/python-typer.spec'], chrootPath='/var/lib/mock/f38-build-side-42-init-devel-431002-18392/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target noarch --nodeps /builddir/build/SPECS/python-typer.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1681257600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.C7EHpB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf typer-0.7.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/typer-0.7.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd typer-0.7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/524.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch -f + cp -p pyproject.toml pyproject.toml.bak + sed -r -i 's/(flit_core[[:blank:]]*>=2[^,]*),<3\b/\1/' pyproject.toml + sed -r -i '/\b(mypy|black|isort|pytest-cov|coverage) /d' pyproject.toml + find tests -type f -exec gawk '/"coverage", "run"/ { print FILENAME; nextfile }' '{}' + + xargs -r -t sed -r -i 's@"coverage", "run"@"/usr/bin/python3"@g' sed -r -i 's@"coverage", "run"@"/usr/bin/python3"@g' tests/test_others.py tests/test_tracebacks.py tests/test_compat/test_option_get_help.py tests/test_prog_name.py tests/test_completion/test_completion_complete.py tests/test_completion/test_completion_complete_no_help.py tests/test_completion/test_completion_show.py tests/test_completion/test_completion.py tests/test_completion/test_completion_install.py tests/test_tutorial/test_arguments/test_default/test_tutorial001.py tests/test_tutorial/test_arguments/test_default/test_tutorial002.py tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py tests/test_tutorial/test_arguments/test_help/test_tutorial006.py tests/test_tutorial/test_arguments/test_help/test_tutorial007.py tests/test_tutorial/test_arguments/test_help/test_tutorial001.py tests/test_tutorial/test_arguments/test_help/test_tutorial005.py tests/test_tutorial/test_arguments/test_help/test_tutorial004.py tests/test_tutorial/test_arguments/test_help/test_tutorial008.py tests/test_tutorial/test_arguments/test_help/test_tutorial002.py tests/test_tutorial/test_arguments/test_help/test_tutorial003.py tests/test_tutorial/test_options_autocompletion/test_tutorial007.py tests/test_tutorial/test_options_autocompletion/test_tutorial004.py tests/test_tutorial/test_options_autocompletion/test_tutorial008.py tests/test_tutorial/test_options_autocompletion/test_tutorial009.py tests/test_tutorial/test_options_autocompletion/test_tutorial002.py tests/test_tutorial/test_options_autocompletion/test_tutorial003.py tests/test_tutorial/test_testing/test_app03.py tests/test_tutorial/test_testing/test_app01.py tests/test_tutorial/test_testing/test_app02.py tests/test_tutorial/test_exceptions/test_tutorial001.py tests/test_tutorial/test_exceptions/test_tutorial004.py tests/test_tutorial/test_exceptions/test_tutorial002.py tests/test_tutorial/test_exceptions/test_tutorial003.py tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial001.py tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py tests/test_tutorial/test_prompt/test_tutorial001.py tests/test_tutorial/test_prompt/test_tutorial002.py tests/test_tutorial/test_prompt/test_tutorial003.py tests/test_tutorial/test_options/test_required/test_tutorial002.py tests/test_tutorial/test_options/test_prompt/test_tutorial001.py tests/test_tutorial/test_options/test_prompt/test_tutorial002.py tests/test_tutorial/test_options/test_prompt/test_tutorial003.py tests/test_tutorial/test_options/test_callback/test_tutorial001.py tests/test_tutorial/test_options/test_callback/test_tutorial004.py tests/test_tutorial/test_options/test_callback/test_tutorial003.py tests/test_tutorial/test_options/test_version/test_tutorial003.py tests/test_tutorial/test_options/test_name/test_tutorial001.py tests/test_tutorial/test_options/test_name/test_tutorial005.py tests/test_tutorial/test_options/test_name/test_tutorial004.py tests/test_tutorial/test_options/test_name/test_tutorial002.py tests/test_tutorial/test_options/test_name/test_tutorial003.py tests/test_tutorial/test_options/test_help/test_tutorial001.py tests/test_tutorial/test_options/test_help/test_tutorial002.py tests/test_tutorial/test_options/test_help/test_tutorial003.py tests/test_tutorial/test_subcommands/test_tutorial001.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial001.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial002.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py tests/test_tutorial/test_subcommands/test_tutorial002.py tests/test_tutorial/test_subcommands/test_tutorial003.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py tests/test_tutorial/test_using_click/test_tutorial004.py tests/test_tutorial/test_using_click/test_tutorial003.py tests/test_tutorial/test_first_steps/test_tutorial006.py tests/test_tutorial/test_first_steps/test_tutorial001.py tests/test_tutorial/test_first_steps/test_tutorial005.py tests/test_tutorial/test_first_steps/test_tutorial004.py tests/test_tutorial/test_first_steps/test_tutorial002.py tests/test_tutorial/test_first_steps/test_tutorial003.py tests/test_tutorial/test_terminating/test_tutorial001.py tests/test_tutorial/test_terminating/test_tutorial002.py tests/test_tutorial/test_terminating/test_tutorial003.py tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py tests/test_tutorial/test_commands/test_index/test_tutorial001.py tests/test_tutorial/test_commands/test_index/test_tutorial002.py tests/test_tutorial/test_commands/test_options/test_tutorial001.py tests/test_tutorial/test_commands/test_callback/test_tutorial001.py tests/test_tutorial/test_commands/test_callback/test_tutorial004.py tests/test_tutorial/test_commands/test_callback/test_tutorial002.py tests/test_tutorial/test_commands/test_callback/test_tutorial003.py tests/test_tutorial/test_commands/test_context/test_tutorial001.py tests/test_tutorial/test_commands/test_context/test_tutorial004.py tests/test_tutorial/test_commands/test_context/test_tutorial002.py tests/test_tutorial/test_commands/test_context/test_tutorial003.py tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py tests/test_tutorial/test_commands/test_name/test_tutorial001.py tests/test_tutorial/test_commands/test_help/test_tutorial006.py tests/test_tutorial/test_commands/test_help/test_tutorial007.py tests/test_tutorial/test_commands/test_help/test_tutorial001.py tests/test_tutorial/test_commands/test_help/test_tutorial005.py tests/test_tutorial/test_commands/test_help/test_tutorial004.py tests/test_tutorial/test_commands/test_help/test_tutorial008.py tests/test_tutorial/test_commands/test_help/test_tutorial002.py tests/test_tutorial/test_commands/test_help/test_tutorial003.py tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial005.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial004.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial003.py + sed -r -i 's/\b(pytest(-xdist)?)([[:blank:]]*>=[^,]*),[^"]+/\1\3/' pyproject.toml + rm -rvf docs/js docs/css removed 'docs/js/termynal.js' removed 'docs/js/custom.js' removed directory 'docs/js' removed 'docs/css/termynal.css' removed 'docs/css/custom.css' removed directory 'docs/css' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.LC5pFv + umask 022 + cd /builddir/build/BUILD + cd typer-0.7.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + echo '(python3dist(toml) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + TMPDIR=/builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + RPM_TOXENV=py311 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/typer-0.7.0/pyproject-wheeldir -x all,test Handling flit_core >=2 from build-system.requires Requirement satisfied: flit_core >=2 (installed: flit_core 3.8.0) Handling click >= 7.1.1, <9.0.0 from hook generated metadata: Requires-Dist Requirement not satisfied: click >= 7.1.1, <9.0.0 Handling colorama >=0.4.3,<0.5.0 ; extra == "all" from hook generated metadata: Requires-Dist Requirement not satisfied: colorama >=0.4.3,<0.5.0 ; extra == "all" Handling shellingham >=1.3.0,<2.0.0 ; extra == "all" from hook generated metadata: Requires-Dist Requirement not satisfied: shellingham >=1.3.0,<2.0.0 ; extra == "all" Handling rich >=10.11.0,<14.0.0 ; extra == "all" from hook generated metadata: Requires-Dist Requirement not satisfied: rich >=10.11.0,<14.0.0 ; extra == "all" Handling autoflake >=1.3.1,<2.0.0 ; extra == "dev" from hook generated metadata: Requires-Dist Ignoring alien requirement: autoflake >=1.3.1,<2.0.0 ; extra == "dev" Handling flake8 >=3.8.3,<4.0.0 ; extra == "dev" from hook generated metadata: Requires-Dist Ignoring alien requirement: flake8 >=3.8.3,<4.0.0 ; extra == "dev" Handling pre-commit >=2.17.0,<3.0.0 ; extra == "dev" from hook generated metadata: Requires-Dist Ignoring alien requirement: pre-commit >=2.17.0,<3.0.0 ; extra == "dev" Handling mkdocs >=1.1.2,<2.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: mkdocs >=1.1.2,<2.0.0 ; extra == "doc" Handling mkdocs-material >=8.1.4,<9.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: mkdocs-material >=8.1.4,<9.0.0 ; extra == "doc" Handling mdx-include >=1.4.1,<2.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: mdx-include >=1.4.1,<2.0.0 ; extra == "doc" Handling pillow >=9.3.0,<10.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: pillow >=9.3.0,<10.0.0 ; extra == "doc" Handling cairosvg >=2.5.2,<3.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: cairosvg >=2.5.2,<3.0.0 ; extra == "doc" Handling shellingham >=1.3.0,<2.0.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement not satisfied: shellingham >=1.3.0,<2.0.0 ; extra == "test" Handling pytest >=4.4.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement not satisfied: pytest >=4.4.0 ; extra == "test" Handling pytest-xdist >=1.32.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement not satisfied: pytest-xdist >=1.32.0 ; extra == "test" Handling pytest-sugar >=0.9.4,<0.10.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement not satisfied: pytest-sugar >=0.9.4,<0.10.0 ; extra == "test" Handling rich >=10.11.0,<14.0.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement not satisfied: rich >=10.11.0,<14.0.0 ; extra == "test" + rm -rfv typer-0.7.0.dist-info/ removed 'typer-0.7.0.dist-info/WHEEL' removed 'typer-0.7.0.dist-info/METADATA' removed directory 'typer-0.7.0.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-typer-0.7.0-1.fc38.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target noarch --nodeps /builddir/build/SPECS/python-typer.spec'], chrootPath='/var/lib/mock/f38-build-side-42-init-devel-431002-18392/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target noarch --nodeps /builddir/build/SPECS/python-typer.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1681257600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PXMmZp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf typer-0.7.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/typer-0.7.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd typer-0.7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/524.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch -f + cp -p pyproject.toml pyproject.toml.bak + sed -r -i 's/(flit_core[[:blank:]]*>=2[^,]*),<3\b/\1/' pyproject.toml + sed -r -i '/\b(mypy|black|isort|pytest-cov|coverage) /d' pyproject.toml + find tests -type f -exec gawk '/"coverage", "run"/ { print FILENAME; nextfile }' '{}' + + xargs -r -t sed -r -i 's@"coverage", "run"@"/usr/bin/python3"@g' sed -r -i 's@"coverage", "run"@"/usr/bin/python3"@g' tests/test_others.py tests/test_tracebacks.py tests/test_compat/test_option_get_help.py tests/test_prog_name.py tests/test_completion/test_completion_complete.py tests/test_completion/test_completion_complete_no_help.py tests/test_completion/test_completion_show.py tests/test_completion/test_completion.py tests/test_completion/test_completion_install.py tests/test_tutorial/test_arguments/test_default/test_tutorial001.py tests/test_tutorial/test_arguments/test_default/test_tutorial002.py tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py tests/test_tutorial/test_arguments/test_help/test_tutorial006.py tests/test_tutorial/test_arguments/test_help/test_tutorial007.py tests/test_tutorial/test_arguments/test_help/test_tutorial001.py tests/test_tutorial/test_arguments/test_help/test_tutorial005.py tests/test_tutorial/test_arguments/test_help/test_tutorial004.py tests/test_tutorial/test_arguments/test_help/test_tutorial008.py tests/test_tutorial/test_arguments/test_help/test_tutorial002.py tests/test_tutorial/test_arguments/test_help/test_tutorial003.py tests/test_tutorial/test_options_autocompletion/test_tutorial007.py tests/test_tutorial/test_options_autocompletion/test_tutorial004.py tests/test_tutorial/test_options_autocompletion/test_tutorial008.py tests/test_tutorial/test_options_autocompletion/test_tutorial009.py tests/test_tutorial/test_options_autocompletion/test_tutorial002.py tests/test_tutorial/test_options_autocompletion/test_tutorial003.py tests/test_tutorial/test_testing/test_app03.py tests/test_tutorial/test_testing/test_app01.py tests/test_tutorial/test_testing/test_app02.py tests/test_tutorial/test_exceptions/test_tutorial001.py tests/test_tutorial/test_exceptions/test_tutorial004.py tests/test_tutorial/test_exceptions/test_tutorial002.py tests/test_tutorial/test_exceptions/test_tutorial003.py tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial001.py tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py tests/test_tutorial/test_prompt/test_tutorial001.py tests/test_tutorial/test_prompt/test_tutorial002.py tests/test_tutorial/test_prompt/test_tutorial003.py tests/test_tutorial/test_options/test_required/test_tutorial002.py tests/test_tutorial/test_options/test_prompt/test_tutorial001.py tests/test_tutorial/test_options/test_prompt/test_tutorial002.py tests/test_tutorial/test_options/test_prompt/test_tutorial003.py tests/test_tutorial/test_options/test_callback/test_tutorial001.py tests/test_tutorial/test_options/test_callback/test_tutorial004.py tests/test_tutorial/test_options/test_callback/test_tutorial003.py tests/test_tutorial/test_options/test_version/test_tutorial003.py tests/test_tutorial/test_options/test_name/test_tutorial001.py tests/test_tutorial/test_options/test_name/test_tutorial005.py tests/test_tutorial/test_options/test_name/test_tutorial004.py tests/test_tutorial/test_options/test_name/test_tutorial002.py tests/test_tutorial/test_options/test_name/test_tutorial003.py tests/test_tutorial/test_options/test_help/test_tutorial001.py tests/test_tutorial/test_options/test_help/test_tutorial002.py tests/test_tutorial/test_options/test_help/test_tutorial003.py tests/test_tutorial/test_subcommands/test_tutorial001.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial001.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial002.py tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py tests/test_tutorial/test_subcommands/test_tutorial002.py tests/test_tutorial/test_subcommands/test_tutorial003.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py tests/test_tutorial/test_using_click/test_tutorial004.py tests/test_tutorial/test_using_click/test_tutorial003.py tests/test_tutorial/test_first_steps/test_tutorial006.py tests/test_tutorial/test_first_steps/test_tutorial001.py tests/test_tutorial/test_first_steps/test_tutorial005.py tests/test_tutorial/test_first_steps/test_tutorial004.py tests/test_tutorial/test_first_steps/test_tutorial002.py tests/test_tutorial/test_first_steps/test_tutorial003.py tests/test_tutorial/test_terminating/test_tutorial001.py tests/test_tutorial/test_terminating/test_tutorial002.py tests/test_tutorial/test_terminating/test_tutorial003.py tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py tests/test_tutorial/test_commands/test_index/test_tutorial001.py tests/test_tutorial/test_commands/test_index/test_tutorial002.py tests/test_tutorial/test_commands/test_options/test_tutorial001.py tests/test_tutorial/test_commands/test_callback/test_tutorial001.py tests/test_tutorial/test_commands/test_callback/test_tutorial004.py tests/test_tutorial/test_commands/test_callback/test_tutorial002.py tests/test_tutorial/test_commands/test_callback/test_tutorial003.py tests/test_tutorial/test_commands/test_context/test_tutorial001.py tests/test_tutorial/test_commands/test_context/test_tutorial004.py tests/test_tutorial/test_commands/test_context/test_tutorial002.py tests/test_tutorial/test_commands/test_context/test_tutorial003.py tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py tests/test_tutorial/test_commands/test_name/test_tutorial001.py tests/test_tutorial/test_commands/test_help/test_tutorial006.py tests/test_tutorial/test_commands/test_help/test_tutorial007.py tests/test_tutorial/test_commands/test_help/test_tutorial001.py tests/test_tutorial/test_commands/test_help/test_tutorial005.py tests/test_tutorial/test_commands/test_help/test_tutorial004.py tests/test_tutorial/test_commands/test_help/test_tutorial008.py tests/test_tutorial/test_commands/test_help/test_tutorial002.py tests/test_tutorial/test_commands/test_help/test_tutorial003.py tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial001.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial005.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial004.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial002.py tests/test_tutorial/test_parameter_types/test_file/test_tutorial003.py + sed -r -i 's/\b(pytest(-xdist)?)([[:blank:]]*>=[^,]*),[^"]+/\1\3/' pyproject.toml + rm -rvf docs/js docs/css removed 'docs/js/termynal.js' removed 'docs/js/custom.js' removed directory 'docs/js' removed 'docs/css/termynal.css' removed 'docs/css/custom.css' removed directory 'docs/css' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.DYLfSu + umask 022 + cd /builddir/build/BUILD + cd typer-0.7.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + echo '(python3dist(toml) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + TMPDIR=/builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + RPM_TOXENV=py311 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/typer-0.7.0/pyproject-wheeldir -x all,test Handling flit_core >=2 from build-system.requires Requirement satisfied: flit_core >=2 (installed: flit_core 3.8.0) Handling click >= 7.1.1, <9.0.0 from hook generated metadata: Requires-Dist Requirement satisfied: click >= 7.1.1, <9.0.0 (installed: click 8.1.3) Handling colorama >=0.4.3,<0.5.0 ; extra == "all" from hook generated metadata: Requires-Dist Requirement satisfied: colorama >=0.4.3,<0.5.0 ; extra == "all" (installed: colorama 0.4.6) Handling shellingham >=1.3.0,<2.0.0 ; extra == "all" from hook generated metadata: Requires-Dist Requirement satisfied: shellingham >=1.3.0,<2.0.0 ; extra == "all" (installed: shellingham 1.5.0) Handling rich >=10.11.0,<14.0.0 ; extra == "all" from hook generated metadata: Requires-Dist Requirement satisfied: rich >=10.11.0,<14.0.0 ; extra == "all" (installed: rich 12.5.0) Handling autoflake >=1.3.1,<2.0.0 ; extra == "dev" from hook generated metadata: Requires-Dist Ignoring alien requirement: autoflake >=1.3.1,<2.0.0 ; extra == "dev" Handling flake8 >=3.8.3,<4.0.0 ; extra == "dev" from hook generated metadata: Requires-Dist Ignoring alien requirement: flake8 >=3.8.3,<4.0.0 ; extra == "dev" Handling pre-commit >=2.17.0,<3.0.0 ; extra == "dev" from hook generated metadata: Requires-Dist Ignoring alien requirement: pre-commit >=2.17.0,<3.0.0 ; extra == "dev" Handling mkdocs >=1.1.2,<2.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: mkdocs >=1.1.2,<2.0.0 ; extra == "doc" Handling mkdocs-material >=8.1.4,<9.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: mkdocs-material >=8.1.4,<9.0.0 ; extra == "doc" Handling mdx-include >=1.4.1,<2.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: mdx-include >=1.4.1,<2.0.0 ; extra == "doc" Handling pillow >=9.3.0,<10.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: pillow >=9.3.0,<10.0.0 ; extra == "doc" Handling cairosvg >=2.5.2,<3.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: cairosvg >=2.5.2,<3.0.0 ; extra == "doc" Handling shellingham >=1.3.0,<2.0.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: shellingham >=1.3.0,<2.0.0 ; extra == "test" (installed: shellingham 1.5.0) Handling pytest >=4.4.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: pytest >=4.4.0 ; extra == "test" (installed: pytest 7.2.2) Handling pytest-xdist >=1.32.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: pytest-xdist >=1.32.0 ; extra == "test" (installed: pytest-xdist 3.1.0) Handling pytest-sugar >=0.9.4,<0.10.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: pytest-sugar >=0.9.4,<0.10.0 ; extra == "test" (installed: pytest-sugar 0.9.6) Handling rich >=10.11.0,<14.0.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: rich >=10.11.0,<14.0.0 ; extra == "test" (installed: rich 12.5.0) + rm -rfv typer-0.7.0.dist-info/ removed 'typer-0.7.0.dist-info/WHEEL' removed 'typer-0.7.0.dist-info/METADATA' removed directory 'typer-0.7.0.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-typer-0.7.0-1.fc38.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target noarch --nodeps /builddir/build/SPECS/python-typer.spec'], chrootPath='/var/lib/mock/f38-build-side-42-init-devel-431002-18392/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target noarch --nodeps /builddir/build/SPECS/python-typer.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1681257600 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.BntDPc + umask 022 + cd /builddir/build/BUILD + cd typer-0.7.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + echo '(python3dist(toml) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + TMPDIR=/builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + RPM_TOXENV=py311 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/typer-0.7.0/pyproject-wheeldir -x all,test Handling flit_core >=2 from build-system.requires Requirement satisfied: flit_core >=2 (installed: flit_core 3.8.0) Handling click >= 7.1.1, <9.0.0 from hook generated metadata: Requires-Dist Requirement satisfied: click >= 7.1.1, <9.0.0 (installed: click 8.1.3) Handling colorama >=0.4.3,<0.5.0 ; extra == "all" from hook generated metadata: Requires-Dist Requirement satisfied: colorama >=0.4.3,<0.5.0 ; extra == "all" (installed: colorama 0.4.6) Handling shellingham >=1.3.0,<2.0.0 ; extra == "all" from hook generated metadata: Requires-Dist Requirement satisfied: shellingham >=1.3.0,<2.0.0 ; extra == "all" (installed: shellingham 1.5.0) Handling rich >=10.11.0,<14.0.0 ; extra == "all" from hook generated metadata: Requires-Dist Requirement satisfied: rich >=10.11.0,<14.0.0 ; extra == "all" (installed: rich 12.5.0) Handling autoflake >=1.3.1,<2.0.0 ; extra == "dev" from hook generated metadata: Requires-Dist Ignoring alien requirement: autoflake >=1.3.1,<2.0.0 ; extra == "dev" Handling flake8 >=3.8.3,<4.0.0 ; extra == "dev" from hook generated metadata: Requires-Dist Ignoring alien requirement: flake8 >=3.8.3,<4.0.0 ; extra == "dev" Handling pre-commit >=2.17.0,<3.0.0 ; extra == "dev" from hook generated metadata: Requires-Dist Ignoring alien requirement: pre-commit >=2.17.0,<3.0.0 ; extra == "dev" Handling mkdocs >=1.1.2,<2.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: mkdocs >=1.1.2,<2.0.0 ; extra == "doc" Handling mkdocs-material >=8.1.4,<9.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: mkdocs-material >=8.1.4,<9.0.0 ; extra == "doc" Handling mdx-include >=1.4.1,<2.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: mdx-include >=1.4.1,<2.0.0 ; extra == "doc" Handling pillow >=9.3.0,<10.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: pillow >=9.3.0,<10.0.0 ; extra == "doc" Handling cairosvg >=2.5.2,<3.0.0 ; extra == "doc" from hook generated metadata: Requires-Dist Ignoring alien requirement: cairosvg >=2.5.2,<3.0.0 ; extra == "doc" Handling shellingham >=1.3.0,<2.0.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: shellingham >=1.3.0,<2.0.0 ; extra == "test" (installed: shellingham 1.5.0) Handling pytest >=4.4.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: pytest >=4.4.0 ; extra == "test" (installed: pytest 7.2.2) Handling pytest-xdist >=1.32.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: pytest-xdist >=1.32.0 ; extra == "test" (installed: pytest-xdist 3.1.0) Handling pytest-sugar >=0.9.4,<0.10.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: pytest-sugar >=0.9.4,<0.10.0 ; extra == "test" (installed: pytest-sugar 0.9.6) Handling rich >=10.11.0,<14.0.0 ; extra == "test" from hook generated metadata: Requires-Dist Requirement satisfied: rich >=10.11.0,<14.0.0 ; extra == "test" (installed: rich 12.5.0) + rm -rfv typer-0.7.0.dist-info/ removed 'typer-0.7.0.dist-info/WHEEL' removed 'typer-0.7.0.dist-info/METADATA' removed directory 'typer-0.7.0.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.h8aP3W + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd typer-0.7.0 + mkdir -p /builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + TMPDIR=/builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/typer-0.7.0/pyproject-wheeldir Processing /builddir/build/BUILD/typer-0.7.0 Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml) Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: typer Building wheel for typer (pyproject.toml): started Running command Building wheel for typer (pyproject.toml) Building wheel for typer (pyproject.toml): finished with status 'done' Created wheel for typer: filename=typer-0.7.0-py3-none-any.whl size=38313 sha256=89eba4b771d8942ea64cc304b941afdd3658b79520c302d6f97ab859b4e70b00 Stored in directory: /builddir/.cache/pip/wheels/f5/ce/b3/3912b3e9b984db31ad1247cb77c3ea90e250762d826f06a174 Successfully built typer + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.80yAUo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch ++ dirname /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd typer-0.7.0 ++ xargs basename --multiple ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' ++ ls /builddir/build/BUILD/typer-0.7.0/pyproject-wheeldir/typer-0.7.0-py3-none-any.whl + specifier=typer==0.7.0 + TMPDIR=/builddir/build/BUILD/typer-0.7.0/.pyproject-builddir + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /builddir/build/BUILD/typer-0.7.0/pyproject-wheeldir typer==0.7.0 Using pip 22.3.1 from /usr/lib/python3.11/site-packages/pip (python 3.11) Looking in links: /builddir/build/BUILD/typer-0.7.0/pyproject-wheeldir Processing ./pyproject-wheeldir/typer-0.7.0-py3-none-any.whl Installing collected packages: typer Successfully installed typer-0.7.0 + '[' -d /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/bin ']' + rm -f /builddir/build/BUILD/python-typer-0.7.0-1.fc38.noarch-pyproject-ghost-distinfo + site_dirs=() + '[' -d /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11/site-packages ']' + site_dirs+=("/usr/lib/python3.11/site-packages") + '[' /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib64/python3.11/site-packages '!=' /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11/site-packages ']' + '[' -d /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib64/python3.11/site-packages ']' + for site_dir in ${site_dirs[@]} + for distinfo in /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch$site_dir/*.dist-info + echo '%ghost /usr/lib/python3.11/site-packages/typer-0.7.0.dist-info' + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11/site-packages/typer-0.7.0.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch --record /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11/site-packages/typer-0.7.0.dist-info/RECORD --output /builddir/build/BUILD/python-typer-0.7.0-1.fc38.noarch-pyproject-record + rm -fv /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11/site-packages/typer-0.7.0.dist-info/RECORD removed '/builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11/site-packages/typer-0.7.0.dist-info/RECORD' + rm -fv /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11/site-packages/typer-0.7.0.dist-info/REQUESTED removed '/builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11/site-packages/typer-0.7.0.dist-info/REQUESTED' ++ wc -l /builddir/build/BUILD/python-typer-0.7.0-1.fc38.noarch-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /builddir/build/BUILD/python-typer-0.7.0-1.fc38.noarch-pyproject-files --output-modules /builddir/build/BUILD/python-typer-0.7.0-1.fc38.noarch-pyproject-modules --buildroot /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch --sitelib /usr/lib/python3.11/site-packages --sitearch /usr/lib64/python3.11/site-packages --python-version 3.11 --pyproject-record /builddir/build/BUILD/python-typer-0.7.0-1.fc38.noarch-pyproject-record --prefix /usr typer + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.7.0-1.fc38 --unique-debug-suffix -0.7.0-1.fc38.noarch --unique-debug-src-base python-typer-0.7.0-1.fc38.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/typer-0.7.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 Bytecompiling .py files below /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11 using python3.11 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HAgnpj + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd typer-0.7.0 + export TERMINAL_WIDTH=3000 + TERMINAL_WIDTH=3000 + export _TYPER_FORCE_DISABLE_TERMINAL=1 + _TYPER_FORCE_DISABLE_TERMINAL=1 + ./scripts/test-files.sh + diff --brief docs/index.md README.md + grep -r --include '*.md' 'Usage: tutorial' ./docs + grep -r --include '*.md' 'python tutorial' ./docs + k='not test_show_completion and not test_install_completion' + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + PATH=/builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib64/python3.11/site-packages:/builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/lib/python3.11/site-packages + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/typer-0.7.0/.pyproject-builddir' + PYTEST_XDIST_AUTO_NUM_WORKERS=8 + /usr/bin/pytest -k 'not test_show_completion and not test_install_completion' -n auto -v ============================= test session starts ============================== platform linux -- Python 3.11.2, pytest-7.2.2, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/typer-0.7.0, configfile: pyproject.toml plugins: xdist-3.1.0, sugar-0.9.6 gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I [gw0] linux Python 3.11.2 cwd: /builddir/build/BUILD/typer-0.7.0 [gw1] linux Python 3.11.2 cwd: /builddir/build/BUILD/typer-0.7.0 [gw2] linux Python 3.11.2 cwd: /builddir/build/BUILD/typer-0.7.0 [gw3] linux Python 3.11.2 cwd: /builddir/build/BUILD/typer-0.7.0 [gw4] linux Python 3.11.2 cwd: /builddir/build/BUILD/typer-0.7.0 [gw5] linux Python 3.11.2 cwd: /builddir/build/BUILD/typer-0.7.0 [gw6] linux Python 3.11.2 cwd: /builddir/build/BUILD/typer-0.7.0 [gw7] linux Python 3.11.2 cwd: /builddir/build/BUILD/typer-0.7.0 [gw0] Python 3.11.2 (main, Feb 8 2023, 00:00:00) [GCC 13.0.1 20230310 (Red Hat 13.0.1-0)] [gw1] Python 3.11.2 (main, Feb 8 2023, 00:00:00) [GCC 13.0.1 20230310 (Red Hat 13.0.1-0)] [gw2] Python 3.11.2 (main, Feb 8 2023, 00:00:00) [GCC 13.0.1 20230310 (Red Hat 13.0.1-0)] [gw3] Python 3.11.2 (main, Feb 8 2023, 00:00:00) [GCC 13.0.1 20230310 (Red Hat 13.0.1-0)] [gw4] Python 3.11.2 (main, Feb 8 2023, 00:00:00) [GCC 13.0.1 20230310 (Red Hat 13.0.1-0)] [gw5] Python 3.11.2 (main, Feb 8 2023, 00:00:00) [GCC 13.0.1 20230310 (Red Hat 13.0.1-0)] [gw6] Python 3.11.2 (main, Feb 8 2023, 00:00:00) [GCC 13.0.1 20230310 (Red Hat 13.0.1-0)] [gw7] Python 3.11.2 (main, Feb 8 2023, 00:00:00) [GCC 13.0.1 20230310 (Red Hat 13.0.1-0)] gw0 [565] / gw1 [565] / gw2 [565] / gw3 [565] / gw4 [565] / gw5 [565] / gw6 [565] / gw7 [565] scheduling tests via LoadScheduling tests/test_prog_name.py::test_custom_prog_name tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_no_arg tests/test_compat/test_option_get_help.py::test_coverage_call tests/test_completion/test_completion_show.py::test_completion_source_pwsh tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_call_env_var1 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_powershell docs_src/testing/app01/test_main.py::test_app tests/test_tutorial/test_arguments/test_help/test_tutorial003.py::test_script [gw2] [ 0%] PASSED tests/test_compat/test_option_get_help.py::test_coverage_call [gw5] [ 0%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_call_env_var1 [gw0] [ 0%] PASSED docs_src/testing/app01/test_main.py::test_app docs_src/testing/app02/test_main.py::test_app [gw7] [ 0%] PASSED tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_no_arg tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_call_env_var2 tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_no_arg_standalone tests/test_compat/test_option_get_help.py::test_completion [gw0] [ 0%] PASSED docs_src/testing/app02/test_main.py::test_app docs_src/testing/app03/test_main.py::test_app [gw7] [ 1%] PASSED tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_no_arg_standalone tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_no_arg_no_rich [gw5] [ 1%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_call_env_var2 [gw0] [ 1%] PASSED docs_src/testing/app03/test_main.py::test_app tests/test_exit_errors.py::test_eoferror tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_script [gw7] [ 1%] PASSED tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_no_arg_no_rich tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_arg [gw0] [ 1%] PASSED tests/test_exit_errors.py::test_eoferror [gw7] [ 1%] PASSED tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_arg tests/test_exit_errors.py::test_oserror tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_script [gw0] [ 2%] PASSED tests/test_exit_errors.py::test_oserror tests/test_exit_errors.py::test_oserror_no_epipe [gw0] [ 2%] PASSED tests/test_exit_errors.py::test_oserror_no_epipe tests/test_others.py::test_help_from_info [gw0] [ 2%] PASSED tests/test_others.py::test_help_from_info tests/test_others.py::test_defaults_from_info [gw0] [ 2%] PASSED tests/test_others.py::test_defaults_from_info tests/test_others.py::test_install_invalid_shell [gw0] [ 2%] PASSED tests/test_others.py::test_install_invalid_shell tests/test_others.py::test_callback_too_many_parameters [gw0] [ 3%] PASSED tests/test_others.py::test_callback_too_many_parameters tests/test_others.py::test_callback_2_untyped_parameters [gw0] [ 3%] PASSED tests/test_others.py::test_callback_2_untyped_parameters tests/test_others.py::test_callback_3_untyped_parameters [gw0] [ 3%] PASSED tests/test_others.py::test_callback_3_untyped_parameters tests/test_others.py::test_completion_untyped_parameters [gw3] [ 3%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_powershell [gw2] [ 3%] PASSED tests/test_compat/test_option_get_help.py::test_completion tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_pwsh tests/test_completion/test_completion.py::test_completion_invalid_instruction [gw5] [ 3%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_script tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_help [gw1] [ 4%] PASSED tests/test_prog_name.py::test_custom_prog_name tests/test_rich_utils.py::test_rich_utils_click_rewrapp [gw6] [ 4%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial003.py::test_script [gw7] [ 4%] PASSED tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_script tests/test_tutorial/test_arguments/test_help/test_tutorial004.py::test_help tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_help [gw4] [ 4%] PASSED tests/test_completion/test_completion_show.py::test_completion_source_pwsh tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_help [gw5] [ 4%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_help tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_call_arg [gw5] [ 4%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_call_arg tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_call_env_var [gw5] [ 5%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_call_env_var [gw7] [ 5%] PASSED tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_help tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_call_no_arg tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_call_env_var_arg [gw5] [ 5%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_call_env_var_arg [gw7] [ 5%] PASSED tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_call_no_arg tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_script tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_call_arg [gw7] [ 5%] PASSED tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_call_arg tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_script [gw6] [ 6%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial004.py::test_help tests/test_tutorial/test_arguments/test_help/test_tutorial004.py::test_call_arg [gw6] [ 6%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial004.py::test_call_arg tests/test_tutorial/test_arguments/test_help/test_tutorial004.py::test_script [gw1] [ 6%] PASSED tests/test_rich_utils.py::test_rich_utils_click_rewrapp tests/test_tracebacks.py::test_traceback_no_rich [gw4] [ 6%] PASSED tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_help tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_call_no_arg [gw4] [ 6%] PASSED tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_call_no_arg tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_call_arg [gw4] [ 6%] PASSED tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_call_arg tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_script [gw3] [ 7%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_pwsh tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_noshell [gw2] [ 7%] PASSED tests/test_completion/test_completion.py::test_completion_invalid_instruction tests/test_completion/test_completion.py::test_completion_source_bash [gw0] [ 7%] PASSED tests/test_others.py::test_completion_untyped_parameters tests/test_others.py::test_completion_untyped_parameters_different_order_correct_names [gw1] [ 7%] PASSED tests/test_tracebacks.py::test_traceback_no_rich tests/test_tracebacks.py::test_traceback_no_rich_short_disable [gw7] [ 7%] PASSED tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_script tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_help_create [gw6] [ 7%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial004.py::test_script tests/test_tutorial/test_arguments/test_help/test_tutorial005.py::test_help [gw7] [ 8%] PASSED tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_help_create tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_help_delete [gw5] [ 8%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_script tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_help [gw6] [ 8%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial005.py::test_help tests/test_tutorial/test_arguments/test_help/test_tutorial005.py::test_call_arg [gw7] [ 8%] PASSED tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_help_delete [gw6] [ 8%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial005.py::test_call_arg tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_create tests/test_tutorial/test_arguments/test_help/test_tutorial005.py::test_script [gw7] [ 9%] PASSED tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_create tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_delete [gw7] [ 9%] PASSED tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_delete tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_script [gw5] [ 9%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_help tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_help_no_rich [gw5] [ 9%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_help_no_rich tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_call_arg [gw5] [ 9%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_call_arg tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_script [gw4] [ 9%] PASSED tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_script tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_help [gw4] [ 10%] PASSED tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_help tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_call_no_arg [gw4] [ 10%] PASSED tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_call_no_arg tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_call_arg [gw4] [ 10%] PASSED tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_call_arg tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_script [gw2] [ 10%] PASSED tests/test_completion/test_completion.py::test_completion_source_bash tests/test_completion/test_completion.py::test_completion_source_invalid_shell [gw3] [ 10%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_noshell tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_zsh [gw1] [ 10%] PASSED tests/test_tracebacks.py::test_traceback_no_rich_short_disable tests/test_tracebacks.py::test_unmodified_traceback [gw7] [ 11%] PASSED tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_script tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_help [gw5] [ 11%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_script tests/test_tutorial/test_arguments/test_help/test_tutorial002.py::test_help [gw6] [ 11%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial005.py::test_script tests/test_tutorial/test_arguments/test_help/test_tutorial006.py::test_help [gw7] [ 11%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_help tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_help_no_rich [gw7] [ 11%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_help_no_rich tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_create [gw7] [ 12%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_create tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_delete_all [gw5] [ 12%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial002.py::test_help tests/test_tutorial/test_arguments/test_help/test_tutorial002.py::test_call_arg [gw5] [ 12%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial002.py::test_call_arg tests/test_tutorial/test_arguments/test_help/test_tutorial002.py::test_script [gw6] [ 12%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial006.py::test_help tests/test_tutorial/test_arguments/test_help/test_tutorial006.py::test_call_arg [gw6] [ 12%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial006.py::test_call_arg tests/test_tutorial/test_arguments/test_help/test_tutorial006.py::test_script [gw7] [ 12%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_delete_all tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_init [gw7] [ 13%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_init tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_create [gw7] [ 13%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_create tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_delete [gw4] [ 13%] PASSED tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_script [gw7] [ 13%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_delete tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_no_delete tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_help [gw7] [ 13%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_no_delete tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_delete_all [gw7] [ 13%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_delete_all tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_no_delete_all [gw7] [ 14%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_no_delete_all tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_init [gw2] [ 14%] PASSED tests/test_completion/test_completion.py::test_completion_source_invalid_shell [gw7] [ 14%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_init tests/test_completion/test_completion.py::test_completion_source_invalid_instruction tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_script [gw4] [ 14%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_help tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_help_no_rich [gw4] [ 14%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_help_no_rich tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_call_arg [gw3] [ 15%] PASSED tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_zsh [gw4] [ 15%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_call_arg tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_call_env_var [gw4] [ 15%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_call_env_var tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_fish tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_call_env_var_arg [gw4] [ 15%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_call_env_var_arg tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_script [gw1] [ 15%] PASSED tests/test_tracebacks.py::test_unmodified_traceback tests/test_type_conversion.py::test_optional [gw1] [ 15%] PASSED tests/test_type_conversion.py::test_optional tests/test_type_conversion.py::test_no_type [gw1] [ 16%] PASSED tests/test_type_conversion.py::test_no_type tests/test_type_conversion.py::test_list_parameters_convert_to_lists[List0] [gw1] [ 16%] PASSED tests/test_type_conversion.py::test_list_parameters_convert_to_lists[List0] tests/test_type_conversion.py::test_list_parameters_convert_to_lists[List1] [gw1] [ 16%] PASSED tests/test_type_conversion.py::test_list_parameters_convert_to_lists[List1] tests/test_type_conversion.py::test_list_parameters_convert_to_lists[List2] [gw1] [ 16%] PASSED tests/test_type_conversion.py::test_list_parameters_convert_to_lists[List2] tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple0] [gw1] [ 16%] PASSED tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple0] tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple1] [gw1] [ 16%] PASSED tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple1] tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple2] [gw1] [ 17%] PASSED tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple2] tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple3] [gw1] [ 17%] PASSED tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple3] tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple4] [gw1] [ 17%] PASSED tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[Tuple4] tests/test_compat/test_option_get_help.py::test_hidden_option [gw0] [ 17%] PASSED tests/test_others.py::test_completion_untyped_parameters_different_order_correct_names tests/test_others.py::test_autocompletion_too_many_parameters [gw0] [ 17%] PASSED tests/test_others.py::test_autocompletion_too_many_parameters tests/test_others.py::test_forward_references [gw0] [ 18%] PASSED tests/test_others.py::test_forward_references tests/test_others.py::test_context_settings_inheritance_single_command [gw1] [ 18%] PASSED tests/test_compat/test_option_get_help.py::test_hidden_option tests/test_compat/test_option_get_help.py::test_hidden_option_no_rich [gw1] [ 18%] PASSED tests/test_compat/test_option_get_help.py::test_hidden_option_no_rich tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py::test_command [gw1] [ 18%] PASSED tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py::test_command tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py::test_script [gw0] [ 18%] PASSED tests/test_others.py::test_context_settings_inheritance_single_command tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_create_verbose [gw0] [ 18%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_create_verbose tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_delete [gw0] [ 19%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_delete tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_delete_verbose [gw0] [ 19%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_delete_verbose tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_wrong_verbose [gw0] [ 19%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_wrong_verbose tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_script [gw6] [ 19%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial006.py::test_script tests/test_tutorial/test_arguments/test_help/test_tutorial007.py::test_help [gw5] [ 19%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial002.py::test_script tests/test_tutorial/test_arguments/test_help/test_tutorial003.py::test_help [gw2] [ 20%] PASSED tests/test_completion/test_completion.py::test_completion_source_invalid_instruction tests/test_completion/test_completion.py::test_completion_source_zsh [gw6] [ 20%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial007.py::test_help [gw5] [ 20%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial003.py::test_help tests/test_tutorial/test_arguments/test_help/test_tutorial003.py::test_call_arg tests/test_tutorial/test_arguments/test_help/test_tutorial007.py::test_call_arg [gw5] [ 20%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial003.py::test_call_arg tests/test_tutorial/test_commands/test_context/test_tutorial001.py::test_script [gw6] [ 20%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial007.py::test_call_arg tests/test_tutorial/test_arguments/test_help/test_tutorial007.py::test_script [gw7] [ 20%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_script tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_help [gw4] [ 21%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_script [gw7] [ 21%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_help tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_help_create tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_help [gw3] [ 21%] PASSED tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_fish tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_powershell [gw7] [ 21%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_help_create tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_help_delete [gw4] [ 21%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_help tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_call_arg [gw4] [ 21%] PASSED tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_call_arg tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_create [gw4] [ 22%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_create [gw7] [ 22%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_help_delete tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_delete tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_create [gw7] [ 22%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_create [gw4] [ 22%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_delete tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_delete tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_script [gw7] [ 22%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_delete tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_script [gw1] [ 23%] PASSED tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py::test_script tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py::test_help [gw1] [ 23%] PASSED tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py::test_help tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py::test_command [gw1] [ 23%] PASSED tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py::test_command tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py::test_script [gw0] [ 23%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_script tests/test_tutorial/test_commands/test_callback/test_tutorial002.py::test_app [gw0] [ 23%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial002.py::test_app tests/test_tutorial/test_commands/test_callback/test_tutorial002.py::test_script [gw2] [ 23%] PASSED tests/test_completion/test_completion.py::test_completion_source_zsh tests/test_completion/test_completion.py::test_completion_source_fish [gw6] [ 24%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial007.py::test_script tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_help [gw6] [ 24%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_help [gw5] [ 24%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial001.py::test_script tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_create [gw5] [ 24%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_create tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_delete [gw5] [ 24%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_delete tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_help_no_rich tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_callback [gw5] [ 24%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_callback tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_script [gw6] [ 25%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_help_no_rich tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_call_arg [gw6] [ 25%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_call_arg tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_script [gw3] [ 25%] PASSED tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_powershell tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_pwsh [gw4] [ 25%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_script tests/test_tutorial/test_commands/test_help/test_tutorial006.py::test_main_help [gw7] [ 25%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_script tests/test_tutorial/test_commands/test_index/test_tutorial001.py::test_no_arg [gw7] [ 26%] PASSED tests/test_tutorial/test_commands/test_index/test_tutorial001.py::test_no_arg tests/test_tutorial/test_commands/test_index/test_tutorial001.py::test_arg [gw7] [ 26%] PASSED tests/test_tutorial/test_commands/test_index/test_tutorial001.py::test_arg tests/test_tutorial/test_commands/test_index/test_tutorial001.py::test_script [gw4] [ 26%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial006.py::test_main_help tests/test_tutorial/test_commands/test_help/test_tutorial006.py::test_call [gw4] [ 26%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial006.py::test_call tests/test_tutorial/test_commands/test_help/test_tutorial006.py::test_script [gw2] [ 26%] PASSED tests/test_completion/test_completion.py::test_completion_source_fish tests/test_completion/test_completion.py::test_completion_source_powershell [gw0] [ 26%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial002.py::test_script [gw1] [ 27%] PASSED tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py::test_script tests/test_tutorial/test_commands/test_callback/test_tutorial003.py::test_app tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_help [gw0] [ 27%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial003.py::test_app tests/test_tutorial/test_commands/test_callback/test_tutorial003.py::test_for_coverage [gw0] [ 27%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial003.py::test_for_coverage tests/test_tutorial/test_commands/test_callback/test_tutorial003.py::test_script [gw1] [ 27%] PASSED tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_help tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_create [gw1] [ 27%] PASSED tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_create tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_delete [gw5] [ 27%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_script [gw6] [ 28%] PASSED tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_script tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_create [gw1] [ 28%] PASSED tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_delete tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_no_delete [gw1] [ 28%] PASSED tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_no_delete tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_delete_all [gw5] [ 28%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_create tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_delete [gw1] [ 28%] PASSED tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_delete_all tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_no_delete_all tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_help [gw1] [ 29%] PASSED tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_no_delete_all tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_delete_all_force [gw5] [ 29%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_delete tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_callback [gw1] [ 29%] PASSED tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_delete_all_force tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_init [gw5] [ 29%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_callback [gw1] [ 29%] PASSED tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_init tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_script tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_script [gw6] [ 29%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_help tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_help_delete [gw3] [ 30%] PASSED tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_pwsh tests/test_completion/test_completion_install.py::test_completion_install_no_shell [gw6] [ 30%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_help_delete tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_call [gw6] [ 30%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_call tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_script [gw7] [ 30%] PASSED tests/test_tutorial/test_commands/test_index/test_tutorial001.py::test_script tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_help [gw7] [ 30%] PASSED tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_help tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_create [gw7] [ 30%] PASSED tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_create tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_delete [gw7] [ 31%] PASSED tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_delete tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_script [gw4] [ 31%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial006.py::test_script tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_main_help [gw2] [ 31%] PASSED tests/test_completion/test_completion.py::test_completion_source_powershell tests/test_completion/test_completion.py::test_completion_source_pwsh [gw4] [ 31%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_main_help tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_create_help [gw0] [ 31%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial003.py::test_script tests/test_tutorial/test_commands/test_callback/test_tutorial004.py::test_help [gw4] [ 32%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_create_help tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_call [gw4] [ 32%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_call tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_script [gw0] [ 32%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial004.py::test_help tests/test_tutorial/test_commands/test_callback/test_tutorial004.py::test_app [gw0] [ 32%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial004.py::test_app tests/test_tutorial/test_commands/test_callback/test_tutorial004.py::test_script [gw1] [ 32%] PASSED tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_script [gw5] [ 32%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_script tests/test_tutorial/test_commands/test_context/test_tutorial004.py::test_1 tests/test_tutorial/test_exceptions/test_tutorial001.py::test_traceback_rich [gw5] [ 33%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial004.py::test_1 tests/test_tutorial/test_commands/test_context/test_tutorial004.py::test_script [gw3] [ 33%] PASSED tests/test_completion/test_completion_install.py::test_completion_install_no_shell tests/test_completion/test_completion_install.py::test_completion_install_bash [gw6] [ 33%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_script tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help [gw6] [ 33%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help_create [gw6] [ 33%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help_create tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help_delete [gw6] [ 33%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help_delete tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_create [gw6] [ 34%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_create tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_delete [gw6] [ 34%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_delete tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_script [gw2] [ 34%] PASSED tests/test_completion/test_completion.py::test_completion_source_pwsh tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_bash [gw7] [ 34%] PASSED tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_script tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_help [gw7] [ 34%] PASSED tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_help tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_create [gw7] [ 35%] PASSED tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_create tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_delete [gw7] [ 35%] PASSED tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_delete tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_script [gw0] [ 35%] PASSED tests/test_tutorial/test_commands/test_callback/test_tutorial004.py::test_script tests/test_tutorial/test_commands/test_context/test_tutorial001.py::test_create [gw0] [ 35%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial001.py::test_create tests/test_tutorial/test_commands/test_context/test_tutorial001.py::test_delete [gw4] [ 35%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_script [gw0] [ 35%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial001.py::test_delete tests/test_tutorial/test_first_steps/test_tutorial001.py::test_cli tests/test_tutorial/test_commands/test_help/test_tutorial008.py::test_main_help [gw0] [ 36%] PASSED tests/test_tutorial/test_first_steps/test_tutorial001.py::test_cli tests/test_tutorial/test_first_steps/test_tutorial001.py::test_script [gw5] [ 36%] PASSED tests/test_tutorial/test_commands/test_context/test_tutorial004.py::test_script [gw4] [ 36%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial008.py::test_main_help tests/test_tutorial/test_commands/test_help/test_tutorial008.py::test_call tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help [gw4] [ 36%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial008.py::test_call tests/test_tutorial/test_commands/test_help/test_tutorial008.py::test_script [gw3] [ 36%] PASSED tests/test_completion/test_completion_install.py::test_completion_install_bash tests/test_completion/test_completion_install.py::test_completion_install_zsh [gw1] [ 36%] PASSED tests/test_tutorial/test_exceptions/test_tutorial001.py::test_traceback_rich tests/test_tutorial/test_exceptions/test_tutorial001.py::test_standard_traceback_env_var [gw5] [ 37%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_create [gw5] [ 37%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_create tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_delete [gw5] [ 37%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_delete tests/test_tutorial/test_first_steps/test_tutorial005.py::test_help [gw2] [ 37%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_bash tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_bash_invalid [gw5] [ 37%] PASSED tests/test_tutorial/test_first_steps/test_tutorial005.py::test_help tests/test_tutorial/test_first_steps/test_tutorial005.py::test_1 [gw5] [ 38%] PASSED tests/test_tutorial/test_first_steps/test_tutorial005.py::test_1 tests/test_tutorial/test_first_steps/test_tutorial005.py::test_option_lastname [gw5] [ 38%] PASSED tests/test_tutorial/test_first_steps/test_tutorial005.py::test_option_lastname tests/test_tutorial/test_first_steps/test_tutorial005.py::test_option_lastname_2 [gw6] [ 38%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_script [gw5] [ 38%] PASSED tests/test_tutorial/test_first_steps/test_tutorial005.py::test_option_lastname_2 tests/test_tutorial/test_first_steps/test_tutorial005.py::test_formal_1 tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_help [gw5] [ 38%] PASSED tests/test_tutorial/test_first_steps/test_tutorial005.py::test_formal_1 tests/test_tutorial/test_first_steps/test_tutorial005.py::test_script [gw7] [ 38%] PASSED tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_script tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py::test_help [gw6] [ 39%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_help tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_help_create [gw7] [ 39%] PASSED tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py::test_help tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_1 [gw7] [ 39%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_1 tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_2 [gw7] [ 39%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_2 tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_script [gw6] [ 39%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_help_create tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_help_delete [gw0] [ 40%] PASSED tests/test_tutorial/test_first_steps/test_tutorial001.py::test_script tests/test_tutorial/test_first_steps/test_tutorial002.py::test_1 [gw0] [ 40%] PASSED tests/test_tutorial/test_first_steps/test_tutorial002.py::test_1 tests/test_tutorial/test_first_steps/test_tutorial002.py::test_2 [gw0] [ 40%] PASSED tests/test_tutorial/test_first_steps/test_tutorial002.py::test_2 tests/test_tutorial/test_first_steps/test_tutorial002.py::test_script [gw6] [ 40%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_help_delete tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_main [gw6] [ 40%] PASSED tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_main tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_user_1 [gw6] [ 40%] PASSED tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_user_1 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_user_2 [gw6] [ 41%] PASSED tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_user_2 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_invalid_user [gw3] [ 41%] PASSED tests/test_completion/test_completion_install.py::test_completion_install_zsh [gw4] [ 41%] PASSED tests/test_tutorial/test_commands/test_help/test_tutorial008.py::test_script [gw6] [ 41%] PASSED tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_invalid_user [gw1] [ 41%] PASSED tests/test_tutorial/test_exceptions/test_tutorial001.py::test_standard_traceback_env_var tests/test_completion/test_completion_install.py::test_completion_install_fish tests/test_tutorial/test_exceptions/test_tutorial001.py::test_script tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_script tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial001.py::test_script [gw2] [ 41%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_bash_invalid tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_zsh [gw5] [ 42%] PASSED tests/test_tutorial/test_first_steps/test_tutorial005.py::test_script tests/test_tutorial/test_first_steps/test_tutorial006.py::test_help [gw7] [ 42%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_script tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_completion [gw5] [ 42%] PASSED tests/test_tutorial/test_first_steps/test_tutorial006.py::test_help tests/test_tutorial/test_first_steps/test_tutorial006.py::test_1 [gw5] [ 42%] PASSED tests/test_tutorial/test_first_steps/test_tutorial006.py::test_1 tests/test_tutorial/test_first_steps/test_tutorial006.py::test_option_lastname [gw5] [ 42%] PASSED tests/test_tutorial/test_first_steps/test_tutorial006.py::test_option_lastname tests/test_tutorial/test_first_steps/test_tutorial006.py::test_option_lastname_2 [gw5] [ 43%] PASSED tests/test_tutorial/test_first_steps/test_tutorial006.py::test_option_lastname_2 tests/test_tutorial/test_first_steps/test_tutorial006.py::test_formal_1 [gw5] [ 43%] PASSED tests/test_tutorial/test_first_steps/test_tutorial006.py::test_formal_1 tests/test_tutorial/test_first_steps/test_tutorial006.py::test_script [gw3] [ 43%] PASSED tests/test_completion/test_completion_install.py::test_completion_install_fish tests/test_completion/test_completion_install.py::test_completion_install_powershell [gw3] [ 43%] PASSED tests/test_completion/test_completion_install.py::test_completion_install_powershell tests/test_completion/test_completion_show.py::test_completion_show_no_shell [gw6] [ 43%] PASSED tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_script [gw4] [ 43%] PASSED tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial001.py::test_script tests/test_tutorial/test_options/test_callback/test_tutorial001.py::test_1 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_help [gw6] [ 44%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial001.py::test_1 tests/test_tutorial/test_options/test_callback/test_tutorial001.py::test_2 [gw6] [ 44%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial001.py::test_2 tests/test_tutorial/test_options/test_callback/test_tutorial001.py::test_script [gw0] [ 44%] PASSED tests/test_tutorial/test_first_steps/test_tutorial002.py::test_script tests/test_tutorial/test_first_steps/test_tutorial003.py::test_1 [gw4] [ 44%] PASSED tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_help tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_defaults [gw4] [ 44%] PASSED tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_defaults tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_invalid_args [gw0] [ 44%] PASSED tests/test_tutorial/test_first_steps/test_tutorial003.py::test_1 tests/test_tutorial/test_first_steps/test_tutorial003.py::test_2 [gw0] [ 45%] PASSED tests/test_tutorial/test_first_steps/test_tutorial003.py::test_2 tests/test_tutorial/test_first_steps/test_tutorial003.py::test_script [gw4] [ 45%] PASSED tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_invalid_args tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_valid_args [gw4] [ 45%] PASSED tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_valid_args tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_script [gw2] [ 45%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_zsh tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_zsh_files [gw1] [ 45%] PASSED tests/test_tutorial/test_exceptions/test_tutorial001.py::test_script tests/test_tutorial/test_exceptions/test_tutorial002.py::test_traceback_rich [gw7] [ 46%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_completion tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_help [gw7] [ 46%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_help tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_1 [gw7] [ 46%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_1 tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_option_lastname [gw7] [ 46%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_option_lastname tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_formal [gw7] [ 46%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_formal tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_script [gw3] [ 46%] PASSED tests/test_completion/test_completion_show.py::test_completion_show_no_shell tests/test_completion/test_completion_show.py::test_completion_show_bash [gw5] [ 47%] PASSED tests/test_tutorial/test_first_steps/test_tutorial006.py::test_script tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial001.py::test_main [gw5] [ 47%] PASSED tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial001.py::test_main tests/test_tutorial/test_options/test_help/test_tutorial003.py::test_call [gw5] [ 47%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial003.py::test_call [gw6] [ 47%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial001.py::test_script tests/test_tutorial/test_options/test_help/test_tutorial003.py::test_help tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_1 [gw4] [ 47%] PASSED tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_script [gw0] [ 47%] PASSED tests/test_tutorial/test_first_steps/test_tutorial003.py::test_script [gw2] [ 48%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_zsh_files [gw6] [ 48%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_1 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_main tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_2 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_help tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_fish [gw4] [ 48%] PASSED tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_main tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_1_user [gw5] [ 48%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial003.py::test_help tests/test_tutorial/test_options/test_help/test_tutorial003.py::test_script [gw4] [ 48%] PASSED tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_1_user tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_3_user [gw6] [ 49%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_2 tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_script [gw4] [ 49%] PASSED tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_3_user tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_script [gw0] [ 49%] PASSED tests/test_tutorial/test_first_steps/test_tutorial004.py::test_help tests/test_tutorial/test_first_steps/test_tutorial004.py::test_1 [gw0] [ 49%] PASSED tests/test_tutorial/test_first_steps/test_tutorial004.py::test_1 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_formal_1 [gw0] [ 49%] PASSED tests/test_tutorial/test_first_steps/test_tutorial004.py::test_formal_1 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_formal_2 [gw0] [ 49%] PASSED tests/test_tutorial/test_first_steps/test_tutorial004.py::test_formal_2 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_formal_3 [gw0] [ 50%] PASSED tests/test_tutorial/test_first_steps/test_tutorial004.py::test_formal_3 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_script [gw1] [ 50%] PASSED tests/test_tutorial/test_exceptions/test_tutorial002.py::test_traceback_rich tests/test_tutorial/test_exceptions/test_tutorial002.py::test_standard_traceback_env_var [gw7] [ 50%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_script tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_call [gw7] [ 50%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_call tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_formal [gw7] [ 50%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_formal tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_help [gw7] [ 50%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_help tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_script [gw2] [ 51%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_fish tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_fish_should_complete [gw6] [ 51%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_script tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_completion [gw4] [ 51%] PASSED tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_script tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_main [gw4] [ 51%] PASSED tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_main tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_1_number [gw4] [ 51%] PASSED tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_1_number tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_2_number [gw4] [ 52%] PASSED tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_2_number tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_script [gw3] [ 52%] PASSED tests/test_completion/test_completion_show.py::test_completion_show_bash tests/test_completion/test_completion_show.py::test_completion_source_zsh [gw5] [ 52%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial003.py::test_script tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_option_help [gw0] [ 52%] PASSED tests/test_tutorial/test_first_steps/test_tutorial004.py::test_script tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_1 [gw5] [ 52%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_option_help tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_call [gw5] [ 52%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_call tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_script [gw0] [ 53%] PASSED tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_1 tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_option_lastname [gw0] [ 53%] PASSED tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_option_lastname tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_help [gw0] [ 53%] PASSED tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_help tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_help_no_rich [gw0] [ 53%] PASSED tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_help_no_rich tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_script [gw1] [ 53%] PASSED tests/test_tutorial/test_exceptions/test_tutorial002.py::test_standard_traceback_env_var tests/test_tutorial/test_exceptions/test_tutorial002.py::test_script [gw2] [ 53%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_fish_should_complete tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_fish_should_complete_no [gw4] [ 54%] PASSED tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_script tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_option_lastname_prompt [gw4] [ 54%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_option_lastname_prompt tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_help [gw3] [ 54%] PASSED tests/test_completion/test_completion_show.py::test_completion_source_zsh tests/test_completion/test_completion_show.py::test_completion_source_fish [gw7] [ 54%] PASSED tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_script tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call_formal_condensed [gw4] [ 54%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_help tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_script [gw7] [ 55%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call_formal_condensed tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call_condensed_wrong_order [gw6] [ 55%] PASSED tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_completion tests/test_tutorial/test_options/test_name/test_tutorial003.py::test_call [gw7] [ 55%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call_condensed_wrong_order [gw6] [ 55%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial003.py::test_call tests/test_tutorial/test_options/test_name/test_tutorial003.py::test_script tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_script [gw5] [ 55%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_script tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_option_help [gw0] [ 55%] PASSED tests/test_tutorial/test_options/test_required/test_tutorial002.py::test_script [gw5] [ 56%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_option_help tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_call tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_1 [gw5] [ 56%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_call tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_call_long [gw0] [ 56%] PASSED tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_1 tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_2 [gw5] [ 56%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_call_long tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_script [gw0] [ 56%] PASSED tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_2 tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_3 [gw0] [ 56%] PASSED tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_3 tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_script [gw1] [ 57%] PASSED tests/test_tutorial/test_exceptions/test_tutorial002.py::test_script tests/test_tutorial/test_exceptions/test_tutorial003.py::test_traceback_rich_pretty_short_disable [gw2] [ 57%] PASSED tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_fish_should_complete_no tests/test_tutorial/test_options_autocompletion/test_tutorial002.py::test_script [gw3] [ 57%] PASSED tests/test_completion/test_completion_show.py::test_completion_source_fish tests/test_completion/test_completion_show.py::test_completion_source_powershell [gw6] [ 57%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial003.py::test_script tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_option_help [gw7] [ 57%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_script tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_option_lastname [gw7] [ 58%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_option_lastname tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_option_lastname_prompt [gw7] [ 58%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_option_lastname_prompt tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_help [gw6] [ 58%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_option_help tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_call [gw6] [ 58%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_call tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_call_long [gw6] [ 58%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_call_long tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_script [gw4] [ 58%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_script tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_prompt [gw4] [ 59%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_prompt tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_prompt_not_equal [gw4] [ 59%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_prompt_not_equal tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_option [gw7] [ 59%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_help [gw4] [ 59%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_option tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_script tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_help [gw4] [ 59%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_help tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_script [gw0] [ 60%] PASSED tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_script tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_completion [gw5] [ 60%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_script tests/test_tutorial/test_options/test_name/test_tutorial003.py::test_option_help [gw5] [ 60%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial003.py::test_option_help tests/test_tutorial/test_options_autocompletion/test_tutorial008.py::test_script [gw3] [ 60%] PASSED tests/test_completion/test_completion_show.py::test_completion_source_powershell tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_help [gw3] [ 60%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_help tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_force [gw3] [ 60%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_force tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_no_force [gw3] [ 61%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_no_force tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_script [gw2] [ 61%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial002.py::test_script tests/test_tutorial/test_options_autocompletion/test_tutorial003.py::test_completion [gw1] [ 61%] PASSED tests/test_tutorial/test_exceptions/test_tutorial003.py::test_traceback_rich_pretty_short_disable tests/test_tutorial/test_exceptions/test_tutorial003.py::test_script [gw7] [ 61%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_script [gw6] [ 61%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_script [gw4] [ 61%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_script tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_option_lastname tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_option_help tests/test_tutorial/test_parameter_types/test_file/test_tutorial001.py::test_main [gw7] [ 62%] PASSED tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_option_lastname tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_main [gw4] [ 62%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial001.py::test_main [gw7] [ 62%] PASSED tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_main tests/test_tutorial/test_parameter_types/test_file/test_tutorial001.py::test_script tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_invalid [gw7] [ 62%] PASSED tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_invalid tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_script [gw6] [ 62%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_option_help tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call [gw6] [ 63%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call_formal [gw6] [ 63%] PASSED tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call_formal tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_main [gw6] [ 63%] PASSED tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_main tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_invalid [gw6] [ 63%] PASSED tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_invalid tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_script [gw0] [ 63%] PASSED tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_completion tests/test_tutorial/test_options_autocompletion/test_tutorial002.py::test_completion [gw5] [ 63%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial008.py::test_script [gw3] [ 64%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_script tests/test_tutorial/test_options_autocompletion/test_tutorial009.py::test_completion tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_help [gw3] [ 64%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_help tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_main [gw3] [ 64%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_main tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_demo [gw3] [ 64%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_demo tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_short_demo [gw3] [ 64%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_short_demo tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_script [gw2] [ 64%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial003.py::test_completion tests/test_tutorial/test_options_autocompletion/test_tutorial003.py::test_1 [gw2] [ 65%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial003.py::test_1 tests/test_tutorial/test_options_autocompletion/test_tutorial003.py::test_script [gw1] [ 65%] PASSED tests/test_tutorial/test_exceptions/test_tutorial003.py::test_script tests/test_tutorial/test_exceptions/test_tutorial004.py::test_rich_pretty_exceptions_disable [gw7] [ 65%] PASSED tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_script tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py::test_main [gw7] [ 65%] PASSED tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py::test_main tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py::test_usa_weird_date_format [gw7] [ 65%] PASSED tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py::test_usa_weird_date_format tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py::test_script [gw4] [ 66%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial001.py::test_script tests/test_tutorial/test_parameter_types/test_file/test_tutorial002.py::test_main [gw4] [ 66%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial002.py::test_main tests/test_tutorial/test_parameter_types/test_file/test_tutorial002.py::test_script [gw6] [ 66%] PASSED tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_script tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py::test_upper [gw6] [ 66%] PASSED tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py::test_upper tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py::test_mix [gw6] [ 66%] PASSED tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py::test_mix tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py::test_script [gw0] [ 66%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial002.py::test_completion tests/test_tutorial/test_options_autocompletion/test_tutorial002.py::test_1 [gw0] [ 67%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial002.py::test_1 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_help [gw0] [ 67%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_help tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_help_no_rich [gw0] [ 67%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_help_no_rich tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_main [gw0] [ 67%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_main tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_accept [gw0] [ 67%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_accept tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_reject [gw0] [ 67%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_reject tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_invalid_no_accept [gw0] [ 68%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_invalid_no_accept tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_script [gw5] [ 68%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial009.py::test_completion tests/test_tutorial/test_options_autocompletion/test_tutorial009.py::test_1 [gw5] [ 68%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial009.py::test_1 tests/test_tutorial/test_options_autocompletion/test_tutorial009.py::test_script [gw3] [ 68%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_script tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_help [gw2] [ 68%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial003.py::test_script tests/test_tutorial/test_options_autocompletion/test_tutorial004.py::test_completion [gw3] [ 69%] PASSED tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_help tests/test_tutorial/test_parameter_types/test_file/test_tutorial004.py::test_main [gw3] [ 69%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial004.py::test_main tests/test_tutorial/test_parameter_types/test_file/test_tutorial004.py::test_script [gw1] [ 69%] PASSED tests/test_tutorial/test_exceptions/test_tutorial004.py::test_rich_pretty_exceptions_disable tests/test_tutorial/test_exceptions/test_tutorial004.py::test_script [gw7] [ 69%] PASSED tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py::test_script [gw4] [ 69%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial002.py::test_script tests/test_tutorial/test_parameter_types/test_file/test_tutorial003.py::test_main tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_help [gw4] [ 69%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial003.py::test_main tests/test_tutorial/test_parameter_types/test_file/test_tutorial003.py::test_script [gw7] [ 70%] PASSED tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_help tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_script [gw6] [ 70%] PASSED tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py::test_script tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_negative_score [gw6] [ 70%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_negative_score tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_script [gw0] [ 70%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_script tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_3 [gw0] [ 70%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_3 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_short_1 [gw0] [ 70%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_short_1 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_short_3 [gw0] [ 71%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_short_3 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_short_3_condensed [gw0] [ 71%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_short_3_condensed tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_script [gw5] [ 71%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial009.py::test_script tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_help [gw5] [ 71%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_help tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_no_force [gw5] [ 71%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_no_force tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_force [gw5] [ 72%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_force tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_invalid_no_force [gw5] [ 72%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_invalid_no_force tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_script [gw3] [ 72%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial004.py::test_script tests/test_tutorial/test_parameter_types/test_file/test_tutorial005.py::test_main [gw2] [ 72%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial004.py::test_completion tests/test_tutorial/test_options_autocompletion/test_tutorial004.py::test_1 [gw3] [ 72%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial005.py::test_main tests/test_tutorial/test_parameter_types/test_file/test_tutorial005.py::test_script [gw2] [ 72%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial004.py::test_1 tests/test_tutorial/test_options_autocompletion/test_tutorial004.py::test_script [gw4] [ 73%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial003.py::test_script tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_exists [gw1] [ 73%] PASSED tests/test_tutorial/test_exceptions/test_tutorial004.py::test_script [gw4] [ 73%] PASSED tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_exists tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_dir tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_no_path [gw4] [ 73%] PASSED tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_dir [gw7] [ 73%] PASSED tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_script tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_script [gw1] [ 73%] PASSED tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_no_path tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_help tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_not_exists [gw1] [ 74%] PASSED tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_not_exists tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_exists [gw1] [ 74%] PASSED tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_exists tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_dir [gw1] [ 74%] PASSED tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_dir tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_script [gw7] [ 74%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_help tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_help_no_rich [gw7] [ 74%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_help_no_rich tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_params [gw7] [ 75%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_params tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_invalid_id [gw7] [ 75%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_invalid_id tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_invalid_age [gw7] [ 75%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_invalid_age tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_invalid_score [gw6] [ 75%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_script tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py::test_invalid_id [gw7] [ 75%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_invalid_score [gw6] [ 75%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py::test_invalid_id tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py::test_clamped [gw6] [ 76%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py::test_clamped tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py::test_script tests/test_tutorial/test_subcommands/test_tutorial001.py::test_help_users [gw7] [ 76%] PASSED tests/test_tutorial/test_subcommands/test_tutorial001.py::test_help_users tests/test_tutorial/test_subcommands/test_tutorial001.py::test_users_create [gw7] [ 76%] PASSED tests/test_tutorial/test_subcommands/test_tutorial001.py::test_users_create tests/test_tutorial/test_subcommands/test_tutorial001.py::test_users_delete [gw7] [ 76%] PASSED tests/test_tutorial/test_subcommands/test_tutorial001.py::test_users_delete tests/test_tutorial/test_subcommands/test_tutorial001.py::test_scripts [gw0] [ 76%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_script tests/test_tutorial/test_prompt/test_tutorial001.py::test_cli [gw0] [ 76%] PASSED tests/test_tutorial/test_prompt/test_tutorial001.py::test_cli tests/test_tutorial/test_prompt/test_tutorial001.py::test_script [gw5] [ 77%] PASSED tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_script tests/test_tutorial/test_prompt/test_tutorial003.py::test_cli [gw5] [ 77%] PASSED tests/test_tutorial/test_prompt/test_tutorial003.py::test_cli tests/test_tutorial/test_prompt/test_tutorial003.py::test_no_confirm [gw5] [ 77%] PASSED tests/test_tutorial/test_prompt/test_tutorial003.py::test_no_confirm tests/test_tutorial/test_prompt/test_tutorial003.py::test_script [gw3] [ 77%] PASSED tests/test_tutorial/test_parameter_types/test_file/test_tutorial005.py::test_script tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_help [gw2] [ 77%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial004.py::test_script tests/test_tutorial/test_options_autocompletion/test_tutorial007.py::test_completion [gw1] [ 78%] PASSED tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_script [gw4] [ 78%] PASSED tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_script tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_not_exists tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py::test_main [gw4] [ 78%] PASSED tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py::test_main tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py::test_invalid_uuid [gw1] [ 78%] PASSED tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_not_exists tests/test_tutorial/test_subcommands/test_tutorial001.py::test_help_items [gw3] [ 78%] PASSED tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_help tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_params [gw3] [ 78%] PASSED tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_params tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_invalid [gw4] [ 79%] PASSED tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py::test_invalid_uuid tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py::test_script [gw3] [ 79%] PASSED tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_invalid tests/test_tutorial/test_subcommands/test_tutorial002.py::test_help_items [gw1] [ 79%] PASSED tests/test_tutorial/test_subcommands/test_tutorial001.py::test_help_items tests/test_tutorial/test_subcommands/test_tutorial001.py::test_items_create [gw1] [ 79%] PASSED tests/test_tutorial/test_subcommands/test_tutorial001.py::test_items_create tests/test_tutorial/test_subcommands/test_tutorial001.py::test_items_sell [gw3] [ 79%] PASSED tests/test_tutorial/test_subcommands/test_tutorial002.py::test_help_items [gw1] [ 80%] PASSED tests/test_tutorial/test_subcommands/test_tutorial001.py::test_items_sell tests/test_tutorial/test_subcommands/test_tutorial002.py::test_items_create tests/test_tutorial/test_subcommands/test_tutorial001.py::test_items_delete [gw3] [ 80%] PASSED tests/test_tutorial/test_subcommands/test_tutorial002.py::test_items_create tests/test_tutorial/test_subcommands/test_tutorial002.py::test_items_sell [gw3] [ 80%] PASSED tests/test_tutorial/test_subcommands/test_tutorial002.py::test_items_sell [gw1] [ 80%] PASSED tests/test_tutorial/test_subcommands/test_tutorial001.py::test_items_delete tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_items tests/test_tutorial/test_subcommands/test_tutorial002.py::test_items_delete [gw3] [ 80%] PASSED tests/test_tutorial/test_subcommands/test_tutorial002.py::test_items_delete tests/test_tutorial/test_subcommands/test_tutorial002.py::test_help_users [gw6] [ 80%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py::test_script [gw3] [ 81%] PASSED tests/test_tutorial/test_subcommands/test_tutorial002.py::test_help_users tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_users tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_main [gw6] [ 81%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_main [gw1] [ 81%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_items tests/test_tutorial/test_subcommands/test_tutorial003.py::test_items_create tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_1 [gw1] [ 81%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_items_create tests/test_tutorial/test_subcommands/test_tutorial003.py::test_items_sell [gw6] [ 81%] PASSED tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_1 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_lands_reigns [gw1] [ 81%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_items_sell tests/test_tutorial/test_subcommands/test_tutorial003.py::test_items_delete [gw1] [ 82%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_items_delete tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_lands_towns [gw3] [ 82%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_users tests/test_tutorial/test_subcommands/test_tutorial003.py::test_users_create [gw3] [ 82%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_users_create tests/test_tutorial/test_subcommands/test_tutorial003.py::test_users_delete [gw3] [ 82%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_users_delete tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_lands [gw1] [ 82%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_lands_towns [gw6] [ 83%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_lands_reigns tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_towns_found tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_reigns_conquer [gw6] [ 83%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_reigns_conquer [gw1] [ 83%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_towns_found tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_reigns_destroy tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_towns_burn [gw6] [ 83%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_reigns_destroy tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial002.py::test_cli [gw1] [ 83%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_towns_burn tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py::test_for_coverage [gw1] [ 83%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py::test_for_coverage [gw6] [ 84%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial002.py::test_cli tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py::test_script tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial002.py::test_script [gw3] [ 84%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_lands tests/test_tutorial/test_subcommands/test_tutorial003.py::test_scripts [gw0] [ 84%] PASSED tests/test_tutorial/test_prompt/test_tutorial001.py::test_script tests/test_tutorial/test_prompt/test_tutorial002.py::test_cli [gw0] [ 84%] PASSED tests/test_tutorial/test_prompt/test_tutorial002.py::test_cli tests/test_tutorial/test_prompt/test_tutorial002.py::test_no_confirm [gw0] [ 84%] PASSED tests/test_tutorial/test_prompt/test_tutorial002.py::test_no_confirm tests/test_tutorial/test_prompt/test_tutorial002.py::test_script [gw5] [ 84%] PASSED tests/test_tutorial/test_prompt/test_tutorial003.py::test_script tests/test_tutorial/test_subcommands/test_tutorial001.py::test_help [gw2] [ 85%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial007.py::test_completion tests/test_tutorial/test_options_autocompletion/test_tutorial007.py::test_1 [gw2] [ 85%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial007.py::test_1 tests/test_tutorial/test_options_autocompletion/test_tutorial007.py::test_script [gw5] [ 85%] PASSED tests/test_tutorial/test_subcommands/test_tutorial001.py::test_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_command_help [gw5] [ 85%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_command_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_command [gw5] [ 85%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_command tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_script [gw4] [ 86%] PASSED tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py::test_script tests/test_tutorial/test_subcommands/test_tutorial002.py::test_users_create [gw4] [ 86%] PASSED tests/test_tutorial/test_subcommands/test_tutorial002.py::test_users_create tests/test_tutorial/test_subcommands/test_tutorial002.py::test_users_delete [gw4] [ 86%] PASSED tests/test_tutorial/test_subcommands/test_tutorial002.py::test_users_delete tests/test_tutorial/test_subcommands/test_tutorial002.py::test_script [gw1] [ 86%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py::test_script tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py::test_cli [gw1] [ 86%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py::test_cli tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_command_help [gw1] [ 86%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_command_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_command [gw1] [ 87%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_command tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_script [gw0] [ 87%] PASSED tests/test_tutorial/test_prompt/test_tutorial002.py::test_script tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py::test_for_coverage [gw0] [ 87%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py::test_for_coverage tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py::test_script [gw6] [ 87%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial002.py::test_script tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py::test_cli [gw6] [ 87%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py::test_cli tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_command_help [gw6] [ 87%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_command_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_command [gw6] [ 88%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_command tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_script [gw2] [ 88%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial007.py::test_script tests/test_tutorial/test_options_autocompletion/test_tutorial008.py::test_completion [gw5] [ 88%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_script [gw4] [ 88%] PASSED tests/test_tutorial/test_subcommands/test_tutorial002.py::test_script tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_help tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help [gw5] [ 88%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_command_help [gw5] [ 89%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_command_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_command [gw4] [ 89%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_script [gw5] [ 89%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_command tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_help [gw5] [ 89%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_command [gw5] [ 89%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_command tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_script [gw7] [ 89%] PASSED tests/test_tutorial/test_subcommands/test_tutorial001.py::test_scripts tests/test_tutorial/test_subcommands/test_tutorial002.py::test_help [gw1] [ 90%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_script [gw7] [ 90%] PASSED tests/test_tutorial/test_subcommands/test_tutorial002.py::test_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_command_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_help [gw0] [ 90%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py::test_script tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_help [gw7] [ 90%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_command_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_command [gw7] [ 90%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_command tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_command_help [gw1] [ 90%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_script [gw7] [ 91%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_command_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_command [gw0] [ 91%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_help [gw7] [ 91%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_command tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_help [gw7] [ 91%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_help [gw0] [ 91%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_help tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_command tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_command_help [gw7] [ 92%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_command tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_script [gw6] [ 92%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_script tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_help [gw2] [ 92%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial008.py::test_completion tests/test_tutorial/test_options_autocompletion/test_tutorial008.py::test_1 [gw0] [ 92%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_command_help tests/test_tutorial/test_terminating/test_tutorial001.py::test_cli [gw2] [ 92%] PASSED tests/test_tutorial/test_options_autocompletion/test_tutorial008.py::test_1 tests/test_tutorial/test_terminating/test_tutorial001.py::test_script [gw0] [ 92%] PASSED tests/test_tutorial/test_terminating/test_tutorial001.py::test_cli tests/test_tutorial/test_terminating/test_tutorial002.py::test_cli [gw0] [ 93%] PASSED tests/test_tutorial/test_terminating/test_tutorial002.py::test_cli tests/test_tutorial/test_terminating/test_tutorial002.py::test_script [gw6] [ 93%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_help tests/test_tutorial/test_terminating/test_tutorial001.py::test_existing_no_standalone [gw6] [ 93%] PASSED tests/test_tutorial/test_terminating/test_tutorial001.py::test_existing_no_standalone tests/test_tutorial/test_terminating/test_tutorial003.py::test_root [gw6] [ 93%] PASSED tests/test_tutorial/test_terminating/test_tutorial003.py::test_root tests/test_tutorial/test_terminating/test_tutorial003.py::test_root_no_standalone [gw6] [ 93%] PASSED tests/test_tutorial/test_terminating/test_tutorial003.py::test_root_no_standalone tests/test_tutorial/test_terminating/test_tutorial003.py::test_root_no_rich [gw6] [ 93%] PASSED tests/test_tutorial/test_terminating/test_tutorial003.py::test_root_no_rich tests/test_tutorial/test_terminating/test_tutorial003.py::test_script [gw4] [ 94%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_script tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_command_help [gw4] [ 94%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_command_help [gw5] [ 94%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_script tests/test_tutorial/test_testing/test_app01.py::test_app01 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_help [gw4] [ 94%] PASSED tests/test_tutorial/test_testing/test_app01.py::test_app01 tests/test_tutorial/test_testing/test_app01.py::test_script [gw5] [ 94%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_help tests/test_tutorial/test_testing/test_app02.py::test_app [gw5] [ 95%] PASSED tests/test_tutorial/test_testing/test_app02.py::test_app tests/test_tutorial/test_testing/test_app02.py::test_script [gw1] [ 95%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_script tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_script [gw7] [ 95%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_script tests/test_tutorial/test_terminating/test_tutorial001.py::test_existing [gw2] [ 95%] PASSED tests/test_tutorial/test_terminating/test_tutorial001.py::test_script [gw7] [ 95%] PASSED tests/test_tutorial/test_terminating/test_tutorial001.py::test_existing tests/test_tutorial/test_testing/test_app03.py::test_script tests/test_tutorial/test_terminating/test_tutorial002.py::test_root [gw6] [ 95%] PASSED tests/test_tutorial/test_terminating/test_tutorial003.py::test_script tests/test_tutorial/test_testing/test_app01.py::test_app [gw2] [ 96%] PASSED tests/test_tutorial/test_terminating/test_tutorial002.py::test_root tests/test_tutorial/test_using_click/test_tutorial003.py::test_typer [gw2] [ 96%] PASSED tests/test_tutorial/test_using_click/test_tutorial003.py::test_typer tests/test_tutorial/test_using_click/test_tutorial003.py::test_script [gw6] [ 96%] PASSED tests/test_tutorial/test_testing/test_app01.py::test_app tests/test_tutorial/test_using_click/test_tutorial003.py::test_click [gw6] [ 96%] PASSED tests/test_tutorial/test_using_click/test_tutorial003.py::test_click tests/test_tutorial/test_using_click/test_tutorial004.py::test_typer [gw6] [ 96%] PASSED tests/test_tutorial/test_using_click/test_tutorial004.py::test_typer tests/test_tutorial/test_using_click/test_tutorial004.py::test_click_initdb [gw6] [ 96%] PASSED tests/test_tutorial/test_using_click/test_tutorial004.py::test_click_initdb tests/test_tutorial/test_using_click/test_tutorial004.py::test_click_dropdb [gw0] [ 97%] PASSED tests/test_tutorial/test_terminating/test_tutorial002.py::test_script [gw6] [ 97%] PASSED tests/test_tutorial/test_using_click/test_tutorial004.py::test_click_dropdb tests/test_tutorial/test_using_click/test_tutorial004.py::test_script tests/test_tutorial/test_terminating/test_tutorial003.py::test_cli [gw0] [ 97%] PASSED tests/test_tutorial/test_terminating/test_tutorial003.py::test_cli [gw5] [ 97%] PASSED tests/test_tutorial/test_testing/test_app02.py::test_script tests/test_tutorial/test_testing/test_app03.py::test_app [gw4] [ 97%] PASSED tests/test_tutorial/test_testing/test_app01.py::test_script [gw5] [ 98%] PASSED tests/test_tutorial/test_testing/test_app03.py::test_app tests/test_tutorial/test_testing/test_app02.py::test_app02 [gw4] [ 98%] PASSED tests/test_tutorial/test_testing/test_app02.py::test_app02 [gw1] [ 98%] PASSED tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_script tests/test_tutorial/test_testing/test_app03.py::test_app03 [gw1] [ 98%] PASSED tests/test_tutorial/test_testing/test_app03.py::test_app03 [gw7] [ 98%] PASSED tests/test_tutorial/test_testing/test_app03.py::test_script tests/test_tutorial/test_using_click/test_tutorial003.py::test_cli [gw7] [ 98%] PASSED tests/test_tutorial/test_using_click/test_tutorial003.py::test_cli [gw6] [ 99%] PASSED tests/test_tutorial/test_using_click/test_tutorial004.py::test_script [gw2] [ 99%] PASSED tests/test_tutorial/test_using_click/test_tutorial003.py::test_script tests/test_tutorial/test_using_click/test_tutorial004.py::test_cli [gw2] [ 99%] PASSED tests/test_tutorial/test_using_click/test_tutorial004.py::test_cli [gw3] [ 99%] PASSED tests/test_tutorial/test_subcommands/test_tutorial003.py::test_scripts tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial001.py::test_cli [gw3] [ 99%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial001.py::test_cli tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial001.py::test_script [gw3] [100%] PASSED tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial001.py::test_script ======================= 565 passed in 223.91s (0:03:43) ======================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-typer-0.7.0-1.fc38.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.J42aQF + umask 022 + cd /builddir/build/BUILD + cd typer-0.7.0 + DOCDIR=/builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/share/doc/python3-typer + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/share/doc/python3-typer + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/share/doc/python3-typer + cp -pr README.md /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/share/doc/python3-typer + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Gd5a0c + umask 022 + cd /builddir/build/BUILD + cd typer-0.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/share/licenses/python3-typer + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/share/licenses/python3-typer + cp -pr LICENSE /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch/usr/share/licenses/python3-typer + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-typer = 0.7.0-1.fc38 python3-typer = 0.7.0-1.fc38 python3.11-typer = 0.7.0-1.fc38 python3.11dist(typer) = 0.7 python3dist(typer) = 0.7 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: (python3.11dist(click) < 9~~ with python3.11dist(click) >= 7.1.1) python(abi) = 3.11 Processing files: python3-typer+all-0.7.0-1.fc38.noarch Provides: python-typer+all = 0.7.0-1.fc38 python3-typer+all = 0.7.0-1.fc38 python3.11-typer+all = 0.7.0-1.fc38 python3.11dist(typer[all]) = 0.7 python3dist(typer[all]) = 0.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: (python3.11dist(colorama) < 0.5~~ with python3.11dist(colorama) >= 0.4.3) (python3.11dist(rich) < 14~~ with python3.11dist(rich) >= 10.11) (python3.11dist(shellingham) < 2~~ with python3.11dist(shellingham) >= 1.3) python(abi) = 3.11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch Wrote: /builddir/build/SRPMS/python-typer-0.7.0-1.fc38.src.rpm Wrote: /builddir/build/RPMS/python3-typer+all-0.7.0-1.fc38.noarch.rpm Wrote: /builddir/build/RPMS/python3-typer-0.7.0-1.fc38.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IDplea + umask 022 + cd /builddir/build/BUILD + cd typer-0.7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-typer-0.7.0-1.fc38.noarch + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.lPptbO + umask 022 + cd /builddir/build/BUILD + rm -rf typer-0.7.0 typer-0.7.0.gemspec + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0