>>> thefuck: Building testing/thefuck 3.32-r6 (using abuild 3.16.0-r0) started Wed, 01 Apr 2026 02:14:11 +0000 >>> thefuck: Validating /home/buildozer/aports/testing/thefuck/APKBUILD... >>> thefuck: Analyzing dependencies... >>> thefuck: Installing for build: build-base py3-colorama py3-six py3-decorator py3-psutil py3-pyte py3-setuptools py3-gpep517 py3-pytest py3-pytest-mock ( 1/48) Installing libbz2 (1.0.8-r6) ( 2/48) Installing libffi (3.5.2-r0) ( 3/48) Installing gdbm (1.26-r0) ( 4/48) Installing xz-libs (5.8.2-r0) ( 5/48) Installing mpdecimal (4.0.1-r0) ( 6/48) Installing libpanelw (6.6_p20251231-r0) ( 7/48) Installing sqlite-libs (3.51.2-r1) ( 8/48) Installing python3 (3.14.3-r0) ( 9/48) Installing python3-pycache-pyc0 (3.14.3-r0) (10/48) Installing pyc (3.14.3-r0) (11/48) Installing py3-colorama-pyc (0.4.6-r7) (12/48) Installing python3-pyc (3.14.3-r0) (13/48) Installing py3-colorama (0.4.6-r7) (14/48) Installing py3-six (1.17.0-r1) (15/48) Installing py3-six-pyc (1.17.0-r1) (16/48) Installing py3-decorator (5.2.1-r1) (17/48) Installing py3-decorator-pyc (5.2.1-r1) (18/48) Installing py3-psutil (7.1.3-r1) (19/48) Installing py3-psutil-pyc (7.1.3-r1) (20/48) Installing py3-wcwidth (0.6.0-r1) (21/48) Installing py3-wcwidth-pyc (0.6.0-r1) (22/48) Installing py3-pyte (0.8.2-r4) (23/48) Installing py3-pyte-pyc (0.8.2-r4) (24/48) Installing py3-parsing (3.3.2-r1) (25/48) Installing py3-parsing-pyc (3.3.2-r1) (26/48) Installing py3-packaging (26.0-r1) (27/48) Installing py3-packaging-pyc (26.0-r1) (28/48) Installing py3-setuptools (82.0.1-r1) (29/48) Installing py3-setuptools-pyc (82.0.1-r1) (30/48) Installing py3-installer (0.7.0-r3) (31/48) Installing py3-installer-pyc (0.7.0-r3) (32/48) Installing py3-gpep517 (19-r2) (33/48) Installing py3-gpep517-pyc (19-r2) (34/48) Installing py3-iniconfig (2.3.0-r1) (35/48) Installing py3-iniconfig-pyc (2.3.0-r1) (36/48) Installing py3-pluggy (1.6.0-r1) (37/48) Installing py3-pluggy-pyc (1.6.0-r1) (38/48) Installing py3-py (1.11.0-r5) (39/48) Installing py3-py-pyc (1.11.0-r5) (40/48) Installing py3-pygments (2.20.0-r0) (41/48) Installing py3-pygments-pyc (2.20.0-r0) (42/48) Installing py3-pytest (9.0.2-r1) (43/48) Installing py3-pytest-pyc (9.0.2-r1) (44/48) Installing py3-mock (5.2.0-r1) (45/48) Installing py3-mock-pyc (5.2.0-r1) (46/48) Installing py3-pytest-mock (3.15.1-r1) (47/48) Installing py3-pytest-mock-pyc (3.15.1-r1) (48/48) Installing .makedepends-thefuck (20260401.021412) Executing busybox-1.37.0-r31.trigger OK: 332.4 MiB in 150 packages >>> thefuck: Cleaning up srcdir >>> thefuck: Cleaning up pkgdir >>> thefuck: Cleaning up tmpdir >>> thefuck: Fetching https://distfiles.alpinelinux.org/distfiles/edge/thefuck-3.32.tar.gz /var/cache/distfiles/thefuck-3.32.tar.gz: OK /home/buildozer/aports/testing/thefuck/0420442e778dd7bc53bdbdb50278eea2c207dc74.patch: OK /home/buildozer/aports/testing/thefuck/606ec7d539c255716c26399d63afd294b36e3923.patch: OK /home/buildozer/aports/testing/thefuck/92c8c675775fea3c13b6e2c3af5a3fb0f7d3e1ae.patch: OK >>> thefuck: Fetching https://distfiles.alpinelinux.org/distfiles/edge/thefuck-3.32.tar.gz /var/cache/distfiles/thefuck-3.32.tar.gz: OK /home/buildozer/aports/testing/thefuck/0420442e778dd7bc53bdbdb50278eea2c207dc74.patch: OK /home/buildozer/aports/testing/thefuck/606ec7d539c255716c26399d63afd294b36e3923.patch: OK /home/buildozer/aports/testing/thefuck/92c8c675775fea3c13b6e2c3af5a3fb0f7d3e1ae.patch: OK >>> thefuck: Unpacking /var/cache/distfiles/thefuck-3.32.tar.gz... >>> thefuck: 0420442e778dd7bc53bdbdb50278eea2c207dc74.patch patching file thefuck/conf.py patching file thefuck/types.py >>> thefuck: 606ec7d539c255716c26399d63afd294b36e3923.patch patching file tests/shells/conftest.py >>> thefuck: 92c8c675775fea3c13b6e2c3af5a3fb0f7d3e1ae.patch patching file setup.py patching file thefuck/utils.py 2026-04-01 02:14:14,255 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /home/buildozer/aports/testing/thefuck/src/thefuck-3.32/fastentrypoints.py:77: SetuptoolsDeprecationWarning: easy_install module is deprecated !! ******************************************************************************** Avoid accessing attributes of setuptools.command.easy_install. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/issues/4976 for details. ******************************************************************************** !! easy_install.ScriptWriter.get_args = get_args 2026-04-01 02:14:14,296 root INFO running bdist_wheel /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2026-04-01 02:14:14,323 root INFO running build 2026-04-01 02:14:14,323 root INFO running build_py 2026-04-01 02:14:14,330 root INFO creating build/lib/thefuck 2026-04-01 02:14:14,330 root INFO copying thefuck/const.py -> build/lib/thefuck 2026-04-01 02:14:14,331 root INFO copying thefuck/utils.py -> build/lib/thefuck 2026-04-01 02:14:14,331 root INFO copying thefuck/types.py -> build/lib/thefuck 2026-04-01 02:14:14,331 root INFO copying thefuck/exceptions.py -> build/lib/thefuck 2026-04-01 02:14:14,332 root INFO copying thefuck/logs.py -> build/lib/thefuck 2026-04-01 02:14:14,332 root INFO copying thefuck/ui.py -> build/lib/thefuck 2026-04-01 02:14:14,333 root INFO copying thefuck/argument_parser.py -> build/lib/thefuck 2026-04-01 02:14:14,333 root INFO copying thefuck/conf.py -> build/lib/thefuck 2026-04-01 02:14:14,333 root INFO copying thefuck/corrector.py -> build/lib/thefuck 2026-04-01 02:14:14,334 root INFO copying thefuck/__init__.py -> build/lib/thefuck 2026-04-01 02:14:14,334 root INFO creating build/lib/thefuck/output_readers 2026-04-01 02:14:14,334 root INFO copying thefuck/output_readers/shell_logger.py -> build/lib/thefuck/output_readers 2026-04-01 02:14:14,335 root INFO copying thefuck/output_readers/__init__.py -> build/lib/thefuck/output_readers 2026-04-01 02:14:14,335 root INFO copying thefuck/output_readers/read_log.py -> build/lib/thefuck/output_readers 2026-04-01 02:14:14,336 root INFO copying thefuck/output_readers/rerun.py -> build/lib/thefuck/output_readers 2026-04-01 02:14:14,336 root INFO creating build/lib/thefuck/specific 2026-04-01 02:14:14,336 root INFO copying thefuck/specific/npm.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,337 root INFO copying thefuck/specific/brew.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,337 root INFO copying thefuck/specific/git.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,338 root INFO copying thefuck/specific/apt.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,338 root INFO copying thefuck/specific/yum.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,338 root INFO copying thefuck/specific/dnf.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,339 root INFO copying thefuck/specific/__init__.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,339 root INFO copying thefuck/specific/nix.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,339 root INFO copying thefuck/specific/archlinux.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,340 root INFO copying thefuck/specific/sudo.py -> build/lib/thefuck/specific 2026-04-01 02:14:14,340 root INFO creating build/lib/thefuck/shells 2026-04-01 02:14:14,341 root INFO copying thefuck/shells/bash.py -> build/lib/thefuck/shells 2026-04-01 02:14:14,341 root INFO copying thefuck/shells/fish.py -> build/lib/thefuck/shells 2026-04-01 02:14:14,341 root INFO copying thefuck/shells/__init__.py -> build/lib/thefuck/shells 2026-04-01 02:14:14,342 root INFO copying thefuck/shells/zsh.py -> build/lib/thefuck/shells 2026-04-01 02:14:14,342 root INFO copying thefuck/shells/generic.py -> build/lib/thefuck/shells 2026-04-01 02:14:14,343 root INFO copying thefuck/shells/tcsh.py -> build/lib/thefuck/shells 2026-04-01 02:14:14,343 root INFO copying thefuck/shells/powershell.py -> build/lib/thefuck/shells 2026-04-01 02:14:14,343 root INFO creating build/lib/thefuck/system 2026-04-01 02:14:14,344 root INFO copying thefuck/system/win32.py -> build/lib/thefuck/system 2026-04-01 02:14:14,344 root INFO copying thefuck/system/unix.py -> build/lib/thefuck/system 2026-04-01 02:14:14,344 root INFO copying thefuck/system/__init__.py -> build/lib/thefuck/system 2026-04-01 02:14:14,346 root INFO creating build/lib/thefuck/rules 2026-04-01 02:14:14,347 root INFO copying thefuck/rules/ls_all.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,347 root INFO copying thefuck/rules/git_rebase_merge_dir.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,347 root INFO copying thefuck/rules/java.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,348 root INFO copying thefuck/rules/git_lfs_mistype.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,348 root INFO copying thefuck/rules/yum_invalid_operation.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,349 root INFO copying thefuck/rules/hostscli.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,349 root INFO copying thefuck/rules/apt_invalid_operation.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,349 root INFO copying thefuck/rules/git_branch_delete.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,350 root INFO copying thefuck/rules/ifconfig_device_not_found.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,350 root INFO copying thefuck/rules/git_add.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,350 root INFO copying thefuck/rules/go_run.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,351 root INFO copying thefuck/rules/git_merge.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,351 root INFO copying thefuck/rules/ln_no_hard_link.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,352 root INFO copying thefuck/rules/django_south_merge.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,352 root INFO copying thefuck/rules/gulp_not_task.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,352 root INFO copying thefuck/rules/grep_recursive.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,353 root INFO copying thefuck/rules/dnf_no_such_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,353 root INFO copying thefuck/rules/git_rm_local_modifications.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,353 root INFO copying thefuck/rules/rails_migrations_pending.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,354 root INFO copying thefuck/rules/pacman_invalid_option.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,354 root INFO copying thefuck/rules/wrong_hyphen_before_subcommand.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,355 root INFO copying thefuck/rules/git_push_without_commits.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,355 root INFO copying thefuck/rules/missing_space_before_subcommand.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,355 root INFO copying thefuck/rules/heroku_not_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,356 root INFO copying thefuck/rules/react_native_command_unrecognized.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,356 root INFO copying thefuck/rules/brew_reinstall.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,357 root INFO copying thefuck/rules/systemctl.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,357 root INFO copying thefuck/rules/fab_command_not_found.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,357 root INFO copying thefuck/rules/cpp11.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,358 root INFO copying thefuck/rules/python_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,358 root INFO copying thefuck/rules/cd_mkdir.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,358 root INFO copying thefuck/rules/rm_root.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,359 root INFO copying thefuck/rules/yarn_command_not_found.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,359 root INFO copying thefuck/rules/port_already_in_use.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,360 root INFO copying thefuck/rules/git_commit_reset.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,360 root INFO copying thefuck/rules/cd_cs.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,360 root INFO copying thefuck/rules/unknown_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,361 root INFO copying thefuck/rules/az_cli.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,361 root INFO copying thefuck/rules/apt_list_upgradable.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,361 root INFO copying thefuck/rules/git_pull_uncommitted_changes.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,362 root INFO copying thefuck/rules/sudo_command_from_user_path.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,362 root INFO copying thefuck/rules/php_s.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,363 root INFO copying thefuck/rules/switch_lang.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,363 root INFO copying thefuck/rules/ls_lah.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,363 root INFO copying thefuck/rules/git_bisect_usage.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,364 root INFO copying thefuck/rules/git_branch_exists.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,364 root INFO copying thefuck/rules/sed_unterminated_s.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,364 root INFO copying thefuck/rules/remove_trailing_cedilla.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,365 root INFO copying thefuck/rules/rm_dir.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,365 root INFO copying thefuck/rules/apt_get.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,366 root INFO copying thefuck/rules/sl_ls.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,366 root INFO copying thefuck/rules/git_rebase_no_changes.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,366 root INFO copying thefuck/rules/git_diff_no_index.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,367 root INFO copying thefuck/rules/npm_wrong_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,367 root INFO copying thefuck/rules/omnienv_no_such_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,368 root INFO copying thefuck/rules/git_commit_add.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,368 root INFO copying thefuck/rules/git_add_force.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,368 root INFO copying thefuck/rules/whois.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,369 root INFO copying thefuck/rules/mercurial.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,369 root INFO copying thefuck/rules/terraform_init.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,369 root INFO copying thefuck/rules/git_hook_bypass.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,370 root INFO copying thefuck/rules/git_rm_staged.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,370 root INFO copying thefuck/rules/cat_dir.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,371 root INFO copying thefuck/rules/adb_unknown_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,371 root INFO copying thefuck/rules/git_tag_force.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,371 root INFO copying thefuck/rules/pacman_not_found.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,372 root INFO copying thefuck/rules/ag_literal.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,372 root INFO copying thefuck/rules/path_from_history.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,373 root INFO copying thefuck/rules/choco_install.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,373 root INFO copying thefuck/rules/lein_not_task.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,373 root INFO copying thefuck/rules/aws_cli.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,374 root INFO copying thefuck/rules/dirty_untar.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,374 root INFO copying thefuck/rules/cargo.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,374 root INFO copying thefuck/rules/history.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,375 root INFO copying thefuck/rules/man_no_space.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,375 root INFO copying thefuck/rules/git_pull_clone.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,376 root INFO copying thefuck/rules/django_south_ghost.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,376 root INFO copying thefuck/rules/git_fix_stash.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,376 root INFO copying thefuck/rules/gem_unknown_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,377 root INFO copying thefuck/rules/gradle_wrapper.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,377 root INFO copying thefuck/rules/nixos_cmd_not_found.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,377 root INFO copying thefuck/rules/ssh_known_hosts.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,378 root INFO copying thefuck/rules/brew_uninstall.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,378 root INFO copying thefuck/rules/apt_get_search.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,379 root INFO copying thefuck/rules/git_not_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,379 root INFO copying thefuck/rules/chmod_x.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,379 root INFO copying thefuck/rules/git_main_master.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,380 root INFO copying thefuck/rules/git_push_different_branch_names.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,380 root INFO copying thefuck/rules/brew_unknown_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,380 root INFO copying thefuck/rules/fix_alt_space.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,381 root INFO copying thefuck/rules/git_push_force.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,381 root INFO copying thefuck/rules/dry.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,382 root INFO copying thefuck/rules/heroku_multiple_apps.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,382 root INFO copying thefuck/rules/unsudo.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,382 root INFO copying thefuck/rules/git_two_dashes.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,383 root INFO copying thefuck/rules/scm_correction.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,383 root INFO copying thefuck/rules/git_branch_delete_checked_out.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,384 root INFO copying thefuck/rules/git_rm_recursive.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,384 root INFO copying thefuck/rules/pip_unknown_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,384 root INFO copying thefuck/rules/tsuru_login.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,385 root INFO copying thefuck/rules/grep_arguments_order.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,385 root INFO copying thefuck/rules/git_flag_after_filename.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,385 root INFO copying thefuck/rules/no_such_file.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,386 root INFO copying thefuck/rules/no_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,386 root INFO copying thefuck/rules/__init__.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,387 root INFO copying thefuck/rules/tsuru_not_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,387 root INFO copying thefuck/rules/workon_doesnt_exists.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,387 root INFO copying thefuck/rules/touch.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,388 root INFO copying thefuck/rules/javac.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,388 root INFO copying thefuck/rules/cp_omitting_directory.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,388 root INFO copying thefuck/rules/fix_file.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,389 root INFO copying thefuck/rules/git_stash_pop.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,389 root INFO copying thefuck/rules/pacman.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,390 root INFO copying thefuck/rules/man.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,390 root INFO copying thefuck/rules/git_clone_git_clone.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,390 root INFO copying thefuck/rules/git_help_aliased.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,391 root INFO copying thefuck/rules/git_branch_0flag.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,391 root INFO copying thefuck/rules/cp_create_destination.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,392 root INFO copying thefuck/rules/vagrant_up.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,392 root INFO copying thefuck/rules/mvn_unknown_lifecycle_phase.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,392 root INFO copying thefuck/rules/npm_run_script.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,393 root INFO copying thefuck/rules/cd_parent.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,393 root INFO copying thefuck/rules/yarn_help.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,393 root INFO copying thefuck/rules/brew_update_formula.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,394 root INFO copying thefuck/rules/git_pull.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,394 root INFO copying thefuck/rules/yarn_command_replaced.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,395 root INFO copying thefuck/rules/docker_login.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,395 root INFO copying thefuck/rules/brew_install.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,395 root INFO copying thefuck/rules/grunt_task_not_found.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,396 root INFO copying thefuck/rules/git_remote_seturl_add.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,396 root INFO copying thefuck/rules/long_form_help.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,396 root INFO copying thefuck/rules/open.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,397 root INFO copying thefuck/rules/git_checkout.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,397 root INFO copying thefuck/rules/docker_image_being_used_by_container.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,398 root INFO copying thefuck/rules/git_commit_amend.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,398 root INFO copying thefuck/rules/git_stash.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,398 root INFO copying thefuck/rules/go_unknown_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,399 root INFO copying thefuck/rules/brew_link.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,399 root INFO copying thefuck/rules/test.py.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,399 root INFO copying thefuck/rules/brew_cask_dependency.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,400 root INFO copying thefuck/rules/prove_recursively.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,400 root INFO copying thefuck/rules/git_remote_delete.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,401 root INFO copying thefuck/rules/pip_install.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,401 root INFO copying thefuck/rules/python_execute.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,401 root INFO copying thefuck/rules/composer_not_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,402 root INFO copying thefuck/rules/ln_s_order.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,402 root INFO copying thefuck/rules/git_diff_staged.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,403 root INFO copying thefuck/rules/dirty_unzip.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,403 root INFO copying thefuck/rules/gradle_no_task.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,403 root INFO copying thefuck/rules/docker_not_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,404 root INFO copying thefuck/rules/git_branch_list.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,404 root INFO copying thefuck/rules/sudo.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,405 root INFO copying thefuck/rules/conda_mistype.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,405 root INFO copying thefuck/rules/remove_shell_prompt_literal.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,405 root INFO copying thefuck/rules/apt_upgrade.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,406 root INFO copying thefuck/rules/mvn_no_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,406 root INFO copying thefuck/rules/yarn_alias.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,406 root INFO copying thefuck/rules/tmux.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,407 root INFO copying thefuck/rules/quotation_marks.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,407 root INFO copying thefuck/rules/mkdir_p.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,408 root INFO copying thefuck/rules/cd_correction.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,408 root INFO copying thefuck/rules/python_module_error.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,408 root INFO copying thefuck/rules/cargo_no_command.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,409 root INFO copying thefuck/rules/git_push_pull.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,409 root INFO copying thefuck/rules/git_merge_unrelated.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,410 root INFO copying thefuck/rules/npm_missing_script.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,410 root INFO copying thefuck/rules/has_exists_script.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,410 root INFO copying thefuck/rules/git_push.py -> build/lib/thefuck/rules 2026-04-01 02:14:14,411 root INFO creating build/lib/thefuck/entrypoints 2026-04-01 02:14:14,411 root INFO copying thefuck/entrypoints/shell_logger.py -> build/lib/thefuck/entrypoints 2026-04-01 02:14:14,411 root INFO copying thefuck/entrypoints/not_configured.py -> build/lib/thefuck/entrypoints 2026-04-01 02:14:14,412 root INFO copying thefuck/entrypoints/__init__.py -> build/lib/thefuck/entrypoints 2026-04-01 02:14:14,412 root INFO copying thefuck/entrypoints/fix_command.py -> build/lib/thefuck/entrypoints 2026-04-01 02:14:14,413 root INFO copying thefuck/entrypoints/alias.py -> build/lib/thefuck/entrypoints 2026-04-01 02:14:14,413 root INFO copying thefuck/entrypoints/main.py -> build/lib/thefuck/entrypoints 2026-04-01 02:14:14,413 root INFO running egg_info 2026-04-01 02:14:14,418 root INFO creating thefuck.egg-info 2026-04-01 02:14:14,418 root INFO writing thefuck.egg-info/PKG-INFO 2026-04-01 02:14:14,420 root INFO writing dependency_links to thefuck.egg-info/dependency_links.txt 2026-04-01 02:14:14,420 root INFO writing entry points to thefuck.egg-info/entry_points.txt 2026-04-01 02:14:14,421 root INFO writing requirements to thefuck.egg-info/requires.txt 2026-04-01 02:14:14,421 root INFO writing top-level names to thefuck.egg-info/top_level.txt 2026-04-01 02:14:14,421 root INFO writing manifest file 'thefuck.egg-info/SOURCES.txt' 2026-04-01 02:14:14,432 root INFO reading manifest file 'thefuck.egg-info/SOURCES.txt' 2026-04-01 02:14:14,432 root INFO reading manifest template 'MANIFEST.in' 2026-04-01 02:14:14,433 root INFO adding license file 'LICENSE.md' 2026-04-01 02:14:14,436 root INFO writing manifest file 'thefuck.egg-info/SOURCES.txt' 2026-04-01 02:14:14,454 root INFO installing to build/bdist.linux-loongarch64/wheel 2026-04-01 02:14:14,454 root INFO running install 2026-04-01 02:14:14,467 root INFO running install_lib 2026-04-01 02:14:14,473 root INFO creating build/bdist.linux-loongarch64/wheel 2026-04-01 02:14:14,473 root INFO creating build/bdist.linux-loongarch64/wheel/thefuck 2026-04-01 02:14:14,473 root INFO copying build/lib/thefuck/const.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,474 root INFO creating build/bdist.linux-loongarch64/wheel/thefuck/output_readers 2026-04-01 02:14:14,474 root INFO copying build/lib/thefuck/output_readers/shell_logger.py -> build/bdist.linux-loongarch64/wheel/./thefuck/output_readers 2026-04-01 02:14:14,475 root INFO copying build/lib/thefuck/output_readers/__init__.py -> build/bdist.linux-loongarch64/wheel/./thefuck/output_readers 2026-04-01 02:14:14,475 root INFO copying build/lib/thefuck/output_readers/read_log.py -> build/bdist.linux-loongarch64/wheel/./thefuck/output_readers 2026-04-01 02:14:14,475 root INFO copying build/lib/thefuck/output_readers/rerun.py -> build/bdist.linux-loongarch64/wheel/./thefuck/output_readers 2026-04-01 02:14:14,476 root INFO copying build/lib/thefuck/utils.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,476 root INFO copying build/lib/thefuck/types.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,476 root INFO copying build/lib/thefuck/exceptions.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,477 root INFO copying build/lib/thefuck/logs.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,477 root INFO creating build/bdist.linux-loongarch64/wheel/thefuck/specific 2026-04-01 02:14:14,477 root INFO copying build/lib/thefuck/specific/npm.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,478 root INFO copying build/lib/thefuck/specific/brew.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,478 root INFO copying build/lib/thefuck/specific/git.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,478 root INFO copying build/lib/thefuck/specific/apt.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,479 root INFO copying build/lib/thefuck/specific/yum.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,479 root INFO copying build/lib/thefuck/specific/dnf.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,479 root INFO copying build/lib/thefuck/specific/__init__.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,479 root INFO copying build/lib/thefuck/specific/nix.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,480 root INFO copying build/lib/thefuck/specific/archlinux.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,480 root INFO copying build/lib/thefuck/specific/sudo.py -> build/bdist.linux-loongarch64/wheel/./thefuck/specific 2026-04-01 02:14:14,481 root INFO creating build/bdist.linux-loongarch64/wheel/thefuck/shells 2026-04-01 02:14:14,481 root INFO copying build/lib/thefuck/shells/bash.py -> build/bdist.linux-loongarch64/wheel/./thefuck/shells 2026-04-01 02:14:14,481 root INFO copying build/lib/thefuck/shells/fish.py -> build/bdist.linux-loongarch64/wheel/./thefuck/shells 2026-04-01 02:14:14,482 root INFO copying build/lib/thefuck/shells/__init__.py -> build/bdist.linux-loongarch64/wheel/./thefuck/shells 2026-04-01 02:14:14,482 root INFO copying build/lib/thefuck/shells/zsh.py -> build/bdist.linux-loongarch64/wheel/./thefuck/shells 2026-04-01 02:14:14,482 root INFO copying build/lib/thefuck/shells/generic.py -> build/bdist.linux-loongarch64/wheel/./thefuck/shells 2026-04-01 02:14:14,483 root INFO copying build/lib/thefuck/shells/tcsh.py -> build/bdist.linux-loongarch64/wheel/./thefuck/shells 2026-04-01 02:14:14,483 root INFO copying build/lib/thefuck/shells/powershell.py -> build/bdist.linux-loongarch64/wheel/./thefuck/shells 2026-04-01 02:14:14,483 root INFO copying build/lib/thefuck/ui.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,483 root INFO copying build/lib/thefuck/argument_parser.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,484 root INFO copying build/lib/thefuck/conf.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,484 root INFO copying build/lib/thefuck/corrector.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,485 root INFO copying build/lib/thefuck/__init__.py -> build/bdist.linux-loongarch64/wheel/./thefuck 2026-04-01 02:14:14,485 root INFO creating build/bdist.linux-loongarch64/wheel/thefuck/system 2026-04-01 02:14:14,485 root INFO copying build/lib/thefuck/system/win32.py -> build/bdist.linux-loongarch64/wheel/./thefuck/system 2026-04-01 02:14:14,485 root INFO copying build/lib/thefuck/system/unix.py -> build/bdist.linux-loongarch64/wheel/./thefuck/system 2026-04-01 02:14:14,486 root INFO copying build/lib/thefuck/system/__init__.py -> build/bdist.linux-loongarch64/wheel/./thefuck/system 2026-04-01 02:14:14,486 root INFO creating build/bdist.linux-loongarch64/wheel/thefuck/rules 2026-04-01 02:14:14,487 root INFO copying build/lib/thefuck/rules/ls_all.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,487 root INFO copying build/lib/thefuck/rules/git_rebase_merge_dir.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,487 root INFO copying build/lib/thefuck/rules/java.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,488 root INFO copying build/lib/thefuck/rules/git_lfs_mistype.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,488 root INFO copying build/lib/thefuck/rules/yum_invalid_operation.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,488 root INFO copying build/lib/thefuck/rules/hostscli.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,489 root INFO copying build/lib/thefuck/rules/apt_invalid_operation.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,489 root INFO copying build/lib/thefuck/rules/git_branch_delete.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,489 root INFO copying build/lib/thefuck/rules/ifconfig_device_not_found.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,490 root INFO copying build/lib/thefuck/rules/git_add.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,490 root INFO copying build/lib/thefuck/rules/go_run.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,490 root INFO copying build/lib/thefuck/rules/git_merge.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,491 root INFO copying build/lib/thefuck/rules/ln_no_hard_link.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,491 root INFO copying build/lib/thefuck/rules/django_south_merge.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,491 root INFO copying build/lib/thefuck/rules/gulp_not_task.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,492 root INFO copying build/lib/thefuck/rules/grep_recursive.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,492 root INFO copying build/lib/thefuck/rules/dnf_no_such_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,492 root INFO copying build/lib/thefuck/rules/git_rm_local_modifications.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,493 root INFO copying build/lib/thefuck/rules/rails_migrations_pending.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,493 root INFO copying build/lib/thefuck/rules/pacman_invalid_option.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,493 root INFO copying build/lib/thefuck/rules/wrong_hyphen_before_subcommand.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,494 root INFO copying build/lib/thefuck/rules/git_push_without_commits.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,494 root INFO copying build/lib/thefuck/rules/missing_space_before_subcommand.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,494 root INFO copying build/lib/thefuck/rules/heroku_not_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,495 root INFO copying build/lib/thefuck/rules/react_native_command_unrecognized.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,495 root INFO copying build/lib/thefuck/rules/brew_reinstall.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,495 root INFO copying build/lib/thefuck/rules/systemctl.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,496 root INFO copying build/lib/thefuck/rules/fab_command_not_found.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,496 root INFO copying build/lib/thefuck/rules/cpp11.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,496 root INFO copying build/lib/thefuck/rules/python_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,497 root INFO copying build/lib/thefuck/rules/cd_mkdir.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,497 root INFO copying build/lib/thefuck/rules/rm_root.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,497 root INFO copying build/lib/thefuck/rules/yarn_command_not_found.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,498 root INFO copying build/lib/thefuck/rules/port_already_in_use.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,498 root INFO copying build/lib/thefuck/rules/git_commit_reset.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,498 root INFO copying build/lib/thefuck/rules/cd_cs.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,499 root INFO copying build/lib/thefuck/rules/unknown_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,499 root INFO copying build/lib/thefuck/rules/az_cli.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,499 root INFO copying build/lib/thefuck/rules/apt_list_upgradable.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,500 root INFO copying build/lib/thefuck/rules/git_pull_uncommitted_changes.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,500 root INFO copying build/lib/thefuck/rules/sudo_command_from_user_path.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,500 root INFO copying build/lib/thefuck/rules/php_s.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,501 root INFO copying build/lib/thefuck/rules/switch_lang.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,501 root INFO copying build/lib/thefuck/rules/ls_lah.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,501 root INFO copying build/lib/thefuck/rules/git_bisect_usage.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,502 root INFO copying build/lib/thefuck/rules/git_branch_exists.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,502 root INFO copying build/lib/thefuck/rules/sed_unterminated_s.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,502 root INFO copying build/lib/thefuck/rules/remove_trailing_cedilla.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,503 root INFO copying build/lib/thefuck/rules/rm_dir.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,503 root INFO copying build/lib/thefuck/rules/apt_get.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,503 root INFO copying build/lib/thefuck/rules/sl_ls.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,504 root INFO copying build/lib/thefuck/rules/git_rebase_no_changes.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,504 root INFO copying build/lib/thefuck/rules/git_diff_no_index.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,504 root INFO copying build/lib/thefuck/rules/npm_wrong_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,505 root INFO copying build/lib/thefuck/rules/omnienv_no_such_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,505 root INFO copying build/lib/thefuck/rules/git_commit_add.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,505 root INFO copying build/lib/thefuck/rules/git_add_force.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,506 root INFO copying build/lib/thefuck/rules/whois.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,506 root INFO copying build/lib/thefuck/rules/mercurial.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,506 root INFO copying build/lib/thefuck/rules/terraform_init.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,507 root INFO copying build/lib/thefuck/rules/git_hook_bypass.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,507 root INFO copying build/lib/thefuck/rules/git_rm_staged.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,507 root INFO copying build/lib/thefuck/rules/cat_dir.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,508 root INFO copying build/lib/thefuck/rules/adb_unknown_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,508 root INFO copying build/lib/thefuck/rules/git_tag_force.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,508 root INFO copying build/lib/thefuck/rules/pacman_not_found.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,509 root INFO copying build/lib/thefuck/rules/ag_literal.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,509 root INFO copying build/lib/thefuck/rules/path_from_history.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,509 root INFO copying build/lib/thefuck/rules/choco_install.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,510 root INFO copying build/lib/thefuck/rules/lein_not_task.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,510 root INFO copying build/lib/thefuck/rules/aws_cli.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,510 root INFO copying build/lib/thefuck/rules/dirty_untar.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,511 root INFO copying build/lib/thefuck/rules/cargo.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,511 root INFO copying build/lib/thefuck/rules/history.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,511 root INFO copying build/lib/thefuck/rules/man_no_space.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,512 root INFO copying build/lib/thefuck/rules/git_pull_clone.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,512 root INFO copying build/lib/thefuck/rules/django_south_ghost.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,512 root INFO copying build/lib/thefuck/rules/git_fix_stash.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,513 root INFO copying build/lib/thefuck/rules/gem_unknown_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,513 root INFO copying build/lib/thefuck/rules/gradle_wrapper.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,513 root INFO copying build/lib/thefuck/rules/nixos_cmd_not_found.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,514 root INFO copying build/lib/thefuck/rules/ssh_known_hosts.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,514 root INFO copying build/lib/thefuck/rules/brew_uninstall.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,514 root INFO copying build/lib/thefuck/rules/apt_get_search.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,515 root INFO copying build/lib/thefuck/rules/git_not_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,515 root INFO copying build/lib/thefuck/rules/chmod_x.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,515 root INFO copying build/lib/thefuck/rules/git_main_master.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,516 root INFO copying build/lib/thefuck/rules/git_push_different_branch_names.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,516 root INFO copying build/lib/thefuck/rules/brew_unknown_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,516 root INFO copying build/lib/thefuck/rules/fix_alt_space.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,517 root INFO copying build/lib/thefuck/rules/git_push_force.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,517 root INFO copying build/lib/thefuck/rules/dry.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,517 root INFO copying build/lib/thefuck/rules/heroku_multiple_apps.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,518 root INFO copying build/lib/thefuck/rules/unsudo.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,518 root INFO copying build/lib/thefuck/rules/git_two_dashes.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,518 root INFO copying build/lib/thefuck/rules/scm_correction.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,519 root INFO copying build/lib/thefuck/rules/git_branch_delete_checked_out.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,519 root INFO copying build/lib/thefuck/rules/git_rm_recursive.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,519 root INFO copying build/lib/thefuck/rules/pip_unknown_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,520 root INFO copying build/lib/thefuck/rules/tsuru_login.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,520 root INFO copying build/lib/thefuck/rules/grep_arguments_order.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,520 root INFO copying build/lib/thefuck/rules/git_flag_after_filename.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,521 root INFO copying build/lib/thefuck/rules/no_such_file.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,521 root INFO copying build/lib/thefuck/rules/no_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,521 root INFO copying build/lib/thefuck/rules/__init__.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,522 root INFO copying build/lib/thefuck/rules/tsuru_not_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,522 root INFO copying build/lib/thefuck/rules/workon_doesnt_exists.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,522 root INFO copying build/lib/thefuck/rules/touch.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,523 root INFO copying build/lib/thefuck/rules/javac.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,523 root INFO copying build/lib/thefuck/rules/cp_omitting_directory.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,523 root INFO copying build/lib/thefuck/rules/fix_file.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,524 root INFO copying build/lib/thefuck/rules/git_stash_pop.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,524 root INFO copying build/lib/thefuck/rules/pacman.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,524 root INFO copying build/lib/thefuck/rules/man.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,525 root INFO copying build/lib/thefuck/rules/git_clone_git_clone.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,525 root INFO copying build/lib/thefuck/rules/git_help_aliased.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,525 root INFO copying build/lib/thefuck/rules/git_branch_0flag.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,526 root INFO copying build/lib/thefuck/rules/cp_create_destination.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,526 root INFO copying build/lib/thefuck/rules/vagrant_up.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,526 root INFO copying build/lib/thefuck/rules/mvn_unknown_lifecycle_phase.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,527 root INFO copying build/lib/thefuck/rules/npm_run_script.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,527 root INFO copying build/lib/thefuck/rules/cd_parent.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,527 root INFO copying build/lib/thefuck/rules/yarn_help.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,528 root INFO copying build/lib/thefuck/rules/brew_update_formula.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,528 root INFO copying build/lib/thefuck/rules/git_pull.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,529 root INFO copying build/lib/thefuck/rules/yarn_command_replaced.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,529 root INFO copying build/lib/thefuck/rules/docker_login.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,529 root INFO copying build/lib/thefuck/rules/brew_install.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,530 root INFO copying build/lib/thefuck/rules/grunt_task_not_found.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,530 root INFO copying build/lib/thefuck/rules/git_remote_seturl_add.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,530 root INFO copying build/lib/thefuck/rules/long_form_help.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,531 root INFO copying build/lib/thefuck/rules/open.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,531 root INFO copying build/lib/thefuck/rules/git_checkout.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,531 root INFO copying build/lib/thefuck/rules/docker_image_being_used_by_container.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,532 root INFO copying build/lib/thefuck/rules/git_commit_amend.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,532 root INFO copying build/lib/thefuck/rules/git_stash.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,532 root INFO copying build/lib/thefuck/rules/go_unknown_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,533 root INFO copying build/lib/thefuck/rules/brew_link.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,533 root INFO copying build/lib/thefuck/rules/test.py.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,533 root INFO copying build/lib/thefuck/rules/brew_cask_dependency.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,534 root INFO copying build/lib/thefuck/rules/prove_recursively.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,534 root INFO copying build/lib/thefuck/rules/git_remote_delete.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,534 root INFO copying build/lib/thefuck/rules/pip_install.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,535 root INFO copying build/lib/thefuck/rules/python_execute.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,535 root INFO copying build/lib/thefuck/rules/composer_not_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,535 root INFO copying build/lib/thefuck/rules/ln_s_order.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,536 root INFO copying build/lib/thefuck/rules/git_diff_staged.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,536 root INFO copying build/lib/thefuck/rules/dirty_unzip.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,536 root INFO copying build/lib/thefuck/rules/gradle_no_task.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,537 root INFO copying build/lib/thefuck/rules/docker_not_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,537 root INFO copying build/lib/thefuck/rules/git_branch_list.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,537 root INFO copying build/lib/thefuck/rules/sudo.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,538 root INFO copying build/lib/thefuck/rules/conda_mistype.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,538 root INFO copying build/lib/thefuck/rules/remove_shell_prompt_literal.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,538 root INFO copying build/lib/thefuck/rules/apt_upgrade.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,539 root INFO copying build/lib/thefuck/rules/mvn_no_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,539 root INFO copying build/lib/thefuck/rules/yarn_alias.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,539 root INFO copying build/lib/thefuck/rules/tmux.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,540 root INFO copying build/lib/thefuck/rules/quotation_marks.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,540 root INFO copying build/lib/thefuck/rules/mkdir_p.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,540 root INFO copying build/lib/thefuck/rules/cd_correction.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,541 root INFO copying build/lib/thefuck/rules/python_module_error.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,541 root INFO copying build/lib/thefuck/rules/cargo_no_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,541 root INFO copying build/lib/thefuck/rules/git_push_pull.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,542 root INFO copying build/lib/thefuck/rules/git_merge_unrelated.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,542 root INFO copying build/lib/thefuck/rules/npm_missing_script.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,542 root INFO copying build/lib/thefuck/rules/has_exists_script.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,543 root INFO copying build/lib/thefuck/rules/git_push.py -> build/bdist.linux-loongarch64/wheel/./thefuck/rules 2026-04-01 02:14:14,543 root INFO creating build/bdist.linux-loongarch64/wheel/thefuck/entrypoints 2026-04-01 02:14:14,544 root INFO copying build/lib/thefuck/entrypoints/shell_logger.py -> build/bdist.linux-loongarch64/wheel/./thefuck/entrypoints 2026-04-01 02:14:14,544 root INFO copying build/lib/thefuck/entrypoints/not_configured.py -> build/bdist.linux-loongarch64/wheel/./thefuck/entrypoints 2026-04-01 02:14:14,544 root INFO copying build/lib/thefuck/entrypoints/__init__.py -> build/bdist.linux-loongarch64/wheel/./thefuck/entrypoints 2026-04-01 02:14:14,544 root INFO copying build/lib/thefuck/entrypoints/fix_command.py -> build/bdist.linux-loongarch64/wheel/./thefuck/entrypoints 2026-04-01 02:14:14,545 root INFO copying build/lib/thefuck/entrypoints/alias.py -> build/bdist.linux-loongarch64/wheel/./thefuck/entrypoints 2026-04-01 02:14:14,545 root INFO copying build/lib/thefuck/entrypoints/main.py -> build/bdist.linux-loongarch64/wheel/./thefuck/entrypoints 2026-04-01 02:14:14,545 root INFO running install_egg_info 2026-04-01 02:14:14,552 root INFO Copying thefuck.egg-info to build/bdist.linux-loongarch64/wheel/./thefuck-3.32-py3.14.egg-info 2026-04-01 02:14:14,554 root INFO running install_scripts 2026-04-01 02:14:14,556 root INFO creating build/bdist.linux-loongarch64/wheel/thefuck-3.32.dist-info/WHEEL 2026-04-01 02:14:14,557 wheel INFO creating '/home/buildozer/aports/testing/thefuck/src/thefuck-3.32/.dist/.tmp-4ifgx00x/thefuck-3.32-py2.py3-none-any.whl' and adding 'build/bdist.linux-loongarch64/wheel' to it 2026-04-01 02:14:14,558 wheel INFO adding 'thefuck/__init__.py' 2026-04-01 02:14:14,558 wheel INFO adding 'thefuck/argument_parser.py' 2026-04-01 02:14:14,558 wheel INFO adding 'thefuck/conf.py' 2026-04-01 02:14:14,559 wheel INFO adding 'thefuck/const.py' 2026-04-01 02:14:14,559 wheel INFO adding 'thefuck/corrector.py' 2026-04-01 02:14:14,559 wheel INFO adding 'thefuck/exceptions.py' 2026-04-01 02:14:14,560 wheel INFO adding 'thefuck/logs.py' 2026-04-01 02:14:14,560 wheel INFO adding 'thefuck/types.py' 2026-04-01 02:14:14,560 wheel INFO adding 'thefuck/ui.py' 2026-04-01 02:14:14,561 wheel INFO adding 'thefuck/utils.py' 2026-04-01 02:14:14,561 wheel INFO adding 'thefuck/entrypoints/__init__.py' 2026-04-01 02:14:14,562 wheel INFO adding 'thefuck/entrypoints/alias.py' 2026-04-01 02:14:14,562 wheel INFO adding 'thefuck/entrypoints/fix_command.py' 2026-04-01 02:14:14,562 wheel INFO adding 'thefuck/entrypoints/main.py' 2026-04-01 02:14:14,563 wheel INFO adding 'thefuck/entrypoints/not_configured.py' 2026-04-01 02:14:14,563 wheel INFO adding 'thefuck/entrypoints/shell_logger.py' 2026-04-01 02:14:14,563 wheel INFO adding 'thefuck/output_readers/__init__.py' 2026-04-01 02:14:14,563 wheel INFO adding 'thefuck/output_readers/read_log.py' 2026-04-01 02:14:14,564 wheel INFO adding 'thefuck/output_readers/rerun.py' 2026-04-01 02:14:14,564 wheel INFO adding 'thefuck/output_readers/shell_logger.py' 2026-04-01 02:14:14,565 wheel INFO adding 'thefuck/rules/__init__.py' 2026-04-01 02:14:14,565 wheel INFO adding 'thefuck/rules/adb_unknown_command.py' 2026-04-01 02:14:14,565 wheel INFO adding 'thefuck/rules/ag_literal.py' 2026-04-01 02:14:14,566 wheel INFO adding 'thefuck/rules/apt_get.py' 2026-04-01 02:14:14,566 wheel INFO adding 'thefuck/rules/apt_get_search.py' 2026-04-01 02:14:14,566 wheel INFO adding 'thefuck/rules/apt_invalid_operation.py' 2026-04-01 02:14:14,567 wheel INFO adding 'thefuck/rules/apt_list_upgradable.py' 2026-04-01 02:14:14,567 wheel INFO adding 'thefuck/rules/apt_upgrade.py' 2026-04-01 02:14:14,567 wheel INFO adding 'thefuck/rules/aws_cli.py' 2026-04-01 02:14:14,568 wheel INFO adding 'thefuck/rules/az_cli.py' 2026-04-01 02:14:14,568 wheel INFO adding 'thefuck/rules/brew_cask_dependency.py' 2026-04-01 02:14:14,568 wheel INFO adding 'thefuck/rules/brew_install.py' 2026-04-01 02:14:14,569 wheel INFO adding 'thefuck/rules/brew_link.py' 2026-04-01 02:14:14,569 wheel INFO adding 'thefuck/rules/brew_reinstall.py' 2026-04-01 02:14:14,569 wheel INFO adding 'thefuck/rules/brew_uninstall.py' 2026-04-01 02:14:14,569 wheel INFO adding 'thefuck/rules/brew_unknown_command.py' 2026-04-01 02:14:14,570 wheel INFO adding 'thefuck/rules/brew_update_formula.py' 2026-04-01 02:14:14,570 wheel INFO adding 'thefuck/rules/cargo.py' 2026-04-01 02:14:14,570 wheel INFO adding 'thefuck/rules/cargo_no_command.py' 2026-04-01 02:14:14,571 wheel INFO adding 'thefuck/rules/cat_dir.py' 2026-04-01 02:14:14,571 wheel INFO adding 'thefuck/rules/cd_correction.py' 2026-04-01 02:14:14,571 wheel INFO adding 'thefuck/rules/cd_cs.py' 2026-04-01 02:14:14,571 wheel INFO adding 'thefuck/rules/cd_mkdir.py' 2026-04-01 02:14:14,572 wheel INFO adding 'thefuck/rules/cd_parent.py' 2026-04-01 02:14:14,572 wheel INFO adding 'thefuck/rules/chmod_x.py' 2026-04-01 02:14:14,572 wheel INFO adding 'thefuck/rules/choco_install.py' 2026-04-01 02:14:14,573 wheel INFO adding 'thefuck/rules/composer_not_command.py' 2026-04-01 02:14:14,573 wheel INFO adding 'thefuck/rules/conda_mistype.py' 2026-04-01 02:14:14,573 wheel INFO adding 'thefuck/rules/cp_create_destination.py' 2026-04-01 02:14:14,574 wheel INFO adding 'thefuck/rules/cp_omitting_directory.py' 2026-04-01 02:14:14,574 wheel INFO adding 'thefuck/rules/cpp11.py' 2026-04-01 02:14:14,574 wheel INFO adding 'thefuck/rules/dirty_untar.py' 2026-04-01 02:14:14,574 wheel INFO adding 'thefuck/rules/dirty_unzip.py' 2026-04-01 02:14:14,575 wheel INFO adding 'thefuck/rules/django_south_ghost.py' 2026-04-01 02:14:14,575 wheel INFO adding 'thefuck/rules/django_south_merge.py' 2026-04-01 02:14:14,575 wheel INFO adding 'thefuck/rules/dnf_no_such_command.py' 2026-04-01 02:14:14,576 wheel INFO adding 'thefuck/rules/docker_image_being_used_by_container.py' 2026-04-01 02:14:14,576 wheel INFO adding 'thefuck/rules/docker_login.py' 2026-04-01 02:14:14,576 wheel INFO adding 'thefuck/rules/docker_not_command.py' 2026-04-01 02:14:14,577 wheel INFO adding 'thefuck/rules/dry.py' 2026-04-01 02:14:14,577 wheel INFO adding 'thefuck/rules/fab_command_not_found.py' 2026-04-01 02:14:14,577 wheel INFO adding 'thefuck/rules/fix_alt_space.py' 2026-04-01 02:14:14,577 wheel INFO adding 'thefuck/rules/fix_file.py' 2026-04-01 02:14:14,578 wheel INFO adding 'thefuck/rules/gem_unknown_command.py' 2026-04-01 02:14:14,578 wheel INFO adding 'thefuck/rules/git_add.py' 2026-04-01 02:14:14,578 wheel INFO adding 'thefuck/rules/git_add_force.py' 2026-04-01 02:14:14,579 wheel INFO adding 'thefuck/rules/git_bisect_usage.py' 2026-04-01 02:14:14,579 wheel INFO adding 'thefuck/rules/git_branch_0flag.py' 2026-04-01 02:14:14,579 wheel INFO adding 'thefuck/rules/git_branch_delete.py' 2026-04-01 02:14:14,580 wheel INFO adding 'thefuck/rules/git_branch_delete_checked_out.py' 2026-04-01 02:14:14,580 wheel INFO adding 'thefuck/rules/git_branch_exists.py' 2026-04-01 02:14:14,580 wheel INFO adding 'thefuck/rules/git_branch_list.py' 2026-04-01 02:14:14,580 wheel INFO adding 'thefuck/rules/git_checkout.py' 2026-04-01 02:14:14,581 wheel INFO adding 'thefuck/rules/git_clone_git_clone.py' 2026-04-01 02:14:14,581 wheel INFO adding 'thefuck/rules/git_commit_add.py' 2026-04-01 02:14:14,581 wheel INFO adding 'thefuck/rules/git_commit_amend.py' 2026-04-01 02:14:14,582 wheel INFO adding 'thefuck/rules/git_commit_reset.py' 2026-04-01 02:14:14,582 wheel INFO adding 'thefuck/rules/git_diff_no_index.py' 2026-04-01 02:14:14,582 wheel INFO adding 'thefuck/rules/git_diff_staged.py' 2026-04-01 02:14:14,582 wheel INFO adding 'thefuck/rules/git_fix_stash.py' 2026-04-01 02:14:14,583 wheel INFO adding 'thefuck/rules/git_flag_after_filename.py' 2026-04-01 02:14:14,583 wheel INFO adding 'thefuck/rules/git_help_aliased.py' 2026-04-01 02:14:14,583 wheel INFO adding 'thefuck/rules/git_hook_bypass.py' 2026-04-01 02:14:14,584 wheel INFO adding 'thefuck/rules/git_lfs_mistype.py' 2026-04-01 02:14:14,584 wheel INFO adding 'thefuck/rules/git_main_master.py' 2026-04-01 02:14:14,584 wheel INFO adding 'thefuck/rules/git_merge.py' 2026-04-01 02:14:14,585 wheel INFO adding 'thefuck/rules/git_merge_unrelated.py' 2026-04-01 02:14:14,585 wheel INFO adding 'thefuck/rules/git_not_command.py' 2026-04-01 02:14:14,585 wheel INFO adding 'thefuck/rules/git_pull.py' 2026-04-01 02:14:14,585 wheel INFO adding 'thefuck/rules/git_pull_clone.py' 2026-04-01 02:14:14,586 wheel INFO adding 'thefuck/rules/git_pull_uncommitted_changes.py' 2026-04-01 02:14:14,586 wheel INFO adding 'thefuck/rules/git_push.py' 2026-04-01 02:14:14,586 wheel INFO adding 'thefuck/rules/git_push_different_branch_names.py' 2026-04-01 02:14:14,587 wheel INFO adding 'thefuck/rules/git_push_force.py' 2026-04-01 02:14:14,587 wheel INFO adding 'thefuck/rules/git_push_pull.py' 2026-04-01 02:14:14,587 wheel INFO adding 'thefuck/rules/git_push_without_commits.py' 2026-04-01 02:14:14,587 wheel INFO adding 'thefuck/rules/git_rebase_merge_dir.py' 2026-04-01 02:14:14,588 wheel INFO adding 'thefuck/rules/git_rebase_no_changes.py' 2026-04-01 02:14:14,588 wheel INFO adding 'thefuck/rules/git_remote_delete.py' 2026-04-01 02:14:14,588 wheel INFO adding 'thefuck/rules/git_remote_seturl_add.py' 2026-04-01 02:14:14,589 wheel INFO adding 'thefuck/rules/git_rm_local_modifications.py' 2026-04-01 02:14:14,589 wheel INFO adding 'thefuck/rules/git_rm_recursive.py' 2026-04-01 02:14:14,589 wheel INFO adding 'thefuck/rules/git_rm_staged.py' 2026-04-01 02:14:14,590 wheel INFO adding 'thefuck/rules/git_stash.py' 2026-04-01 02:14:14,590 wheel INFO adding 'thefuck/rules/git_stash_pop.py' 2026-04-01 02:14:14,590 wheel INFO adding 'thefuck/rules/git_tag_force.py' 2026-04-01 02:14:14,590 wheel INFO adding 'thefuck/rules/git_two_dashes.py' 2026-04-01 02:14:14,591 wheel INFO adding 'thefuck/rules/go_run.py' 2026-04-01 02:14:14,591 wheel INFO adding 'thefuck/rules/go_unknown_command.py' 2026-04-01 02:14:14,591 wheel INFO adding 'thefuck/rules/gradle_no_task.py' 2026-04-01 02:14:14,592 wheel INFO adding 'thefuck/rules/gradle_wrapper.py' 2026-04-01 02:14:14,592 wheel INFO adding 'thefuck/rules/grep_arguments_order.py' 2026-04-01 02:14:14,592 wheel INFO adding 'thefuck/rules/grep_recursive.py' 2026-04-01 02:14:14,593 wheel INFO adding 'thefuck/rules/grunt_task_not_found.py' 2026-04-01 02:14:14,593 wheel INFO adding 'thefuck/rules/gulp_not_task.py' 2026-04-01 02:14:14,593 wheel INFO adding 'thefuck/rules/has_exists_script.py' 2026-04-01 02:14:14,593 wheel INFO adding 'thefuck/rules/heroku_multiple_apps.py' 2026-04-01 02:14:14,594 wheel INFO adding 'thefuck/rules/heroku_not_command.py' 2026-04-01 02:14:14,594 wheel INFO adding 'thefuck/rules/history.py' 2026-04-01 02:14:14,594 wheel INFO adding 'thefuck/rules/hostscli.py' 2026-04-01 02:14:14,595 wheel INFO adding 'thefuck/rules/ifconfig_device_not_found.py' 2026-04-01 02:14:14,595 wheel INFO adding 'thefuck/rules/java.py' 2026-04-01 02:14:14,595 wheel INFO adding 'thefuck/rules/javac.py' 2026-04-01 02:14:14,595 wheel INFO adding 'thefuck/rules/lein_not_task.py' 2026-04-01 02:14:14,596 wheel INFO adding 'thefuck/rules/ln_no_hard_link.py' 2026-04-01 02:14:14,596 wheel INFO adding 'thefuck/rules/ln_s_order.py' 2026-04-01 02:14:14,596 wheel INFO adding 'thefuck/rules/long_form_help.py' 2026-04-01 02:14:14,597 wheel INFO adding 'thefuck/rules/ls_all.py' 2026-04-01 02:14:14,597 wheel INFO adding 'thefuck/rules/ls_lah.py' 2026-04-01 02:14:14,597 wheel INFO adding 'thefuck/rules/man.py' 2026-04-01 02:14:14,598 wheel INFO adding 'thefuck/rules/man_no_space.py' 2026-04-01 02:14:14,598 wheel INFO adding 'thefuck/rules/mercurial.py' 2026-04-01 02:14:14,598 wheel INFO adding 'thefuck/rules/missing_space_before_subcommand.py' 2026-04-01 02:14:14,598 wheel INFO adding 'thefuck/rules/mkdir_p.py' 2026-04-01 02:14:14,599 wheel INFO adding 'thefuck/rules/mvn_no_command.py' 2026-04-01 02:14:14,599 wheel INFO adding 'thefuck/rules/mvn_unknown_lifecycle_phase.py' 2026-04-01 02:14:14,599 wheel INFO adding 'thefuck/rules/nixos_cmd_not_found.py' 2026-04-01 02:14:14,600 wheel INFO adding 'thefuck/rules/no_command.py' 2026-04-01 02:14:14,600 wheel INFO adding 'thefuck/rules/no_such_file.py' 2026-04-01 02:14:14,600 wheel INFO adding 'thefuck/rules/npm_missing_script.py' 2026-04-01 02:14:14,601 wheel INFO adding 'thefuck/rules/npm_run_script.py' 2026-04-01 02:14:14,601 wheel INFO adding 'thefuck/rules/npm_wrong_command.py' 2026-04-01 02:14:14,601 wheel INFO adding 'thefuck/rules/omnienv_no_such_command.py' 2026-04-01 02:14:14,601 wheel INFO adding 'thefuck/rules/open.py' 2026-04-01 02:14:14,602 wheel INFO adding 'thefuck/rules/pacman.py' 2026-04-01 02:14:14,602 wheel INFO adding 'thefuck/rules/pacman_invalid_option.py' 2026-04-01 02:14:14,602 wheel INFO adding 'thefuck/rules/pacman_not_found.py' 2026-04-01 02:14:14,603 wheel INFO adding 'thefuck/rules/path_from_history.py' 2026-04-01 02:14:14,603 wheel INFO adding 'thefuck/rules/php_s.py' 2026-04-01 02:14:14,603 wheel INFO adding 'thefuck/rules/pip_install.py' 2026-04-01 02:14:14,603 wheel INFO adding 'thefuck/rules/pip_unknown_command.py' 2026-04-01 02:14:14,604 wheel INFO adding 'thefuck/rules/port_already_in_use.py' 2026-04-01 02:14:14,604 wheel INFO adding 'thefuck/rules/prove_recursively.py' 2026-04-01 02:14:14,604 wheel INFO adding 'thefuck/rules/python_command.py' 2026-04-01 02:14:14,605 wheel INFO adding 'thefuck/rules/python_execute.py' 2026-04-01 02:14:14,605 wheel INFO adding 'thefuck/rules/python_module_error.py' 2026-04-01 02:14:14,605 wheel INFO adding 'thefuck/rules/quotation_marks.py' 2026-04-01 02:14:14,606 wheel INFO adding 'thefuck/rules/rails_migrations_pending.py' 2026-04-01 02:14:14,606 wheel INFO adding 'thefuck/rules/react_native_command_unrecognized.py' 2026-04-01 02:14:14,606 wheel INFO adding 'thefuck/rules/remove_shell_prompt_literal.py' 2026-04-01 02:14:14,606 wheel INFO adding 'thefuck/rules/remove_trailing_cedilla.py' 2026-04-01 02:14:14,607 wheel INFO adding 'thefuck/rules/rm_dir.py' 2026-04-01 02:14:14,607 wheel INFO adding 'thefuck/rules/rm_root.py' 2026-04-01 02:14:14,607 wheel INFO adding 'thefuck/rules/scm_correction.py' 2026-04-01 02:14:14,608 wheel INFO adding 'thefuck/rules/sed_unterminated_s.py' 2026-04-01 02:14:14,608 wheel INFO adding 'thefuck/rules/sl_ls.py' 2026-04-01 02:14:14,608 wheel INFO adding 'thefuck/rules/ssh_known_hosts.py' 2026-04-01 02:14:14,609 wheel INFO adding 'thefuck/rules/sudo.py' 2026-04-01 02:14:14,609 wheel INFO adding 'thefuck/rules/sudo_command_from_user_path.py' 2026-04-01 02:14:14,609 wheel INFO adding 'thefuck/rules/switch_lang.py' 2026-04-01 02:14:14,609 wheel INFO adding 'thefuck/rules/systemctl.py' 2026-04-01 02:14:14,610 wheel INFO adding 'thefuck/rules/terraform_init.py' 2026-04-01 02:14:14,610 wheel INFO adding 'thefuck/rules/test.py.py' 2026-04-01 02:14:14,610 wheel INFO adding 'thefuck/rules/tmux.py' 2026-04-01 02:14:14,611 wheel INFO adding 'thefuck/rules/touch.py' 2026-04-01 02:14:14,611 wheel INFO adding 'thefuck/rules/tsuru_login.py' 2026-04-01 02:14:14,611 wheel INFO adding 'thefuck/rules/tsuru_not_command.py' 2026-04-01 02:14:14,612 wheel INFO adding 'thefuck/rules/unknown_command.py' 2026-04-01 02:14:14,612 wheel INFO adding 'thefuck/rules/unsudo.py' 2026-04-01 02:14:14,612 wheel INFO adding 'thefuck/rules/vagrant_up.py' 2026-04-01 02:14:14,612 wheel INFO adding 'thefuck/rules/whois.py' 2026-04-01 02:14:14,613 wheel INFO adding 'thefuck/rules/workon_doesnt_exists.py' 2026-04-01 02:14:14,613 wheel INFO adding 'thefuck/rules/wrong_hyphen_before_subcommand.py' 2026-04-01 02:14:14,613 wheel INFO adding 'thefuck/rules/yarn_alias.py' 2026-04-01 02:14:14,614 wheel INFO adding 'thefuck/rules/yarn_command_not_found.py' 2026-04-01 02:14:14,614 wheel INFO adding 'thefuck/rules/yarn_command_replaced.py' 2026-04-01 02:14:14,614 wheel INFO adding 'thefuck/rules/yarn_help.py' 2026-04-01 02:14:14,614 wheel INFO adding 'thefuck/rules/yum_invalid_operation.py' 2026-04-01 02:14:14,615 wheel INFO adding 'thefuck/shells/__init__.py' 2026-04-01 02:14:14,615 wheel INFO adding 'thefuck/shells/bash.py' 2026-04-01 02:14:14,615 wheel INFO adding 'thefuck/shells/fish.py' 2026-04-01 02:14:14,616 wheel INFO adding 'thefuck/shells/generic.py' 2026-04-01 02:14:14,616 wheel INFO adding 'thefuck/shells/powershell.py' 2026-04-01 02:14:14,616 wheel INFO adding 'thefuck/shells/tcsh.py' 2026-04-01 02:14:14,617 wheel INFO adding 'thefuck/shells/zsh.py' 2026-04-01 02:14:14,617 wheel INFO adding 'thefuck/specific/__init__.py' 2026-04-01 02:14:14,617 wheel INFO adding 'thefuck/specific/apt.py' 2026-04-01 02:14:14,618 wheel INFO adding 'thefuck/specific/archlinux.py' 2026-04-01 02:14:14,618 wheel INFO adding 'thefuck/specific/brew.py' 2026-04-01 02:14:14,618 wheel INFO adding 'thefuck/specific/dnf.py' 2026-04-01 02:14:14,619 wheel INFO adding 'thefuck/specific/git.py' 2026-04-01 02:14:14,619 wheel INFO adding 'thefuck/specific/nix.py' 2026-04-01 02:14:14,619 wheel INFO adding 'thefuck/specific/npm.py' 2026-04-01 02:14:14,619 wheel INFO adding 'thefuck/specific/sudo.py' 2026-04-01 02:14:14,620 wheel INFO adding 'thefuck/specific/yum.py' 2026-04-01 02:14:14,620 wheel INFO adding 'thefuck/system/__init__.py' 2026-04-01 02:14:14,620 wheel INFO adding 'thefuck/system/unix.py' 2026-04-01 02:14:14,621 wheel INFO adding 'thefuck/system/win32.py' 2026-04-01 02:14:14,621 wheel INFO adding 'thefuck-3.32.dist-info/licenses/LICENSE.md' 2026-04-01 02:14:14,621 wheel INFO adding 'thefuck-3.32.dist-info/METADATA' 2026-04-01 02:14:14,622 wheel INFO adding 'thefuck-3.32.dist-info/WHEEL' 2026-04-01 02:14:14,622 wheel INFO adding 'thefuck-3.32.dist-info/entry_points.txt' 2026-04-01 02:14:14,622 wheel INFO adding 'thefuck-3.32.dist-info/top_level.txt' 2026-04-01 02:14:14,623 wheel INFO adding 'thefuck-3.32.dist-info/RECORD' 2026-04-01 02:14:14,624 root INFO removing build/bdist.linux-loongarch64/wheel 2026-04-01 02:14:14,632 gpep517 INFO The backend produced .dist/thefuck-3.32-py2.py3-none-any.whl thefuck-3.32-py2.py3-none-any.whl fastentrypoints 2026-04-01 02:14:14,960 gpep517 INFO Installing .dist/thefuck-3.32-py2.py3-none-any.whl into .testenv 2026-04-01 02:14:15,273 gpep517 INFO Installation complete ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/testing/thefuck/src/thefuck-3.32 plugins: mock-3.15.1 collected 1859 items / 4 deselected / 1855 selected tests/entrypoints/test_alias.py ....... [ 0%] tests/entrypoints/test_fix_command.py ...... [ 0%] tests/entrypoints/test_not_configured.py ....... [ 1%] tests/functional/test_bash.py sssssssssssssss [ 1%] tests/functional/test_fish.py ssssssss [ 2%] tests/functional/test_tcsh.py ssssssss [ 2%] tests/functional/test_zsh.py sssssssssssssss [ 3%] tests/output_readers/test_rerun.py ......... [ 4%] tests/rules/test_adb_unknown_command.py ......... [ 4%] tests/rules/test_ag_literal.py ... [ 4%] tests/rules/test_apt_get.py ............ [ 5%] tests/rules/test_apt_get_search.py .......... [ 5%] tests/rules/test_apt_invalid_operation.py ........... [ 6%] tests/rules/test_apt_list_upgradable.py ............. [ 7%] tests/rules/test_apt_upgrade.py .... [ 7%] tests/rules/test_aws_cli.py ....... [ 7%] tests/rules/test_az_cli.py ..... [ 8%] tests/rules/test_brew_cask_dependency.py ..... [ 8%] tests/rules/test_brew_install.py ss [ 8%] tests/rules/test_brew_link.py .... [ 8%] tests/rules/test_brew_reinstall.py ..... [ 8%] tests/rules/test_brew_uninstall.py ..... [ 9%] tests/rules/test_brew_unknown_command.py .. [ 9%] tests/rules/test_brew_update_formula.py ..... [ 9%] tests/rules/test_cargo_no_command.py .... [ 9%] tests/rules/test_cat_dir.py ......... [ 10%] tests/rules/test_cd_correction.py ...... [ 10%] tests/rules/test_cd_cs.py .. [ 10%] tests/rules/test_cd_mkdir.py ........ [ 11%] tests/rules/test_cd_parent.py .. [ 11%] tests/rules/test_chmod_x.py ........ [ 11%] tests/rules/test_choco_install.py .................... [ 12%] tests/rules/test_composer_not_command.py .. [ 12%] tests/rules/test_conda_mistype.py .. [ 12%] tests/rules/test_cp_create_destination.py ........ [ 13%] tests/rules/test_cp_omitting_directory.py ...... [ 13%] tests/rules/test_dirty_untar.py ........................................ [ 15%] ........................................................................ [ 19%] ........................................................................ [ 23%] ........................................................................ [ 27%] .............. [ 28%] tests/rules/test_dirty_unzip.py ............ [ 28%] tests/rules/test_django_south_ghost.py .. [ 29%] tests/rules/test_django_south_merge.py .. [ 29%] tests/rules/test_dnf_no_such_command.py ....... [ 29%] tests/rules/test_docker_image_being_used_by_container.py .... [ 29%] tests/rules/test_docker_login.py .. [ 29%] tests/rules/test_docker_not_command.py ............. [ 30%] tests/rules/test_dry.py .... [ 30%] tests/rules/test_fab_command_not_found.py ......... [ 31%] tests/rules/test_fix_alt_space.py .. [ 31%] tests/rules/test_fix_file.py ........................................... [ 33%] ........................................................................ [ 37%] [ 37%] tests/rules/test_gem_unknown_command.py ...... [ 37%] tests/rules/test_git_add.py ....... [ 38%] tests/rules/test_git_add_force.py .. [ 38%] tests/rules/test_git_bisect_usage.py ......... [ 38%] tests/rules/test_git_branch_0flag.py .................... [ 39%] tests/rules/test_git_branch_delete.py .. [ 40%] tests/rules/test_git_branch_delete_checked_out.py ...... [ 40%] tests/rules/test_git_branch_exists.py ......... [ 40%] tests/rules/test_git_branch_list.py ... [ 40%] tests/rules/test_git_checkout.py .................... [ 42%] tests/rules/test_git_clone_git_clone.py ... [ 42%] tests/rules/test_git_commit_add.py ........ [ 42%] tests/rules/test_git_commit_amend.py ....... [ 43%] tests/rules/test_git_commit_reset.py ....... [ 43%] tests/rules/test_git_diff_no_index.py ..... [ 43%] tests/rules/test_git_diff_staged.py ........ [ 44%] tests/rules/test_git_fix_stash.py ....... [ 44%] tests/rules/test_git_flag_after_filename.py .............. [ 45%] tests/rules/test_git_help_aliased.py ...... [ 45%] tests/rules/test_git_hook_bypass.py ............. [ 46%] tests/rules/test_git_lfs_mistype.py .. [ 46%] tests/rules/test_git_main_master.py ......... [ 46%] tests/rules/test_git_merge.py .... [ 47%] tests/rules/test_git_merge_unrelated.py .... [ 47%] tests/rules/test_git_not_command.py .. [ 47%] tests/rules/test_git_pull.py .. [ 47%] tests/rules/test_git_pull_clone.py .. [ 47%] tests/rules/test_git_pull_uncommitted_changes.py .. [ 47%] tests/rules/test_git_pull_unstaged_changes.py .. [ 47%] tests/rules/test_git_push.py ................. [ 48%] tests/rules/test_git_push_different_branch_names.py ..... [ 49%] tests/rules/test_git_push_force.py ............ [ 49%] tests/rules/test_git_push_pull.py .................. [ 50%] tests/rules/test_git_push_without_commits.py ... [ 50%] tests/rules/test_git_rebase_merge_dir.py ........ [ 51%] tests/rules/test_git_rebase_no_changes.py .. [ 51%] tests/rules/test_git_remote_delete.py ...... [ 51%] tests/rules/test_git_remote_seturl_add.py ....... [ 52%] tests/rules/test_git_rm_local_modifications.py ....... [ 52%] tests/rules/test_git_rm_recursive.py ...... [ 52%] tests/rules/test_git_rm_staged.py ....... [ 53%] tests/rules/test_git_stash.py ...... [ 53%] tests/rules/test_git_stash_pop.py .. [ 53%] tests/rules/test_git_tag_force.py .. [ 53%] tests/rules/test_git_two_dashes.py ................. [ 54%] tests/rules/test_go_run.py .... [ 54%] tests/rules/test_go_unknown_command.py ... [ 54%] tests/rules/test_gradle_not_task.py ............ [ 55%] tests/rules/test_gradle_wrapper.py ........ [ 56%] tests/rules/test_grep_arguments_order.py ............... [ 56%] tests/rules/test_grep_recursive.py .. [ 56%] tests/rules/test_grunt_task_not_found.py ....... [ 57%] tests/rules/test_gulp_not_task.py .... [ 57%] tests/rules/test_has_exists_script.py .. [ 57%] tests/rules/test_heroku_multiple_apps.py ... [ 57%] tests/rules/test_heroku_not_command.py ... [ 57%] tests/rules/test_history.py ...... [ 58%] tests/rules/test_hostscli.py .. [ 58%] tests/rules/test_ifconfig_device_not_found.py ...... [ 58%] tests/rules/test_java.py .... [ 58%] tests/rules/test_javac.py .... [ 59%] tests/rules/test_lein_not_task.py .. [ 59%] tests/rules/test_ln_no_hard_link.py ............. [ 59%] tests/rules/test_ln_s_order.py ....... [ 60%] tests/rules/test_long_form_help.py ...... [ 60%] tests/rules/test_ls_all.py .. [ 60%] tests/rules/test_ls_lah.py .. [ 60%] tests/rules/test_man.py ................. [ 61%] tests/rules/test_man_no_space.py .. [ 61%] tests/rules/test_mercurial.py ........................... [ 63%] tests/rules/test_missing_space_before_subcommand.py .......... [ 63%] tests/rules/test_mkdir_p.py ........... [ 64%] tests/rules/test_mvn_no_command.py ...... [ 64%] tests/rules/test_mvn_unknown_lifecycle_phase.py ...... [ 65%] tests/rules/test_nixos_cmd_not_found.py ..... [ 65%] tests/rules/test_no_command.py .......... [ 65%] tests/rules/test_no_such_file.py ...... [ 66%] tests/rules/test_npm_missing_script.py ......... [ 66%] tests/rules/test_npm_run_script.py ......... [ 67%] tests/rules/test_npm_wrong_command.py ........... [ 67%] tests/rules/test_omnienv_no_such_command.py ........... [ 68%] tests/rules/test_open.py ....................... [ 69%] tests/rules/test_pacman.py ss......ssss..... [ 70%] tests/rules/test_pacman_invalid_option.py .............................. [ 72%] . [ 72%] tests/rules/test_pacman_not_found.py ssss....ssss.... [ 73%] tests/rules/test_path_from_history.py ...... [ 73%] tests/rules/test_php_s.py ...... [ 73%] tests/rules/test_pip_install.py .. [ 73%] tests/rules/test_pip_unknown_command.py ... [ 74%] tests/rules/test_port_already_in_use.py ............... [ 74%] tests/rules/test_prove_recursively.py ....... [ 75%] tests/rules/test_python_command.py .. [ 75%] tests/rules/test_python_execute.py .... [ 75%] tests/rules/test_python_module_error.py ...... [ 75%] tests/rules/test_quotation_marks.py ...... [ 76%] tests/rules/test_rails_migrations_pending.py ..... [ 76%] tests/rules/test_react_native_command_unrecognized.py ...... [ 76%] tests/rules/test_remove_shell_prompt_literal.py ............ [ 77%] tests/rules/test_remove_trailing_cedilla.py .... [ 77%] tests/rules/test_rm_dir.py .......... [ 78%] tests/rules/test_rm_root.py ..... [ 78%] tests/rules/test_scm_correction.py ........ [ 78%] tests/rules/test_sed_unterminated_s.py .. [ 78%] tests/rules/test_sl_ls.py .. [ 79%] tests/rules/test_ssh_known_host.py ... [ 79%] tests/rules/test_sudo.py .............. [ 80%] tests/rules/test_sudo_command_from_user_path.py ....... [ 80%] tests/rules/test_switch_lang.py .................. [ 81%] tests/rules/test_systemctl.py .. [ 81%] tests/rules/test_terraform_init.py ......... [ 81%] tests/rules/test_tmux.py .. [ 82%] tests/rules/test_touch.py ...... [ 82%] tests/rules/test_tsuru_login.py ....... [ 82%] tests/rules/test_tsuru_not_command.py ............. [ 83%] tests/rules/test_unknown_command.py ........... [ 84%] tests/rules/test_unsudo.py .... [ 84%] tests/rules/test_vagrant_up.py ............ [ 84%] tests/rules/test_whois.py ....... [ 85%] tests/rules/test_workon_doesnt_exists.py ......... [ 85%] tests/rules/test_wrong_hyphen_before_subcommand.py ....... [ 86%] tests/rules/test_yarn_alias.py ...... [ 86%] tests/rules/test_yarn_command_not_found.py ..... [ 86%] tests/rules/test_yarn_command_replaced.py ....... [ 87%] tests/rules/test_yarn_help.py .. [ 87%] tests/rules/test_yum_invalid_operation.py ........... [ 87%] tests/shells/test_bash.py ................ [ 88%] tests/shells/test_fish.py ................................. [ 90%] tests/shells/test_generic.py ........... [ 91%] tests/shells/test_powershell.py ...... [ 91%] tests/shells/test_tcsh.py ............... [ 92%] tests/shells/test_zsh.py .............. [ 92%] tests/specific/test_git.py .................. [ 93%] tests/specific/test_npm.py . [ 93%] tests/specific/test_sudo.py ....... [ 94%] tests/test_argument_parser.py ............ [ 94%] tests/test_conf.py ............ [ 95%] tests/test_corrector.py ....... [ 96%] tests/test_logs.py ... [ 96%] tests/test_readme.py . [ 96%] tests/test_types.py ............................ [ 97%] tests/test_ui.py ......... [ 98%] tests/test_utils.py ................................. [100%] =============================== warnings summary =============================== tests/rules/test_git_remote_delete.py::test_get_new_command[command0-git remote remove foo] tests/rules/test_git_remote_delete.py::test_get_new_command[command1-git remote remove delete] /home/buildozer/aports/testing/thefuck/src/thefuck-3.32/thefuck/rules/git_remote_delete.py:13: DeprecationWarning: 'count' is passed as positional argument return re.sub(r"delete", "remove", command.script, 1) tests/rules/test_yarn_help.py::test_get_new_command[command0-https://yarnpkg.com/en/docs/cli/clean] tests/rules/test_yarn_help.py::test_get_new_command[command0-https://yarnpkg.com/en/docs/cli/clean] /home/buildozer/aports/testing/thefuck/src/thefuck-3.32/thefuck/system/unix.py:41: DeprecationWarning: Use shutil.which instead of find_executable if find_executable('xdg-open'): tests/test_conf.py::test_get_user_dir_path[True-~/.config-~/.thefuck] /home/buildozer/aports/testing/thefuck/src/thefuck-3.32/thefuck/conf.py:62: UserWarning: Config path /home/buildozer/.thefuck is deprecated. Please move to /home/buildozer/.config/thefuck warn(u'Config path {} is deprecated. Please move to {}'.format( tests/test_conf.py::test_get_user_dir_path[True-/user/test/config/-~/.thefuck] /home/buildozer/aports/testing/thefuck/src/thefuck-3.32/thefuck/conf.py:62: UserWarning: Config path /home/buildozer/.thefuck is deprecated. Please move to /user/test/config/thefuck warn(u'Config path {} is deprecated. Please move to {}'.format( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ========== 1793 passed, 62 skipped, 4 deselected, 6 warnings in 8.31s ========== /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-5adb5c30-1f89-4457-a052-2337d4875e25/popen-gw9/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-5adb5c30-1f89-4457-a052-2337d4875e25/popen-gw9/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-5adb5c30-1f89-4457-a052-2337d4875e25/popen-gw9 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-5adb5c30-1f89-4457-a052-2337d4875e25/popen-gw9' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-5adb5c30-1f89-4457-a052-2337d4875e25 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-5adb5c30-1f89-4457-a052-2337d4875e25' warnings.warn( >>> thefuck: Entering fakeroot... 2026-04-01 02:14:25,059 gpep517 INFO Installing .dist/thefuck-3.32-py2.py3-none-any.whl into /home/buildozer/aports/testing/thefuck/pkg/thefuck 2026-04-01 02:14:25,413 gpep517 INFO Installation complete >>> thefuck-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/thefuck/output_readers/__pycache__' -> '/home/buildozer/aports/testing/thefuck/pkg/thefuck-pyc/usr/lib/python3.14/site-packages/thefuck/output_readers/__pycache__' 'usr/lib/python3.14/site-packages/thefuck/__pycache__' -> '/home/buildozer/aports/testing/thefuck/pkg/thefuck-pyc/usr/lib/python3.14/site-packages/thefuck/__pycache__' 'usr/lib/python3.14/site-packages/thefuck/specific/__pycache__' -> '/home/buildozer/aports/testing/thefuck/pkg/thefuck-pyc/usr/lib/python3.14/site-packages/thefuck/specific/__pycache__' 'usr/lib/python3.14/site-packages/thefuck/shells/__pycache__' -> '/home/buildozer/aports/testing/thefuck/pkg/thefuck-pyc/usr/lib/python3.14/site-packages/thefuck/shells/__pycache__' 'usr/lib/python3.14/site-packages/thefuck/system/__pycache__' -> '/home/buildozer/aports/testing/thefuck/pkg/thefuck-pyc/usr/lib/python3.14/site-packages/thefuck/system/__pycache__' 'usr/lib/python3.14/site-packages/thefuck/rules/__pycache__' -> '/home/buildozer/aports/testing/thefuck/pkg/thefuck-pyc/usr/lib/python3.14/site-packages/thefuck/rules/__pycache__' 'usr/lib/python3.14/site-packages/thefuck/entrypoints/__pycache__' -> '/home/buildozer/aports/testing/thefuck/pkg/thefuck-pyc/usr/lib/python3.14/site-packages/thefuck/entrypoints/__pycache__' >>> thefuck-pyc*: Preparing subpackage thefuck-pyc... >>> thefuck-pyc*: Running postcheck for thefuck-pyc >>> thefuck*: Running postcheck for thefuck >>> thefuck*: Preparing package thefuck... >>> thefuck-pyc*: Tracing dependencies... python3~3.14 >>> thefuck-pyc*: Package size: 356.9 KB >>> thefuck-pyc*: Compressing data... >>> thefuck-pyc*: Create checksum... >>> thefuck-pyc*: Create thefuck-pyc-3.32-r6.apk >>> thefuck*: Tracing dependencies... py3-colorama py3-six py3-decorator py3-psutil py3-pyte python3~3.14 >>> thefuck*: Package size: 208.9 KB >>> thefuck*: Compressing data... >>> thefuck*: Create checksum... >>> thefuck*: Create thefuck-3.32-r6.apk >>> thefuck: Build complete at Wed, 01 Apr 2026 02:14:25 +0000 elapsed time 0h 0m 14s >>> thefuck: Cleaning up srcdir >>> thefuck: Cleaning up pkgdir >>> thefuck: Cleaning up tmpdir >>> thefuck: Uninstalling dependencies... ( 1/48) Purging .makedepends-thefuck (20260401.021412) ( 2/48) Purging py3-colorama-pyc (0.4.6-r7) ( 3/48) Purging py3-colorama (0.4.6-r7) ( 4/48) Purging py3-six-pyc (1.17.0-r1) ( 5/48) Purging py3-six (1.17.0-r1) ( 6/48) Purging py3-decorator-pyc (5.2.1-r1) ( 7/48) Purging py3-decorator (5.2.1-r1) ( 8/48) Purging py3-psutil-pyc (7.1.3-r1) ( 9/48) Purging py3-psutil (7.1.3-r1) (10/48) Purging py3-pyte-pyc (0.8.2-r4) (11/48) Purging py3-pyte (0.8.2-r4) (12/48) Purging py3-wcwidth-pyc (0.6.0-r1) (13/48) Purging py3-wcwidth (0.6.0-r1) (14/48) Purging py3-setuptools-pyc (82.0.1-r1) (15/48) Purging py3-setuptools (82.0.1-r1) (16/48) Purging py3-gpep517-pyc (19-r2) (17/48) Purging py3-gpep517 (19-r2) (18/48) Purging py3-installer-pyc (0.7.0-r3) (19/48) Purging py3-installer (0.7.0-r3) (20/48) Purging py3-pytest-mock-pyc (3.15.1-r1) (21/48) Purging py3-pytest-mock (3.15.1-r1) (22/48) Purging py3-mock-pyc (5.2.0-r1) (23/48) Purging py3-mock (5.2.0-r1) (24/48) Purging py3-pytest-pyc (9.0.2-r1) (25/48) Purging py3-pytest (9.0.2-r1) (26/48) Purging py3-iniconfig-pyc (2.3.0-r1) (27/48) Purging py3-iniconfig (2.3.0-r1) (28/48) Purging py3-packaging-pyc (26.0-r1) (29/48) Purging py3-packaging (26.0-r1) (30/48) Purging py3-parsing-pyc (3.3.2-r1) (31/48) Purging py3-parsing (3.3.2-r1) (32/48) Purging py3-pluggy-pyc (1.6.0-r1) (33/48) Purging py3-pluggy (1.6.0-r1) (34/48) Purging py3-py-pyc (1.11.0-r5) (35/48) Purging py3-py (1.11.0-r5) (36/48) Purging py3-pygments-pyc (2.20.0-r0) (37/48) Purging py3-pygments (2.20.0-r0) (38/48) Purging python3-pyc (3.14.3-r0) (39/48) Purging python3-pycache-pyc0 (3.14.3-r0) (40/48) Purging pyc (3.14.3-r0) (41/48) Purging python3 (3.14.3-r0) (42/48) Purging gdbm (1.26-r0) (43/48) Purging libbz2 (1.0.8-r6) (44/48) Purging libffi (3.5.2-r0) (45/48) Purging libpanelw (6.6_p20251231-r0) (46/48) Purging mpdecimal (4.0.1-r0) (47/48) Purging sqlite-libs (3.51.2-r1) (48/48) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 269.6 MiB in 102 packages >>> thefuck: Updating the testing/loongarch64 repository index... >>> thefuck: Signing the index...