* Package: dev-vcs/mercurial-6.5:0  * Repository: gentoo  * Maintainer: cedk@gentoo.org  * USE: chg elibc_glibc kernel_linux ppc python_targets_python3_10 python_targets_python3_11 test  * FEATURES: preserve-libs sandbox test userpriv >>> Unpacking source... >>> Unpacking mercurial-6.5.tar.gz to /var/tmp/portage/dev-vcs/mercurial-6.5/work >>> Source unpacked in /var/tmp/portage/dev-vcs/mercurial-6.5/work >>> Preparing source in /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5 ... * Build system packages: * dev-python/gpep517 : 13 * dev-python/installer : 0.7.0 * dev-python/cython : 0.29.35 * dev-python/setuptools : 67.8.0-r1 * dev-python/setuptools-rust : * dev-python/setuptools-scm : 7.1.0 * dev-python/wheel : 0.40.0 >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5 ... * python3_10: running distutils-r1_run_phase python_compile python3.10 setup.py build_ext -j 16 build_ext hgext/fsmonitor/pywatchman/bser.c: In function 'bser_bytestring': hgext/fsmonitor/pywatchman/bser.c:411:11: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 411 | if (len > UINT32_MAX) { | ^ mercurial/cext/osutil.c: In function 'describefstype': mercurial/cext/osutil.c:752:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 752 | if (pbuf->f_type == BTRFS_SUPER_MAGIC) | ^~ mercurial/cext/osutil.c:788:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 788 | if (pbuf->f_type == EFIVARFS_MAGIC) | ^~ mercurial/cext/osutil.c:816:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 816 | if (pbuf->f_type == F2FS_SUPER_MAGIC) | ^~ mercurial/cext/osutil.c:836:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 836 | if (pbuf->f_type == HPFS_SUPER_MAGIC) | ^~ mercurial/cext/osutil.c:840:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 840 | if (pbuf->f_type == HUGETLBFS_MAGIC) | ^~ mercurial/cext/osutil.c:924:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 924 | if (pbuf->f_type == RAMFS_MAGIC) | ^~ mercurial/cext/osutil.c:940:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 940 | if (pbuf->f_type == SELINUX_MAGIC) | ^~ mercurial/cext/osutil.c:996:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 996 | if (pbuf->f_type == XENFS_SUPER_MAGIC) | ^~ mercurial/cext/bdiff.c: In function 'bdiff': mercurial/cext/bdiff.c:96:16: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 96 | if (la > UINT_MAX || lb > UINT_MAX) { | ^ mercurial/cext/bdiff.c:96:33: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 96 | if (la > UINT_MAX || lb > UINT_MAX) { | ^ mercurial/cext/parsers.c: In function 'parse_dirstate': mercurial/cext/parsers.c:794:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 794 | while (pos >= 40 && pos < len) { | ^ mercurial/cext/parsers.c:795:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 795 | if (pos + 17 > len) { | ^ * Building the wheel for mercurial-6.5 via setuptools.build_meta:__legacy__ gpep517 build-wheel --backend setuptools.build_meta:__legacy__ --output-fd 3 --wheel-dir /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_10/wheel 2023-08-04 12:42:56,421 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-08-04 12:42:56,616 root INFO running bdist_wheel 2023-08-04 12:42:56,631 root INFO running build 2023-08-04 12:42:56,631 root INFO running build_mo 2023-08-04 12:42:56,632 root INFO creating mercurial/locale 2023-08-04 12:42:56,632 root INFO creating mercurial/locale/da 2023-08-04 12:42:56,632 root INFO creating mercurial/locale/da/LC_MESSAGES 2023-08-04 12:42:56,632 root INFO generating mercurial/locale/da/LC_MESSAGES/hg.mo from i18n/da.po 2023-08-04 12:42:56,632 root INFO msgfmt -v -o mercurial/locale/da/LC_MESSAGES/hg.mo i18n/da.po -c 1950 translated messages, 92 fuzzy translations, 1830 untranslated messages. 2023-08-04 12:42:56,693 root INFO creating mercurial/locale/de 2023-08-04 12:42:56,693 root INFO creating mercurial/locale/de/LC_MESSAGES 2023-08-04 12:42:56,694 root INFO generating mercurial/locale/de/LC_MESSAGES/hg.mo from i18n/de.po 2023-08-04 12:42:56,694 root INFO msgfmt -v -o mercurial/locale/de/LC_MESSAGES/hg.mo i18n/de.po -c 3185 translated messages, 102 fuzzy translations, 1301 untranslated messages. 2023-08-04 12:42:56,773 root INFO creating mercurial/locale/el 2023-08-04 12:42:56,773 root INFO creating mercurial/locale/el/LC_MESSAGES 2023-08-04 12:42:56,774 root INFO generating mercurial/locale/el/LC_MESSAGES/hg.mo from i18n/el.po 2023-08-04 12:42:56,774 root INFO msgfmt -v -o mercurial/locale/el/LC_MESSAGES/hg.mo i18n/el.po -c i18n/el.po:7: warning: header field 'Language' missing in header 312 translated messages, 35 fuzzy translations, 1936 untranslated messages. 2023-08-04 12:42:56,806 root INFO creating mercurial/locale/fr 2023-08-04 12:42:56,806 root INFO creating mercurial/locale/fr/LC_MESSAGES 2023-08-04 12:42:56,806 root INFO generating mercurial/locale/fr/LC_MESSAGES/hg.mo from i18n/fr.po 2023-08-04 12:42:56,806 root INFO msgfmt -v -o mercurial/locale/fr/LC_MESSAGES/hg.mo i18n/fr.po -c i18n/fr.po:86: warning: header field 'Language' missing in header 357 translated messages, 104 fuzzy translations, 1776 untranslated messages. 2023-08-04 12:42:56,844 root INFO creating mercurial/locale/it 2023-08-04 12:42:56,844 root INFO creating mercurial/locale/it/LC_MESSAGES 2023-08-04 12:42:56,844 root INFO generating mercurial/locale/it/LC_MESSAGES/hg.mo from i18n/it.po 2023-08-04 12:42:56,844 root INFO msgfmt -v -o mercurial/locale/it/LC_MESSAGES/hg.mo i18n/it.po -c 1872 translated messages, 3 fuzzy translations, 1233 untranslated messages. 2023-08-04 12:42:56,890 root INFO creating mercurial/locale/ja 2023-08-04 12:42:56,890 root INFO creating mercurial/locale/ja/LC_MESSAGES 2023-08-04 12:42:56,890 root INFO generating mercurial/locale/ja/LC_MESSAGES/hg.mo from i18n/ja.po 2023-08-04 12:42:56,890 root INFO msgfmt -v -o mercurial/locale/ja/LC_MESSAGES/hg.mo i18n/ja.po -c 5702 translated messages, 494 fuzzy translations, 868 untranslated messages. 2023-08-04 12:42:57,027 root INFO creating mercurial/locale/pt_BR 2023-08-04 12:42:57,027 root INFO creating mercurial/locale/pt_BR/LC_MESSAGES 2023-08-04 12:42:57,028 root INFO generating mercurial/locale/pt_BR/LC_MESSAGES/hg.mo from i18n/pt_BR.po 2023-08-04 12:42:57,028 root INFO msgfmt -v -o mercurial/locale/pt_BR/LC_MESSAGES/hg.mo i18n/pt_BR.po -c 6735 translated messages, 333 untranslated messages. 2023-08-04 12:42:57,180 root INFO creating mercurial/locale/ro 2023-08-04 12:42:57,180 root INFO creating mercurial/locale/ro/LC_MESSAGES 2023-08-04 12:42:57,180 root INFO generating mercurial/locale/ro/LC_MESSAGES/hg.mo from i18n/ro.po 2023-08-04 12:42:57,181 root INFO msgfmt -v -o mercurial/locale/ro/LC_MESSAGES/hg.mo i18n/ro.po -c i18n/ro.po:106: warning: header field 'Language' missing in header 677 translated messages, 4 fuzzy translations, 2805 untranslated messages. 2023-08-04 12:42:57,227 root INFO creating mercurial/locale/ru 2023-08-04 12:42:57,228 root INFO creating mercurial/locale/ru/LC_MESSAGES 2023-08-04 12:42:57,228 root INFO generating mercurial/locale/ru/LC_MESSAGES/hg.mo from i18n/ru.po 2023-08-04 12:42:57,228 root INFO msgfmt -v -o mercurial/locale/ru/LC_MESSAGES/hg.mo i18n/ru.po -c 4668 translated messages, 10 untranslated messages. 2023-08-04 12:42:57,343 root INFO creating mercurial/locale/sv 2023-08-04 12:42:57,343 root INFO creating mercurial/locale/sv/LC_MESSAGES 2023-08-04 12:42:57,343 root INFO generating mercurial/locale/sv/LC_MESSAGES/hg.mo from i18n/sv.po 2023-08-04 12:42:57,344 root INFO msgfmt -v -o mercurial/locale/sv/LC_MESSAGES/hg.mo i18n/sv.po -c 2039 translated messages, 1 fuzzy translation, 2196 untranslated messages. 2023-08-04 12:42:57,405 root INFO creating mercurial/locale/zh_CN 2023-08-04 12:42:57,406 root INFO creating mercurial/locale/zh_CN/LC_MESSAGES 2023-08-04 12:42:57,406 root INFO generating mercurial/locale/zh_CN/LC_MESSAGES/hg.mo from i18n/zh_CN.po 2023-08-04 12:42:57,406 root INFO msgfmt -v -o mercurial/locale/zh_CN/LC_MESSAGES/hg.mo i18n/zh_CN.po -c i18n/zh_CN.po:47: warning: header field 'Language' missing in header 336 translated messages, 203 fuzzy translations, 1792 untranslated messages. 2023-08-04 12:42:57,440 root INFO creating mercurial/locale/zh_TW 2023-08-04 12:42:57,440 root INFO creating mercurial/locale/zh_TW/LC_MESSAGES 2023-08-04 12:42:57,440 root INFO generating mercurial/locale/zh_TW/LC_MESSAGES/hg.mo from i18n/zh_TW.po 2023-08-04 12:42:57,441 root INFO msgfmt -v -o mercurial/locale/zh_TW/LC_MESSAGES/hg.mo i18n/zh_TW.po -c 640 translated messages, 8 fuzzy translations, 2372 untranslated messages. 2023-08-04 12:42:57,478 root INFO running build_py 2023-08-04 12:42:57,498 root INFO copying mercurial/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,498 root INFO copying mercurial/__main__.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,499 root INFO copying mercurial/__version__.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,499 root INFO copying mercurial/ancestor.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,499 root INFO copying mercurial/archival.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,500 root INFO copying mercurial/bookmarks.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,500 root INFO copying mercurial/branchmap.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,500 root INFO copying mercurial/bundle2.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,501 root INFO copying mercurial/bundlecaches.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,501 root INFO copying mercurial/bundlerepo.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,501 root INFO copying mercurial/cacheutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,502 root INFO copying mercurial/changegroup.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,502 root INFO copying mercurial/changelog.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,503 root INFO copying mercurial/chgserver.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,503 root INFO copying mercurial/cmdutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,503 root INFO copying mercurial/color.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,504 root INFO copying mercurial/commands.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,504 root INFO copying mercurial/commandserver.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,505 root INFO copying mercurial/commit.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,505 root INFO copying mercurial/config.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,505 root INFO copying mercurial/configitems.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,506 root INFO copying mercurial/context.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,506 root INFO copying mercurial/copies.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,507 root INFO copying mercurial/crecord.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,507 root INFO copying mercurial/dagop.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,507 root INFO copying mercurial/dagparser.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,508 root INFO copying mercurial/debugcommands.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,508 root INFO copying mercurial/destutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,509 root INFO copying mercurial/diffhelper.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,509 root INFO copying mercurial/diffutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,509 root INFO copying mercurial/dirstate.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,510 root INFO copying mercurial/dirstatemap.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,510 root INFO copying mercurial/discovery.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,510 root INFO copying mercurial/dispatch.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,511 root INFO copying mercurial/encoding.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,511 root INFO copying mercurial/error.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,511 root INFO copying mercurial/exchange.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,512 root INFO copying mercurial/extensions.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,512 root INFO copying mercurial/exthelper.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,512 root INFO copying mercurial/fancyopts.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,513 root INFO copying mercurial/filelog.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,513 root INFO copying mercurial/filemerge.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,513 root INFO copying mercurial/fileset.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,514 root INFO copying mercurial/filesetlang.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,514 root INFO copying mercurial/formatter.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,514 root INFO copying mercurial/graphmod.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,515 root INFO copying mercurial/grep.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,515 root INFO copying mercurial/hbisect.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,515 root INFO copying mercurial/help.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,516 root INFO copying mercurial/hg.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,516 root INFO copying mercurial/hook.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,517 root INFO copying mercurial/httpconnection.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,517 root INFO copying mercurial/httppeer.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,517 root INFO copying mercurial/i18n.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,517 root INFO copying mercurial/keepalive.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,518 root INFO copying mercurial/linelog.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,518 root INFO copying mercurial/localrepo.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,519 root INFO copying mercurial/lock.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,519 root INFO copying mercurial/logcmdutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,519 root INFO copying mercurial/logexchange.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,520 root INFO copying mercurial/loggingutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,520 root INFO copying mercurial/lsprof.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,520 root INFO copying mercurial/lsprofcalltree.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,521 root INFO copying mercurial/mail.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,521 root INFO copying mercurial/manifest.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,521 root INFO copying mercurial/match.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,522 root INFO copying mercurial/mdiff.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,522 root INFO copying mercurial/merge.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,522 root INFO copying mercurial/mergestate.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,523 root INFO copying mercurial/mergeutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,523 root INFO copying mercurial/metadata.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,523 root INFO copying mercurial/minifileset.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,524 root INFO copying mercurial/minirst.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,524 root INFO copying mercurial/namespaces.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,524 root INFO copying mercurial/narrowspec.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,525 root INFO copying mercurial/node.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,525 root INFO copying mercurial/obsolete.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,525 root INFO copying mercurial/obsutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,526 root INFO copying mercurial/parser.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,526 root INFO copying mercurial/patch.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,527 root INFO copying mercurial/pathutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,527 root INFO copying mercurial/phases.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,527 root INFO copying mercurial/policy.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,528 root INFO copying mercurial/posix.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,528 root INFO copying mercurial/profiling.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,528 root INFO copying mercurial/progress.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,529 root INFO copying mercurial/pushkey.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,529 root INFO copying mercurial/pvec.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,529 root INFO copying mercurial/pycompat.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,530 root INFO copying mercurial/rcutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,530 root INFO copying mercurial/registrar.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,530 root INFO copying mercurial/repair.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,531 root INFO copying mercurial/repocache.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,531 root INFO copying mercurial/repoview.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,531 root INFO copying mercurial/requirements.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,532 root INFO copying mercurial/revlog.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,532 root INFO copying mercurial/revset.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,533 root INFO copying mercurial/revsetlang.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,533 root INFO copying mercurial/rewriteutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,533 root INFO copying mercurial/scmposix.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,533 root INFO copying mercurial/scmutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,534 root INFO copying mercurial/scmwindows.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,534 root INFO copying mercurial/server.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,535 root INFO copying mercurial/setdiscovery.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,535 root INFO copying mercurial/shelve.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,535 root INFO copying mercurial/similar.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,536 root INFO copying mercurial/simplemerge.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,536 root INFO copying mercurial/smartset.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,536 root INFO copying mercurial/sparse.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,537 root INFO copying mercurial/sshpeer.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,537 root INFO copying mercurial/sslutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,537 root INFO copying mercurial/stack.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,538 root INFO copying mercurial/state.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,538 root INFO copying mercurial/statichttprepo.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,538 root INFO copying mercurial/statprof.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,539 root INFO copying mercurial/store.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,539 root INFO copying mercurial/streamclone.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,539 root INFO copying mercurial/strip.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,540 root INFO copying mercurial/subrepo.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,540 root INFO copying mercurial/subrepoutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,540 root INFO copying mercurial/tagmerge.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,541 root INFO copying mercurial/tags.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,541 root INFO copying mercurial/templatefilters.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,541 root INFO copying mercurial/templatefuncs.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,542 root INFO copying mercurial/templatekw.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,542 root INFO copying mercurial/templater.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,542 root INFO copying mercurial/templateutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,543 root INFO copying mercurial/transaction.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,543 root INFO copying mercurial/treediscovery.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,543 root INFO copying mercurial/txnutil.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,544 root INFO copying mercurial/typelib.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,544 root INFO copying mercurial/ui.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,545 root INFO copying mercurial/unionrepo.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,545 root INFO copying mercurial/upgrade.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,545 root INFO copying mercurial/url.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,545 root INFO copying mercurial/urllibcompat.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,546 root INFO copying mercurial/util.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,546 root INFO copying mercurial/verify.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,547 root INFO copying mercurial/vfs.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,547 root INFO copying mercurial/win32.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,547 root INFO copying mercurial/windows.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,548 root INFO copying mercurial/wireprotoframing.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,548 root INFO copying mercurial/wireprotoserver.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,548 root INFO copying mercurial/wireprototypes.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,549 root INFO copying mercurial/wireprotov1peer.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,549 root INFO copying mercurial/wireprotov1server.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,549 root INFO copying mercurial/worker.py -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,550 root INFO copying mercurial/cext/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/cext 2023-08-04 12:42:57,551 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/cffi 2023-08-04 12:42:57,551 root INFO copying mercurial/cffi/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/cffi 2023-08-04 12:42:57,551 root INFO copying mercurial/cffi/bdiff.py -> build/lib.linux-ppc-cpython-310/mercurial/cffi 2023-08-04 12:42:57,551 root INFO copying mercurial/cffi/bdiffbuild.py -> build/lib.linux-ppc-cpython-310/mercurial/cffi 2023-08-04 12:42:57,552 root INFO copying mercurial/cffi/mpatch.py -> build/lib.linux-ppc-cpython-310/mercurial/cffi 2023-08-04 12:42:57,552 root INFO copying mercurial/cffi/mpatchbuild.py -> build/lib.linux-ppc-cpython-310/mercurial/cffi 2023-08-04 12:42:57,552 root INFO copying mercurial/cffi/osutil.py -> build/lib.linux-ppc-cpython-310/mercurial/cffi 2023-08-04 12:42:57,553 root INFO copying mercurial/cffi/osutilbuild.py -> build/lib.linux-ppc-cpython-310/mercurial/cffi 2023-08-04 12:42:57,553 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/defaultrc 2023-08-04 12:42:57,553 root INFO copying mercurial/defaultrc/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/defaultrc 2023-08-04 12:42:57,554 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/dirstateutils 2023-08-04 12:42:57,554 root INFO copying mercurial/dirstateutils/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/dirstateutils 2023-08-04 12:42:57,554 root INFO copying mercurial/dirstateutils/docket.py -> build/lib.linux-ppc-cpython-310/mercurial/dirstateutils 2023-08-04 12:42:57,555 root INFO copying mercurial/dirstateutils/timestamp.py -> build/lib.linux-ppc-cpython-310/mercurial/dirstateutils 2023-08-04 12:42:57,555 root INFO copying mercurial/dirstateutils/v2.py -> build/lib.linux-ppc-cpython-310/mercurial/dirstateutils 2023-08-04 12:42:57,556 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,556 root INFO copying mercurial/helptext/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,556 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,556 root INFO copying mercurial/helptext/internals/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,557 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,557 root INFO copying mercurial/hgweb/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,558 root INFO copying mercurial/hgweb/common.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,558 root INFO copying mercurial/hgweb/hgweb_mod.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,558 root INFO copying mercurial/hgweb/hgwebdir_mod.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,559 root INFO copying mercurial/hgweb/request.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,559 root INFO copying mercurial/hgweb/server.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,559 root INFO copying mercurial/hgweb/webcommands.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,560 root INFO copying mercurial/hgweb/webutil.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,560 root INFO copying mercurial/hgweb/wsgicgi.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,560 root INFO copying mercurial/hgweb/wsgiheaders.py -> build/lib.linux-ppc-cpython-310/mercurial/hgweb 2023-08-04 12:42:57,561 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/interfaces 2023-08-04 12:42:57,561 root INFO copying mercurial/interfaces/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/interfaces 2023-08-04 12:42:57,561 root INFO copying mercurial/interfaces/dirstate.py -> build/lib.linux-ppc-cpython-310/mercurial/interfaces 2023-08-04 12:42:57,562 root INFO copying mercurial/interfaces/repository.py -> build/lib.linux-ppc-cpython-310/mercurial/interfaces 2023-08-04 12:42:57,562 root INFO copying mercurial/interfaces/util.py -> build/lib.linux-ppc-cpython-310/mercurial/interfaces 2023-08-04 12:42:57,563 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/pure 2023-08-04 12:42:57,563 root INFO copying mercurial/pure/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/pure 2023-08-04 12:42:57,563 root INFO copying mercurial/pure/base85.py -> build/lib.linux-ppc-cpython-310/mercurial/pure 2023-08-04 12:42:57,564 root INFO copying mercurial/pure/bdiff.py -> build/lib.linux-ppc-cpython-310/mercurial/pure 2023-08-04 12:42:57,564 root INFO copying mercurial/pure/charencode.py -> build/lib.linux-ppc-cpython-310/mercurial/pure 2023-08-04 12:42:57,564 root INFO copying mercurial/pure/mpatch.py -> build/lib.linux-ppc-cpython-310/mercurial/pure 2023-08-04 12:42:57,564 root INFO copying mercurial/pure/osutil.py -> build/lib.linux-ppc-cpython-310/mercurial/pure 2023-08-04 12:42:57,565 root INFO copying mercurial/pure/parsers.py -> build/lib.linux-ppc-cpython-310/mercurial/pure 2023-08-04 12:42:57,565 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/stabletailgraph 2023-08-04 12:42:57,566 root INFO copying mercurial/stabletailgraph/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/stabletailgraph 2023-08-04 12:42:57,566 root INFO copying mercurial/stabletailgraph/stabletailsort.py -> build/lib.linux-ppc-cpython-310/mercurial/stabletailgraph 2023-08-04 12:42:57,566 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,566 root INFO copying mercurial/templates/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,567 root INFO copying mercurial/thirdparty/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty 2023-08-04 12:42:57,568 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,568 root INFO copying mercurial/thirdparty/attr/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,568 root INFO copying mercurial/thirdparty/attr/_cmp.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,569 root INFO copying mercurial/thirdparty/attr/_compat.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,569 root INFO copying mercurial/thirdparty/attr/_config.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,569 root INFO copying mercurial/thirdparty/attr/_funcs.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,570 root INFO copying mercurial/thirdparty/attr/_make.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,570 root INFO copying mercurial/thirdparty/attr/_next_gen.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,570 root INFO copying mercurial/thirdparty/attr/_version_info.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,571 root INFO copying mercurial/thirdparty/attr/converters.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,571 root INFO copying mercurial/thirdparty/attr/exceptions.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,571 root INFO copying mercurial/thirdparty/attr/filters.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,572 root INFO copying mercurial/thirdparty/attr/setters.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,572 root INFO copying mercurial/thirdparty/attr/validators.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,572 root INFO copying mercurial/thirdparty/zope/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope 2023-08-04 12:42:57,573 root INFO copying mercurial/thirdparty/zope/interface/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,574 root INFO copying mercurial/thirdparty/zope/interface/_compat.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,574 root INFO copying mercurial/thirdparty/zope/interface/_flatten.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,574 root INFO copying mercurial/thirdparty/zope/interface/adapter.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,575 root INFO copying mercurial/thirdparty/zope/interface/advice.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,575 root INFO copying mercurial/thirdparty/zope/interface/declarations.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,575 root INFO copying mercurial/thirdparty/zope/interface/document.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,576 root INFO copying mercurial/thirdparty/zope/interface/exceptions.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,576 root INFO copying mercurial/thirdparty/zope/interface/interface.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,576 root INFO copying mercurial/thirdparty/zope/interface/interfaces.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,577 root INFO copying mercurial/thirdparty/zope/interface/registry.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,577 root INFO copying mercurial/thirdparty/zope/interface/ro.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,577 root INFO copying mercurial/thirdparty/zope/interface/verify.py -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,578 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/upgrade_utils 2023-08-04 12:42:57,578 root INFO copying mercurial/upgrade_utils/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/upgrade_utils 2023-08-04 12:42:57,578 root INFO copying mercurial/upgrade_utils/actions.py -> build/lib.linux-ppc-cpython-310/mercurial/upgrade_utils 2023-08-04 12:42:57,579 root INFO copying mercurial/upgrade_utils/auto_upgrade.py -> build/lib.linux-ppc-cpython-310/mercurial/upgrade_utils 2023-08-04 12:42:57,579 root INFO copying mercurial/upgrade_utils/engine.py -> build/lib.linux-ppc-cpython-310/mercurial/upgrade_utils 2023-08-04 12:42:57,580 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,580 root INFO copying mercurial/utils/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,580 root INFO copying mercurial/utils/cborutil.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,581 root INFO copying mercurial/utils/compression.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,581 root INFO copying mercurial/utils/dateutil.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,581 root INFO copying mercurial/utils/hashutil.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,582 root INFO copying mercurial/utils/memorytop.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,582 root INFO copying mercurial/utils/procutil.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,582 root INFO copying mercurial/utils/repoviewutil.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,583 root INFO copying mercurial/utils/resourceutil.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,583 root INFO copying mercurial/utils/storageutil.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,583 root INFO copying mercurial/utils/stringutil.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,584 root INFO copying mercurial/utils/urlutil.py -> build/lib.linux-ppc-cpython-310/mercurial/utils 2023-08-04 12:42:57,585 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,585 root INFO copying mercurial/revlogutils/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,585 root INFO copying mercurial/revlogutils/concurrency_checker.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,585 root INFO copying mercurial/revlogutils/constants.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,586 root INFO copying mercurial/revlogutils/debug.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,586 root INFO copying mercurial/revlogutils/deltas.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,587 root INFO copying mercurial/revlogutils/docket.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,587 root INFO copying mercurial/revlogutils/flagutil.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,587 root INFO copying mercurial/revlogutils/nodemap.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,588 root INFO copying mercurial/revlogutils/randomaccessfile.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,588 root INFO copying mercurial/revlogutils/revlogv0.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,588 root INFO copying mercurial/revlogutils/rewrite.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,589 root INFO copying mercurial/revlogutils/sidedata.py -> build/lib.linux-ppc-cpython-310/mercurial/revlogutils 2023-08-04 12:42:57,589 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/testing 2023-08-04 12:42:57,589 root INFO copying mercurial/testing/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/testing 2023-08-04 12:42:57,590 root INFO copying mercurial/testing/revlog.py -> build/lib.linux-ppc-cpython-310/mercurial/testing 2023-08-04 12:42:57,590 root INFO copying mercurial/testing/storage.py -> build/lib.linux-ppc-cpython-310/mercurial/testing 2023-08-04 12:42:57,592 root INFO copying hgext/__init__.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,592 root INFO copying hgext/absorb.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,593 root INFO copying hgext/acl.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,593 root INFO copying hgext/amend.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,593 root INFO copying hgext/automv.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,594 root INFO copying hgext/beautifygraph.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,594 root INFO copying hgext/blackbox.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,594 root INFO copying hgext/bookflow.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,595 root INFO copying hgext/bugzilla.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,595 root INFO copying hgext/censor.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,595 root INFO copying hgext/children.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,596 root INFO copying hgext/churn.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,596 root INFO copying hgext/clonebundles.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,596 root INFO copying hgext/closehead.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,597 root INFO copying hgext/commitextras.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,597 root INFO copying hgext/eol.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,597 root INFO copying hgext/extdiff.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,598 root INFO copying hgext/factotum.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,598 root INFO copying hgext/fastexport.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,598 root INFO copying hgext/fetch.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,598 root INFO copying hgext/fix.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,599 root INFO copying hgext/githelp.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,599 root INFO copying hgext/gpg.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,600 root INFO copying hgext/graphlog.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,600 root INFO copying hgext/hgk.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,600 root INFO copying hgext/histedit.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,601 root INFO copying hgext/journal.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,601 root INFO copying hgext/keyword.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,601 root INFO copying hgext/logtoprocess.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,602 root INFO copying hgext/mq.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,602 root INFO copying hgext/notify.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,602 root INFO copying hgext/pager.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,603 root INFO copying hgext/patchbomb.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,603 root INFO copying hgext/phabricator.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,604 root INFO copying hgext/purge.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,604 root INFO copying hgext/rebase.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,604 root INFO copying hgext/record.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,605 root INFO copying hgext/releasenotes.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,605 root INFO copying hgext/relink.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,605 root INFO copying hgext/remotenames.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,606 root INFO copying hgext/schemes.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,606 root INFO copying hgext/share.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,606 root INFO copying hgext/show.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,607 root INFO copying hgext/sparse.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,607 root INFO copying hgext/split.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,607 root INFO copying hgext/sqlitestore.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,608 root INFO copying hgext/strip.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,608 root INFO copying hgext/transplant.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,608 root INFO copying hgext/uncommit.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,609 root INFO copying hgext/win32mbcs.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,609 root INFO copying hgext/win32text.py -> build/lib.linux-ppc-cpython-310/hgext 2023-08-04 12:42:57,610 root INFO creating build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,610 root INFO copying hgext/convert/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,610 root INFO copying hgext/convert/bzr.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,611 root INFO copying hgext/convert/common.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,611 root INFO copying hgext/convert/convcmd.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,611 root INFO copying hgext/convert/cvs.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,612 root INFO copying hgext/convert/cvsps.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,612 root INFO copying hgext/convert/darcs.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,612 root INFO copying hgext/convert/filemap.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,613 root INFO copying hgext/convert/git.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,613 root INFO copying hgext/convert/gnuarch.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,613 root INFO copying hgext/convert/hg.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,614 root INFO copying hgext/convert/monotone.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,614 root INFO copying hgext/convert/p4.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,614 root INFO copying hgext/convert/subversion.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,615 root INFO copying hgext/convert/transport.py -> build/lib.linux-ppc-cpython-310/hgext/convert 2023-08-04 12:42:57,615 root INFO copying hgext/fsmonitor/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/fsmonitor 2023-08-04 12:42:57,616 root INFO copying hgext/fsmonitor/state.py -> build/lib.linux-ppc-cpython-310/hgext/fsmonitor 2023-08-04 12:42:57,616 root INFO copying hgext/fsmonitor/watchmanclient.py -> build/lib.linux-ppc-cpython-310/hgext/fsmonitor 2023-08-04 12:42:57,617 root INFO creating build/lib.linux-ppc-cpython-310/hgext/fastannotate 2023-08-04 12:42:57,617 root INFO copying hgext/fastannotate/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/fastannotate 2023-08-04 12:42:57,617 root INFO copying hgext/fastannotate/commands.py -> build/lib.linux-ppc-cpython-310/hgext/fastannotate 2023-08-04 12:42:57,618 root INFO copying hgext/fastannotate/context.py -> build/lib.linux-ppc-cpython-310/hgext/fastannotate 2023-08-04 12:42:57,618 root INFO copying hgext/fastannotate/error.py -> build/lib.linux-ppc-cpython-310/hgext/fastannotate 2023-08-04 12:42:57,618 root INFO copying hgext/fastannotate/formatter.py -> build/lib.linux-ppc-cpython-310/hgext/fastannotate 2023-08-04 12:42:57,618 root INFO copying hgext/fastannotate/protocol.py -> build/lib.linux-ppc-cpython-310/hgext/fastannotate 2023-08-04 12:42:57,619 root INFO copying hgext/fastannotate/revmap.py -> build/lib.linux-ppc-cpython-310/hgext/fastannotate 2023-08-04 12:42:57,619 root INFO copying hgext/fastannotate/support.py -> build/lib.linux-ppc-cpython-310/hgext/fastannotate 2023-08-04 12:42:57,620 root INFO copying hgext/fsmonitor/pywatchman/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,620 root INFO copying hgext/fsmonitor/pywatchman/capabilities.py -> build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,620 root INFO copying hgext/fsmonitor/pywatchman/compat.py -> build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,621 root INFO copying hgext/fsmonitor/pywatchman/encoding.py -> build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,621 root INFO copying hgext/fsmonitor/pywatchman/load.py -> build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,621 root INFO copying hgext/fsmonitor/pywatchman/pybser.py -> build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,622 root INFO creating build/lib.linux-ppc-cpython-310/hgext/git 2023-08-04 12:42:57,622 root INFO copying hgext/git/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/git 2023-08-04 12:42:57,623 root INFO copying hgext/git/dirstate.py -> build/lib.linux-ppc-cpython-310/hgext/git 2023-08-04 12:42:57,623 root INFO copying hgext/git/gitlog.py -> build/lib.linux-ppc-cpython-310/hgext/git 2023-08-04 12:42:57,623 root INFO copying hgext/git/gitutil.py -> build/lib.linux-ppc-cpython-310/hgext/git 2023-08-04 12:42:57,624 root INFO copying hgext/git/index.py -> build/lib.linux-ppc-cpython-310/hgext/git 2023-08-04 12:42:57,624 root INFO copying hgext/git/manifest.py -> build/lib.linux-ppc-cpython-310/hgext/git 2023-08-04 12:42:57,624 root INFO creating build/lib.linux-ppc-cpython-310/hgext/highlight 2023-08-04 12:42:57,625 root INFO copying hgext/highlight/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/highlight 2023-08-04 12:42:57,625 root INFO copying hgext/highlight/highlight.py -> build/lib.linux-ppc-cpython-310/hgext/highlight 2023-08-04 12:42:57,626 root INFO creating build/lib.linux-ppc-cpython-310/hgext/hooklib 2023-08-04 12:42:57,626 root INFO copying hgext/hooklib/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/hooklib 2023-08-04 12:42:57,626 root INFO copying hgext/hooklib/changeset_obsoleted.py -> build/lib.linux-ppc-cpython-310/hgext/hooklib 2023-08-04 12:42:57,626 root INFO copying hgext/hooklib/changeset_published.py -> build/lib.linux-ppc-cpython-310/hgext/hooklib 2023-08-04 12:42:57,627 root INFO copying hgext/hooklib/enforce_draft_commits.py -> build/lib.linux-ppc-cpython-310/hgext/hooklib 2023-08-04 12:42:57,627 root INFO copying hgext/hooklib/reject_merge_commits.py -> build/lib.linux-ppc-cpython-310/hgext/hooklib 2023-08-04 12:42:57,627 root INFO copying hgext/hooklib/reject_new_heads.py -> build/lib.linux-ppc-cpython-310/hgext/hooklib 2023-08-04 12:42:57,628 root INFO creating build/lib.linux-ppc-cpython-310/hgext/infinitepush 2023-08-04 12:42:57,628 root INFO copying hgext/infinitepush/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/infinitepush 2023-08-04 12:42:57,629 root INFO copying hgext/infinitepush/bundleparts.py -> build/lib.linux-ppc-cpython-310/hgext/infinitepush 2023-08-04 12:42:57,629 root INFO copying hgext/infinitepush/common.py -> build/lib.linux-ppc-cpython-310/hgext/infinitepush 2023-08-04 12:42:57,629 root INFO copying hgext/infinitepush/fileindexapi.py -> build/lib.linux-ppc-cpython-310/hgext/infinitepush 2023-08-04 12:42:57,629 root INFO copying hgext/infinitepush/indexapi.py -> build/lib.linux-ppc-cpython-310/hgext/infinitepush 2023-08-04 12:42:57,630 root INFO copying hgext/infinitepush/sqlindexapi.py -> build/lib.linux-ppc-cpython-310/hgext/infinitepush 2023-08-04 12:42:57,630 root INFO copying hgext/infinitepush/store.py -> build/lib.linux-ppc-cpython-310/hgext/infinitepush 2023-08-04 12:42:57,631 root INFO creating build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,631 root INFO copying hgext/largefiles/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,631 root INFO copying hgext/largefiles/basestore.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,632 root INFO copying hgext/largefiles/lfcommands.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,632 root INFO copying hgext/largefiles/lfutil.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,632 root INFO copying hgext/largefiles/localstore.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,633 root INFO copying hgext/largefiles/overrides.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,633 root INFO copying hgext/largefiles/proto.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,633 root INFO copying hgext/largefiles/remotestore.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,634 root INFO copying hgext/largefiles/reposetup.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,634 root INFO copying hgext/largefiles/storefactory.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,634 root INFO copying hgext/largefiles/wirestore.py -> build/lib.linux-ppc-cpython-310/hgext/largefiles 2023-08-04 12:42:57,635 root INFO creating build/lib.linux-ppc-cpython-310/hgext/lfs 2023-08-04 12:42:57,635 root INFO copying hgext/lfs/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/lfs 2023-08-04 12:42:57,636 root INFO copying hgext/lfs/blobstore.py -> build/lib.linux-ppc-cpython-310/hgext/lfs 2023-08-04 12:42:57,636 root INFO copying hgext/lfs/pointer.py -> build/lib.linux-ppc-cpython-310/hgext/lfs 2023-08-04 12:42:57,636 root INFO copying hgext/lfs/wireprotolfsserver.py -> build/lib.linux-ppc-cpython-310/hgext/lfs 2023-08-04 12:42:57,637 root INFO copying hgext/lfs/wrapper.py -> build/lib.linux-ppc-cpython-310/hgext/lfs 2023-08-04 12:42:57,637 root INFO creating build/lib.linux-ppc-cpython-310/hgext/narrow 2023-08-04 12:42:57,637 root INFO copying hgext/narrow/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/narrow 2023-08-04 12:42:57,638 root INFO copying hgext/narrow/narrowbundle2.py -> build/lib.linux-ppc-cpython-310/hgext/narrow 2023-08-04 12:42:57,638 root INFO copying hgext/narrow/narrowcommands.py -> build/lib.linux-ppc-cpython-310/hgext/narrow 2023-08-04 12:42:57,638 root INFO copying hgext/narrow/narrowdirstate.py -> build/lib.linux-ppc-cpython-310/hgext/narrow 2023-08-04 12:42:57,639 root INFO copying hgext/narrow/narrowrepo.py -> build/lib.linux-ppc-cpython-310/hgext/narrow 2023-08-04 12:42:57,639 root INFO copying hgext/narrow/narrowtemplates.py -> build/lib.linux-ppc-cpython-310/hgext/narrow 2023-08-04 12:42:57,639 root INFO copying hgext/narrow/narrowwirepeer.py -> build/lib.linux-ppc-cpython-310/hgext/narrow 2023-08-04 12:42:57,640 root INFO creating build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,641 root INFO copying hgext/remotefilelog/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,641 root INFO copying hgext/remotefilelog/basepack.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,641 root INFO copying hgext/remotefilelog/basestore.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,642 root INFO copying hgext/remotefilelog/connectionpool.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,642 root INFO copying hgext/remotefilelog/constants.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,642 root INFO copying hgext/remotefilelog/contentstore.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,643 root INFO copying hgext/remotefilelog/datapack.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,643 root INFO copying hgext/remotefilelog/debugcommands.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,643 root INFO copying hgext/remotefilelog/fileserverclient.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,644 root INFO copying hgext/remotefilelog/historypack.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,644 root INFO copying hgext/remotefilelog/metadatastore.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,644 root INFO copying hgext/remotefilelog/remotefilectx.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,645 root INFO copying hgext/remotefilelog/remotefilelog.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,645 root INFO copying hgext/remotefilelog/remotefilelogserver.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,645 root INFO copying hgext/remotefilelog/repack.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,646 root INFO copying hgext/remotefilelog/shallowbundle.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,646 root INFO copying hgext/remotefilelog/shallowrepo.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,646 root INFO copying hgext/remotefilelog/shallowstore.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,647 root INFO copying hgext/remotefilelog/shallowutil.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,647 root INFO copying hgext/remotefilelog/shallowverifier.py -> build/lib.linux-ppc-cpython-310/hgext/remotefilelog 2023-08-04 12:42:57,647 root INFO creating build/lib.linux-ppc-cpython-310/hgext/zeroconf 2023-08-04 12:42:57,648 root INFO copying hgext/zeroconf/Zeroconf.py -> build/lib.linux-ppc-cpython-310/hgext/zeroconf 2023-08-04 12:42:57,648 root INFO copying hgext/zeroconf/__init__.py -> build/lib.linux-ppc-cpython-310/hgext/zeroconf 2023-08-04 12:42:57,648 root INFO creating build/lib.linux-ppc-cpython-310/hgext3rd 2023-08-04 12:42:57,649 root INFO copying hgext3rd/__init__.py -> build/lib.linux-ppc-cpython-310/hgext3rd 2023-08-04 12:42:57,649 root INFO creating build/lib.linux-ppc-cpython-310/hgdemandimport 2023-08-04 12:42:57,649 root INFO copying hgdemandimport/__init__.py -> build/lib.linux-ppc-cpython-310/hgdemandimport 2023-08-04 12:42:57,650 root INFO copying hgdemandimport/demandimportpy3.py -> build/lib.linux-ppc-cpython-310/hgdemandimport 2023-08-04 12:42:57,650 root INFO copying hgdemandimport/tracing.py -> build/lib.linux-ppc-cpython-310/hgdemandimport 2023-08-04 12:42:57,651 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,651 root INFO copying mercurial/templates/atom/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,651 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/coal 2023-08-04 12:42:57,651 root INFO copying mercurial/templates/coal/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/coal 2023-08-04 12:42:57,652 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,652 root INFO copying mercurial/templates/gitweb/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,653 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/json 2023-08-04 12:42:57,653 root INFO copying mercurial/templates/json/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/json 2023-08-04 12:42:57,653 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,653 root INFO copying mercurial/templates/monoblue/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,654 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,654 root INFO copying mercurial/templates/paper/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,655 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,655 root INFO copying mercurial/templates/raw/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,655 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,655 root INFO copying mercurial/templates/rss/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,656 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,656 root INFO copying mercurial/templates/spartan/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,657 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,657 root INFO copying mercurial/templates/static/__init__.py -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,657 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale 2023-08-04 12:42:57,657 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/da 2023-08-04 12:42:57,657 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/da/LC_MESSAGES 2023-08-04 12:42:57,658 root INFO copying mercurial/locale/da/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/da/LC_MESSAGES 2023-08-04 12:42:57,658 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/de 2023-08-04 12:42:57,658 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/de/LC_MESSAGES 2023-08-04 12:42:57,659 root INFO copying mercurial/locale/de/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/de/LC_MESSAGES 2023-08-04 12:42:57,660 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/el 2023-08-04 12:42:57,660 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/el/LC_MESSAGES 2023-08-04 12:42:57,660 root INFO copying mercurial/locale/el/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/el/LC_MESSAGES 2023-08-04 12:42:57,660 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/fr 2023-08-04 12:42:57,660 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/fr/LC_MESSAGES 2023-08-04 12:42:57,661 root INFO copying mercurial/locale/fr/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/fr/LC_MESSAGES 2023-08-04 12:42:57,661 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/it 2023-08-04 12:42:57,661 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/it/LC_MESSAGES 2023-08-04 12:42:57,661 root INFO copying mercurial/locale/it/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/it/LC_MESSAGES 2023-08-04 12:42:57,662 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/ja 2023-08-04 12:42:57,662 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/ja/LC_MESSAGES 2023-08-04 12:42:57,662 root INFO copying mercurial/locale/ja/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/ja/LC_MESSAGES 2023-08-04 12:42:57,664 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/pt_BR 2023-08-04 12:42:57,664 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/pt_BR/LC_MESSAGES 2023-08-04 12:42:57,664 root INFO copying mercurial/locale/pt_BR/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/pt_BR/LC_MESSAGES 2023-08-04 12:42:57,666 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/ro 2023-08-04 12:42:57,667 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/ro/LC_MESSAGES 2023-08-04 12:42:57,667 root INFO copying mercurial/locale/ro/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/ro/LC_MESSAGES 2023-08-04 12:42:57,667 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/ru 2023-08-04 12:42:57,667 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/ru/LC_MESSAGES 2023-08-04 12:42:57,668 root INFO copying mercurial/locale/ru/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/ru/LC_MESSAGES 2023-08-04 12:42:57,669 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/sv 2023-08-04 12:42:57,669 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/sv/LC_MESSAGES 2023-08-04 12:42:57,670 root INFO copying mercurial/locale/sv/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/sv/LC_MESSAGES 2023-08-04 12:42:57,670 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/zh_CN 2023-08-04 12:42:57,670 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/zh_CN/LC_MESSAGES 2023-08-04 12:42:57,671 root INFO copying mercurial/locale/zh_CN/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/zh_CN/LC_MESSAGES 2023-08-04 12:42:57,671 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/zh_TW 2023-08-04 12:42:57,671 root INFO creating build/lib.linux-ppc-cpython-310/mercurial/locale/zh_TW/LC_MESSAGES 2023-08-04 12:42:57,671 root INFO copying mercurial/locale/zh_TW/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-310/mercurial/locale/zh_TW/LC_MESSAGES 2023-08-04 12:42:57,672 root INFO copying mercurial/dummycert.pem -> build/lib.linux-ppc-cpython-310/mercurial 2023-08-04 12:42:57,672 root INFO copying mercurial/defaultrc/mergetools.rc -> build/lib.linux-ppc-cpython-310/mercurial/defaultrc 2023-08-04 12:42:57,672 root INFO copying mercurial/helptext/bundlespec.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,673 root INFO copying mercurial/helptext/color.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,673 root INFO copying mercurial/helptext/common.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,673 root INFO copying mercurial/helptext/config.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,674 root INFO copying mercurial/helptext/dates.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,674 root INFO copying mercurial/helptext/deprecated.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,674 root INFO copying mercurial/helptext/diffs.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,675 root INFO copying mercurial/helptext/environment.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,675 root INFO copying mercurial/helptext/evolution.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,675 root INFO copying mercurial/helptext/extensions.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,676 root INFO copying mercurial/helptext/filesets.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,676 root INFO copying mercurial/helptext/flags.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,676 root INFO copying mercurial/helptext/glossary.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,677 root INFO copying mercurial/helptext/hg-ssh.8.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,677 root INFO copying mercurial/helptext/hg.1.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,677 root INFO copying mercurial/helptext/hgignore.5.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,678 root INFO copying mercurial/helptext/hgignore.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,678 root INFO copying mercurial/helptext/hgrc.5.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,678 root INFO copying mercurial/helptext/hgweb.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,678 root INFO copying mercurial/helptext/merge-tools.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,679 root INFO copying mercurial/helptext/pager.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,679 root INFO copying mercurial/helptext/patterns.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,679 root INFO copying mercurial/helptext/phases.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,680 root INFO copying mercurial/helptext/revisions.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,680 root INFO copying mercurial/helptext/rust.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,680 root INFO copying mercurial/helptext/scripting.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,681 root INFO copying mercurial/helptext/subrepos.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,681 root INFO copying mercurial/helptext/templates.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,681 root INFO copying mercurial/helptext/urls.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext 2023-08-04 12:42:57,682 root INFO copying mercurial/helptext/internals/bid-merge.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,682 root INFO copying mercurial/helptext/internals/bundle2.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,682 root INFO copying mercurial/helptext/internals/bundles.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,683 root INFO copying mercurial/helptext/internals/cbor.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,683 root INFO copying mercurial/helptext/internals/censor.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,683 root INFO copying mercurial/helptext/internals/changegroups.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,683 root INFO copying mercurial/helptext/internals/config.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,684 root INFO copying mercurial/helptext/internals/dirstate-v2.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,684 root INFO copying mercurial/helptext/internals/extensions.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,684 root INFO copying mercurial/helptext/internals/linelog.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,685 root INFO copying mercurial/helptext/internals/mergestate.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,685 root INFO copying mercurial/helptext/internals/requirements.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,685 root INFO copying mercurial/helptext/internals/revlogs.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,686 root INFO copying mercurial/helptext/internals/wireprotocol.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,686 root INFO copying mercurial/helptext/internals/wireprotocolrpc.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,686 root INFO copying mercurial/helptext/internals/wireprotocolv2.txt -> build/lib.linux-ppc-cpython-310/mercurial/helptext/internals 2023-08-04 12:42:57,687 root INFO copying mercurial/templates/map-cmdline.bisect -> build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,687 root INFO copying mercurial/templates/map-cmdline.changelog -> build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,688 root INFO copying mercurial/templates/map-cmdline.compact -> build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,688 root INFO copying mercurial/templates/map-cmdline.default -> build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,688 root INFO copying mercurial/templates/map-cmdline.phases -> build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,688 root INFO copying mercurial/templates/map-cmdline.show -> build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,689 root INFO copying mercurial/templates/map-cmdline.status -> build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,689 root INFO copying mercurial/templates/map-cmdline.xml -> build/lib.linux-ppc-cpython-310/mercurial/templates 2023-08-04 12:42:57,689 root INFO copying mercurial/thirdparty/attr/__init__.pyi -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,690 root INFO copying mercurial/thirdparty/attr/_cmp.pyi -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,690 root INFO copying mercurial/thirdparty/attr/_version_info.pyi -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,690 root INFO copying mercurial/thirdparty/attr/converters.pyi -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,691 root INFO copying mercurial/thirdparty/attr/exceptions.pyi -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,691 root INFO copying mercurial/thirdparty/attr/filters.pyi -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,691 root INFO copying mercurial/thirdparty/attr/setters.pyi -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,692 root INFO copying mercurial/thirdparty/attr/validators.pyi -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,692 root INFO copying mercurial/thirdparty/attr/py.typed -> build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr 2023-08-04 12:42:57,692 root INFO copying mercurial/templates/atom/bookmarkentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,693 root INFO copying mercurial/templates/atom/bookmarks.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,693 root INFO copying mercurial/templates/atom/branchentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,693 root INFO copying mercurial/templates/atom/branches.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,693 root INFO copying mercurial/templates/atom/changelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,694 root INFO copying mercurial/templates/atom/changelogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,694 root INFO copying mercurial/templates/atom/error.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,694 root INFO copying mercurial/templates/atom/filelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,695 root INFO copying mercurial/templates/atom/header.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,695 root INFO copying mercurial/templates/atom/map -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,695 root INFO copying mercurial/templates/atom/tagentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,696 root INFO copying mercurial/templates/atom/tags.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/atom 2023-08-04 12:42:57,696 root INFO copying mercurial/templates/coal/header.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/coal 2023-08-04 12:42:57,696 root INFO copying mercurial/templates/coal/map -> build/lib.linux-ppc-cpython-310/mercurial/templates/coal 2023-08-04 12:42:57,697 root INFO copying mercurial/templates/gitweb/bookmarks.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,697 root INFO copying mercurial/templates/gitweb/branches.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,697 root INFO copying mercurial/templates/gitweb/changelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,698 root INFO copying mercurial/templates/gitweb/changelogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,698 root INFO copying mercurial/templates/gitweb/changeset.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,698 root INFO copying mercurial/templates/gitweb/error.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,699 root INFO copying mercurial/templates/gitweb/fileannotate.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,699 root INFO copying mercurial/templates/gitweb/filecomparison.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,699 root INFO copying mercurial/templates/gitweb/filediff.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,700 root INFO copying mercurial/templates/gitweb/filelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,700 root INFO copying mercurial/templates/gitweb/filerevision.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,700 root INFO copying mercurial/templates/gitweb/footer.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,700 root INFO copying mercurial/templates/gitweb/graph.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,701 root INFO copying mercurial/templates/gitweb/graphentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,701 root INFO copying mercurial/templates/gitweb/header.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,701 root INFO copying mercurial/templates/gitweb/help.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,702 root INFO copying mercurial/templates/gitweb/helptopics.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,702 root INFO copying mercurial/templates/gitweb/index.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,702 root INFO copying mercurial/templates/gitweb/manifest.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,703 root INFO copying mercurial/templates/gitweb/map -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,703 root INFO copying mercurial/templates/gitweb/notfound.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,703 root INFO copying mercurial/templates/gitweb/search.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,704 root INFO copying mercurial/templates/gitweb/shortlog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,704 root INFO copying mercurial/templates/gitweb/summary.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,704 root INFO copying mercurial/templates/gitweb/tags.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb 2023-08-04 12:42:57,705 root INFO copying mercurial/templates/json/changelist.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/json 2023-08-04 12:42:57,705 root INFO copying mercurial/templates/json/graph.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/json 2023-08-04 12:42:57,705 root INFO copying mercurial/templates/json/map -> build/lib.linux-ppc-cpython-310/mercurial/templates/json 2023-08-04 12:42:57,706 root INFO copying mercurial/templates/monoblue/bookmarks.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,706 root INFO copying mercurial/templates/monoblue/branches.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,706 root INFO copying mercurial/templates/monoblue/changelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,707 root INFO copying mercurial/templates/monoblue/changelogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,707 root INFO copying mercurial/templates/monoblue/changeset.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,707 root INFO copying mercurial/templates/monoblue/error.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,707 root INFO copying mercurial/templates/monoblue/fileannotate.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,708 root INFO copying mercurial/templates/monoblue/filecomparison.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,708 root INFO copying mercurial/templates/monoblue/filediff.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,708 root INFO copying mercurial/templates/monoblue/filelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,709 root INFO copying mercurial/templates/monoblue/filerevision.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,709 root INFO copying mercurial/templates/monoblue/footer.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,709 root INFO copying mercurial/templates/monoblue/graph.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,710 root INFO copying mercurial/templates/monoblue/graphentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,710 root INFO copying mercurial/templates/monoblue/header.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,710 root INFO copying mercurial/templates/monoblue/help.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,711 root INFO copying mercurial/templates/monoblue/helptopics.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,711 root INFO copying mercurial/templates/monoblue/index.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,711 root INFO copying mercurial/templates/monoblue/manifest.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,711 root INFO copying mercurial/templates/monoblue/map -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,712 root INFO copying mercurial/templates/monoblue/notfound.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,712 root INFO copying mercurial/templates/monoblue/search.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,712 root INFO copying mercurial/templates/monoblue/shortlog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,713 root INFO copying mercurial/templates/monoblue/summary.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,713 root INFO copying mercurial/templates/monoblue/tags.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue 2023-08-04 12:42:57,713 root INFO copying mercurial/templates/paper/bookmarks.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,714 root INFO copying mercurial/templates/paper/branches.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,714 root INFO copying mercurial/templates/paper/changeset.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,714 root INFO copying mercurial/templates/paper/diffstat.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,715 root INFO copying mercurial/templates/paper/error.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,715 root INFO copying mercurial/templates/paper/fileannotate.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,715 root INFO copying mercurial/templates/paper/filecomparison.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,716 root INFO copying mercurial/templates/paper/filediff.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,716 root INFO copying mercurial/templates/paper/filelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,716 root INFO copying mercurial/templates/paper/filelogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,717 root INFO copying mercurial/templates/paper/filerevision.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,717 root INFO copying mercurial/templates/paper/footer.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,717 root INFO copying mercurial/templates/paper/graph.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,717 root INFO copying mercurial/templates/paper/graphentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,718 root INFO copying mercurial/templates/paper/header.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,718 root INFO copying mercurial/templates/paper/help.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,718 root INFO copying mercurial/templates/paper/helptopics.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,719 root INFO copying mercurial/templates/paper/index.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,719 root INFO copying mercurial/templates/paper/manifest.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,719 root INFO copying mercurial/templates/paper/map -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,720 root INFO copying mercurial/templates/paper/notfound.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,720 root INFO copying mercurial/templates/paper/search.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,720 root INFO copying mercurial/templates/paper/shortlog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,721 root INFO copying mercurial/templates/paper/shortlogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,721 root INFO copying mercurial/templates/paper/tags.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/paper 2023-08-04 12:42:57,721 root INFO copying mercurial/templates/raw/changelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,722 root INFO copying mercurial/templates/raw/changeset.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,722 root INFO copying mercurial/templates/raw/error.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,722 root INFO copying mercurial/templates/raw/fileannotate.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,723 root INFO copying mercurial/templates/raw/filediff.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,723 root INFO copying mercurial/templates/raw/graph.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,723 root INFO copying mercurial/templates/raw/graphedge.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,723 root INFO copying mercurial/templates/raw/graphnode.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,724 root INFO copying mercurial/templates/raw/index.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,724 root INFO copying mercurial/templates/raw/logentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,724 root INFO copying mercurial/templates/raw/manifest.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,725 root INFO copying mercurial/templates/raw/map -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,725 root INFO copying mercurial/templates/raw/notfound.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,725 root INFO copying mercurial/templates/raw/search.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/raw 2023-08-04 12:42:57,726 root INFO copying mercurial/templates/rss/bookmarkentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,726 root INFO copying mercurial/templates/rss/bookmarks.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,726 root INFO copying mercurial/templates/rss/branchentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,727 root INFO copying mercurial/templates/rss/branches.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,727 root INFO copying mercurial/templates/rss/changelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,727 root INFO copying mercurial/templates/rss/changelogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,728 root INFO copying mercurial/templates/rss/error.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,728 root INFO copying mercurial/templates/rss/filelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,728 root INFO copying mercurial/templates/rss/filelogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,729 root INFO copying mercurial/templates/rss/header.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,729 root INFO copying mercurial/templates/rss/map -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,729 root INFO copying mercurial/templates/rss/tagentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,729 root INFO copying mercurial/templates/rss/tags.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/rss 2023-08-04 12:42:57,730 root INFO copying mercurial/templates/spartan/branches.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,730 root INFO copying mercurial/templates/spartan/changelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,730 root INFO copying mercurial/templates/spartan/changelogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,731 root INFO copying mercurial/templates/spartan/changeset.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,731 root INFO copying mercurial/templates/spartan/error.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,731 root INFO copying mercurial/templates/spartan/fileannotate.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,732 root INFO copying mercurial/templates/spartan/filediff.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,732 root INFO copying mercurial/templates/spartan/filelog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,732 root INFO copying mercurial/templates/spartan/filelogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,733 root INFO copying mercurial/templates/spartan/filerevision.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,733 root INFO copying mercurial/templates/spartan/footer.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,733 root INFO copying mercurial/templates/spartan/graph.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,734 root INFO copying mercurial/templates/spartan/graphentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,734 root INFO copying mercurial/templates/spartan/header.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,734 root INFO copying mercurial/templates/spartan/index.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,734 root INFO copying mercurial/templates/spartan/manifest.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,735 root INFO copying mercurial/templates/spartan/map -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,735 root INFO copying mercurial/templates/spartan/notfound.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,735 root INFO copying mercurial/templates/spartan/search.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,736 root INFO copying mercurial/templates/spartan/shortlog.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,736 root INFO copying mercurial/templates/spartan/shortlogentry.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,736 root INFO copying mercurial/templates/spartan/tags.tmpl -> build/lib.linux-ppc-cpython-310/mercurial/templates/spartan 2023-08-04 12:42:57,737 root INFO copying mercurial/templates/static/background.png -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,737 root INFO copying mercurial/templates/static/coal-file.png -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,737 root INFO copying mercurial/templates/static/coal-folder.png -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,738 root INFO copying mercurial/templates/static/feed-icon-14x14.png -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,738 root INFO copying mercurial/templates/static/followlines.js -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,738 root INFO copying mercurial/templates/static/hgicon.png -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,739 root INFO copying mercurial/templates/static/hglogo.png -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,739 root INFO copying mercurial/templates/static/mercurial.js -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,739 root INFO copying mercurial/templates/static/style-extra-coal.css -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,740 root INFO copying mercurial/templates/static/style-gitweb.css -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,740 root INFO copying mercurial/templates/static/style-monoblue.css -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,740 root INFO copying mercurial/templates/static/style-paper.css -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,741 root INFO copying mercurial/templates/static/style.css -> build/lib.linux-ppc-cpython-310/mercurial/templates/static 2023-08-04 12:42:57,763 root WARNING warning: hgbuildpy: byte-compiling is disabled, skipping. 2023-08-04 12:42:57,764 root INFO running build_ext 2023-08-04 12:42:57,774 root INFO running build_scripts 2023-08-04 12:42:57,775 root INFO creating build/scripts-3.10 2023-08-04 12:42:57,775 root INFO copying and adjusting hg -> build/scripts-3.10 2023-08-04 12:42:57,775 root INFO changing mode of build/scripts-3.10/hg from 644 to 755 2023-08-04 12:42:57,776 wheel INFO installing to build/bdist.linux-ppc/wheel 2023-08-04 12:42:57,776 root INFO running install 2023-08-04 12:42:57,803 root INFO running install_lib 2023-08-04 12:42:57,803 root INFO creating build/bdist.linux-ppc 2023-08-04 12:42:57,803 root INFO creating build/bdist.linux-ppc/wheel 2023-08-04 12:42:57,804 root INFO creating build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,804 root INFO creating build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:42:57,804 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cext/base85.cpython-310-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:42:57,805 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cext/mpatch.cpython-310-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:42:57,805 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cext/osutil.cpython-310-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:42:57,806 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cext/bdiff.cpython-310-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:42:57,806 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cext/parsers.cpython-310-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:42:57,806 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cext/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:42:57,807 root INFO creating build/bdist.linux-ppc/wheel/mercurial/thirdparty 2023-08-04 12:42:57,807 root INFO creating build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope 2023-08-04 12:42:57,807 root INFO creating build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,808 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-310-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,808 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,808 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/_compat.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,809 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/_flatten.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,809 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/adapter.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,809 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/advice.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,810 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/declarations.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,810 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/document.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,810 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/exceptions.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,811 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/interface.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,811 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/interfaces.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,811 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/registry.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,812 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/ro.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,812 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/interface/verify.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:42:57,812 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/zope/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope 2023-08-04 12:42:57,813 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/sha1dc.cpython-310-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/thirdparty 2023-08-04 12:42:57,813 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty 2023-08-04 12:42:57,813 root INFO creating build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,814 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,814 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/_cmp.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,814 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/_compat.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,815 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/_config.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,815 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/_funcs.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,815 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/_make.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,816 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/_next_gen.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,816 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/_version_info.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,816 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/converters.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,817 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/exceptions.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,817 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/filters.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,817 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/setters.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,818 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/validators.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,818 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/__init__.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,818 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/_cmp.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,819 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/_version_info.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,819 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/converters.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,819 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/exceptions.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,819 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/filters.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,820 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/setters.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,820 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/validators.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,820 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/thirdparty/attr/py.typed -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:42:57,821 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/zstd.cpython-310-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,822 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/__modulepolicy__.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,822 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/__init__.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,823 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/__main__.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,823 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/__version__.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,823 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/ancestor.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,824 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/archival.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,824 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/bookmarks.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,824 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/branchmap.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,825 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/bundle2.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,825 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/bundlecaches.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,826 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/bundlerepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,826 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cacheutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,826 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/changegroup.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,827 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/changelog.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,827 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/chgserver.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,827 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cmdutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,828 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/color.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,828 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/commands.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,829 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/commandserver.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,829 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/commit.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,829 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/config.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,830 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/configitems.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,830 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/context.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,831 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/copies.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,831 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/crecord.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,831 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dagop.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,832 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dagparser.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,832 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/debugcommands.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,833 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/destutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,833 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/diffhelper.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,833 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/diffutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,834 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dirstate.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,834 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dirstatemap.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,834 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/discovery.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,835 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dispatch.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,835 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/encoding.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,836 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/error.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,836 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/exchange.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,836 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/extensions.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,837 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/exthelper.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,837 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/fancyopts.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,837 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/filelog.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,838 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/filemerge.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,838 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/fileset.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,838 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/filesetlang.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,839 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/formatter.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,839 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/graphmod.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,839 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/grep.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,840 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hbisect.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,840 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/help.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,840 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hg.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,841 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hook.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,841 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/httpconnection.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,841 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/httppeer.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,842 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/i18n.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,842 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/keepalive.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,842 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/linelog.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,843 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/localrepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,843 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/lock.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,844 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/logcmdutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,844 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/logexchange.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,844 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/loggingutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,845 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/lsprof.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,845 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/lsprofcalltree.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,845 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/mail.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,846 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/manifest.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,846 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/match.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,846 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/mdiff.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,847 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/merge.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,847 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/mergestate.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,848 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/mergeutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,848 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/metadata.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,848 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/minifileset.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,849 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/minirst.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,849 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/namespaces.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,849 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/narrowspec.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,849 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/node.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,850 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/obsolete.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,850 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/obsutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,851 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/parser.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,851 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/patch.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,851 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pathutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,852 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/phases.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,852 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/policy.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,852 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/posix.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,853 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/profiling.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,853 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/progress.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,853 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pushkey.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,854 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pvec.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,854 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pycompat.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,854 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/rcutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,855 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/registrar.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,855 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/repair.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,855 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/repocache.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,856 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/repoview.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,856 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/requirements.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,856 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlog.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,857 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revset.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,857 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revsetlang.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,858 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/rewriteutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,858 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/scmposix.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,858 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/scmutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,859 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/scmwindows.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,859 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/server.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,859 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/setdiscovery.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,860 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/shelve.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,860 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/similar.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,860 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/simplemerge.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,861 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/smartset.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,861 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/sparse.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,861 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/sshpeer.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,862 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/sslutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,862 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/stack.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,862 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/state.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,863 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/statichttprepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,863 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/statprof.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,863 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/store.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,864 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/streamclone.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,864 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/strip.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,864 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/subrepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,865 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/subrepoutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,865 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/tagmerge.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,865 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/tags.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,866 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templatefilters.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,866 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templatefuncs.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,866 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templatekw.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,867 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templater.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,867 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templateutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,867 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/transaction.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,868 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/treediscovery.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,868 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/txnutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,868 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/typelib.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,869 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/ui.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,869 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/unionrepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,869 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/upgrade.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,870 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/url.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,870 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/urllibcompat.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,871 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/util.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,871 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/verify.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,871 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/vfs.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,872 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/win32.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,872 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/windows.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,872 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/wireprotoframing.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,873 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/wireprotoserver.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,873 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/wireprototypes.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,873 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/wireprotov1peer.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,874 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/wireprotov1server.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,874 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/worker.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,875 root INFO creating build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:42:57,875 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cffi/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:42:57,875 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cffi/bdiff.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:42:57,875 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cffi/bdiffbuild.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:42:57,876 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cffi/mpatch.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:42:57,876 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cffi/mpatchbuild.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:42:57,876 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cffi/osutil.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:42:57,877 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/cffi/osutilbuild.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:42:57,877 root INFO creating build/bdist.linux-ppc/wheel/mercurial/defaultrc 2023-08-04 12:42:57,877 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/defaultrc/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/defaultrc 2023-08-04 12:42:57,877 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/defaultrc/mergetools.rc -> build/bdist.linux-ppc/wheel/mercurial/defaultrc 2023-08-04 12:42:57,878 root INFO creating build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:42:57,878 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dirstateutils/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:42:57,878 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dirstateutils/docket.py -> build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:42:57,879 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dirstateutils/timestamp.py -> build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:42:57,879 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dirstateutils/v2.py -> build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:42:57,879 root INFO creating build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,879 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,880 root INFO creating build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,880 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,880 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/bid-merge.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,881 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/bundle2.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,881 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/bundles.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,881 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/cbor.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,882 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/censor.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,882 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/changegroups.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,882 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/config.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,883 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/dirstate-v2.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,883 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/extensions.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,883 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/linelog.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,884 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/mergestate.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,884 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/requirements.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,884 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/revlogs.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,885 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/wireprotocol.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,885 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/wireprotocolrpc.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,885 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/internals/wireprotocolv2.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:42:57,886 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/bundlespec.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,886 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/color.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,886 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/common.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,887 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/config.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,887 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/dates.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,887 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/deprecated.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,888 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/diffs.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,888 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/environment.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,888 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/evolution.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,889 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/extensions.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,889 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/filesets.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,889 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/flags.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,890 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/glossary.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,890 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/hg-ssh.8.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,890 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/hg.1.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,891 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/hgignore.5.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,891 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/hgignore.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,891 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/hgrc.5.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,891 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/hgweb.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,892 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/merge-tools.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,892 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/pager.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,892 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/patterns.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,893 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/phases.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,893 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/revisions.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,893 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/rust.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,894 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/scripting.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,894 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/subrepos.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,894 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/templates.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,895 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/helptext/urls.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:42:57,895 root INFO creating build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,895 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,895 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/common.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,896 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/hgweb_mod.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,896 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/hgwebdir_mod.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,896 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/request.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,897 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/server.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,897 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/webcommands.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,897 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/webutil.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,898 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/wsgicgi.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,898 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/hgweb/wsgiheaders.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:42:57,898 root INFO creating build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:42:57,899 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/interfaces/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:42:57,899 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/interfaces/dirstate.py -> build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:42:57,899 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/interfaces/repository.py -> build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:42:57,900 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/interfaces/util.py -> build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:42:57,900 root INFO creating build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:42:57,900 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pure/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:42:57,901 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pure/base85.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:42:57,901 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pure/bdiff.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:42:57,901 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pure/charencode.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:42:57,901 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pure/mpatch.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:42:57,902 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pure/osutil.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:42:57,902 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/pure/parsers.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:42:57,902 root INFO creating build/bdist.linux-ppc/wheel/mercurial/stabletailgraph 2023-08-04 12:42:57,903 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/stabletailgraph/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/stabletailgraph 2023-08-04 12:42:57,903 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/stabletailgraph/stabletailsort.py -> build/bdist.linux-ppc/wheel/mercurial/stabletailgraph 2023-08-04 12:42:57,903 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,904 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,904 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,904 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,904 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/bookmarkentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,905 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,905 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/branchentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,905 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,906 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,906 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,906 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,907 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,907 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,907 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/map -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,907 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/tagentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,908 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/atom/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:42:57,908 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/coal 2023-08-04 12:42:57,908 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/coal/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/coal 2023-08-04 12:42:57,909 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/coal/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/coal 2023-08-04 12:42:57,909 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/coal/map -> build/bdist.linux-ppc/wheel/mercurial/templates/coal 2023-08-04 12:42:57,909 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,909 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,910 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,910 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,910 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,911 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,911 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,911 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,912 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,912 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/filecomparison.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,912 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,913 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,913 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/filerevision.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,913 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/footer.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,913 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,914 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/graphentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,914 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,914 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/help.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,915 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/helptopics.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,915 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,915 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,916 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/map -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,916 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,916 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,917 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/shortlog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,917 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/summary.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,917 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/gitweb/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:42:57,918 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:42:57,918 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/json/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:42:57,918 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/json/changelist.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:42:57,918 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/json/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:42:57,919 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/json/map -> build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:42:57,919 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,919 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,920 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,920 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,920 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,920 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,921 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,921 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,921 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,922 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/filecomparison.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,922 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,922 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,923 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/filerevision.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,923 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/footer.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,923 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,924 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/graphentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,924 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,924 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/help.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,924 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/helptopics.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,925 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,925 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,925 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/map -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,926 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,926 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,926 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/shortlog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,927 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/summary.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,927 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/monoblue/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:42:57,927 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,928 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,928 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,928 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,928 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,929 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/diffstat.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,929 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,929 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,930 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/filecomparison.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,930 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,930 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,931 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/filelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,931 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/filerevision.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,931 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/footer.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,932 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,932 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/graphentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,932 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,932 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/help.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,933 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/helptopics.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,933 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,933 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,934 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/map -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,934 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,934 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,935 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/shortlog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,935 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/shortlogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,935 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/paper/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:42:57,936 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,936 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,936 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,936 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,937 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,937 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,937 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,938 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,938 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/graphedge.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,938 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/graphnode.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,939 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,939 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/logentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,939 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,940 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/map -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,940 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,940 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/raw/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:42:57,941 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,941 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,941 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/bookmarkentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,941 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,942 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/branchentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,942 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,942 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,943 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,943 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,943 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,944 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/filelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,944 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,944 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/map -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,944 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/tagentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,945 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/rss/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:42:57,945 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,945 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,946 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,946 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,946 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,947 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,947 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,947 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,947 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,948 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,948 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/filelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,948 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/filerevision.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,949 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/footer.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,949 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,949 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/graphentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,950 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,950 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,950 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,951 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/map -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,951 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,951 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,951 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/shortlog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,952 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/shortlogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,952 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/spartan/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:42:57,952 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,953 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,953 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/background.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,953 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/coal-file.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,954 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/coal-folder.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,954 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/feed-icon-14x14.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,954 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/followlines.js -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,955 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/hgicon.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,955 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/hglogo.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,955 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/mercurial.js -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,955 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/style-extra-coal.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,956 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/style-gitweb.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,956 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/style-monoblue.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,956 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/style-paper.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,957 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/static/style.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:42:57,957 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/map-cmdline.bisect -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,957 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/map-cmdline.changelog -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,958 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/map-cmdline.compact -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,958 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/map-cmdline.default -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,958 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/map-cmdline.phases -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,959 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/map-cmdline.show -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,959 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/map-cmdline.status -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,959 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/templates/map-cmdline.xml -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:42:57,960 root INFO creating build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:42:57,960 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/upgrade_utils/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:42:57,960 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/upgrade_utils/actions.py -> build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:42:57,960 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/upgrade_utils/auto_upgrade.py -> build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:42:57,961 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/upgrade_utils/engine.py -> build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:42:57,961 root INFO creating build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,961 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,962 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/cborutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,962 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/compression.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,962 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/dateutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,963 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/hashutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,963 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/memorytop.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,963 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/procutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,964 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/repoviewutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,964 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/resourceutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,964 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/storageutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,965 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/stringutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,965 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/utils/urlutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:42:57,965 root INFO creating build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,966 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,966 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/concurrency_checker.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,966 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/constants.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,966 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/debug.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,967 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/deltas.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,967 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/docket.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,968 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/flagutil.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,968 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/nodemap.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,968 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/randomaccessfile.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,968 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/revlogv0.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,969 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/rewrite.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,969 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/revlogutils/sidedata.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:42:57,970 root INFO creating build/bdist.linux-ppc/wheel/mercurial/testing 2023-08-04 12:42:57,970 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/testing/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/testing 2023-08-04 12:42:57,970 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/testing/revlog.py -> build/bdist.linux-ppc/wheel/mercurial/testing 2023-08-04 12:42:57,970 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/testing/storage.py -> build/bdist.linux-ppc/wheel/mercurial/testing 2023-08-04 12:42:57,971 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale 2023-08-04 12:42:57,971 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/da 2023-08-04 12:42:57,971 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/da/LC_MESSAGES 2023-08-04 12:42:57,971 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/da/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/da/LC_MESSAGES 2023-08-04 12:42:57,972 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/de 2023-08-04 12:42:57,972 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/de/LC_MESSAGES 2023-08-04 12:42:57,973 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/de/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/de/LC_MESSAGES 2023-08-04 12:42:57,974 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/el 2023-08-04 12:42:57,974 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/el/LC_MESSAGES 2023-08-04 12:42:57,974 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/el/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/el/LC_MESSAGES 2023-08-04 12:42:57,975 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/fr 2023-08-04 12:42:57,975 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/fr/LC_MESSAGES 2023-08-04 12:42:57,975 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/fr/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/fr/LC_MESSAGES 2023-08-04 12:42:57,975 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/it 2023-08-04 12:42:57,976 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/it/LC_MESSAGES 2023-08-04 12:42:57,976 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/it/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/it/LC_MESSAGES 2023-08-04 12:42:57,976 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ja 2023-08-04 12:42:57,977 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ja/LC_MESSAGES 2023-08-04 12:42:57,977 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/ja/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/ja/LC_MESSAGES 2023-08-04 12:42:57,979 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/pt_BR 2023-08-04 12:42:57,979 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/pt_BR/LC_MESSAGES 2023-08-04 12:42:57,979 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/pt_BR/LC_MESSAGES 2023-08-04 12:42:57,981 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ro 2023-08-04 12:42:57,982 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ro/LC_MESSAGES 2023-08-04 12:42:57,982 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/ro/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/ro/LC_MESSAGES 2023-08-04 12:42:57,982 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ru 2023-08-04 12:42:57,983 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ru/LC_MESSAGES 2023-08-04 12:42:57,983 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/ru/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/ru/LC_MESSAGES 2023-08-04 12:42:57,985 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/sv 2023-08-04 12:42:57,985 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/sv/LC_MESSAGES 2023-08-04 12:42:57,985 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/sv/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/sv/LC_MESSAGES 2023-08-04 12:42:57,986 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/zh_CN 2023-08-04 12:42:57,986 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/zh_CN/LC_MESSAGES 2023-08-04 12:42:57,986 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/zh_CN/LC_MESSAGES 2023-08-04 12:42:57,987 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/zh_TW 2023-08-04 12:42:57,987 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/zh_TW/LC_MESSAGES 2023-08-04 12:42:57,987 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/zh_TW/LC_MESSAGES 2023-08-04 12:42:57,988 root INFO copying build/lib.linux-ppc-cpython-310/mercurial/dummycert.pem -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:42:57,988 root INFO creating build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,988 root INFO creating build/bdist.linux-ppc/wheel/hgext/fsmonitor 2023-08-04 12:42:57,989 root INFO creating build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,989 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman/bser.cpython-310-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,989 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman/__init__.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,990 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman/capabilities.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,990 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman/compat.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,990 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman/encoding.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,990 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman/load.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,991 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/pywatchman/pybser.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:42:57,991 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/__init__.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor 2023-08-04 12:42:57,992 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/state.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor 2023-08-04 12:42:57,992 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fsmonitor/watchmanclient.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor 2023-08-04 12:42:57,992 root INFO copying build/lib.linux-ppc-cpython-310/hgext/__init__.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,992 root INFO copying build/lib.linux-ppc-cpython-310/hgext/absorb.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,993 root INFO copying build/lib.linux-ppc-cpython-310/hgext/acl.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,993 root INFO copying build/lib.linux-ppc-cpython-310/hgext/amend.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,993 root INFO copying build/lib.linux-ppc-cpython-310/hgext/automv.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,994 root INFO copying build/lib.linux-ppc-cpython-310/hgext/beautifygraph.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,994 root INFO copying build/lib.linux-ppc-cpython-310/hgext/blackbox.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,994 root INFO copying build/lib.linux-ppc-cpython-310/hgext/bookflow.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,995 root INFO copying build/lib.linux-ppc-cpython-310/hgext/bugzilla.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,995 root INFO copying build/lib.linux-ppc-cpython-310/hgext/censor.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,995 root INFO copying build/lib.linux-ppc-cpython-310/hgext/children.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,996 root INFO copying build/lib.linux-ppc-cpython-310/hgext/churn.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,996 root INFO copying build/lib.linux-ppc-cpython-310/hgext/clonebundles.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,996 root INFO copying build/lib.linux-ppc-cpython-310/hgext/closehead.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,997 root INFO copying build/lib.linux-ppc-cpython-310/hgext/commitextras.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,997 root INFO copying build/lib.linux-ppc-cpython-310/hgext/eol.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,997 root INFO copying build/lib.linux-ppc-cpython-310/hgext/extdiff.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,998 root INFO copying build/lib.linux-ppc-cpython-310/hgext/factotum.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,998 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fastexport.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,998 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fetch.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,999 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fix.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,999 root INFO copying build/lib.linux-ppc-cpython-310/hgext/githelp.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:57,999 root INFO copying build/lib.linux-ppc-cpython-310/hgext/gpg.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,000 root INFO copying build/lib.linux-ppc-cpython-310/hgext/graphlog.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,000 root INFO copying build/lib.linux-ppc-cpython-310/hgext/hgk.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,000 root INFO copying build/lib.linux-ppc-cpython-310/hgext/histedit.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,001 root INFO copying build/lib.linux-ppc-cpython-310/hgext/journal.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,001 root INFO copying build/lib.linux-ppc-cpython-310/hgext/keyword.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,001 root INFO copying build/lib.linux-ppc-cpython-310/hgext/logtoprocess.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,002 root INFO copying build/lib.linux-ppc-cpython-310/hgext/mq.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,002 root INFO copying build/lib.linux-ppc-cpython-310/hgext/notify.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,002 root INFO copying build/lib.linux-ppc-cpython-310/hgext/pager.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,003 root INFO copying build/lib.linux-ppc-cpython-310/hgext/patchbomb.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,003 root INFO copying build/lib.linux-ppc-cpython-310/hgext/phabricator.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,003 root INFO copying build/lib.linux-ppc-cpython-310/hgext/purge.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,004 root INFO copying build/lib.linux-ppc-cpython-310/hgext/rebase.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,004 root INFO copying build/lib.linux-ppc-cpython-310/hgext/record.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,005 root INFO copying build/lib.linux-ppc-cpython-310/hgext/releasenotes.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,005 root INFO copying build/lib.linux-ppc-cpython-310/hgext/relink.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,005 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotenames.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,006 root INFO copying build/lib.linux-ppc-cpython-310/hgext/schemes.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,006 root INFO copying build/lib.linux-ppc-cpython-310/hgext/share.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,006 root INFO copying build/lib.linux-ppc-cpython-310/hgext/show.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,007 root INFO copying build/lib.linux-ppc-cpython-310/hgext/sparse.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,007 root INFO copying build/lib.linux-ppc-cpython-310/hgext/split.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,007 root INFO copying build/lib.linux-ppc-cpython-310/hgext/sqlitestore.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,008 root INFO copying build/lib.linux-ppc-cpython-310/hgext/strip.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,008 root INFO copying build/lib.linux-ppc-cpython-310/hgext/transplant.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,008 root INFO copying build/lib.linux-ppc-cpython-310/hgext/uncommit.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,009 root INFO copying build/lib.linux-ppc-cpython-310/hgext/win32mbcs.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,009 root INFO copying build/lib.linux-ppc-cpython-310/hgext/win32text.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:42:58,009 root INFO creating build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,009 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/__init__.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,010 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/bzr.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,010 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/common.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,010 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/convcmd.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,011 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/cvs.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,011 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/cvsps.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,011 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/darcs.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,012 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/filemap.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,012 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/git.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,012 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/gnuarch.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,013 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/hg.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,013 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/monotone.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,013 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/p4.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,014 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/subversion.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,014 root INFO copying build/lib.linux-ppc-cpython-310/hgext/convert/transport.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:42:58,014 root INFO creating build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:42:58,015 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fastannotate/__init__.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:42:58,015 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fastannotate/commands.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:42:58,015 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fastannotate/context.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:42:58,016 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fastannotate/error.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:42:58,016 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fastannotate/formatter.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:42:58,016 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fastannotate/protocol.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:42:58,017 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fastannotate/revmap.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:42:58,017 root INFO copying build/lib.linux-ppc-cpython-310/hgext/fastannotate/support.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:42:58,017 root INFO creating build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:42:58,018 root INFO copying build/lib.linux-ppc-cpython-310/hgext/git/__init__.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:42:58,018 root INFO copying build/lib.linux-ppc-cpython-310/hgext/git/dirstate.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:42:58,018 root INFO copying build/lib.linux-ppc-cpython-310/hgext/git/gitlog.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:42:58,018 root INFO copying build/lib.linux-ppc-cpython-310/hgext/git/gitutil.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:42:58,019 root INFO copying build/lib.linux-ppc-cpython-310/hgext/git/index.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:42:58,019 root INFO copying build/lib.linux-ppc-cpython-310/hgext/git/manifest.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:42:58,019 root INFO creating build/bdist.linux-ppc/wheel/hgext/highlight 2023-08-04 12:42:58,020 root INFO copying build/lib.linux-ppc-cpython-310/hgext/highlight/__init__.py -> build/bdist.linux-ppc/wheel/hgext/highlight 2023-08-04 12:42:58,020 root INFO copying build/lib.linux-ppc-cpython-310/hgext/highlight/highlight.py -> build/bdist.linux-ppc/wheel/hgext/highlight 2023-08-04 12:42:58,020 root INFO creating build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:42:58,021 root INFO copying build/lib.linux-ppc-cpython-310/hgext/hooklib/__init__.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:42:58,021 root INFO copying build/lib.linux-ppc-cpython-310/hgext/hooklib/changeset_obsoleted.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:42:58,021 root INFO copying build/lib.linux-ppc-cpython-310/hgext/hooklib/changeset_published.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:42:58,021 root INFO copying build/lib.linux-ppc-cpython-310/hgext/hooklib/enforce_draft_commits.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:42:58,022 root INFO copying build/lib.linux-ppc-cpython-310/hgext/hooklib/reject_merge_commits.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:42:58,022 root INFO copying build/lib.linux-ppc-cpython-310/hgext/hooklib/reject_new_heads.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:42:58,022 root INFO creating build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:42:58,023 root INFO copying build/lib.linux-ppc-cpython-310/hgext/infinitepush/__init__.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:42:58,023 root INFO copying build/lib.linux-ppc-cpython-310/hgext/infinitepush/bundleparts.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:42:58,023 root INFO copying build/lib.linux-ppc-cpython-310/hgext/infinitepush/common.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:42:58,024 root INFO copying build/lib.linux-ppc-cpython-310/hgext/infinitepush/fileindexapi.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:42:58,024 root INFO copying build/lib.linux-ppc-cpython-310/hgext/infinitepush/indexapi.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:42:58,024 root INFO copying build/lib.linux-ppc-cpython-310/hgext/infinitepush/sqlindexapi.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:42:58,024 root INFO copying build/lib.linux-ppc-cpython-310/hgext/infinitepush/store.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:42:58,025 root INFO creating build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,025 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/__init__.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,025 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/basestore.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,026 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/lfcommands.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,026 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/lfutil.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,026 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/localstore.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,027 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/overrides.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,027 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/proto.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,027 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/remotestore.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,028 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/reposetup.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,028 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/storefactory.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,028 root INFO copying build/lib.linux-ppc-cpython-310/hgext/largefiles/wirestore.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:42:58,029 root INFO creating build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:42:58,029 root INFO copying build/lib.linux-ppc-cpython-310/hgext/lfs/__init__.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:42:58,029 root INFO copying build/lib.linux-ppc-cpython-310/hgext/lfs/blobstore.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:42:58,030 root INFO copying build/lib.linux-ppc-cpython-310/hgext/lfs/pointer.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:42:58,030 root INFO copying build/lib.linux-ppc-cpython-310/hgext/lfs/wireprotolfsserver.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:42:58,030 root INFO copying build/lib.linux-ppc-cpython-310/hgext/lfs/wrapper.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:42:58,031 root INFO creating build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:42:58,031 root INFO copying build/lib.linux-ppc-cpython-310/hgext/narrow/__init__.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:42:58,031 root INFO copying build/lib.linux-ppc-cpython-310/hgext/narrow/narrowbundle2.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:42:58,031 root INFO copying build/lib.linux-ppc-cpython-310/hgext/narrow/narrowcommands.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:42:58,032 root INFO copying build/lib.linux-ppc-cpython-310/hgext/narrow/narrowdirstate.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:42:58,032 root INFO copying build/lib.linux-ppc-cpython-310/hgext/narrow/narrowrepo.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:42:58,032 root INFO copying build/lib.linux-ppc-cpython-310/hgext/narrow/narrowtemplates.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:42:58,033 root INFO copying build/lib.linux-ppc-cpython-310/hgext/narrow/narrowwirepeer.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:42:58,033 root INFO creating build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,033 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/__init__.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,034 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/basepack.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,034 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/basestore.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,034 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/connectionpool.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,035 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/constants.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,035 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/contentstore.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,035 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/datapack.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,036 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/debugcommands.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,036 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/fileserverclient.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,036 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/historypack.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,037 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/metadatastore.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,037 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/remotefilectx.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,037 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/remotefilelog.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,038 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/remotefilelogserver.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,038 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/repack.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,038 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/shallowbundle.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,038 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/shallowrepo.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,039 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/shallowstore.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,039 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/shallowutil.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,039 root INFO copying build/lib.linux-ppc-cpython-310/hgext/remotefilelog/shallowverifier.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:42:58,040 root INFO creating build/bdist.linux-ppc/wheel/hgext/zeroconf 2023-08-04 12:42:58,040 root INFO copying build/lib.linux-ppc-cpython-310/hgext/zeroconf/Zeroconf.py -> build/bdist.linux-ppc/wheel/hgext/zeroconf 2023-08-04 12:42:58,040 root INFO copying build/lib.linux-ppc-cpython-310/hgext/zeroconf/__init__.py -> build/bdist.linux-ppc/wheel/hgext/zeroconf 2023-08-04 12:42:58,041 root INFO creating build/bdist.linux-ppc/wheel/hgext3rd 2023-08-04 12:42:58,041 root INFO copying build/lib.linux-ppc-cpython-310/hgext3rd/__init__.py -> build/bdist.linux-ppc/wheel/hgext3rd 2023-08-04 12:42:58,041 root INFO creating build/bdist.linux-ppc/wheel/hgdemandimport 2023-08-04 12:42:58,042 root INFO copying build/lib.linux-ppc-cpython-310/hgdemandimport/__init__.py -> build/bdist.linux-ppc/wheel/hgdemandimport 2023-08-04 12:42:58,042 root INFO copying build/lib.linux-ppc-cpython-310/hgdemandimport/demandimportpy3.py -> build/bdist.linux-ppc/wheel/hgdemandimport 2023-08-04 12:42:58,042 root INFO copying build/lib.linux-ppc-cpython-310/hgdemandimport/tracing.py -> build/bdist.linux-ppc/wheel/hgdemandimport 2023-08-04 12:42:58,042 root WARNING warning: hginstalllib: byte-compiling is disabled, skipping. 2023-08-04 12:42:58,043 root INFO running install_scripts 2023-08-04 12:42:58,043 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data 2023-08-04 12:42:58,043 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/scripts 2023-08-04 12:42:58,043 root INFO copying build/scripts-3.10/hg -> build/bdist.linux-ppc/wheel/mercurial-6.5.data/scripts 2023-08-04 12:42:58,043 root INFO changing mode of build/bdist.linux-ppc/wheel/mercurial-6.5.data/scripts/hg to 755 2023-08-04 12:42:58,044 root INFO not rewriting @LIBDIR@ in build/bdist.linux-ppc/wheel/mercurial-6.5.data/scripts/hg because install path not known 2023-08-04 12:42:58,044 root INFO running install_egg_info 2023-08-04 12:42:58,085 root INFO running egg_info 2023-08-04 12:42:58,167 root INFO writing mercurial.egg-info/PKG-INFO 2023-08-04 12:42:58,167 root INFO writing dependency_links to mercurial.egg-info/dependency_links.txt 2023-08-04 12:42:58,168 root INFO writing top-level names to mercurial.egg-info/top_level.txt /usr/lib/python3.10/site-packages/setuptools/command/sdist.py:119: SetuptoolsDeprecationWarning: `build_py` command does not inherit from setuptools' `build_py`. !! ******************************************************************************** Custom 'build_py' does not implement 'get_data_files_without_manifest'. Please extend command classes from setuptools instead of distutils. See https://peps.python.org/pep-0632/ for details. ******************************************************************************** !! self._add_data_files(self._safe_data_files(build_py)) 2023-08-04 12:42:58,265 setuptools_scm.file_finder_git ERROR listing git files failed - pretending there aren't any 2023-08-04 12:42:58,270 root INFO reading manifest file 'mercurial.egg-info/SOURCES.txt' 2023-08-04 12:42:58,304 root INFO reading manifest template 'MANIFEST.in' 2023-08-04 12:42:58,441 root INFO adding license file 'COPYING' 2023-08-04 12:42:58,522 root INFO writing manifest file 'mercurial.egg-info/SOURCES.txt' 2023-08-04 12:42:58,523 root INFO Copying mercurial.egg-info to build/bdist.linux-ppc/wheel/mercurial-6.5-py3.10.egg-info 2023-08-04 12:42:58,524 root INFO running install_completion 2023-08-04 12:42:58,540 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data 2023-08-04 12:42:58,540 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share 2023-08-04 12:42:58,540 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/bash-completion 2023-08-04 12:42:58,540 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/bash-completion/completions 2023-08-04 12:42:58,540 root INFO copying contrib/bash_completion -> build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/bash-completion/completions/hg 2023-08-04 12:42:58,540 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/zsh 2023-08-04 12:42:58,541 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/zsh/site-functions 2023-08-04 12:42:58,541 root INFO copying contrib/zsh_completion -> build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/zsh/site-functions/_hg 2023-08-04 12:42:58,544 wheel INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.dist-info/WHEEL 2023-08-04 12:42:58,545 wheel INFO creating '/var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_10/wheel/.tmp-y3djknsx/mercurial-6.5-cp310-cp310-linux_ppc.whl' and adding 'build/bdist.linux-ppc/wheel' to it 2023-08-04 12:42:58,545 wheel INFO adding 'hgdemandimport/__init__.py' 2023-08-04 12:42:58,546 wheel INFO adding 'hgdemandimport/demandimportpy3.py' 2023-08-04 12:42:58,546 wheel INFO adding 'hgdemandimport/tracing.py' 2023-08-04 12:42:58,546 wheel INFO adding 'hgext/__init__.py' 2023-08-04 12:42:58,547 wheel INFO adding 'hgext/absorb.py' 2023-08-04 12:42:58,547 wheel INFO adding 'hgext/acl.py' 2023-08-04 12:42:58,548 wheel INFO adding 'hgext/amend.py' 2023-08-04 12:42:58,548 wheel INFO adding 'hgext/automv.py' 2023-08-04 12:42:58,548 wheel INFO adding 'hgext/beautifygraph.py' 2023-08-04 12:42:58,549 wheel INFO adding 'hgext/blackbox.py' 2023-08-04 12:42:58,549 wheel INFO adding 'hgext/bookflow.py' 2023-08-04 12:42:58,549 wheel INFO adding 'hgext/bugzilla.py' 2023-08-04 12:42:58,550 wheel INFO adding 'hgext/censor.py' 2023-08-04 12:42:58,550 wheel INFO adding 'hgext/children.py' 2023-08-04 12:42:58,551 wheel INFO adding 'hgext/churn.py' 2023-08-04 12:42:58,551 wheel INFO adding 'hgext/clonebundles.py' 2023-08-04 12:42:58,551 wheel INFO adding 'hgext/closehead.py' 2023-08-04 12:42:58,552 wheel INFO adding 'hgext/commitextras.py' 2023-08-04 12:42:58,552 wheel INFO adding 'hgext/eol.py' 2023-08-04 12:42:58,553 wheel INFO adding 'hgext/extdiff.py' 2023-08-04 12:42:58,553 wheel INFO adding 'hgext/factotum.py' 2023-08-04 12:42:58,553 wheel INFO adding 'hgext/fastexport.py' 2023-08-04 12:42:58,554 wheel INFO adding 'hgext/fetch.py' 2023-08-04 12:42:58,554 wheel INFO adding 'hgext/fix.py' 2023-08-04 12:42:58,555 wheel INFO adding 'hgext/githelp.py' 2023-08-04 12:42:58,555 wheel INFO adding 'hgext/gpg.py' 2023-08-04 12:42:58,555 wheel INFO adding 'hgext/graphlog.py' 2023-08-04 12:42:58,556 wheel INFO adding 'hgext/hgk.py' 2023-08-04 12:42:58,556 wheel INFO adding 'hgext/histedit.py' 2023-08-04 12:42:58,557 wheel INFO adding 'hgext/journal.py' 2023-08-04 12:42:58,557 wheel INFO adding 'hgext/keyword.py' 2023-08-04 12:42:58,558 wheel INFO adding 'hgext/logtoprocess.py' 2023-08-04 12:42:58,558 wheel INFO adding 'hgext/mq.py' 2023-08-04 12:42:58,559 wheel INFO adding 'hgext/notify.py' 2023-08-04 12:42:58,559 wheel INFO adding 'hgext/pager.py' 2023-08-04 12:42:58,560 wheel INFO adding 'hgext/patchbomb.py' 2023-08-04 12:42:58,560 wheel INFO adding 'hgext/phabricator.py' 2023-08-04 12:42:58,561 wheel INFO adding 'hgext/purge.py' 2023-08-04 12:42:58,561 wheel INFO adding 'hgext/rebase.py' 2023-08-04 12:42:58,562 wheel INFO adding 'hgext/record.py' 2023-08-04 12:42:58,562 wheel INFO adding 'hgext/releasenotes.py' 2023-08-04 12:42:58,563 wheel INFO adding 'hgext/relink.py' 2023-08-04 12:42:58,563 wheel INFO adding 'hgext/remotenames.py' 2023-08-04 12:42:58,564 wheel INFO adding 'hgext/schemes.py' 2023-08-04 12:42:58,564 wheel INFO adding 'hgext/share.py' 2023-08-04 12:42:58,564 wheel INFO adding 'hgext/show.py' 2023-08-04 12:42:58,565 wheel INFO adding 'hgext/sparse.py' 2023-08-04 12:42:58,565 wheel INFO adding 'hgext/split.py' 2023-08-04 12:42:58,565 wheel INFO adding 'hgext/sqlitestore.py' 2023-08-04 12:42:58,566 wheel INFO adding 'hgext/strip.py' 2023-08-04 12:42:58,566 wheel INFO adding 'hgext/transplant.py' 2023-08-04 12:42:58,567 wheel INFO adding 'hgext/uncommit.py' 2023-08-04 12:42:58,567 wheel INFO adding 'hgext/win32mbcs.py' 2023-08-04 12:42:58,567 wheel INFO adding 'hgext/win32text.py' 2023-08-04 12:42:58,568 wheel INFO adding 'hgext/convert/__init__.py' 2023-08-04 12:42:58,568 wheel INFO adding 'hgext/convert/bzr.py' 2023-08-04 12:42:58,569 wheel INFO adding 'hgext/convert/common.py' 2023-08-04 12:42:58,569 wheel INFO adding 'hgext/convert/convcmd.py' 2023-08-04 12:42:58,570 wheel INFO adding 'hgext/convert/cvs.py' 2023-08-04 12:42:58,570 wheel INFO adding 'hgext/convert/cvsps.py' 2023-08-04 12:42:58,570 wheel INFO adding 'hgext/convert/darcs.py' 2023-08-04 12:42:58,571 wheel INFO adding 'hgext/convert/filemap.py' 2023-08-04 12:42:58,571 wheel INFO adding 'hgext/convert/git.py' 2023-08-04 12:42:58,572 wheel INFO adding 'hgext/convert/gnuarch.py' 2023-08-04 12:42:58,572 wheel INFO adding 'hgext/convert/hg.py' 2023-08-04 12:42:58,573 wheel INFO adding 'hgext/convert/monotone.py' 2023-08-04 12:42:58,573 wheel INFO adding 'hgext/convert/p4.py' 2023-08-04 12:42:58,573 wheel INFO adding 'hgext/convert/subversion.py' 2023-08-04 12:42:58,574 wheel INFO adding 'hgext/convert/transport.py' 2023-08-04 12:42:58,574 wheel INFO adding 'hgext/fastannotate/__init__.py' 2023-08-04 12:42:58,575 wheel INFO adding 'hgext/fastannotate/commands.py' 2023-08-04 12:42:58,575 wheel INFO adding 'hgext/fastannotate/context.py' 2023-08-04 12:42:58,576 wheel INFO adding 'hgext/fastannotate/error.py' 2023-08-04 12:42:58,576 wheel INFO adding 'hgext/fastannotate/formatter.py' 2023-08-04 12:42:58,576 wheel INFO adding 'hgext/fastannotate/protocol.py' 2023-08-04 12:42:58,577 wheel INFO adding 'hgext/fastannotate/revmap.py' 2023-08-04 12:42:58,577 wheel INFO adding 'hgext/fastannotate/support.py' 2023-08-04 12:42:58,578 wheel INFO adding 'hgext/fsmonitor/__init__.py' 2023-08-04 12:42:58,578 wheel INFO adding 'hgext/fsmonitor/state.py' 2023-08-04 12:42:58,578 wheel INFO adding 'hgext/fsmonitor/watchmanclient.py' 2023-08-04 12:42:58,579 wheel INFO adding 'hgext/fsmonitor/pywatchman/__init__.py' 2023-08-04 12:42:58,579 wheel INFO adding 'hgext/fsmonitor/pywatchman/bser.cpython-310-powerpc-linux-gnu.so' 2023-08-04 12:42:58,580 wheel INFO adding 'hgext/fsmonitor/pywatchman/capabilities.py' 2023-08-04 12:42:58,580 wheel INFO adding 'hgext/fsmonitor/pywatchman/compat.py' 2023-08-04 12:42:58,581 wheel INFO adding 'hgext/fsmonitor/pywatchman/encoding.py' 2023-08-04 12:42:58,581 wheel INFO adding 'hgext/fsmonitor/pywatchman/load.py' 2023-08-04 12:42:58,581 wheel INFO adding 'hgext/fsmonitor/pywatchman/pybser.py' 2023-08-04 12:42:58,582 wheel INFO adding 'hgext/git/__init__.py' 2023-08-04 12:42:58,582 wheel INFO adding 'hgext/git/dirstate.py' 2023-08-04 12:42:58,583 wheel INFO adding 'hgext/git/gitlog.py' 2023-08-04 12:42:58,583 wheel INFO adding 'hgext/git/gitutil.py' 2023-08-04 12:42:58,583 wheel INFO adding 'hgext/git/index.py' 2023-08-04 12:42:58,584 wheel INFO adding 'hgext/git/manifest.py' 2023-08-04 12:42:58,584 wheel INFO adding 'hgext/highlight/__init__.py' 2023-08-04 12:42:58,584 wheel INFO adding 'hgext/highlight/highlight.py' 2023-08-04 12:42:58,585 wheel INFO adding 'hgext/hooklib/__init__.py' 2023-08-04 12:42:58,585 wheel INFO adding 'hgext/hooklib/changeset_obsoleted.py' 2023-08-04 12:42:58,585 wheel INFO adding 'hgext/hooklib/changeset_published.py' 2023-08-04 12:42:58,586 wheel INFO adding 'hgext/hooklib/enforce_draft_commits.py' 2023-08-04 12:42:58,586 wheel INFO adding 'hgext/hooklib/reject_merge_commits.py' 2023-08-04 12:42:58,586 wheel INFO adding 'hgext/hooklib/reject_new_heads.py' 2023-08-04 12:42:58,587 wheel INFO adding 'hgext/infinitepush/__init__.py' 2023-08-04 12:42:58,587 wheel INFO adding 'hgext/infinitepush/bundleparts.py' 2023-08-04 12:42:58,588 wheel INFO adding 'hgext/infinitepush/common.py' 2023-08-04 12:42:58,588 wheel INFO adding 'hgext/infinitepush/fileindexapi.py' 2023-08-04 12:42:58,588 wheel INFO adding 'hgext/infinitepush/indexapi.py' 2023-08-04 12:42:58,589 wheel INFO adding 'hgext/infinitepush/sqlindexapi.py' 2023-08-04 12:42:58,589 wheel INFO adding 'hgext/infinitepush/store.py' 2023-08-04 12:42:58,590 wheel INFO adding 'hgext/largefiles/__init__.py' 2023-08-04 12:42:58,590 wheel INFO adding 'hgext/largefiles/basestore.py' 2023-08-04 12:42:58,590 wheel INFO adding 'hgext/largefiles/lfcommands.py' 2023-08-04 12:42:58,591 wheel INFO adding 'hgext/largefiles/lfutil.py' 2023-08-04 12:42:58,591 wheel INFO adding 'hgext/largefiles/localstore.py' 2023-08-04 12:42:58,592 wheel INFO adding 'hgext/largefiles/overrides.py' 2023-08-04 12:42:58,592 wheel INFO adding 'hgext/largefiles/proto.py' 2023-08-04 12:42:58,592 wheel INFO adding 'hgext/largefiles/remotestore.py' 2023-08-04 12:42:58,593 wheel INFO adding 'hgext/largefiles/reposetup.py' 2023-08-04 12:42:58,593 wheel INFO adding 'hgext/largefiles/storefactory.py' 2023-08-04 12:42:58,594 wheel INFO adding 'hgext/largefiles/wirestore.py' 2023-08-04 12:42:58,594 wheel INFO adding 'hgext/lfs/__init__.py' 2023-08-04 12:42:58,594 wheel INFO adding 'hgext/lfs/blobstore.py' 2023-08-04 12:42:58,595 wheel INFO adding 'hgext/lfs/pointer.py' 2023-08-04 12:42:58,595 wheel INFO adding 'hgext/lfs/wireprotolfsserver.py' 2023-08-04 12:42:58,596 wheel INFO adding 'hgext/lfs/wrapper.py' 2023-08-04 12:42:58,596 wheel INFO adding 'hgext/narrow/__init__.py' 2023-08-04 12:42:58,596 wheel INFO adding 'hgext/narrow/narrowbundle2.py' 2023-08-04 12:42:58,597 wheel INFO adding 'hgext/narrow/narrowcommands.py' 2023-08-04 12:42:58,597 wheel INFO adding 'hgext/narrow/narrowdirstate.py' 2023-08-04 12:42:58,598 wheel INFO adding 'hgext/narrow/narrowrepo.py' 2023-08-04 12:42:58,598 wheel INFO adding 'hgext/narrow/narrowtemplates.py' 2023-08-04 12:42:58,598 wheel INFO adding 'hgext/narrow/narrowwirepeer.py' 2023-08-04 12:42:58,599 wheel INFO adding 'hgext/remotefilelog/__init__.py' 2023-08-04 12:42:58,599 wheel INFO adding 'hgext/remotefilelog/basepack.py' 2023-08-04 12:42:58,600 wheel INFO adding 'hgext/remotefilelog/basestore.py' 2023-08-04 12:42:58,600 wheel INFO adding 'hgext/remotefilelog/connectionpool.py' 2023-08-04 12:42:58,600 wheel INFO adding 'hgext/remotefilelog/constants.py' 2023-08-04 12:42:58,601 wheel INFO adding 'hgext/remotefilelog/contentstore.py' 2023-08-04 12:42:58,601 wheel INFO adding 'hgext/remotefilelog/datapack.py' 2023-08-04 12:42:58,601 wheel INFO adding 'hgext/remotefilelog/debugcommands.py' 2023-08-04 12:42:58,602 wheel INFO adding 'hgext/remotefilelog/fileserverclient.py' 2023-08-04 12:42:58,602 wheel INFO adding 'hgext/remotefilelog/historypack.py' 2023-08-04 12:42:58,603 wheel INFO adding 'hgext/remotefilelog/metadatastore.py' 2023-08-04 12:42:58,603 wheel INFO adding 'hgext/remotefilelog/remotefilectx.py' 2023-08-04 12:42:58,604 wheel INFO adding 'hgext/remotefilelog/remotefilelog.py' 2023-08-04 12:42:58,604 wheel INFO adding 'hgext/remotefilelog/remotefilelogserver.py' 2023-08-04 12:42:58,604 wheel INFO adding 'hgext/remotefilelog/repack.py' 2023-08-04 12:42:58,605 wheel INFO adding 'hgext/remotefilelog/shallowbundle.py' 2023-08-04 12:42:58,605 wheel INFO adding 'hgext/remotefilelog/shallowrepo.py' 2023-08-04 12:42:58,606 wheel INFO adding 'hgext/remotefilelog/shallowstore.py' 2023-08-04 12:42:58,606 wheel INFO adding 'hgext/remotefilelog/shallowutil.py' 2023-08-04 12:42:58,606 wheel INFO adding 'hgext/remotefilelog/shallowverifier.py' 2023-08-04 12:42:58,607 wheel INFO adding 'hgext/zeroconf/Zeroconf.py' 2023-08-04 12:42:58,607 wheel INFO adding 'hgext/zeroconf/__init__.py' 2023-08-04 12:42:58,608 wheel INFO adding 'hgext3rd/__init__.py' 2023-08-04 12:42:58,608 wheel INFO adding 'mercurial/__init__.py' 2023-08-04 12:42:58,609 wheel INFO adding 'mercurial/__main__.py' 2023-08-04 12:42:58,609 wheel INFO adding 'mercurial/__modulepolicy__.py' 2023-08-04 12:42:58,609 wheel INFO adding 'mercurial/__version__.py' 2023-08-04 12:42:58,610 wheel INFO adding 'mercurial/ancestor.py' 2023-08-04 12:42:58,610 wheel INFO adding 'mercurial/archival.py' 2023-08-04 12:42:58,610 wheel INFO adding 'mercurial/bookmarks.py' 2023-08-04 12:42:58,611 wheel INFO adding 'mercurial/branchmap.py' 2023-08-04 12:42:58,611 wheel INFO adding 'mercurial/bundle2.py' 2023-08-04 12:42:58,612 wheel INFO adding 'mercurial/bundlecaches.py' 2023-08-04 12:42:58,612 wheel INFO adding 'mercurial/bundlerepo.py' 2023-08-04 12:42:58,613 wheel INFO adding 'mercurial/cacheutil.py' 2023-08-04 12:42:58,613 wheel INFO adding 'mercurial/changegroup.py' 2023-08-04 12:42:58,614 wheel INFO adding 'mercurial/changelog.py' 2023-08-04 12:42:58,614 wheel INFO adding 'mercurial/chgserver.py' 2023-08-04 12:42:58,615 wheel INFO adding 'mercurial/cmdutil.py' 2023-08-04 12:42:58,616 wheel INFO adding 'mercurial/color.py' 2023-08-04 12:42:58,617 wheel INFO adding 'mercurial/commands.py' 2023-08-04 12:42:58,618 wheel INFO adding 'mercurial/commandserver.py' 2023-08-04 12:42:58,618 wheel INFO adding 'mercurial/commit.py' 2023-08-04 12:42:58,619 wheel INFO adding 'mercurial/config.py' 2023-08-04 12:42:58,619 wheel INFO adding 'mercurial/configitems.py' 2023-08-04 12:42:58,620 wheel INFO adding 'mercurial/context.py' 2023-08-04 12:42:58,621 wheel INFO adding 'mercurial/copies.py' 2023-08-04 12:42:58,621 wheel INFO adding 'mercurial/crecord.py' 2023-08-04 12:42:58,622 wheel INFO adding 'mercurial/dagop.py' 2023-08-04 12:42:58,622 wheel INFO adding 'mercurial/dagparser.py' 2023-08-04 12:42:58,623 wheel INFO adding 'mercurial/debugcommands.py' 2023-08-04 12:42:58,624 wheel INFO adding 'mercurial/destutil.py' 2023-08-04 12:42:58,624 wheel INFO adding 'mercurial/diffhelper.py' 2023-08-04 12:42:58,624 wheel INFO adding 'mercurial/diffutil.py' 2023-08-04 12:42:58,625 wheel INFO adding 'mercurial/dirstate.py' 2023-08-04 12:42:58,625 wheel INFO adding 'mercurial/dirstatemap.py' 2023-08-04 12:42:58,626 wheel INFO adding 'mercurial/discovery.py' 2023-08-04 12:42:58,626 wheel INFO adding 'mercurial/dispatch.py' 2023-08-04 12:42:58,627 wheel INFO adding 'mercurial/dummycert.pem' 2023-08-04 12:42:58,627 wheel INFO adding 'mercurial/encoding.py' 2023-08-04 12:42:58,628 wheel INFO adding 'mercurial/error.py' 2023-08-04 12:42:58,628 wheel INFO adding 'mercurial/exchange.py' 2023-08-04 12:42:58,629 wheel INFO adding 'mercurial/extensions.py' 2023-08-04 12:42:58,629 wheel INFO adding 'mercurial/exthelper.py' 2023-08-04 12:42:58,630 wheel INFO adding 'mercurial/fancyopts.py' 2023-08-04 12:42:58,630 wheel INFO adding 'mercurial/filelog.py' 2023-08-04 12:42:58,630 wheel INFO adding 'mercurial/filemerge.py' 2023-08-04 12:42:58,631 wheel INFO adding 'mercurial/fileset.py' 2023-08-04 12:42:58,631 wheel INFO adding 'mercurial/filesetlang.py' 2023-08-04 12:42:58,632 wheel INFO adding 'mercurial/formatter.py' 2023-08-04 12:42:58,632 wheel INFO adding 'mercurial/graphmod.py' 2023-08-04 12:42:58,633 wheel INFO adding 'mercurial/grep.py' 2023-08-04 12:42:58,633 wheel INFO adding 'mercurial/hbisect.py' 2023-08-04 12:42:58,633 wheel INFO adding 'mercurial/help.py' 2023-08-04 12:42:58,634 wheel INFO adding 'mercurial/hg.py' 2023-08-04 12:42:58,634 wheel INFO adding 'mercurial/hook.py' 2023-08-04 12:42:58,635 wheel INFO adding 'mercurial/httpconnection.py' 2023-08-04 12:42:58,635 wheel INFO adding 'mercurial/httppeer.py' 2023-08-04 12:42:58,636 wheel INFO adding 'mercurial/i18n.py' 2023-08-04 12:42:58,636 wheel INFO adding 'mercurial/keepalive.py' 2023-08-04 12:42:58,636 wheel INFO adding 'mercurial/linelog.py' 2023-08-04 12:42:58,637 wheel INFO adding 'mercurial/localrepo.py' 2023-08-04 12:42:58,638 wheel INFO adding 'mercurial/lock.py' 2023-08-04 12:42:58,638 wheel INFO adding 'mercurial/logcmdutil.py' 2023-08-04 12:42:58,639 wheel INFO adding 'mercurial/logexchange.py' 2023-08-04 12:42:58,639 wheel INFO adding 'mercurial/loggingutil.py' 2023-08-04 12:42:58,639 wheel INFO adding 'mercurial/lsprof.py' 2023-08-04 12:42:58,640 wheel INFO adding 'mercurial/lsprofcalltree.py' 2023-08-04 12:42:58,640 wheel INFO adding 'mercurial/mail.py' 2023-08-04 12:42:58,641 wheel INFO adding 'mercurial/manifest.py' 2023-08-04 12:42:58,641 wheel INFO adding 'mercurial/match.py' 2023-08-04 12:42:58,642 wheel INFO adding 'mercurial/mdiff.py' 2023-08-04 12:42:58,642 wheel INFO adding 'mercurial/merge.py' 2023-08-04 12:42:58,643 wheel INFO adding 'mercurial/mergestate.py' 2023-08-04 12:42:58,643 wheel INFO adding 'mercurial/mergeutil.py' 2023-08-04 12:42:58,644 wheel INFO adding 'mercurial/metadata.py' 2023-08-04 12:42:58,644 wheel INFO adding 'mercurial/minifileset.py' 2023-08-04 12:42:58,645 wheel INFO adding 'mercurial/minirst.py' 2023-08-04 12:42:58,645 wheel INFO adding 'mercurial/namespaces.py' 2023-08-04 12:42:58,645 wheel INFO adding 'mercurial/narrowspec.py' 2023-08-04 12:42:58,646 wheel INFO adding 'mercurial/node.py' 2023-08-04 12:42:58,646 wheel INFO adding 'mercurial/obsolete.py' 2023-08-04 12:42:58,647 wheel INFO adding 'mercurial/obsutil.py' 2023-08-04 12:42:58,647 wheel INFO adding 'mercurial/parser.py' 2023-08-04 12:42:58,648 wheel INFO adding 'mercurial/patch.py' 2023-08-04 12:42:58,648 wheel INFO adding 'mercurial/pathutil.py' 2023-08-04 12:42:58,649 wheel INFO adding 'mercurial/phases.py' 2023-08-04 12:42:58,649 wheel INFO adding 'mercurial/policy.py' 2023-08-04 12:42:58,650 wheel INFO adding 'mercurial/posix.py' 2023-08-04 12:42:58,650 wheel INFO adding 'mercurial/profiling.py' 2023-08-04 12:42:58,650 wheel INFO adding 'mercurial/progress.py' 2023-08-04 12:42:58,651 wheel INFO adding 'mercurial/pushkey.py' 2023-08-04 12:42:58,651 wheel INFO adding 'mercurial/pvec.py' 2023-08-04 12:42:58,651 wheel INFO adding 'mercurial/pycompat.py' 2023-08-04 12:42:58,652 wheel INFO adding 'mercurial/rcutil.py' 2023-08-04 12:42:58,652 wheel INFO adding 'mercurial/registrar.py' 2023-08-04 12:42:58,653 wheel INFO adding 'mercurial/repair.py' 2023-08-04 12:42:58,653 wheel INFO adding 'mercurial/repocache.py' 2023-08-04 12:42:58,653 wheel INFO adding 'mercurial/repoview.py' 2023-08-04 12:42:58,654 wheel INFO adding 'mercurial/requirements.py' 2023-08-04 12:42:58,654 wheel INFO adding 'mercurial/revlog.py' 2023-08-04 12:42:58,655 wheel INFO adding 'mercurial/revset.py' 2023-08-04 12:42:58,656 wheel INFO adding 'mercurial/revsetlang.py' 2023-08-04 12:42:58,656 wheel INFO adding 'mercurial/rewriteutil.py' 2023-08-04 12:42:58,657 wheel INFO adding 'mercurial/scmposix.py' 2023-08-04 12:42:58,657 wheel INFO adding 'mercurial/scmutil.py' 2023-08-04 12:42:58,658 wheel INFO adding 'mercurial/scmwindows.py' 2023-08-04 12:42:58,658 wheel INFO adding 'mercurial/server.py' 2023-08-04 12:42:58,659 wheel INFO adding 'mercurial/setdiscovery.py' 2023-08-04 12:42:58,659 wheel INFO adding 'mercurial/shelve.py' 2023-08-04 12:42:58,659 wheel INFO adding 'mercurial/similar.py' 2023-08-04 12:42:58,660 wheel INFO adding 'mercurial/simplemerge.py' 2023-08-04 12:42:58,660 wheel INFO adding 'mercurial/smartset.py' 2023-08-04 12:42:58,661 wheel INFO adding 'mercurial/sparse.py' 2023-08-04 12:42:58,661 wheel INFO adding 'mercurial/sshpeer.py' 2023-08-04 12:42:58,662 wheel INFO adding 'mercurial/sslutil.py' 2023-08-04 12:42:58,662 wheel INFO adding 'mercurial/stack.py' 2023-08-04 12:42:58,662 wheel INFO adding 'mercurial/state.py' 2023-08-04 12:42:58,663 wheel INFO adding 'mercurial/statichttprepo.py' 2023-08-04 12:42:58,663 wheel INFO adding 'mercurial/statprof.py' 2023-08-04 12:42:58,664 wheel INFO adding 'mercurial/store.py' 2023-08-04 12:42:58,664 wheel INFO adding 'mercurial/streamclone.py' 2023-08-04 12:42:58,665 wheel INFO adding 'mercurial/strip.py' 2023-08-04 12:42:58,665 wheel INFO adding 'mercurial/subrepo.py' 2023-08-04 12:42:58,666 wheel INFO adding 'mercurial/subrepoutil.py' 2023-08-04 12:42:58,666 wheel INFO adding 'mercurial/tagmerge.py' 2023-08-04 12:42:58,667 wheel INFO adding 'mercurial/tags.py' 2023-08-04 12:42:58,667 wheel INFO adding 'mercurial/templatefilters.py' 2023-08-04 12:42:58,667 wheel INFO adding 'mercurial/templatefuncs.py' 2023-08-04 12:42:58,668 wheel INFO adding 'mercurial/templatekw.py' 2023-08-04 12:42:58,668 wheel INFO adding 'mercurial/templater.py' 2023-08-04 12:42:58,669 wheel INFO adding 'mercurial/templateutil.py' 2023-08-04 12:42:58,669 wheel INFO adding 'mercurial/transaction.py' 2023-08-04 12:42:58,670 wheel INFO adding 'mercurial/treediscovery.py' 2023-08-04 12:42:58,670 wheel INFO adding 'mercurial/txnutil.py' 2023-08-04 12:42:58,670 wheel INFO adding 'mercurial/typelib.py' 2023-08-04 12:42:58,671 wheel INFO adding 'mercurial/ui.py' 2023-08-04 12:42:58,672 wheel INFO adding 'mercurial/unionrepo.py' 2023-08-04 12:42:58,672 wheel INFO adding 'mercurial/upgrade.py' 2023-08-04 12:42:58,672 wheel INFO adding 'mercurial/url.py' 2023-08-04 12:42:58,673 wheel INFO adding 'mercurial/urllibcompat.py' 2023-08-04 12:42:58,673 wheel INFO adding 'mercurial/util.py' 2023-08-04 12:42:58,674 wheel INFO adding 'mercurial/verify.py' 2023-08-04 12:42:58,674 wheel INFO adding 'mercurial/vfs.py' 2023-08-04 12:42:58,675 wheel INFO adding 'mercurial/win32.py' 2023-08-04 12:42:58,675 wheel INFO adding 'mercurial/windows.py' 2023-08-04 12:42:58,676 wheel INFO adding 'mercurial/wireprotoframing.py' 2023-08-04 12:42:58,676 wheel INFO adding 'mercurial/wireprotoserver.py' 2023-08-04 12:42:58,677 wheel INFO adding 'mercurial/wireprototypes.py' 2023-08-04 12:42:58,677 wheel INFO adding 'mercurial/wireprotov1peer.py' 2023-08-04 12:42:58,678 wheel INFO adding 'mercurial/wireprotov1server.py' 2023-08-04 12:42:58,678 wheel INFO adding 'mercurial/worker.py' 2023-08-04 12:42:58,680 wheel INFO adding 'mercurial/zstd.cpython-310-powerpc-linux-gnu.so' 2023-08-04 12:42:58,683 wheel INFO adding 'mercurial/cext/__init__.py' 2023-08-04 12:42:58,683 wheel INFO adding 'mercurial/cext/base85.cpython-310-powerpc-linux-gnu.so' 2023-08-04 12:42:58,684 wheel INFO adding 'mercurial/cext/bdiff.cpython-310-powerpc-linux-gnu.so' 2023-08-04 12:42:58,685 wheel INFO adding 'mercurial/cext/mpatch.cpython-310-powerpc-linux-gnu.so' 2023-08-04 12:42:58,685 wheel INFO adding 'mercurial/cext/osutil.cpython-310-powerpc-linux-gnu.so' 2023-08-04 12:42:58,686 wheel INFO adding 'mercurial/cext/parsers.cpython-310-powerpc-linux-gnu.so' 2023-08-04 12:42:58,687 wheel INFO adding 'mercurial/cffi/__init__.py' 2023-08-04 12:42:58,687 wheel INFO adding 'mercurial/cffi/bdiff.py' 2023-08-04 12:42:58,688 wheel INFO adding 'mercurial/cffi/bdiffbuild.py' 2023-08-04 12:42:58,688 wheel INFO adding 'mercurial/cffi/mpatch.py' 2023-08-04 12:42:58,688 wheel INFO adding 'mercurial/cffi/mpatchbuild.py' 2023-08-04 12:42:58,688 wheel INFO adding 'mercurial/cffi/osutil.py' 2023-08-04 12:42:58,689 wheel INFO adding 'mercurial/cffi/osutilbuild.py' 2023-08-04 12:42:58,689 wheel INFO adding 'mercurial/defaultrc/__init__.py' 2023-08-04 12:42:58,690 wheel INFO adding 'mercurial/defaultrc/mergetools.rc' 2023-08-04 12:42:58,690 wheel INFO adding 'mercurial/dirstateutils/__init__.py' 2023-08-04 12:42:58,690 wheel INFO adding 'mercurial/dirstateutils/docket.py' 2023-08-04 12:42:58,691 wheel INFO adding 'mercurial/dirstateutils/timestamp.py' 2023-08-04 12:42:58,691 wheel INFO adding 'mercurial/dirstateutils/v2.py' 2023-08-04 12:42:58,691 wheel INFO adding 'mercurial/helptext/__init__.py' 2023-08-04 12:42:58,692 wheel INFO adding 'mercurial/helptext/bundlespec.txt' 2023-08-04 12:42:58,692 wheel INFO adding 'mercurial/helptext/color.txt' 2023-08-04 12:42:58,692 wheel INFO adding 'mercurial/helptext/common.txt' 2023-08-04 12:42:58,693 wheel INFO adding 'mercurial/helptext/config.txt' 2023-08-04 12:42:58,694 wheel INFO adding 'mercurial/helptext/dates.txt' 2023-08-04 12:42:58,694 wheel INFO adding 'mercurial/helptext/deprecated.txt' 2023-08-04 12:42:58,694 wheel INFO adding 'mercurial/helptext/diffs.txt' 2023-08-04 12:42:58,695 wheel INFO adding 'mercurial/helptext/environment.txt' 2023-08-04 12:42:58,695 wheel INFO adding 'mercurial/helptext/evolution.txt' 2023-08-04 12:42:58,695 wheel INFO adding 'mercurial/helptext/extensions.txt' 2023-08-04 12:42:58,696 wheel INFO adding 'mercurial/helptext/filesets.txt' 2023-08-04 12:42:58,696 wheel INFO adding 'mercurial/helptext/flags.txt' 2023-08-04 12:42:58,696 wheel INFO adding 'mercurial/helptext/glossary.txt' 2023-08-04 12:42:58,697 wheel INFO adding 'mercurial/helptext/hg-ssh.8.txt' 2023-08-04 12:42:58,697 wheel INFO adding 'mercurial/helptext/hg.1.txt' 2023-08-04 12:42:58,697 wheel INFO adding 'mercurial/helptext/hgignore.5.txt' 2023-08-04 12:42:58,698 wheel INFO adding 'mercurial/helptext/hgignore.txt' 2023-08-04 12:42:58,698 wheel INFO adding 'mercurial/helptext/hgrc.5.txt' 2023-08-04 12:42:58,698 wheel INFO adding 'mercurial/helptext/hgweb.txt' 2023-08-04 12:42:58,699 wheel INFO adding 'mercurial/helptext/merge-tools.txt' 2023-08-04 12:42:58,699 wheel INFO adding 'mercurial/helptext/pager.txt' 2023-08-04 12:42:58,699 wheel INFO adding 'mercurial/helptext/patterns.txt' 2023-08-04 12:42:58,700 wheel INFO adding 'mercurial/helptext/phases.txt' 2023-08-04 12:42:58,700 wheel INFO adding 'mercurial/helptext/revisions.txt' 2023-08-04 12:42:58,700 wheel INFO adding 'mercurial/helptext/rust.txt' 2023-08-04 12:42:58,701 wheel INFO adding 'mercurial/helptext/scripting.txt' 2023-08-04 12:42:58,701 wheel INFO adding 'mercurial/helptext/subrepos.txt' 2023-08-04 12:42:58,702 wheel INFO adding 'mercurial/helptext/templates.txt' 2023-08-04 12:42:58,702 wheel INFO adding 'mercurial/helptext/urls.txt' 2023-08-04 12:42:58,702 wheel INFO adding 'mercurial/helptext/internals/__init__.py' 2023-08-04 12:42:58,703 wheel INFO adding 'mercurial/helptext/internals/bid-merge.txt' 2023-08-04 12:42:58,703 wheel INFO adding 'mercurial/helptext/internals/bundle2.txt' 2023-08-04 12:42:58,703 wheel INFO adding 'mercurial/helptext/internals/bundles.txt' 2023-08-04 12:42:58,704 wheel INFO adding 'mercurial/helptext/internals/cbor.txt' 2023-08-04 12:42:58,704 wheel INFO adding 'mercurial/helptext/internals/censor.txt' 2023-08-04 12:42:58,704 wheel INFO adding 'mercurial/helptext/internals/changegroups.txt' 2023-08-04 12:42:58,705 wheel INFO adding 'mercurial/helptext/internals/config.txt' 2023-08-04 12:42:58,705 wheel INFO adding 'mercurial/helptext/internals/dirstate-v2.txt' 2023-08-04 12:42:58,706 wheel INFO adding 'mercurial/helptext/internals/extensions.txt' 2023-08-04 12:42:58,706 wheel INFO adding 'mercurial/helptext/internals/linelog.txt' 2023-08-04 12:42:58,706 wheel INFO adding 'mercurial/helptext/internals/mergestate.txt' 2023-08-04 12:42:58,707 wheel INFO adding 'mercurial/helptext/internals/requirements.txt' 2023-08-04 12:42:58,707 wheel INFO adding 'mercurial/helptext/internals/revlogs.txt' 2023-08-04 12:42:58,708 wheel INFO adding 'mercurial/helptext/internals/wireprotocol.txt' 2023-08-04 12:42:58,708 wheel INFO adding 'mercurial/helptext/internals/wireprotocolrpc.txt' 2023-08-04 12:42:58,709 wheel INFO adding 'mercurial/helptext/internals/wireprotocolv2.txt' 2023-08-04 12:42:58,709 wheel INFO adding 'mercurial/hgweb/__init__.py' 2023-08-04 12:42:58,709 wheel INFO adding 'mercurial/hgweb/common.py' 2023-08-04 12:42:58,710 wheel INFO adding 'mercurial/hgweb/hgweb_mod.py' 2023-08-04 12:42:58,710 wheel INFO adding 'mercurial/hgweb/hgwebdir_mod.py' 2023-08-04 12:42:58,711 wheel INFO adding 'mercurial/hgweb/request.py' 2023-08-04 12:42:58,711 wheel INFO adding 'mercurial/hgweb/server.py' 2023-08-04 12:42:58,711 wheel INFO adding 'mercurial/hgweb/webcommands.py' 2023-08-04 12:42:58,712 wheel INFO adding 'mercurial/hgweb/webutil.py' 2023-08-04 12:42:58,712 wheel INFO adding 'mercurial/hgweb/wsgicgi.py' 2023-08-04 12:42:58,713 wheel INFO adding 'mercurial/hgweb/wsgiheaders.py' 2023-08-04 12:42:58,713 wheel INFO adding 'mercurial/interfaces/__init__.py' 2023-08-04 12:42:58,713 wheel INFO adding 'mercurial/interfaces/dirstate.py' 2023-08-04 12:42:58,714 wheel INFO adding 'mercurial/interfaces/repository.py' 2023-08-04 12:42:58,714 wheel INFO adding 'mercurial/interfaces/util.py' 2023-08-04 12:42:58,715 wheel INFO adding 'mercurial/locale/da/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,717 wheel INFO adding 'mercurial/locale/de/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,720 wheel INFO adding 'mercurial/locale/el/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,720 wheel INFO adding 'mercurial/locale/fr/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,721 wheel INFO adding 'mercurial/locale/it/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,724 wheel INFO adding 'mercurial/locale/ja/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,731 wheel INFO adding 'mercurial/locale/pt_BR/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,735 wheel INFO adding 'mercurial/locale/ro/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,738 wheel INFO adding 'mercurial/locale/ru/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,743 wheel INFO adding 'mercurial/locale/sv/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,744 wheel INFO adding 'mercurial/locale/zh_CN/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,744 wheel INFO adding 'mercurial/locale/zh_TW/LC_MESSAGES/hg.mo' 2023-08-04 12:42:58,745 wheel INFO adding 'mercurial/pure/__init__.py' 2023-08-04 12:42:58,745 wheel INFO adding 'mercurial/pure/base85.py' 2023-08-04 12:42:58,746 wheel INFO adding 'mercurial/pure/bdiff.py' 2023-08-04 12:42:58,746 wheel INFO adding 'mercurial/pure/charencode.py' 2023-08-04 12:42:58,746 wheel INFO adding 'mercurial/pure/mpatch.py' 2023-08-04 12:42:58,747 wheel INFO adding 'mercurial/pure/osutil.py' 2023-08-04 12:42:58,747 wheel INFO adding 'mercurial/pure/parsers.py' 2023-08-04 12:42:58,748 wheel INFO adding 'mercurial/revlogutils/__init__.py' 2023-08-04 12:42:58,748 wheel INFO adding 'mercurial/revlogutils/concurrency_checker.py' 2023-08-04 12:42:58,748 wheel INFO adding 'mercurial/revlogutils/constants.py' 2023-08-04 12:42:58,749 wheel INFO adding 'mercurial/revlogutils/debug.py' 2023-08-04 12:42:58,749 wheel INFO adding 'mercurial/revlogutils/deltas.py' 2023-08-04 12:42:58,750 wheel INFO adding 'mercurial/revlogutils/docket.py' 2023-08-04 12:42:58,750 wheel INFO adding 'mercurial/revlogutils/flagutil.py' 2023-08-04 12:42:58,750 wheel INFO adding 'mercurial/revlogutils/nodemap.py' 2023-08-04 12:42:58,751 wheel INFO adding 'mercurial/revlogutils/randomaccessfile.py' 2023-08-04 12:42:58,751 wheel INFO adding 'mercurial/revlogutils/revlogv0.py' 2023-08-04 12:42:58,752 wheel INFO adding 'mercurial/revlogutils/rewrite.py' 2023-08-04 12:42:58,752 wheel INFO adding 'mercurial/revlogutils/sidedata.py' 2023-08-04 12:42:58,752 wheel INFO adding 'mercurial/stabletailgraph/__init__.py' 2023-08-04 12:42:58,753 wheel INFO adding 'mercurial/stabletailgraph/stabletailsort.py' 2023-08-04 12:42:58,753 wheel INFO adding 'mercurial/templates/__init__.py' 2023-08-04 12:42:58,753 wheel INFO adding 'mercurial/templates/map-cmdline.bisect' 2023-08-04 12:42:58,754 wheel INFO adding 'mercurial/templates/map-cmdline.changelog' 2023-08-04 12:42:58,754 wheel INFO adding 'mercurial/templates/map-cmdline.compact' 2023-08-04 12:42:58,754 wheel INFO adding 'mercurial/templates/map-cmdline.default' 2023-08-04 12:42:58,755 wheel INFO adding 'mercurial/templates/map-cmdline.phases' 2023-08-04 12:42:58,755 wheel INFO adding 'mercurial/templates/map-cmdline.show' 2023-08-04 12:42:58,755 wheel INFO adding 'mercurial/templates/map-cmdline.status' 2023-08-04 12:42:58,756 wheel INFO adding 'mercurial/templates/map-cmdline.xml' 2023-08-04 12:42:58,756 wheel INFO adding 'mercurial/templates/atom/__init__.py' 2023-08-04 12:42:58,756 wheel INFO adding 'mercurial/templates/atom/bookmarkentry.tmpl' 2023-08-04 12:42:58,757 wheel INFO adding 'mercurial/templates/atom/bookmarks.tmpl' 2023-08-04 12:42:58,757 wheel INFO adding 'mercurial/templates/atom/branchentry.tmpl' 2023-08-04 12:42:58,757 wheel INFO adding 'mercurial/templates/atom/branches.tmpl' 2023-08-04 12:42:58,758 wheel INFO adding 'mercurial/templates/atom/changelog.tmpl' 2023-08-04 12:42:58,758 wheel INFO adding 'mercurial/templates/atom/changelogentry.tmpl' 2023-08-04 12:42:58,758 wheel INFO adding 'mercurial/templates/atom/error.tmpl' 2023-08-04 12:42:58,759 wheel INFO adding 'mercurial/templates/atom/filelog.tmpl' 2023-08-04 12:42:58,759 wheel INFO adding 'mercurial/templates/atom/header.tmpl' 2023-08-04 12:42:58,759 wheel INFO adding 'mercurial/templates/atom/map' 2023-08-04 12:42:58,760 wheel INFO adding 'mercurial/templates/atom/tagentry.tmpl' 2023-08-04 12:42:58,760 wheel INFO adding 'mercurial/templates/atom/tags.tmpl' 2023-08-04 12:42:58,760 wheel INFO adding 'mercurial/templates/coal/__init__.py' 2023-08-04 12:42:58,761 wheel INFO adding 'mercurial/templates/coal/header.tmpl' 2023-08-04 12:42:58,761 wheel INFO adding 'mercurial/templates/coal/map' 2023-08-04 12:42:58,762 wheel INFO adding 'mercurial/templates/gitweb/__init__.py' 2023-08-04 12:42:58,762 wheel INFO adding 'mercurial/templates/gitweb/bookmarks.tmpl' 2023-08-04 12:42:58,763 wheel INFO adding 'mercurial/templates/gitweb/branches.tmpl' 2023-08-04 12:42:58,763 wheel INFO adding 'mercurial/templates/gitweb/changelog.tmpl' 2023-08-04 12:42:58,763 wheel INFO adding 'mercurial/templates/gitweb/changelogentry.tmpl' 2023-08-04 12:42:58,764 wheel INFO adding 'mercurial/templates/gitweb/changeset.tmpl' 2023-08-04 12:42:58,764 wheel INFO adding 'mercurial/templates/gitweb/error.tmpl' 2023-08-04 12:42:58,765 wheel INFO adding 'mercurial/templates/gitweb/fileannotate.tmpl' 2023-08-04 12:42:58,765 wheel INFO adding 'mercurial/templates/gitweb/filecomparison.tmpl' 2023-08-04 12:42:58,765 wheel INFO adding 'mercurial/templates/gitweb/filediff.tmpl' 2023-08-04 12:42:58,766 wheel INFO adding 'mercurial/templates/gitweb/filelog.tmpl' 2023-08-04 12:42:58,766 wheel INFO adding 'mercurial/templates/gitweb/filerevision.tmpl' 2023-08-04 12:42:58,767 wheel INFO adding 'mercurial/templates/gitweb/footer.tmpl' 2023-08-04 12:42:58,767 wheel INFO adding 'mercurial/templates/gitweb/graph.tmpl' 2023-08-04 12:42:58,768 wheel INFO adding 'mercurial/templates/gitweb/graphentry.tmpl' 2023-08-04 12:42:58,768 wheel INFO adding 'mercurial/templates/gitweb/header.tmpl' 2023-08-04 12:42:58,768 wheel INFO adding 'mercurial/templates/gitweb/help.tmpl' 2023-08-04 12:42:58,769 wheel INFO adding 'mercurial/templates/gitweb/helptopics.tmpl' 2023-08-04 12:42:58,769 wheel INFO adding 'mercurial/templates/gitweb/index.tmpl' 2023-08-04 12:42:58,769 wheel INFO adding 'mercurial/templates/gitweb/manifest.tmpl' 2023-08-04 12:42:58,770 wheel INFO adding 'mercurial/templates/gitweb/map' 2023-08-04 12:42:58,770 wheel INFO adding 'mercurial/templates/gitweb/notfound.tmpl' 2023-08-04 12:42:58,770 wheel INFO adding 'mercurial/templates/gitweb/search.tmpl' 2023-08-04 12:42:58,771 wheel INFO adding 'mercurial/templates/gitweb/shortlog.tmpl' 2023-08-04 12:42:58,771 wheel INFO adding 'mercurial/templates/gitweb/summary.tmpl' 2023-08-04 12:42:58,771 wheel INFO adding 'mercurial/templates/gitweb/tags.tmpl' 2023-08-04 12:42:58,772 wheel INFO adding 'mercurial/templates/json/__init__.py' 2023-08-04 12:42:58,772 wheel INFO adding 'mercurial/templates/json/changelist.tmpl' 2023-08-04 12:42:58,772 wheel INFO adding 'mercurial/templates/json/graph.tmpl' 2023-08-04 12:42:58,773 wheel INFO adding 'mercurial/templates/json/map' 2023-08-04 12:42:58,773 wheel INFO adding 'mercurial/templates/monoblue/__init__.py' 2023-08-04 12:42:58,773 wheel INFO adding 'mercurial/templates/monoblue/bookmarks.tmpl' 2023-08-04 12:42:58,774 wheel INFO adding 'mercurial/templates/monoblue/branches.tmpl' 2023-08-04 12:42:58,774 wheel INFO adding 'mercurial/templates/monoblue/changelog.tmpl' 2023-08-04 12:42:58,774 wheel INFO adding 'mercurial/templates/monoblue/changelogentry.tmpl' 2023-08-04 12:42:58,775 wheel INFO adding 'mercurial/templates/monoblue/changeset.tmpl' 2023-08-04 12:42:58,775 wheel INFO adding 'mercurial/templates/monoblue/error.tmpl' 2023-08-04 12:42:58,775 wheel INFO adding 'mercurial/templates/monoblue/fileannotate.tmpl' 2023-08-04 12:42:58,776 wheel INFO adding 'mercurial/templates/monoblue/filecomparison.tmpl' 2023-08-04 12:42:58,776 wheel INFO adding 'mercurial/templates/monoblue/filediff.tmpl' 2023-08-04 12:42:58,776 wheel INFO adding 'mercurial/templates/monoblue/filelog.tmpl' 2023-08-04 12:42:58,777 wheel INFO adding 'mercurial/templates/monoblue/filerevision.tmpl' 2023-08-04 12:42:58,777 wheel INFO adding 'mercurial/templates/monoblue/footer.tmpl' 2023-08-04 12:42:58,777 wheel INFO adding 'mercurial/templates/monoblue/graph.tmpl' 2023-08-04 12:42:58,778 wheel INFO adding 'mercurial/templates/monoblue/graphentry.tmpl' 2023-08-04 12:42:58,778 wheel INFO adding 'mercurial/templates/monoblue/header.tmpl' 2023-08-04 12:42:58,778 wheel INFO adding 'mercurial/templates/monoblue/help.tmpl' 2023-08-04 12:42:58,779 wheel INFO adding 'mercurial/templates/monoblue/helptopics.tmpl' 2023-08-04 12:42:58,779 wheel INFO adding 'mercurial/templates/monoblue/index.tmpl' 2023-08-04 12:42:58,779 wheel INFO adding 'mercurial/templates/monoblue/manifest.tmpl' 2023-08-04 12:42:58,780 wheel INFO adding 'mercurial/templates/monoblue/map' 2023-08-04 12:42:58,780 wheel INFO adding 'mercurial/templates/monoblue/notfound.tmpl' 2023-08-04 12:42:58,780 wheel INFO adding 'mercurial/templates/monoblue/search.tmpl' 2023-08-04 12:42:58,781 wheel INFO adding 'mercurial/templates/monoblue/shortlog.tmpl' 2023-08-04 12:42:58,781 wheel INFO adding 'mercurial/templates/monoblue/summary.tmpl' 2023-08-04 12:42:58,781 wheel INFO adding 'mercurial/templates/monoblue/tags.tmpl' 2023-08-04 12:42:58,782 wheel INFO adding 'mercurial/templates/paper/__init__.py' 2023-08-04 12:42:58,782 wheel INFO adding 'mercurial/templates/paper/bookmarks.tmpl' 2023-08-04 12:42:58,782 wheel INFO adding 'mercurial/templates/paper/branches.tmpl' 2023-08-04 12:42:58,783 wheel INFO adding 'mercurial/templates/paper/changeset.tmpl' 2023-08-04 12:42:58,783 wheel INFO adding 'mercurial/templates/paper/diffstat.tmpl' 2023-08-04 12:42:58,783 wheel INFO adding 'mercurial/templates/paper/error.tmpl' 2023-08-04 12:42:58,784 wheel INFO adding 'mercurial/templates/paper/fileannotate.tmpl' 2023-08-04 12:42:58,784 wheel INFO adding 'mercurial/templates/paper/filecomparison.tmpl' 2023-08-04 12:42:58,784 wheel INFO adding 'mercurial/templates/paper/filediff.tmpl' 2023-08-04 12:42:58,785 wheel INFO adding 'mercurial/templates/paper/filelog.tmpl' 2023-08-04 12:42:58,785 wheel INFO adding 'mercurial/templates/paper/filelogentry.tmpl' 2023-08-04 12:42:58,785 wheel INFO adding 'mercurial/templates/paper/filerevision.tmpl' 2023-08-04 12:42:58,786 wheel INFO adding 'mercurial/templates/paper/footer.tmpl' 2023-08-04 12:42:58,786 wheel INFO adding 'mercurial/templates/paper/graph.tmpl' 2023-08-04 12:42:58,786 wheel INFO adding 'mercurial/templates/paper/graphentry.tmpl' 2023-08-04 12:42:58,787 wheel INFO adding 'mercurial/templates/paper/header.tmpl' 2023-08-04 12:42:58,787 wheel INFO adding 'mercurial/templates/paper/help.tmpl' 2023-08-04 12:42:58,787 wheel INFO adding 'mercurial/templates/paper/helptopics.tmpl' 2023-08-04 12:42:58,788 wheel INFO adding 'mercurial/templates/paper/index.tmpl' 2023-08-04 12:42:58,788 wheel INFO adding 'mercurial/templates/paper/manifest.tmpl' 2023-08-04 12:42:58,788 wheel INFO adding 'mercurial/templates/paper/map' 2023-08-04 12:42:58,789 wheel INFO adding 'mercurial/templates/paper/notfound.tmpl' 2023-08-04 12:42:58,789 wheel INFO adding 'mercurial/templates/paper/search.tmpl' 2023-08-04 12:42:58,789 wheel INFO adding 'mercurial/templates/paper/shortlog.tmpl' 2023-08-04 12:42:58,790 wheel INFO adding 'mercurial/templates/paper/shortlogentry.tmpl' 2023-08-04 12:42:58,790 wheel INFO adding 'mercurial/templates/paper/tags.tmpl' 2023-08-04 12:42:58,791 wheel INFO adding 'mercurial/templates/raw/__init__.py' 2023-08-04 12:42:58,792 wheel INFO adding 'mercurial/templates/raw/changelog.tmpl' 2023-08-04 12:42:58,792 wheel INFO adding 'mercurial/templates/raw/changeset.tmpl' 2023-08-04 12:42:58,792 wheel INFO adding 'mercurial/templates/raw/error.tmpl' 2023-08-04 12:42:58,793 wheel INFO adding 'mercurial/templates/raw/fileannotate.tmpl' 2023-08-04 12:42:58,793 wheel INFO adding 'mercurial/templates/raw/filediff.tmpl' 2023-08-04 12:42:58,793 wheel INFO adding 'mercurial/templates/raw/graph.tmpl' 2023-08-04 12:42:58,793 wheel INFO adding 'mercurial/templates/raw/graphedge.tmpl' 2023-08-04 12:42:58,794 wheel INFO adding 'mercurial/templates/raw/graphnode.tmpl' 2023-08-04 12:42:58,794 wheel INFO adding 'mercurial/templates/raw/index.tmpl' 2023-08-04 12:42:58,794 wheel INFO adding 'mercurial/templates/raw/logentry.tmpl' 2023-08-04 12:42:58,795 wheel INFO adding 'mercurial/templates/raw/manifest.tmpl' 2023-08-04 12:42:58,795 wheel INFO adding 'mercurial/templates/raw/map' 2023-08-04 12:42:58,795 wheel INFO adding 'mercurial/templates/raw/notfound.tmpl' 2023-08-04 12:42:58,796 wheel INFO adding 'mercurial/templates/raw/search.tmpl' 2023-08-04 12:42:58,796 wheel INFO adding 'mercurial/templates/rss/__init__.py' 2023-08-04 12:42:58,796 wheel INFO adding 'mercurial/templates/rss/bookmarkentry.tmpl' 2023-08-04 12:42:58,797 wheel INFO adding 'mercurial/templates/rss/bookmarks.tmpl' 2023-08-04 12:42:58,797 wheel INFO adding 'mercurial/templates/rss/branchentry.tmpl' 2023-08-04 12:42:58,797 wheel INFO adding 'mercurial/templates/rss/branches.tmpl' 2023-08-04 12:42:58,798 wheel INFO adding 'mercurial/templates/rss/changelog.tmpl' 2023-08-04 12:42:58,798 wheel INFO adding 'mercurial/templates/rss/changelogentry.tmpl' 2023-08-04 12:42:58,798 wheel INFO adding 'mercurial/templates/rss/error.tmpl' 2023-08-04 12:42:58,799 wheel INFO adding 'mercurial/templates/rss/filelog.tmpl' 2023-08-04 12:42:58,799 wheel INFO adding 'mercurial/templates/rss/filelogentry.tmpl' 2023-08-04 12:42:58,799 wheel INFO adding 'mercurial/templates/rss/header.tmpl' 2023-08-04 12:42:58,800 wheel INFO adding 'mercurial/templates/rss/map' 2023-08-04 12:42:58,800 wheel INFO adding 'mercurial/templates/rss/tagentry.tmpl' 2023-08-04 12:42:58,800 wheel INFO adding 'mercurial/templates/rss/tags.tmpl' 2023-08-04 12:42:58,801 wheel INFO adding 'mercurial/templates/spartan/__init__.py' 2023-08-04 12:42:58,801 wheel INFO adding 'mercurial/templates/spartan/branches.tmpl' 2023-08-04 12:42:58,801 wheel INFO adding 'mercurial/templates/spartan/changelog.tmpl' 2023-08-04 12:42:58,802 wheel INFO adding 'mercurial/templates/spartan/changelogentry.tmpl' 2023-08-04 12:42:58,802 wheel INFO adding 'mercurial/templates/spartan/changeset.tmpl' 2023-08-04 12:42:58,802 wheel INFO adding 'mercurial/templates/spartan/error.tmpl' 2023-08-04 12:42:58,803 wheel INFO adding 'mercurial/templates/spartan/fileannotate.tmpl' 2023-08-04 12:42:58,803 wheel INFO adding 'mercurial/templates/spartan/filediff.tmpl' 2023-08-04 12:42:58,803 wheel INFO adding 'mercurial/templates/spartan/filelog.tmpl' 2023-08-04 12:42:58,804 wheel INFO adding 'mercurial/templates/spartan/filelogentry.tmpl' 2023-08-04 12:42:58,804 wheel INFO adding 'mercurial/templates/spartan/filerevision.tmpl' 2023-08-04 12:42:58,804 wheel INFO adding 'mercurial/templates/spartan/footer.tmpl' 2023-08-04 12:42:58,805 wheel INFO adding 'mercurial/templates/spartan/graph.tmpl' 2023-08-04 12:42:58,805 wheel INFO adding 'mercurial/templates/spartan/graphentry.tmpl' 2023-08-04 12:42:58,805 wheel INFO adding 'mercurial/templates/spartan/header.tmpl' 2023-08-04 12:42:58,805 wheel INFO adding 'mercurial/templates/spartan/index.tmpl' 2023-08-04 12:42:58,806 wheel INFO adding 'mercurial/templates/spartan/manifest.tmpl' 2023-08-04 12:42:58,806 wheel INFO adding 'mercurial/templates/spartan/map' 2023-08-04 12:42:58,807 wheel INFO adding 'mercurial/templates/spartan/notfound.tmpl' 2023-08-04 12:42:58,807 wheel INFO adding 'mercurial/templates/spartan/search.tmpl' 2023-08-04 12:42:58,807 wheel INFO adding 'mercurial/templates/spartan/shortlog.tmpl' 2023-08-04 12:42:58,807 wheel INFO adding 'mercurial/templates/spartan/shortlogentry.tmpl' 2023-08-04 12:42:58,808 wheel INFO adding 'mercurial/templates/spartan/tags.tmpl' 2023-08-04 12:42:58,808 wheel INFO adding 'mercurial/templates/static/__init__.py' 2023-08-04 12:42:58,809 wheel INFO adding 'mercurial/templates/static/background.png' 2023-08-04 12:42:58,809 wheel INFO adding 'mercurial/templates/static/coal-file.png' 2023-08-04 12:42:58,809 wheel INFO adding 'mercurial/templates/static/coal-folder.png' 2023-08-04 12:42:58,809 wheel INFO adding 'mercurial/templates/static/feed-icon-14x14.png' 2023-08-04 12:42:58,810 wheel INFO adding 'mercurial/templates/static/followlines.js' 2023-08-04 12:42:58,810 wheel INFO adding 'mercurial/templates/static/hgicon.png' 2023-08-04 12:42:58,811 wheel INFO adding 'mercurial/templates/static/hglogo.png' 2023-08-04 12:42:58,811 wheel INFO adding 'mercurial/templates/static/mercurial.js' 2023-08-04 12:42:58,811 wheel INFO adding 'mercurial/templates/static/style-extra-coal.css' 2023-08-04 12:42:58,812 wheel INFO adding 'mercurial/templates/static/style-gitweb.css' 2023-08-04 12:42:58,812 wheel INFO adding 'mercurial/templates/static/style-monoblue.css' 2023-08-04 12:42:58,812 wheel INFO adding 'mercurial/templates/static/style-paper.css' 2023-08-04 12:42:58,813 wheel INFO adding 'mercurial/templates/static/style.css' 2023-08-04 12:42:58,813 wheel INFO adding 'mercurial/testing/__init__.py' 2023-08-04 12:42:58,813 wheel INFO adding 'mercurial/testing/revlog.py' 2023-08-04 12:42:58,814 wheel INFO adding 'mercurial/testing/storage.py' 2023-08-04 12:42:58,814 wheel INFO adding 'mercurial/thirdparty/__init__.py' 2023-08-04 12:42:58,815 wheel INFO adding 'mercurial/thirdparty/sha1dc.cpython-310-powerpc-linux-gnu.so' 2023-08-04 12:42:58,816 wheel INFO adding 'mercurial/thirdparty/attr/__init__.py' 2023-08-04 12:42:58,816 wheel INFO adding 'mercurial/thirdparty/attr/__init__.pyi' 2023-08-04 12:42:58,816 wheel INFO adding 'mercurial/thirdparty/attr/_cmp.py' 2023-08-04 12:42:58,817 wheel INFO adding 'mercurial/thirdparty/attr/_cmp.pyi' 2023-08-04 12:42:58,817 wheel INFO adding 'mercurial/thirdparty/attr/_compat.py' 2023-08-04 12:42:58,817 wheel INFO adding 'mercurial/thirdparty/attr/_config.py' 2023-08-04 12:42:58,818 wheel INFO adding 'mercurial/thirdparty/attr/_funcs.py' 2023-08-04 12:42:58,818 wheel INFO adding 'mercurial/thirdparty/attr/_make.py' 2023-08-04 12:42:58,819 wheel INFO adding 'mercurial/thirdparty/attr/_next_gen.py' 2023-08-04 12:42:58,819 wheel INFO adding 'mercurial/thirdparty/attr/_version_info.py' 2023-08-04 12:42:58,820 wheel INFO adding 'mercurial/thirdparty/attr/_version_info.pyi' 2023-08-04 12:42:58,820 wheel INFO adding 'mercurial/thirdparty/attr/converters.py' 2023-08-04 12:42:58,820 wheel INFO adding 'mercurial/thirdparty/attr/converters.pyi' 2023-08-04 12:42:58,821 wheel INFO adding 'mercurial/thirdparty/attr/exceptions.py' 2023-08-04 12:42:58,821 wheel INFO adding 'mercurial/thirdparty/attr/exceptions.pyi' 2023-08-04 12:42:58,821 wheel INFO adding 'mercurial/thirdparty/attr/filters.py' 2023-08-04 12:42:58,822 wheel INFO adding 'mercurial/thirdparty/attr/filters.pyi' 2023-08-04 12:42:58,822 wheel INFO adding 'mercurial/thirdparty/attr/py.typed' 2023-08-04 12:42:58,822 wheel INFO adding 'mercurial/thirdparty/attr/setters.py' 2023-08-04 12:42:58,822 wheel INFO adding 'mercurial/thirdparty/attr/setters.pyi' 2023-08-04 12:42:58,823 wheel INFO adding 'mercurial/thirdparty/attr/validators.py' 2023-08-04 12:42:58,823 wheel INFO adding 'mercurial/thirdparty/attr/validators.pyi' 2023-08-04 12:42:58,824 wheel INFO adding 'mercurial/thirdparty/zope/__init__.py' 2023-08-04 12:42:58,824 wheel INFO adding 'mercurial/thirdparty/zope/interface/__init__.py' 2023-08-04 12:42:58,824 wheel INFO adding 'mercurial/thirdparty/zope/interface/_compat.py' 2023-08-04 12:42:58,825 wheel INFO adding 'mercurial/thirdparty/zope/interface/_flatten.py' 2023-08-04 12:42:58,825 wheel INFO adding 'mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-310-powerpc-linux-gnu.so' 2023-08-04 12:42:58,826 wheel INFO adding 'mercurial/thirdparty/zope/interface/adapter.py' 2023-08-04 12:42:58,826 wheel INFO adding 'mercurial/thirdparty/zope/interface/advice.py' 2023-08-04 12:42:58,827 wheel INFO adding 'mercurial/thirdparty/zope/interface/declarations.py' 2023-08-04 12:42:58,827 wheel INFO adding 'mercurial/thirdparty/zope/interface/document.py' 2023-08-04 12:42:58,827 wheel INFO adding 'mercurial/thirdparty/zope/interface/exceptions.py' 2023-08-04 12:42:58,828 wheel INFO adding 'mercurial/thirdparty/zope/interface/interface.py' 2023-08-04 12:42:58,828 wheel INFO adding 'mercurial/thirdparty/zope/interface/interfaces.py' 2023-08-04 12:42:58,829 wheel INFO adding 'mercurial/thirdparty/zope/interface/registry.py' 2023-08-04 12:42:58,829 wheel INFO adding 'mercurial/thirdparty/zope/interface/ro.py' 2023-08-04 12:42:58,829 wheel INFO adding 'mercurial/thirdparty/zope/interface/verify.py' 2023-08-04 12:42:58,830 wheel INFO adding 'mercurial/upgrade_utils/__init__.py' 2023-08-04 12:42:58,830 wheel INFO adding 'mercurial/upgrade_utils/actions.py' 2023-08-04 12:42:58,831 wheel INFO adding 'mercurial/upgrade_utils/auto_upgrade.py' 2023-08-04 12:42:58,831 wheel INFO adding 'mercurial/upgrade_utils/engine.py' 2023-08-04 12:42:58,831 wheel INFO adding 'mercurial/utils/__init__.py' 2023-08-04 12:42:58,832 wheel INFO adding 'mercurial/utils/cborutil.py' 2023-08-04 12:42:58,832 wheel INFO adding 'mercurial/utils/compression.py' 2023-08-04 12:42:58,833 wheel INFO adding 'mercurial/utils/dateutil.py' 2023-08-04 12:42:58,833 wheel INFO adding 'mercurial/utils/hashutil.py' 2023-08-04 12:42:58,833 wheel INFO adding 'mercurial/utils/memorytop.py' 2023-08-04 12:42:58,834 wheel INFO adding 'mercurial/utils/procutil.py' 2023-08-04 12:42:58,834 wheel INFO adding 'mercurial/utils/repoviewutil.py' 2023-08-04 12:42:58,835 wheel INFO adding 'mercurial/utils/resourceutil.py' 2023-08-04 12:42:58,835 wheel INFO adding 'mercurial/utils/storageutil.py' 2023-08-04 12:42:58,835 wheel INFO adding 'mercurial/utils/stringutil.py' 2023-08-04 12:42:58,836 wheel INFO adding 'mercurial/utils/urlutil.py' 2023-08-04 12:42:58,837 wheel INFO adding 'mercurial-6.5.data/data/share/bash-completion/completions/hg' 2023-08-04 12:42:58,837 wheel INFO adding 'mercurial-6.5.data/data/share/zsh/site-functions/_hg' 2023-08-04 12:42:58,838 wheel INFO adding 'mercurial-6.5.data/scripts/hg' 2023-08-04 12:42:58,838 wheel INFO adding 'mercurial-6.5.dist-info/COPYING' 2023-08-04 12:42:58,839 wheel INFO adding 'mercurial-6.5.dist-info/METADATA' 2023-08-04 12:42:58,839 wheel INFO adding 'mercurial-6.5.dist-info/WHEEL' 2023-08-04 12:42:58,839 wheel INFO adding 'mercurial-6.5.dist-info/top_level.txt' 2023-08-04 12:42:58,842 wheel INFO adding 'mercurial-6.5.dist-info/RECORD' 2023-08-04 12:42:58,848 wheel INFO removing build/bdist.linux-ppc/wheel 2023-08-04 12:42:58,893 gpep517 INFO The backend produced /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_10/wheel/mercurial-6.5-cp310-cp310-linux_ppc.whl * Installing mercurial-6.5-cp310-cp310-linux_ppc.whl to /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_10/install gpep517 install-wheel --destdir=/var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_10/install --interpreter=/usr/bin/python3.10 --prefix=/usr --optimize=all /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_10/wheel/mercurial-6.5-cp310-cp310-linux_ppc.whl 2023-08-04 12:42:59,066 gpep517 INFO Installing /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_10/wheel/mercurial-6.5-cp310-cp310-linux_ppc.whl into /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_10/install 2023-08-04 12:43:05,252 gpep517 INFO Installation complete * python3_11: running distutils-r1_run_phase python_compile python3.11 setup.py build_ext -j 16 build_ext hgext/fsmonitor/pywatchman/bser.c: In function 'bser_bytestring': hgext/fsmonitor/pywatchman/bser.c:411:11: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 411 | if (len > UINT32_MAX) { | ^ mercurial/cext/osutil.c: In function 'describefstype': mercurial/cext/osutil.c:752:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 752 | if (pbuf->f_type == BTRFS_SUPER_MAGIC) | ^~ mercurial/cext/osutil.c:788:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 788 | if (pbuf->f_type == EFIVARFS_MAGIC) | ^~ mercurial/cext/osutil.c:816:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 816 | if (pbuf->f_type == F2FS_SUPER_MAGIC) | ^~ mercurial/cext/osutil.c:836:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 836 | if (pbuf->f_type == HPFS_SUPER_MAGIC) | ^~ mercurial/cext/osutil.c:840:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 840 | if (pbuf->f_type == HUGETLBFS_MAGIC) | ^~ mercurial/cext/osutil.c:924:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 924 | if (pbuf->f_type == RAMFS_MAGIC) | ^~ mercurial/cext/osutil.c:940:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 940 | if (pbuf->f_type == SELINUX_MAGIC) | ^~ mercurial/cext/osutil.c:996:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 996 | if (pbuf->f_type == XENFS_SUPER_MAGIC) | ^~ mercurial/cext/bdiff.c: In function 'bdiff': mercurial/cext/bdiff.c:96:16: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 96 | if (la > UINT_MAX || lb > UINT_MAX) { | ^ mercurial/cext/bdiff.c:96:33: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 96 | if (la > UINT_MAX || lb > UINT_MAX) { | ^ mercurial/cext/parsers.c: In function 'parse_dirstate': mercurial/cext/parsers.c:794:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 794 | while (pos >= 40 && pos < len) { | ^ mercurial/cext/parsers.c:795:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 795 | if (pos + 17 > len) { | ^ * Building the wheel for mercurial-6.5 via setuptools.build_meta:__legacy__ gpep517 build-wheel --backend setuptools.build_meta:__legacy__ --output-fd 3 --wheel-dir /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_11/wheel 2023-08-04 12:43:37,214 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-08-04 12:43:37,399 root INFO running bdist_wheel 2023-08-04 12:43:37,414 root INFO running build 2023-08-04 12:43:37,414 root INFO running build_mo 2023-08-04 12:43:37,415 root INFO running build_py 2023-08-04 12:43:37,427 root INFO copying mercurial/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,427 root INFO copying mercurial/__main__.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,427 root INFO copying mercurial/__version__.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,428 root INFO copying mercurial/ancestor.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,428 root INFO copying mercurial/archival.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,428 root INFO copying mercurial/bookmarks.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,429 root INFO copying mercurial/branchmap.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,429 root INFO copying mercurial/bundle2.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,429 root INFO copying mercurial/bundlecaches.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,430 root INFO copying mercurial/bundlerepo.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,430 root INFO copying mercurial/cacheutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,430 root INFO copying mercurial/changegroup.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,431 root INFO copying mercurial/changelog.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,431 root INFO copying mercurial/chgserver.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,431 root INFO copying mercurial/cmdutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,432 root INFO copying mercurial/color.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,432 root INFO copying mercurial/commands.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,433 root INFO copying mercurial/commandserver.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,433 root INFO copying mercurial/commit.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,434 root INFO copying mercurial/config.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,434 root INFO copying mercurial/configitems.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,434 root INFO copying mercurial/context.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,435 root INFO copying mercurial/copies.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,435 root INFO copying mercurial/crecord.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,435 root INFO copying mercurial/dagop.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,436 root INFO copying mercurial/dagparser.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,436 root INFO copying mercurial/debugcommands.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,437 root INFO copying mercurial/destutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,437 root INFO copying mercurial/diffhelper.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,437 root INFO copying mercurial/diffutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,438 root INFO copying mercurial/dirstate.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,438 root INFO copying mercurial/dirstatemap.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,438 root INFO copying mercurial/discovery.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,439 root INFO copying mercurial/dispatch.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,439 root INFO copying mercurial/encoding.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,439 root INFO copying mercurial/error.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,440 root INFO copying mercurial/exchange.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,440 root INFO copying mercurial/extensions.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,440 root INFO copying mercurial/exthelper.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,441 root INFO copying mercurial/fancyopts.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,441 root INFO copying mercurial/filelog.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,441 root INFO copying mercurial/filemerge.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,442 root INFO copying mercurial/fileset.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,442 root INFO copying mercurial/filesetlang.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,442 root INFO copying mercurial/formatter.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,442 root INFO copying mercurial/graphmod.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,443 root INFO copying mercurial/grep.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,443 root INFO copying mercurial/hbisect.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,443 root INFO copying mercurial/help.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,444 root INFO copying mercurial/hg.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,444 root INFO copying mercurial/hook.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,445 root INFO copying mercurial/httpconnection.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,445 root INFO copying mercurial/httppeer.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,445 root INFO copying mercurial/i18n.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,445 root INFO copying mercurial/keepalive.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,446 root INFO copying mercurial/linelog.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,446 root INFO copying mercurial/localrepo.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,447 root INFO copying mercurial/lock.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,447 root INFO copying mercurial/logcmdutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,447 root INFO copying mercurial/logexchange.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,448 root INFO copying mercurial/loggingutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,448 root INFO copying mercurial/lsprof.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,448 root INFO copying mercurial/lsprofcalltree.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,449 root INFO copying mercurial/mail.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,449 root INFO copying mercurial/manifest.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,449 root INFO copying mercurial/match.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,450 root INFO copying mercurial/mdiff.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,450 root INFO copying mercurial/merge.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,451 root INFO copying mercurial/mergestate.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,451 root INFO copying mercurial/mergeutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,451 root INFO copying mercurial/metadata.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,452 root INFO copying mercurial/minifileset.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,452 root INFO copying mercurial/minirst.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,452 root INFO copying mercurial/namespaces.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,453 root INFO copying mercurial/narrowspec.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,453 root INFO copying mercurial/node.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,454 root INFO copying mercurial/obsolete.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,454 root INFO copying mercurial/obsutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,454 root INFO copying mercurial/parser.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,455 root INFO copying mercurial/patch.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,455 root INFO copying mercurial/pathutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,455 root INFO copying mercurial/phases.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,456 root INFO copying mercurial/policy.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,456 root INFO copying mercurial/posix.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,456 root INFO copying mercurial/profiling.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,457 root INFO copying mercurial/progress.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,457 root INFO copying mercurial/pushkey.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,457 root INFO copying mercurial/pvec.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,457 root INFO copying mercurial/pycompat.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,458 root INFO copying mercurial/rcutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,458 root INFO copying mercurial/registrar.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,458 root INFO copying mercurial/repair.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,459 root INFO copying mercurial/repocache.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,459 root INFO copying mercurial/repoview.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,459 root INFO copying mercurial/requirements.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,460 root INFO copying mercurial/revlog.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,460 root INFO copying mercurial/revset.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,460 root INFO copying mercurial/revsetlang.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,461 root INFO copying mercurial/rewriteutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,461 root INFO copying mercurial/scmposix.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,461 root INFO copying mercurial/scmutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,462 root INFO copying mercurial/scmwindows.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,462 root INFO copying mercurial/server.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,462 root INFO copying mercurial/setdiscovery.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,463 root INFO copying mercurial/shelve.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,463 root INFO copying mercurial/similar.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,463 root INFO copying mercurial/simplemerge.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,464 root INFO copying mercurial/smartset.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,464 root INFO copying mercurial/sparse.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,464 root INFO copying mercurial/sshpeer.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,465 root INFO copying mercurial/sslutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,465 root INFO copying mercurial/stack.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,465 root INFO copying mercurial/state.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,466 root INFO copying mercurial/statichttprepo.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,466 root INFO copying mercurial/statprof.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,466 root INFO copying mercurial/store.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,466 root INFO copying mercurial/streamclone.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,467 root INFO copying mercurial/strip.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,467 root INFO copying mercurial/subrepo.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,467 root INFO copying mercurial/subrepoutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,468 root INFO copying mercurial/tagmerge.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,468 root INFO copying mercurial/tags.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,468 root INFO copying mercurial/templatefilters.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,469 root INFO copying mercurial/templatefuncs.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,469 root INFO copying mercurial/templatekw.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,469 root INFO copying mercurial/templater.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,470 root INFO copying mercurial/templateutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,470 root INFO copying mercurial/transaction.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,470 root INFO copying mercurial/treediscovery.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,471 root INFO copying mercurial/txnutil.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,471 root INFO copying mercurial/typelib.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,471 root INFO copying mercurial/ui.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,472 root INFO copying mercurial/unionrepo.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,472 root INFO copying mercurial/upgrade.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,472 root INFO copying mercurial/url.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,473 root INFO copying mercurial/urllibcompat.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,473 root INFO copying mercurial/util.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,473 root INFO copying mercurial/verify.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,474 root INFO copying mercurial/vfs.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,474 root INFO copying mercurial/win32.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,474 root INFO copying mercurial/windows.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,475 root INFO copying mercurial/wireprotoframing.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,475 root INFO copying mercurial/wireprotoserver.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,475 root INFO copying mercurial/wireprototypes.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,476 root INFO copying mercurial/wireprotov1peer.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,476 root INFO copying mercurial/wireprotov1server.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,476 root INFO copying mercurial/worker.py -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,477 root INFO copying mercurial/cext/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/cext 2023-08-04 12:43:37,477 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/cffi 2023-08-04 12:43:37,477 root INFO copying mercurial/cffi/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/cffi 2023-08-04 12:43:37,478 root INFO copying mercurial/cffi/bdiff.py -> build/lib.linux-ppc-cpython-311/mercurial/cffi 2023-08-04 12:43:37,478 root INFO copying mercurial/cffi/bdiffbuild.py -> build/lib.linux-ppc-cpython-311/mercurial/cffi 2023-08-04 12:43:37,478 root INFO copying mercurial/cffi/mpatch.py -> build/lib.linux-ppc-cpython-311/mercurial/cffi 2023-08-04 12:43:37,479 root INFO copying mercurial/cffi/mpatchbuild.py -> build/lib.linux-ppc-cpython-311/mercurial/cffi 2023-08-04 12:43:37,479 root INFO copying mercurial/cffi/osutil.py -> build/lib.linux-ppc-cpython-311/mercurial/cffi 2023-08-04 12:43:37,479 root INFO copying mercurial/cffi/osutilbuild.py -> build/lib.linux-ppc-cpython-311/mercurial/cffi 2023-08-04 12:43:37,480 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/defaultrc 2023-08-04 12:43:37,480 root INFO copying mercurial/defaultrc/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/defaultrc 2023-08-04 12:43:37,480 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/dirstateutils 2023-08-04 12:43:37,480 root INFO copying mercurial/dirstateutils/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/dirstateutils 2023-08-04 12:43:37,481 root INFO copying mercurial/dirstateutils/docket.py -> build/lib.linux-ppc-cpython-311/mercurial/dirstateutils 2023-08-04 12:43:37,481 root INFO copying mercurial/dirstateutils/timestamp.py -> build/lib.linux-ppc-cpython-311/mercurial/dirstateutils 2023-08-04 12:43:37,481 root INFO copying mercurial/dirstateutils/v2.py -> build/lib.linux-ppc-cpython-311/mercurial/dirstateutils 2023-08-04 12:43:37,482 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,482 root INFO copying mercurial/helptext/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,482 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,482 root INFO copying mercurial/helptext/internals/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,483 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,483 root INFO copying mercurial/hgweb/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,483 root INFO copying mercurial/hgweb/common.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,484 root INFO copying mercurial/hgweb/hgweb_mod.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,484 root INFO copying mercurial/hgweb/hgwebdir_mod.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,484 root INFO copying mercurial/hgweb/request.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,485 root INFO copying mercurial/hgweb/server.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,485 root INFO copying mercurial/hgweb/webcommands.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,485 root INFO copying mercurial/hgweb/webutil.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,486 root INFO copying mercurial/hgweb/wsgicgi.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,486 root INFO copying mercurial/hgweb/wsgiheaders.py -> build/lib.linux-ppc-cpython-311/mercurial/hgweb 2023-08-04 12:43:37,487 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/interfaces 2023-08-04 12:43:37,487 root INFO copying mercurial/interfaces/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/interfaces 2023-08-04 12:43:37,487 root INFO copying mercurial/interfaces/dirstate.py -> build/lib.linux-ppc-cpython-311/mercurial/interfaces 2023-08-04 12:43:37,487 root INFO copying mercurial/interfaces/repository.py -> build/lib.linux-ppc-cpython-311/mercurial/interfaces 2023-08-04 12:43:37,488 root INFO copying mercurial/interfaces/util.py -> build/lib.linux-ppc-cpython-311/mercurial/interfaces 2023-08-04 12:43:37,488 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/pure 2023-08-04 12:43:37,488 root INFO copying mercurial/pure/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/pure 2023-08-04 12:43:37,489 root INFO copying mercurial/pure/base85.py -> build/lib.linux-ppc-cpython-311/mercurial/pure 2023-08-04 12:43:37,489 root INFO copying mercurial/pure/bdiff.py -> build/lib.linux-ppc-cpython-311/mercurial/pure 2023-08-04 12:43:37,489 root INFO copying mercurial/pure/charencode.py -> build/lib.linux-ppc-cpython-311/mercurial/pure 2023-08-04 12:43:37,490 root INFO copying mercurial/pure/mpatch.py -> build/lib.linux-ppc-cpython-311/mercurial/pure 2023-08-04 12:43:37,490 root INFO copying mercurial/pure/osutil.py -> build/lib.linux-ppc-cpython-311/mercurial/pure 2023-08-04 12:43:37,490 root INFO copying mercurial/pure/parsers.py -> build/lib.linux-ppc-cpython-311/mercurial/pure 2023-08-04 12:43:37,491 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/stabletailgraph 2023-08-04 12:43:37,491 root INFO copying mercurial/stabletailgraph/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/stabletailgraph 2023-08-04 12:43:37,491 root INFO copying mercurial/stabletailgraph/stabletailsort.py -> build/lib.linux-ppc-cpython-311/mercurial/stabletailgraph 2023-08-04 12:43:37,491 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,492 root INFO copying mercurial/templates/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,492 root INFO copying mercurial/thirdparty/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty 2023-08-04 12:43:37,493 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,493 root INFO copying mercurial/thirdparty/attr/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,493 root INFO copying mercurial/thirdparty/attr/_cmp.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,493 root INFO copying mercurial/thirdparty/attr/_compat.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,494 root INFO copying mercurial/thirdparty/attr/_config.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,494 root INFO copying mercurial/thirdparty/attr/_funcs.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,494 root INFO copying mercurial/thirdparty/attr/_make.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,495 root INFO copying mercurial/thirdparty/attr/_next_gen.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,495 root INFO copying mercurial/thirdparty/attr/_version_info.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,495 root INFO copying mercurial/thirdparty/attr/converters.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,496 root INFO copying mercurial/thirdparty/attr/exceptions.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,496 root INFO copying mercurial/thirdparty/attr/filters.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,496 root INFO copying mercurial/thirdparty/attr/setters.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,496 root INFO copying mercurial/thirdparty/attr/validators.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,497 root INFO copying mercurial/thirdparty/zope/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope 2023-08-04 12:43:37,498 root INFO copying mercurial/thirdparty/zope/interface/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,498 root INFO copying mercurial/thirdparty/zope/interface/_compat.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,498 root INFO copying mercurial/thirdparty/zope/interface/_flatten.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,499 root INFO copying mercurial/thirdparty/zope/interface/adapter.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,499 root INFO copying mercurial/thirdparty/zope/interface/advice.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,499 root INFO copying mercurial/thirdparty/zope/interface/declarations.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,499 root INFO copying mercurial/thirdparty/zope/interface/document.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,500 root INFO copying mercurial/thirdparty/zope/interface/exceptions.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,500 root INFO copying mercurial/thirdparty/zope/interface/interface.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,500 root INFO copying mercurial/thirdparty/zope/interface/interfaces.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,501 root INFO copying mercurial/thirdparty/zope/interface/registry.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,501 root INFO copying mercurial/thirdparty/zope/interface/ro.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,501 root INFO copying mercurial/thirdparty/zope/interface/verify.py -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,502 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/upgrade_utils 2023-08-04 12:43:37,502 root INFO copying mercurial/upgrade_utils/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/upgrade_utils 2023-08-04 12:43:37,502 root INFO copying mercurial/upgrade_utils/actions.py -> build/lib.linux-ppc-cpython-311/mercurial/upgrade_utils 2023-08-04 12:43:37,503 root INFO copying mercurial/upgrade_utils/auto_upgrade.py -> build/lib.linux-ppc-cpython-311/mercurial/upgrade_utils 2023-08-04 12:43:37,503 root INFO copying mercurial/upgrade_utils/engine.py -> build/lib.linux-ppc-cpython-311/mercurial/upgrade_utils 2023-08-04 12:43:37,504 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,504 root INFO copying mercurial/utils/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,504 root INFO copying mercurial/utils/cborutil.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,504 root INFO copying mercurial/utils/compression.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,505 root INFO copying mercurial/utils/dateutil.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,505 root INFO copying mercurial/utils/hashutil.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,505 root INFO copying mercurial/utils/memorytop.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,506 root INFO copying mercurial/utils/procutil.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,506 root INFO copying mercurial/utils/repoviewutil.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,506 root INFO copying mercurial/utils/resourceutil.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,506 root INFO copying mercurial/utils/storageutil.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,507 root INFO copying mercurial/utils/stringutil.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,507 root INFO copying mercurial/utils/urlutil.py -> build/lib.linux-ppc-cpython-311/mercurial/utils 2023-08-04 12:43:37,508 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,508 root INFO copying mercurial/revlogutils/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,508 root INFO copying mercurial/revlogutils/concurrency_checker.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,508 root INFO copying mercurial/revlogutils/constants.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,509 root INFO copying mercurial/revlogutils/debug.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,509 root INFO copying mercurial/revlogutils/deltas.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,509 root INFO copying mercurial/revlogutils/docket.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,510 root INFO copying mercurial/revlogutils/flagutil.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,510 root INFO copying mercurial/revlogutils/nodemap.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,510 root INFO copying mercurial/revlogutils/randomaccessfile.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,511 root INFO copying mercurial/revlogutils/revlogv0.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,511 root INFO copying mercurial/revlogutils/rewrite.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,511 root INFO copying mercurial/revlogutils/sidedata.py -> build/lib.linux-ppc-cpython-311/mercurial/revlogutils 2023-08-04 12:43:37,512 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/testing 2023-08-04 12:43:37,512 root INFO copying mercurial/testing/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/testing 2023-08-04 12:43:37,512 root INFO copying mercurial/testing/revlog.py -> build/lib.linux-ppc-cpython-311/mercurial/testing 2023-08-04 12:43:37,512 root INFO copying mercurial/testing/storage.py -> build/lib.linux-ppc-cpython-311/mercurial/testing 2023-08-04 12:43:37,514 root INFO copying hgext/__init__.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,514 root INFO copying hgext/absorb.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,514 root INFO copying hgext/acl.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,515 root INFO copying hgext/amend.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,515 root INFO copying hgext/automv.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,515 root INFO copying hgext/beautifygraph.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,516 root INFO copying hgext/blackbox.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,516 root INFO copying hgext/bookflow.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,516 root INFO copying hgext/bugzilla.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,516 root INFO copying hgext/censor.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,517 root INFO copying hgext/children.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,517 root INFO copying hgext/churn.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,517 root INFO copying hgext/clonebundles.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,518 root INFO copying hgext/closehead.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,518 root INFO copying hgext/commitextras.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,518 root INFO copying hgext/eol.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,519 root INFO copying hgext/extdiff.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,519 root INFO copying hgext/factotum.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,519 root INFO copying hgext/fastexport.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,519 root INFO copying hgext/fetch.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,520 root INFO copying hgext/fix.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,520 root INFO copying hgext/githelp.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,521 root INFO copying hgext/gpg.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,521 root INFO copying hgext/graphlog.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,521 root INFO copying hgext/hgk.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,521 root INFO copying hgext/histedit.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,522 root INFO copying hgext/journal.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,522 root INFO copying hgext/keyword.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,522 root INFO copying hgext/logtoprocess.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,523 root INFO copying hgext/mq.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,523 root INFO copying hgext/notify.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,524 root INFO copying hgext/pager.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,524 root INFO copying hgext/patchbomb.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,524 root INFO copying hgext/phabricator.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,525 root INFO copying hgext/purge.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,525 root INFO copying hgext/rebase.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,525 root INFO copying hgext/record.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,526 root INFO copying hgext/releasenotes.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,526 root INFO copying hgext/relink.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,526 root INFO copying hgext/remotenames.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,527 root INFO copying hgext/schemes.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,527 root INFO copying hgext/share.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,527 root INFO copying hgext/show.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,527 root INFO copying hgext/sparse.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,528 root INFO copying hgext/split.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,528 root INFO copying hgext/sqlitestore.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,528 root INFO copying hgext/strip.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,529 root INFO copying hgext/transplant.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,529 root INFO copying hgext/uncommit.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,529 root INFO copying hgext/win32mbcs.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,530 root INFO copying hgext/win32text.py -> build/lib.linux-ppc-cpython-311/hgext 2023-08-04 12:43:37,530 root INFO creating build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,530 root INFO copying hgext/convert/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,531 root INFO copying hgext/convert/bzr.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,531 root INFO copying hgext/convert/common.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,531 root INFO copying hgext/convert/convcmd.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,532 root INFO copying hgext/convert/cvs.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,532 root INFO copying hgext/convert/cvsps.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,532 root INFO copying hgext/convert/darcs.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,533 root INFO copying hgext/convert/filemap.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,533 root INFO copying hgext/convert/git.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,533 root INFO copying hgext/convert/gnuarch.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,534 root INFO copying hgext/convert/hg.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,534 root INFO copying hgext/convert/monotone.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,534 root INFO copying hgext/convert/p4.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,535 root INFO copying hgext/convert/subversion.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,535 root INFO copying hgext/convert/transport.py -> build/lib.linux-ppc-cpython-311/hgext/convert 2023-08-04 12:43:37,535 root INFO copying hgext/fsmonitor/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/fsmonitor 2023-08-04 12:43:37,536 root INFO copying hgext/fsmonitor/state.py -> build/lib.linux-ppc-cpython-311/hgext/fsmonitor 2023-08-04 12:43:37,536 root INFO copying hgext/fsmonitor/watchmanclient.py -> build/lib.linux-ppc-cpython-311/hgext/fsmonitor 2023-08-04 12:43:37,537 root INFO creating build/lib.linux-ppc-cpython-311/hgext/fastannotate 2023-08-04 12:43:37,537 root INFO copying hgext/fastannotate/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/fastannotate 2023-08-04 12:43:37,537 root INFO copying hgext/fastannotate/commands.py -> build/lib.linux-ppc-cpython-311/hgext/fastannotate 2023-08-04 12:43:37,537 root INFO copying hgext/fastannotate/context.py -> build/lib.linux-ppc-cpython-311/hgext/fastannotate 2023-08-04 12:43:37,538 root INFO copying hgext/fastannotate/error.py -> build/lib.linux-ppc-cpython-311/hgext/fastannotate 2023-08-04 12:43:37,538 root INFO copying hgext/fastannotate/formatter.py -> build/lib.linux-ppc-cpython-311/hgext/fastannotate 2023-08-04 12:43:37,538 root INFO copying hgext/fastannotate/protocol.py -> build/lib.linux-ppc-cpython-311/hgext/fastannotate 2023-08-04 12:43:37,539 root INFO copying hgext/fastannotate/revmap.py -> build/lib.linux-ppc-cpython-311/hgext/fastannotate 2023-08-04 12:43:37,539 root INFO copying hgext/fastannotate/support.py -> build/lib.linux-ppc-cpython-311/hgext/fastannotate 2023-08-04 12:43:37,539 root INFO copying hgext/fsmonitor/pywatchman/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,540 root INFO copying hgext/fsmonitor/pywatchman/capabilities.py -> build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,540 root INFO copying hgext/fsmonitor/pywatchman/compat.py -> build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,540 root INFO copying hgext/fsmonitor/pywatchman/encoding.py -> build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,541 root INFO copying hgext/fsmonitor/pywatchman/load.py -> build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,541 root INFO copying hgext/fsmonitor/pywatchman/pybser.py -> build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,541 root INFO creating build/lib.linux-ppc-cpython-311/hgext/git 2023-08-04 12:43:37,542 root INFO copying hgext/git/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/git 2023-08-04 12:43:37,542 root INFO copying hgext/git/dirstate.py -> build/lib.linux-ppc-cpython-311/hgext/git 2023-08-04 12:43:37,542 root INFO copying hgext/git/gitlog.py -> build/lib.linux-ppc-cpython-311/hgext/git 2023-08-04 12:43:37,543 root INFO copying hgext/git/gitutil.py -> build/lib.linux-ppc-cpython-311/hgext/git 2023-08-04 12:43:37,543 root INFO copying hgext/git/index.py -> build/lib.linux-ppc-cpython-311/hgext/git 2023-08-04 12:43:37,543 root INFO copying hgext/git/manifest.py -> build/lib.linux-ppc-cpython-311/hgext/git 2023-08-04 12:43:37,544 root INFO creating build/lib.linux-ppc-cpython-311/hgext/highlight 2023-08-04 12:43:37,544 root INFO copying hgext/highlight/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/highlight 2023-08-04 12:43:37,544 root INFO copying hgext/highlight/highlight.py -> build/lib.linux-ppc-cpython-311/hgext/highlight 2023-08-04 12:43:37,545 root INFO creating build/lib.linux-ppc-cpython-311/hgext/hooklib 2023-08-04 12:43:37,545 root INFO copying hgext/hooklib/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/hooklib 2023-08-04 12:43:37,545 root INFO copying hgext/hooklib/changeset_obsoleted.py -> build/lib.linux-ppc-cpython-311/hgext/hooklib 2023-08-04 12:43:37,545 root INFO copying hgext/hooklib/changeset_published.py -> build/lib.linux-ppc-cpython-311/hgext/hooklib 2023-08-04 12:43:37,546 root INFO copying hgext/hooklib/enforce_draft_commits.py -> build/lib.linux-ppc-cpython-311/hgext/hooklib 2023-08-04 12:43:37,546 root INFO copying hgext/hooklib/reject_merge_commits.py -> build/lib.linux-ppc-cpython-311/hgext/hooklib 2023-08-04 12:43:37,546 root INFO copying hgext/hooklib/reject_new_heads.py -> build/lib.linux-ppc-cpython-311/hgext/hooklib 2023-08-04 12:43:37,547 root INFO creating build/lib.linux-ppc-cpython-311/hgext/infinitepush 2023-08-04 12:43:37,547 root INFO copying hgext/infinitepush/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/infinitepush 2023-08-04 12:43:37,547 root INFO copying hgext/infinitepush/bundleparts.py -> build/lib.linux-ppc-cpython-311/hgext/infinitepush 2023-08-04 12:43:37,548 root INFO copying hgext/infinitepush/common.py -> build/lib.linux-ppc-cpython-311/hgext/infinitepush 2023-08-04 12:43:37,548 root INFO copying hgext/infinitepush/fileindexapi.py -> build/lib.linux-ppc-cpython-311/hgext/infinitepush 2023-08-04 12:43:37,548 root INFO copying hgext/infinitepush/indexapi.py -> build/lib.linux-ppc-cpython-311/hgext/infinitepush 2023-08-04 12:43:37,548 root INFO copying hgext/infinitepush/sqlindexapi.py -> build/lib.linux-ppc-cpython-311/hgext/infinitepush 2023-08-04 12:43:37,549 root INFO copying hgext/infinitepush/store.py -> build/lib.linux-ppc-cpython-311/hgext/infinitepush 2023-08-04 12:43:37,549 root INFO creating build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,549 root INFO copying hgext/largefiles/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,550 root INFO copying hgext/largefiles/basestore.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,550 root INFO copying hgext/largefiles/lfcommands.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,550 root INFO copying hgext/largefiles/lfutil.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,551 root INFO copying hgext/largefiles/localstore.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,551 root INFO copying hgext/largefiles/overrides.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,551 root INFO copying hgext/largefiles/proto.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,552 root INFO copying hgext/largefiles/remotestore.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,552 root INFO copying hgext/largefiles/reposetup.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,552 root INFO copying hgext/largefiles/storefactory.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,553 root INFO copying hgext/largefiles/wirestore.py -> build/lib.linux-ppc-cpython-311/hgext/largefiles 2023-08-04 12:43:37,553 root INFO creating build/lib.linux-ppc-cpython-311/hgext/lfs 2023-08-04 12:43:37,553 root INFO copying hgext/lfs/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/lfs 2023-08-04 12:43:37,553 root INFO copying hgext/lfs/blobstore.py -> build/lib.linux-ppc-cpython-311/hgext/lfs 2023-08-04 12:43:37,554 root INFO copying hgext/lfs/pointer.py -> build/lib.linux-ppc-cpython-311/hgext/lfs 2023-08-04 12:43:37,554 root INFO copying hgext/lfs/wireprotolfsserver.py -> build/lib.linux-ppc-cpython-311/hgext/lfs 2023-08-04 12:43:37,554 root INFO copying hgext/lfs/wrapper.py -> build/lib.linux-ppc-cpython-311/hgext/lfs 2023-08-04 12:43:37,555 root INFO creating build/lib.linux-ppc-cpython-311/hgext/narrow 2023-08-04 12:43:37,555 root INFO copying hgext/narrow/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/narrow 2023-08-04 12:43:37,555 root INFO copying hgext/narrow/narrowbundle2.py -> build/lib.linux-ppc-cpython-311/hgext/narrow 2023-08-04 12:43:37,556 root INFO copying hgext/narrow/narrowcommands.py -> build/lib.linux-ppc-cpython-311/hgext/narrow 2023-08-04 12:43:37,556 root INFO copying hgext/narrow/narrowdirstate.py -> build/lib.linux-ppc-cpython-311/hgext/narrow 2023-08-04 12:43:37,556 root INFO copying hgext/narrow/narrowrepo.py -> build/lib.linux-ppc-cpython-311/hgext/narrow 2023-08-04 12:43:37,557 root INFO copying hgext/narrow/narrowtemplates.py -> build/lib.linux-ppc-cpython-311/hgext/narrow 2023-08-04 12:43:37,557 root INFO copying hgext/narrow/narrowwirepeer.py -> build/lib.linux-ppc-cpython-311/hgext/narrow 2023-08-04 12:43:37,558 root INFO creating build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,558 root INFO copying hgext/remotefilelog/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,558 root INFO copying hgext/remotefilelog/basepack.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,559 root INFO copying hgext/remotefilelog/basestore.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,559 root INFO copying hgext/remotefilelog/connectionpool.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,559 root INFO copying hgext/remotefilelog/constants.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,559 root INFO copying hgext/remotefilelog/contentstore.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,560 root INFO copying hgext/remotefilelog/datapack.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,560 root INFO copying hgext/remotefilelog/debugcommands.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,560 root INFO copying hgext/remotefilelog/fileserverclient.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,561 root INFO copying hgext/remotefilelog/historypack.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,561 root INFO copying hgext/remotefilelog/metadatastore.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,561 root INFO copying hgext/remotefilelog/remotefilectx.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,562 root INFO copying hgext/remotefilelog/remotefilelog.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,562 root INFO copying hgext/remotefilelog/remotefilelogserver.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,562 root INFO copying hgext/remotefilelog/repack.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,563 root INFO copying hgext/remotefilelog/shallowbundle.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,563 root INFO copying hgext/remotefilelog/shallowrepo.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,563 root INFO copying hgext/remotefilelog/shallowstore.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,563 root INFO copying hgext/remotefilelog/shallowutil.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,564 root INFO copying hgext/remotefilelog/shallowverifier.py -> build/lib.linux-ppc-cpython-311/hgext/remotefilelog 2023-08-04 12:43:37,564 root INFO creating build/lib.linux-ppc-cpython-311/hgext/zeroconf 2023-08-04 12:43:37,564 root INFO copying hgext/zeroconf/Zeroconf.py -> build/lib.linux-ppc-cpython-311/hgext/zeroconf 2023-08-04 12:43:37,565 root INFO copying hgext/zeroconf/__init__.py -> build/lib.linux-ppc-cpython-311/hgext/zeroconf 2023-08-04 12:43:37,565 root INFO creating build/lib.linux-ppc-cpython-311/hgext3rd 2023-08-04 12:43:37,565 root INFO copying hgext3rd/__init__.py -> build/lib.linux-ppc-cpython-311/hgext3rd 2023-08-04 12:43:37,566 root INFO creating build/lib.linux-ppc-cpython-311/hgdemandimport 2023-08-04 12:43:37,566 root INFO copying hgdemandimport/__init__.py -> build/lib.linux-ppc-cpython-311/hgdemandimport 2023-08-04 12:43:37,566 root INFO copying hgdemandimport/demandimportpy3.py -> build/lib.linux-ppc-cpython-311/hgdemandimport 2023-08-04 12:43:37,567 root INFO copying hgdemandimport/tracing.py -> build/lib.linux-ppc-cpython-311/hgdemandimport 2023-08-04 12:43:37,567 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,567 root INFO copying mercurial/templates/atom/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,568 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/coal 2023-08-04 12:43:37,568 root INFO copying mercurial/templates/coal/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/coal 2023-08-04 12:43:37,568 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,568 root INFO copying mercurial/templates/gitweb/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,569 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/json 2023-08-04 12:43:37,569 root INFO copying mercurial/templates/json/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/json 2023-08-04 12:43:37,569 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,569 root INFO copying mercurial/templates/monoblue/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,570 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,570 root INFO copying mercurial/templates/paper/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,570 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,571 root INFO copying mercurial/templates/raw/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,571 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,571 root INFO copying mercurial/templates/rss/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,572 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,572 root INFO copying mercurial/templates/spartan/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,572 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,572 root INFO copying mercurial/templates/static/__init__.py -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,573 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale 2023-08-04 12:43:37,573 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/da 2023-08-04 12:43:37,573 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/da/LC_MESSAGES 2023-08-04 12:43:37,573 root INFO copying mercurial/locale/da/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/da/LC_MESSAGES 2023-08-04 12:43:37,574 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/de 2023-08-04 12:43:37,574 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/de/LC_MESSAGES 2023-08-04 12:43:37,574 root INFO copying mercurial/locale/de/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/de/LC_MESSAGES 2023-08-04 12:43:37,575 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/el 2023-08-04 12:43:37,575 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/el/LC_MESSAGES 2023-08-04 12:43:37,575 root INFO copying mercurial/locale/el/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/el/LC_MESSAGES 2023-08-04 12:43:37,576 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/fr 2023-08-04 12:43:37,576 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/fr/LC_MESSAGES 2023-08-04 12:43:37,576 root INFO copying mercurial/locale/fr/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/fr/LC_MESSAGES 2023-08-04 12:43:37,576 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/it 2023-08-04 12:43:37,576 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/it/LC_MESSAGES 2023-08-04 12:43:37,576 root INFO copying mercurial/locale/it/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/it/LC_MESSAGES 2023-08-04 12:43:37,577 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/ja 2023-08-04 12:43:37,577 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/ja/LC_MESSAGES 2023-08-04 12:43:37,577 root INFO copying mercurial/locale/ja/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/ja/LC_MESSAGES 2023-08-04 12:43:37,579 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/pt_BR 2023-08-04 12:43:37,579 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/pt_BR/LC_MESSAGES 2023-08-04 12:43:37,579 root INFO copying mercurial/locale/pt_BR/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/pt_BR/LC_MESSAGES 2023-08-04 12:43:37,581 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/ro 2023-08-04 12:43:37,581 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/ro/LC_MESSAGES 2023-08-04 12:43:37,582 root INFO copying mercurial/locale/ro/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/ro/LC_MESSAGES 2023-08-04 12:43:37,582 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/ru 2023-08-04 12:43:37,582 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/ru/LC_MESSAGES 2023-08-04 12:43:37,582 root INFO copying mercurial/locale/ru/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/ru/LC_MESSAGES 2023-08-04 12:43:37,584 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/sv 2023-08-04 12:43:37,584 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/sv/LC_MESSAGES 2023-08-04 12:43:37,584 root INFO copying mercurial/locale/sv/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/sv/LC_MESSAGES 2023-08-04 12:43:37,585 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/zh_CN 2023-08-04 12:43:37,585 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/zh_CN/LC_MESSAGES 2023-08-04 12:43:37,585 root INFO copying mercurial/locale/zh_CN/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/zh_CN/LC_MESSAGES 2023-08-04 12:43:37,586 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/zh_TW 2023-08-04 12:43:37,586 root INFO creating build/lib.linux-ppc-cpython-311/mercurial/locale/zh_TW/LC_MESSAGES 2023-08-04 12:43:37,586 root INFO copying mercurial/locale/zh_TW/LC_MESSAGES/hg.mo -> build/lib.linux-ppc-cpython-311/mercurial/locale/zh_TW/LC_MESSAGES 2023-08-04 12:43:37,586 root INFO copying mercurial/dummycert.pem -> build/lib.linux-ppc-cpython-311/mercurial 2023-08-04 12:43:37,587 root INFO copying mercurial/defaultrc/mergetools.rc -> build/lib.linux-ppc-cpython-311/mercurial/defaultrc 2023-08-04 12:43:37,587 root INFO copying mercurial/helptext/bundlespec.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,587 root INFO copying mercurial/helptext/color.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,588 root INFO copying mercurial/helptext/common.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,588 root INFO copying mercurial/helptext/config.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,589 root INFO copying mercurial/helptext/dates.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,589 root INFO copying mercurial/helptext/deprecated.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,589 root INFO copying mercurial/helptext/diffs.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,590 root INFO copying mercurial/helptext/environment.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,590 root INFO copying mercurial/helptext/evolution.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,590 root INFO copying mercurial/helptext/extensions.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,591 root INFO copying mercurial/helptext/filesets.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,591 root INFO copying mercurial/helptext/flags.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,591 root INFO copying mercurial/helptext/glossary.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,592 root INFO copying mercurial/helptext/hg-ssh.8.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,592 root INFO copying mercurial/helptext/hg.1.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,592 root INFO copying mercurial/helptext/hgignore.5.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,593 root INFO copying mercurial/helptext/hgignore.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,593 root INFO copying mercurial/helptext/hgrc.5.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,594 root INFO copying mercurial/helptext/hgweb.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,594 root INFO copying mercurial/helptext/merge-tools.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,594 root INFO copying mercurial/helptext/pager.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,594 root INFO copying mercurial/helptext/patterns.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,595 root INFO copying mercurial/helptext/phases.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,595 root INFO copying mercurial/helptext/revisions.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,595 root INFO copying mercurial/helptext/rust.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,595 root INFO copying mercurial/helptext/scripting.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,596 root INFO copying mercurial/helptext/subrepos.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,596 root INFO copying mercurial/helptext/templates.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,596 root INFO copying mercurial/helptext/urls.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext 2023-08-04 12:43:37,597 root INFO copying mercurial/helptext/internals/bid-merge.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,597 root INFO copying mercurial/helptext/internals/bundle2.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,597 root INFO copying mercurial/helptext/internals/bundles.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,598 root INFO copying mercurial/helptext/internals/cbor.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,598 root INFO copying mercurial/helptext/internals/censor.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,598 root INFO copying mercurial/helptext/internals/changegroups.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,598 root INFO copying mercurial/helptext/internals/config.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,599 root INFO copying mercurial/helptext/internals/dirstate-v2.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,599 root INFO copying mercurial/helptext/internals/extensions.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,599 root INFO copying mercurial/helptext/internals/linelog.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,600 root INFO copying mercurial/helptext/internals/mergestate.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,600 root INFO copying mercurial/helptext/internals/requirements.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,600 root INFO copying mercurial/helptext/internals/revlogs.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,600 root INFO copying mercurial/helptext/internals/wireprotocol.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,601 root INFO copying mercurial/helptext/internals/wireprotocolrpc.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,601 root INFO copying mercurial/helptext/internals/wireprotocolv2.txt -> build/lib.linux-ppc-cpython-311/mercurial/helptext/internals 2023-08-04 12:43:37,601 root INFO copying mercurial/templates/map-cmdline.bisect -> build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,602 root INFO copying mercurial/templates/map-cmdline.changelog -> build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,602 root INFO copying mercurial/templates/map-cmdline.compact -> build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,602 root INFO copying mercurial/templates/map-cmdline.default -> build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,603 root INFO copying mercurial/templates/map-cmdline.phases -> build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,603 root INFO copying mercurial/templates/map-cmdline.show -> build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,603 root INFO copying mercurial/templates/map-cmdline.status -> build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,603 root INFO copying mercurial/templates/map-cmdline.xml -> build/lib.linux-ppc-cpython-311/mercurial/templates 2023-08-04 12:43:37,604 root INFO copying mercurial/thirdparty/attr/__init__.pyi -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,604 root INFO copying mercurial/thirdparty/attr/_cmp.pyi -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,604 root INFO copying mercurial/thirdparty/attr/_version_info.pyi -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,605 root INFO copying mercurial/thirdparty/attr/converters.pyi -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,605 root INFO copying mercurial/thirdparty/attr/exceptions.pyi -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,605 root INFO copying mercurial/thirdparty/attr/filters.pyi -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,605 root INFO copying mercurial/thirdparty/attr/setters.pyi -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,606 root INFO copying mercurial/thirdparty/attr/validators.pyi -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,606 root INFO copying mercurial/thirdparty/attr/py.typed -> build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr 2023-08-04 12:43:37,606 root INFO copying mercurial/templates/atom/bookmarkentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,607 root INFO copying mercurial/templates/atom/bookmarks.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,607 root INFO copying mercurial/templates/atom/branchentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,607 root INFO copying mercurial/templates/atom/branches.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,607 root INFO copying mercurial/templates/atom/changelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,608 root INFO copying mercurial/templates/atom/changelogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,608 root INFO copying mercurial/templates/atom/error.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,608 root INFO copying mercurial/templates/atom/filelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,609 root INFO copying mercurial/templates/atom/header.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,609 root INFO copying mercurial/templates/atom/map -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,609 root INFO copying mercurial/templates/atom/tagentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,609 root INFO copying mercurial/templates/atom/tags.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/atom 2023-08-04 12:43:37,610 root INFO copying mercurial/templates/coal/header.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/coal 2023-08-04 12:43:37,610 root INFO copying mercurial/templates/coal/map -> build/lib.linux-ppc-cpython-311/mercurial/templates/coal 2023-08-04 12:43:37,610 root INFO copying mercurial/templates/gitweb/bookmarks.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,611 root INFO copying mercurial/templates/gitweb/branches.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,611 root INFO copying mercurial/templates/gitweb/changelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,611 root INFO copying mercurial/templates/gitweb/changelogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,611 root INFO copying mercurial/templates/gitweb/changeset.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,612 root INFO copying mercurial/templates/gitweb/error.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,612 root INFO copying mercurial/templates/gitweb/fileannotate.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,612 root INFO copying mercurial/templates/gitweb/filecomparison.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,613 root INFO copying mercurial/templates/gitweb/filediff.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,613 root INFO copying mercurial/templates/gitweb/filelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,613 root INFO copying mercurial/templates/gitweb/filerevision.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,613 root INFO copying mercurial/templates/gitweb/footer.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,614 root INFO copying mercurial/templates/gitweb/graph.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,614 root INFO copying mercurial/templates/gitweb/graphentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,614 root INFO copying mercurial/templates/gitweb/header.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,614 root INFO copying mercurial/templates/gitweb/help.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,615 root INFO copying mercurial/templates/gitweb/helptopics.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,615 root INFO copying mercurial/templates/gitweb/index.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,615 root INFO copying mercurial/templates/gitweb/manifest.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,616 root INFO copying mercurial/templates/gitweb/map -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,616 root INFO copying mercurial/templates/gitweb/notfound.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,616 root INFO copying mercurial/templates/gitweb/search.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,616 root INFO copying mercurial/templates/gitweb/shortlog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,617 root INFO copying mercurial/templates/gitweb/summary.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,617 root INFO copying mercurial/templates/gitweb/tags.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb 2023-08-04 12:43:37,617 root INFO copying mercurial/templates/json/changelist.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/json 2023-08-04 12:43:37,618 root INFO copying mercurial/templates/json/graph.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/json 2023-08-04 12:43:37,618 root INFO copying mercurial/templates/json/map -> build/lib.linux-ppc-cpython-311/mercurial/templates/json 2023-08-04 12:43:37,618 root INFO copying mercurial/templates/monoblue/bookmarks.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,618 root INFO copying mercurial/templates/monoblue/branches.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,619 root INFO copying mercurial/templates/monoblue/changelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,619 root INFO copying mercurial/templates/monoblue/changelogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,619 root INFO copying mercurial/templates/monoblue/changeset.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,620 root INFO copying mercurial/templates/monoblue/error.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,620 root INFO copying mercurial/templates/monoblue/fileannotate.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,620 root INFO copying mercurial/templates/monoblue/filecomparison.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,620 root INFO copying mercurial/templates/monoblue/filediff.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,621 root INFO copying mercurial/templates/monoblue/filelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,621 root INFO copying mercurial/templates/monoblue/filerevision.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,621 root INFO copying mercurial/templates/monoblue/footer.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,622 root INFO copying mercurial/templates/monoblue/graph.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,622 root INFO copying mercurial/templates/monoblue/graphentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,622 root INFO copying mercurial/templates/monoblue/header.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,622 root INFO copying mercurial/templates/monoblue/help.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,623 root INFO copying mercurial/templates/monoblue/helptopics.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,623 root INFO copying mercurial/templates/monoblue/index.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,623 root INFO copying mercurial/templates/monoblue/manifest.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,623 root INFO copying mercurial/templates/monoblue/map -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,624 root INFO copying mercurial/templates/monoblue/notfound.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,624 root INFO copying mercurial/templates/monoblue/search.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,624 root INFO copying mercurial/templates/monoblue/shortlog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,625 root INFO copying mercurial/templates/monoblue/summary.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,625 root INFO copying mercurial/templates/monoblue/tags.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue 2023-08-04 12:43:37,625 root INFO copying mercurial/templates/paper/bookmarks.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,625 root INFO copying mercurial/templates/paper/branches.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,626 root INFO copying mercurial/templates/paper/changeset.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,626 root INFO copying mercurial/templates/paper/diffstat.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,626 root INFO copying mercurial/templates/paper/error.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,627 root INFO copying mercurial/templates/paper/fileannotate.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,627 root INFO copying mercurial/templates/paper/filecomparison.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,627 root INFO copying mercurial/templates/paper/filediff.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,627 root INFO copying mercurial/templates/paper/filelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,628 root INFO copying mercurial/templates/paper/filelogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,628 root INFO copying mercurial/templates/paper/filerevision.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,628 root INFO copying mercurial/templates/paper/footer.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,629 root INFO copying mercurial/templates/paper/graph.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,629 root INFO copying mercurial/templates/paper/graphentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,629 root INFO copying mercurial/templates/paper/header.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,629 root INFO copying mercurial/templates/paper/help.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,630 root INFO copying mercurial/templates/paper/helptopics.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,630 root INFO copying mercurial/templates/paper/index.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,630 root INFO copying mercurial/templates/paper/manifest.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,630 root INFO copying mercurial/templates/paper/map -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,631 root INFO copying mercurial/templates/paper/notfound.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,631 root INFO copying mercurial/templates/paper/search.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,631 root INFO copying mercurial/templates/paper/shortlog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,632 root INFO copying mercurial/templates/paper/shortlogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,632 root INFO copying mercurial/templates/paper/tags.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/paper 2023-08-04 12:43:37,632 root INFO copying mercurial/templates/raw/changelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,633 root INFO copying mercurial/templates/raw/changeset.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,633 root INFO copying mercurial/templates/raw/error.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,633 root INFO copying mercurial/templates/raw/fileannotate.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,633 root INFO copying mercurial/templates/raw/filediff.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,634 root INFO copying mercurial/templates/raw/graph.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,634 root INFO copying mercurial/templates/raw/graphedge.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,634 root INFO copying mercurial/templates/raw/graphnode.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,634 root INFO copying mercurial/templates/raw/index.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,635 root INFO copying mercurial/templates/raw/logentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,635 root INFO copying mercurial/templates/raw/manifest.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,635 root INFO copying mercurial/templates/raw/map -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,635 root INFO copying mercurial/templates/raw/notfound.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,636 root INFO copying mercurial/templates/raw/search.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/raw 2023-08-04 12:43:37,636 root INFO copying mercurial/templates/rss/bookmarkentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,636 root INFO copying mercurial/templates/rss/bookmarks.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,637 root INFO copying mercurial/templates/rss/branchentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,637 root INFO copying mercurial/templates/rss/branches.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,637 root INFO copying mercurial/templates/rss/changelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,637 root INFO copying mercurial/templates/rss/changelogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,638 root INFO copying mercurial/templates/rss/error.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,638 root INFO copying mercurial/templates/rss/filelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,638 root INFO copying mercurial/templates/rss/filelogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,639 root INFO copying mercurial/templates/rss/header.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,639 root INFO copying mercurial/templates/rss/map -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,639 root INFO copying mercurial/templates/rss/tagentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,639 root INFO copying mercurial/templates/rss/tags.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/rss 2023-08-04 12:43:37,640 root INFO copying mercurial/templates/spartan/branches.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,640 root INFO copying mercurial/templates/spartan/changelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,640 root INFO copying mercurial/templates/spartan/changelogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,641 root INFO copying mercurial/templates/spartan/changeset.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,641 root INFO copying mercurial/templates/spartan/error.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,641 root INFO copying mercurial/templates/spartan/fileannotate.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,641 root INFO copying mercurial/templates/spartan/filediff.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,642 root INFO copying mercurial/templates/spartan/filelog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,642 root INFO copying mercurial/templates/spartan/filelogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,642 root INFO copying mercurial/templates/spartan/filerevision.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,643 root INFO copying mercurial/templates/spartan/footer.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,643 root INFO copying mercurial/templates/spartan/graph.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,643 root INFO copying mercurial/templates/spartan/graphentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,643 root INFO copying mercurial/templates/spartan/header.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,644 root INFO copying mercurial/templates/spartan/index.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,644 root INFO copying mercurial/templates/spartan/manifest.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,644 root INFO copying mercurial/templates/spartan/map -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,644 root INFO copying mercurial/templates/spartan/notfound.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,645 root INFO copying mercurial/templates/spartan/search.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,645 root INFO copying mercurial/templates/spartan/shortlog.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,645 root INFO copying mercurial/templates/spartan/shortlogentry.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,646 root INFO copying mercurial/templates/spartan/tags.tmpl -> build/lib.linux-ppc-cpython-311/mercurial/templates/spartan 2023-08-04 12:43:37,646 root INFO copying mercurial/templates/static/background.png -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,646 root INFO copying mercurial/templates/static/coal-file.png -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,647 root INFO copying mercurial/templates/static/coal-folder.png -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,647 root INFO copying mercurial/templates/static/feed-icon-14x14.png -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,647 root INFO copying mercurial/templates/static/followlines.js -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,647 root INFO copying mercurial/templates/static/hgicon.png -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,648 root INFO copying mercurial/templates/static/hglogo.png -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,648 root INFO copying mercurial/templates/static/mercurial.js -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,648 root INFO copying mercurial/templates/static/style-extra-coal.css -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,649 root INFO copying mercurial/templates/static/style-gitweb.css -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,649 root INFO copying mercurial/templates/static/style-monoblue.css -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,649 root INFO copying mercurial/templates/static/style-paper.css -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,649 root INFO copying mercurial/templates/static/style.css -> build/lib.linux-ppc-cpython-311/mercurial/templates/static 2023-08-04 12:43:37,665 root WARNING warning: hgbuildpy: byte-compiling is disabled, skipping. 2023-08-04 12:43:37,665 root INFO running build_ext 2023-08-04 12:43:37,675 root INFO running build_scripts 2023-08-04 12:43:37,676 root INFO creating build/scripts-3.11 2023-08-04 12:43:37,676 root INFO copying and adjusting hg -> build/scripts-3.11 2023-08-04 12:43:37,676 root INFO changing mode of build/scripts-3.11/hg from 644 to 755 2023-08-04 12:43:37,676 wheel INFO installing to build/bdist.linux-ppc/wheel 2023-08-04 12:43:37,676 root INFO running install 2023-08-04 12:43:37,699 root INFO running install_lib 2023-08-04 12:43:37,699 root INFO creating build/bdist.linux-ppc 2023-08-04 12:43:37,699 root INFO creating build/bdist.linux-ppc/wheel 2023-08-04 12:43:37,699 root INFO creating build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,700 root INFO creating build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:43:37,700 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cext/base85.cpython-311-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:43:37,700 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cext/osutil.cpython-311-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:43:37,701 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cext/mpatch.cpython-311-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:43:37,701 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cext/bdiff.cpython-311-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:43:37,702 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cext/parsers.cpython-311-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:43:37,702 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cext/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/cext 2023-08-04 12:43:37,702 root INFO creating build/bdist.linux-ppc/wheel/mercurial/thirdparty 2023-08-04 12:43:37,703 root INFO creating build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope 2023-08-04 12:43:37,703 root INFO creating build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,703 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-311-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,703 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,704 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/_compat.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,704 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/_flatten.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,704 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/adapter.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,705 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/advice.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,705 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/declarations.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,705 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/document.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,705 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/exceptions.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,706 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/interface.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,706 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/interfaces.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,706 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/registry.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,707 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/ro.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,707 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/interface/verify.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope/interface 2023-08-04 12:43:37,707 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/zope/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/zope 2023-08-04 12:43:37,708 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/sha1dc.cpython-311-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial/thirdparty 2023-08-04 12:43:37,708 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty 2023-08-04 12:43:37,708 root INFO creating build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,708 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,709 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/_cmp.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,709 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/_compat.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,709 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/_config.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,710 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/_funcs.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,710 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/_make.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,710 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/_next_gen.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,711 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/_version_info.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,711 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/converters.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,711 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/exceptions.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,711 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/filters.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,712 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/setters.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,712 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/validators.py -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,712 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/__init__.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,713 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/_cmp.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,713 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/_version_info.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,713 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/converters.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,714 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/exceptions.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,714 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/filters.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,714 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/setters.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,714 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/validators.pyi -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,715 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/thirdparty/attr/py.typed -> build/bdist.linux-ppc/wheel/mercurial/thirdparty/attr 2023-08-04 12:43:37,715 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/zstd.cpython-311-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,716 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/__modulepolicy__.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,717 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/__init__.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,717 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/__main__.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,717 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/__version__.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,717 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/ancestor.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,718 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/archival.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,718 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/bookmarks.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,718 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/branchmap.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,719 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/bundle2.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,719 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/bundlecaches.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,719 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/bundlerepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,720 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cacheutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,720 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/changegroup.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,720 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/changelog.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,721 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/chgserver.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,721 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cmdutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,722 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/color.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,722 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/commands.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,722 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/commandserver.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,723 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/commit.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,723 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/config.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,723 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/configitems.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,724 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/context.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,724 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/copies.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,725 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/crecord.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,725 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dagop.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,725 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dagparser.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,726 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/debugcommands.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,726 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/destutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,726 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/diffhelper.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,727 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/diffutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,727 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dirstate.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,727 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dirstatemap.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,728 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/discovery.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,728 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dispatch.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,728 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/encoding.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,729 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/error.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,729 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/exchange.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,730 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/extensions.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,730 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/exthelper.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,730 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/fancyopts.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,731 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/filelog.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,731 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/filemerge.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,731 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/fileset.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,731 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/filesetlang.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,732 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/formatter.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,732 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/graphmod.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,732 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/grep.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,733 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hbisect.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,733 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/help.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,733 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hg.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,734 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hook.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,734 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/httpconnection.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,734 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/httppeer.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,735 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/i18n.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,735 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/keepalive.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,735 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/linelog.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,735 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/localrepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,736 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/lock.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,736 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/logcmdutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,737 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/logexchange.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,737 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/loggingutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,737 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/lsprof.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,737 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/lsprofcalltree.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,738 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/mail.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,738 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/manifest.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,738 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/match.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,739 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/mdiff.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,739 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/merge.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,739 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/mergestate.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,740 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/mergeutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,740 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/metadata.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,740 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/minifileset.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,741 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/minirst.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,741 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/namespaces.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,741 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/narrowspec.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,742 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/node.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,742 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/obsolete.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,742 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/obsutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,743 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/parser.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,743 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/patch.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,743 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pathutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,744 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/phases.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,744 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/policy.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,744 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/posix.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,745 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/profiling.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,745 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/progress.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,745 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pushkey.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,745 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pvec.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,746 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pycompat.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,746 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/rcutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,746 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/registrar.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,747 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/repair.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,747 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/repocache.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,747 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/repoview.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,748 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/requirements.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,748 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlog.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,748 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revset.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,749 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revsetlang.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,749 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/rewriteutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,749 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/scmposix.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,750 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/scmutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,750 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/scmwindows.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,750 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/server.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,751 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/setdiscovery.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,751 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/shelve.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,751 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/similar.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,751 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/simplemerge.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,752 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/smartset.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,752 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/sparse.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,752 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/sshpeer.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,753 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/sslutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,753 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/stack.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,753 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/state.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,754 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/statichttprepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,754 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/statprof.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,754 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/store.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,755 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/streamclone.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,755 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/strip.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,755 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/subrepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,756 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/subrepoutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,756 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/tagmerge.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,756 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/tags.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,757 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templatefilters.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,757 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templatefuncs.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,757 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templatekw.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,758 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templater.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,758 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templateutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,758 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/transaction.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,759 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/treediscovery.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,759 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/txnutil.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,759 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/typelib.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,759 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/ui.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,760 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/unionrepo.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,760 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/upgrade.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,760 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/url.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,761 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/urllibcompat.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,761 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/util.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,761 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/verify.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,762 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/vfs.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,762 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/win32.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,762 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/windows.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,763 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/wireprotoframing.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,763 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/wireprotoserver.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,763 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/wireprototypes.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,764 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/wireprotov1peer.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,764 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/wireprotov1server.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,764 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/worker.py -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,765 root INFO creating build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:43:37,765 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cffi/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:43:37,765 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cffi/bdiff.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:43:37,765 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cffi/bdiffbuild.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:43:37,766 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cffi/mpatch.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:43:37,766 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cffi/mpatchbuild.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:43:37,766 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cffi/osutil.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:43:37,767 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/cffi/osutilbuild.py -> build/bdist.linux-ppc/wheel/mercurial/cffi 2023-08-04 12:43:37,767 root INFO creating build/bdist.linux-ppc/wheel/mercurial/defaultrc 2023-08-04 12:43:37,767 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/defaultrc/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/defaultrc 2023-08-04 12:43:37,767 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/defaultrc/mergetools.rc -> build/bdist.linux-ppc/wheel/mercurial/defaultrc 2023-08-04 12:43:37,768 root INFO creating build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:43:37,768 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dirstateutils/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:43:37,768 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dirstateutils/docket.py -> build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:43:37,768 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dirstateutils/timestamp.py -> build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:43:37,769 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dirstateutils/v2.py -> build/bdist.linux-ppc/wheel/mercurial/dirstateutils 2023-08-04 12:43:37,769 root INFO creating build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,769 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,769 root INFO creating build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,770 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,770 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/bid-merge.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,770 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/bundle2.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,770 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/bundles.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,771 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/cbor.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,771 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/censor.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,771 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/changegroups.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,772 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/config.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,772 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/dirstate-v2.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,772 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/extensions.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,773 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/linelog.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,773 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/mergestate.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,773 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/requirements.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,773 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/revlogs.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,774 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/wireprotocol.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,774 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/wireprotocolrpc.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,774 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/internals/wireprotocolv2.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext/internals 2023-08-04 12:43:37,775 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/bundlespec.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,775 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/color.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,775 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/common.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,776 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/config.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,776 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/dates.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,777 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/deprecated.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,777 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/diffs.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,777 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/environment.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,777 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/evolution.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,778 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/extensions.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,778 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/filesets.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,778 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/flags.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,779 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/glossary.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,779 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/hg-ssh.8.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,779 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/hg.1.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,779 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/hgignore.5.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,780 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/hgignore.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,780 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/hgrc.5.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,780 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/hgweb.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,781 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/merge-tools.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,781 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/pager.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,781 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/patterns.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,781 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/phases.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,782 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/revisions.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,782 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/rust.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,782 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/scripting.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,783 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/subrepos.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,783 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/templates.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,783 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/helptext/urls.txt -> build/bdist.linux-ppc/wheel/mercurial/helptext 2023-08-04 12:43:37,783 root INFO creating build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,784 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,784 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/common.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,784 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/hgweb_mod.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,785 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/hgwebdir_mod.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,785 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/request.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,785 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/server.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,785 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/webcommands.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,786 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/webutil.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,786 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/wsgicgi.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,786 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/hgweb/wsgiheaders.py -> build/bdist.linux-ppc/wheel/mercurial/hgweb 2023-08-04 12:43:37,787 root INFO creating build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:43:37,787 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/interfaces/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:43:37,787 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/interfaces/dirstate.py -> build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:43:37,788 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/interfaces/repository.py -> build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:43:37,788 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/interfaces/util.py -> build/bdist.linux-ppc/wheel/mercurial/interfaces 2023-08-04 12:43:37,788 root INFO creating build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:43:37,788 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pure/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:43:37,789 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pure/base85.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:43:37,789 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pure/bdiff.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:43:37,789 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pure/charencode.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:43:37,790 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pure/mpatch.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:43:37,790 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pure/osutil.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:43:37,790 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/pure/parsers.py -> build/bdist.linux-ppc/wheel/mercurial/pure 2023-08-04 12:43:37,791 root INFO creating build/bdist.linux-ppc/wheel/mercurial/stabletailgraph 2023-08-04 12:43:37,791 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/stabletailgraph/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/stabletailgraph 2023-08-04 12:43:37,791 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/stabletailgraph/stabletailsort.py -> build/bdist.linux-ppc/wheel/mercurial/stabletailgraph 2023-08-04 12:43:37,791 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,791 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,792 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,792 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,792 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/bookmarkentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,792 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,793 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/branchentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,793 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,793 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,794 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,794 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,794 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,795 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,795 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/map -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,795 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/tagentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,795 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/atom/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/atom 2023-08-04 12:43:37,796 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/coal 2023-08-04 12:43:37,796 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/coal/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/coal 2023-08-04 12:43:37,796 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/coal/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/coal 2023-08-04 12:43:37,796 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/coal/map -> build/bdist.linux-ppc/wheel/mercurial/templates/coal 2023-08-04 12:43:37,797 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,797 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,797 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,797 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,798 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,798 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,798 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,799 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,799 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,799 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/filecomparison.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,800 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,800 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,800 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/filerevision.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,800 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/footer.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,801 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,801 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/graphentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,801 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,802 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/help.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,802 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/helptopics.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,802 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,802 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,803 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/map -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,803 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,803 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,804 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/shortlog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,804 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/summary.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,804 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/gitweb/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/gitweb 2023-08-04 12:43:37,805 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:43:37,805 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/json/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:43:37,805 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/json/changelist.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:43:37,805 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/json/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:43:37,806 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/json/map -> build/bdist.linux-ppc/wheel/mercurial/templates/json 2023-08-04 12:43:37,806 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,806 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,807 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,807 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,807 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,807 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,808 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,808 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,808 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,809 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/filecomparison.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,809 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,809 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,809 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/filerevision.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,810 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/footer.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,810 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,810 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/graphentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,811 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,811 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/help.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,811 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/helptopics.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,812 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,812 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,812 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/map -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,812 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,813 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,813 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/shortlog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,813 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/summary.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,814 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/monoblue/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/monoblue 2023-08-04 12:43:37,814 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,814 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,814 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,815 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,815 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,815 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/diffstat.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,816 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,816 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,816 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/filecomparison.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,817 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,817 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,817 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/filelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,817 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/filerevision.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,818 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/footer.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,818 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,818 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/graphentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,819 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,819 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/help.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,819 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/helptopics.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,819 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,820 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,820 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/map -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,820 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,821 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,821 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/shortlog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,821 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/shortlogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,821 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/paper/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/paper 2023-08-04 12:43:37,822 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,822 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,822 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,823 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,823 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,823 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,823 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,824 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,824 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/graphedge.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,824 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/graphnode.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,825 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,825 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/logentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,825 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,826 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/map -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,826 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,826 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/raw/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/raw 2023-08-04 12:43:37,826 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,827 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,827 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/bookmarkentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,827 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/bookmarks.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,827 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/branchentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,828 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,828 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,828 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,829 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,829 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,829 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/filelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,830 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,830 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/map -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,830 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/tagentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,830 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/rss/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/rss 2023-08-04 12:43:37,831 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,831 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,831 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/branches.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,832 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/changelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,832 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/changelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,832 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/changeset.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,832 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/error.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,833 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/fileannotate.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,833 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/filediff.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,833 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/filelog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,834 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/filelogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,834 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/filerevision.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,834 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/footer.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,835 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/graph.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,835 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/graphentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,835 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/header.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,835 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/index.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,836 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/manifest.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,836 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/map -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,836 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/notfound.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,837 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/search.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,837 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/shortlog.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,837 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/shortlogentry.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,838 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/spartan/tags.tmpl -> build/bdist.linux-ppc/wheel/mercurial/templates/spartan 2023-08-04 12:43:37,838 root INFO creating build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,838 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,838 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/background.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,839 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/coal-file.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,839 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/coal-folder.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,839 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/feed-icon-14x14.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,839 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/followlines.js -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,840 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/hgicon.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,840 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/hglogo.png -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,840 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/mercurial.js -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,841 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/style-extra-coal.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,841 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/style-gitweb.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,841 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/style-monoblue.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,842 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/style-paper.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,842 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/static/style.css -> build/bdist.linux-ppc/wheel/mercurial/templates/static 2023-08-04 12:43:37,842 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/map-cmdline.bisect -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,843 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/map-cmdline.changelog -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,843 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/map-cmdline.compact -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,843 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/map-cmdline.default -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,843 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/map-cmdline.phases -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,844 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/map-cmdline.show -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,844 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/map-cmdline.status -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,844 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/templates/map-cmdline.xml -> build/bdist.linux-ppc/wheel/mercurial/templates 2023-08-04 12:43:37,845 root INFO creating build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:43:37,845 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/upgrade_utils/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:43:37,845 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/upgrade_utils/actions.py -> build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:43:37,845 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/upgrade_utils/auto_upgrade.py -> build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:43:37,846 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/upgrade_utils/engine.py -> build/bdist.linux-ppc/wheel/mercurial/upgrade_utils 2023-08-04 12:43:37,846 root INFO creating build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,846 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,847 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/cborutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,847 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/compression.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,847 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/dateutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,848 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/hashutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,848 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/memorytop.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,848 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/procutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,848 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/repoviewutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,849 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/resourceutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,849 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/storageutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,849 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/stringutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,850 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/utils/urlutil.py -> build/bdist.linux-ppc/wheel/mercurial/utils 2023-08-04 12:43:37,850 root INFO creating build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,850 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,851 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/concurrency_checker.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,851 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/constants.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,851 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/debug.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,852 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/deltas.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,852 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/docket.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,852 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/flagutil.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,853 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/nodemap.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,853 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/randomaccessfile.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,853 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/revlogv0.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,853 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/rewrite.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,854 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/revlogutils/sidedata.py -> build/bdist.linux-ppc/wheel/mercurial/revlogutils 2023-08-04 12:43:37,854 root INFO creating build/bdist.linux-ppc/wheel/mercurial/testing 2023-08-04 12:43:37,854 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/testing/__init__.py -> build/bdist.linux-ppc/wheel/mercurial/testing 2023-08-04 12:43:37,855 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/testing/revlog.py -> build/bdist.linux-ppc/wheel/mercurial/testing 2023-08-04 12:43:37,855 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/testing/storage.py -> build/bdist.linux-ppc/wheel/mercurial/testing 2023-08-04 12:43:37,855 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale 2023-08-04 12:43:37,856 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/da 2023-08-04 12:43:37,856 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/da/LC_MESSAGES 2023-08-04 12:43:37,856 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/da/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/da/LC_MESSAGES 2023-08-04 12:43:37,857 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/de 2023-08-04 12:43:37,857 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/de/LC_MESSAGES 2023-08-04 12:43:37,857 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/de/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/de/LC_MESSAGES 2023-08-04 12:43:37,858 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/el 2023-08-04 12:43:37,858 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/el/LC_MESSAGES 2023-08-04 12:43:37,858 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/el/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/el/LC_MESSAGES 2023-08-04 12:43:37,859 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/fr 2023-08-04 12:43:37,859 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/fr/LC_MESSAGES 2023-08-04 12:43:37,859 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/fr/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/fr/LC_MESSAGES 2023-08-04 12:43:37,860 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/it 2023-08-04 12:43:37,860 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/it/LC_MESSAGES 2023-08-04 12:43:37,860 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/it/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/it/LC_MESSAGES 2023-08-04 12:43:37,861 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ja 2023-08-04 12:43:37,861 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ja/LC_MESSAGES 2023-08-04 12:43:37,861 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/ja/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/ja/LC_MESSAGES 2023-08-04 12:43:37,863 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/pt_BR 2023-08-04 12:43:37,863 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/pt_BR/LC_MESSAGES 2023-08-04 12:43:37,863 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/pt_BR/LC_MESSAGES 2023-08-04 12:43:37,865 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ro 2023-08-04 12:43:37,866 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ro/LC_MESSAGES 2023-08-04 12:43:37,866 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/ro/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/ro/LC_MESSAGES 2023-08-04 12:43:37,866 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ru 2023-08-04 12:43:37,867 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/ru/LC_MESSAGES 2023-08-04 12:43:37,867 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/ru/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/ru/LC_MESSAGES 2023-08-04 12:43:37,869 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/sv 2023-08-04 12:43:37,869 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/sv/LC_MESSAGES 2023-08-04 12:43:37,869 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/sv/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/sv/LC_MESSAGES 2023-08-04 12:43:37,870 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/zh_CN 2023-08-04 12:43:37,870 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/zh_CN/LC_MESSAGES 2023-08-04 12:43:37,870 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/zh_CN/LC_MESSAGES 2023-08-04 12:43:37,870 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/zh_TW 2023-08-04 12:43:37,871 root INFO creating build/bdist.linux-ppc/wheel/mercurial/locale/zh_TW/LC_MESSAGES 2023-08-04 12:43:37,871 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo -> build/bdist.linux-ppc/wheel/mercurial/locale/zh_TW/LC_MESSAGES 2023-08-04 12:43:37,871 root INFO copying build/lib.linux-ppc-cpython-311/mercurial/dummycert.pem -> build/bdist.linux-ppc/wheel/mercurial 2023-08-04 12:43:37,872 root INFO creating build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,872 root INFO creating build/bdist.linux-ppc/wheel/hgext/fsmonitor 2023-08-04 12:43:37,872 root INFO creating build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,872 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman/bser.cpython-311-powerpc-linux-gnu.so -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,873 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman/__init__.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,873 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman/capabilities.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,873 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman/compat.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,874 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman/encoding.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,874 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman/load.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,874 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/pywatchman/pybser.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor/pywatchman 2023-08-04 12:43:37,875 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/__init__.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor 2023-08-04 12:43:37,875 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/state.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor 2023-08-04 12:43:37,875 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fsmonitor/watchmanclient.py -> build/bdist.linux-ppc/wheel/hgext/fsmonitor 2023-08-04 12:43:37,876 root INFO copying build/lib.linux-ppc-cpython-311/hgext/__init__.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,876 root INFO copying build/lib.linux-ppc-cpython-311/hgext/absorb.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,876 root INFO copying build/lib.linux-ppc-cpython-311/hgext/acl.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,877 root INFO copying build/lib.linux-ppc-cpython-311/hgext/amend.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,877 root INFO copying build/lib.linux-ppc-cpython-311/hgext/automv.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,877 root INFO copying build/lib.linux-ppc-cpython-311/hgext/beautifygraph.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,877 root INFO copying build/lib.linux-ppc-cpython-311/hgext/blackbox.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,878 root INFO copying build/lib.linux-ppc-cpython-311/hgext/bookflow.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,878 root INFO copying build/lib.linux-ppc-cpython-311/hgext/bugzilla.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,878 root INFO copying build/lib.linux-ppc-cpython-311/hgext/censor.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,879 root INFO copying build/lib.linux-ppc-cpython-311/hgext/children.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,879 root INFO copying build/lib.linux-ppc-cpython-311/hgext/churn.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,879 root INFO copying build/lib.linux-ppc-cpython-311/hgext/clonebundles.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,880 root INFO copying build/lib.linux-ppc-cpython-311/hgext/closehead.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,880 root INFO copying build/lib.linux-ppc-cpython-311/hgext/commitextras.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,880 root INFO copying build/lib.linux-ppc-cpython-311/hgext/eol.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,881 root INFO copying build/lib.linux-ppc-cpython-311/hgext/extdiff.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,881 root INFO copying build/lib.linux-ppc-cpython-311/hgext/factotum.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,881 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fastexport.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,881 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fetch.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,882 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fix.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,882 root INFO copying build/lib.linux-ppc-cpython-311/hgext/githelp.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,882 root INFO copying build/lib.linux-ppc-cpython-311/hgext/gpg.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,883 root INFO copying build/lib.linux-ppc-cpython-311/hgext/graphlog.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,883 root INFO copying build/lib.linux-ppc-cpython-311/hgext/hgk.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,883 root INFO copying build/lib.linux-ppc-cpython-311/hgext/histedit.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,884 root INFO copying build/lib.linux-ppc-cpython-311/hgext/journal.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,884 root INFO copying build/lib.linux-ppc-cpython-311/hgext/keyword.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,884 root INFO copying build/lib.linux-ppc-cpython-311/hgext/logtoprocess.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,885 root INFO copying build/lib.linux-ppc-cpython-311/hgext/mq.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,885 root INFO copying build/lib.linux-ppc-cpython-311/hgext/notify.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,885 root INFO copying build/lib.linux-ppc-cpython-311/hgext/pager.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,886 root INFO copying build/lib.linux-ppc-cpython-311/hgext/patchbomb.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,886 root INFO copying build/lib.linux-ppc-cpython-311/hgext/phabricator.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,887 root INFO copying build/lib.linux-ppc-cpython-311/hgext/purge.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,887 root INFO copying build/lib.linux-ppc-cpython-311/hgext/rebase.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,887 root INFO copying build/lib.linux-ppc-cpython-311/hgext/record.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,888 root INFO copying build/lib.linux-ppc-cpython-311/hgext/releasenotes.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,888 root INFO copying build/lib.linux-ppc-cpython-311/hgext/relink.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,888 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotenames.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,889 root INFO copying build/lib.linux-ppc-cpython-311/hgext/schemes.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,889 root INFO copying build/lib.linux-ppc-cpython-311/hgext/share.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,889 root INFO copying build/lib.linux-ppc-cpython-311/hgext/show.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,889 root INFO copying build/lib.linux-ppc-cpython-311/hgext/sparse.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,890 root INFO copying build/lib.linux-ppc-cpython-311/hgext/split.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,890 root INFO copying build/lib.linux-ppc-cpython-311/hgext/sqlitestore.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,890 root INFO copying build/lib.linux-ppc-cpython-311/hgext/strip.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,891 root INFO copying build/lib.linux-ppc-cpython-311/hgext/transplant.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,891 root INFO copying build/lib.linux-ppc-cpython-311/hgext/uncommit.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,891 root INFO copying build/lib.linux-ppc-cpython-311/hgext/win32mbcs.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,892 root INFO copying build/lib.linux-ppc-cpython-311/hgext/win32text.py -> build/bdist.linux-ppc/wheel/hgext 2023-08-04 12:43:37,892 root INFO creating build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,892 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/__init__.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,892 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/bzr.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,893 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/common.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,893 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/convcmd.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,893 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/cvs.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,894 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/cvsps.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,894 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/darcs.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,894 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/filemap.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,895 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/git.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,895 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/gnuarch.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,895 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/hg.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,896 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/monotone.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,896 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/p4.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,896 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/subversion.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,897 root INFO copying build/lib.linux-ppc-cpython-311/hgext/convert/transport.py -> build/bdist.linux-ppc/wheel/hgext/convert 2023-08-04 12:43:37,897 root INFO creating build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:43:37,897 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fastannotate/__init__.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:43:37,898 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fastannotate/commands.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:43:37,898 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fastannotate/context.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:43:37,898 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fastannotate/error.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:43:37,898 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fastannotate/formatter.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:43:37,899 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fastannotate/protocol.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:43:37,899 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fastannotate/revmap.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:43:37,899 root INFO copying build/lib.linux-ppc-cpython-311/hgext/fastannotate/support.py -> build/bdist.linux-ppc/wheel/hgext/fastannotate 2023-08-04 12:43:37,900 root INFO creating build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:43:37,900 root INFO copying build/lib.linux-ppc-cpython-311/hgext/git/__init__.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:43:37,900 root INFO copying build/lib.linux-ppc-cpython-311/hgext/git/dirstate.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:43:37,901 root INFO copying build/lib.linux-ppc-cpython-311/hgext/git/gitlog.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:43:37,901 root INFO copying build/lib.linux-ppc-cpython-311/hgext/git/gitutil.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:43:37,901 root INFO copying build/lib.linux-ppc-cpython-311/hgext/git/index.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:43:37,901 root INFO copying build/lib.linux-ppc-cpython-311/hgext/git/manifest.py -> build/bdist.linux-ppc/wheel/hgext/git 2023-08-04 12:43:37,902 root INFO creating build/bdist.linux-ppc/wheel/hgext/highlight 2023-08-04 12:43:37,902 root INFO copying build/lib.linux-ppc-cpython-311/hgext/highlight/__init__.py -> build/bdist.linux-ppc/wheel/hgext/highlight 2023-08-04 12:43:37,902 root INFO copying build/lib.linux-ppc-cpython-311/hgext/highlight/highlight.py -> build/bdist.linux-ppc/wheel/hgext/highlight 2023-08-04 12:43:37,903 root INFO creating build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:43:37,903 root INFO copying build/lib.linux-ppc-cpython-311/hgext/hooklib/__init__.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:43:37,903 root INFO copying build/lib.linux-ppc-cpython-311/hgext/hooklib/changeset_obsoleted.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:43:37,903 root INFO copying build/lib.linux-ppc-cpython-311/hgext/hooklib/changeset_published.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:43:37,904 root INFO copying build/lib.linux-ppc-cpython-311/hgext/hooklib/enforce_draft_commits.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:43:37,904 root INFO copying build/lib.linux-ppc-cpython-311/hgext/hooklib/reject_merge_commits.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:43:37,904 root INFO copying build/lib.linux-ppc-cpython-311/hgext/hooklib/reject_new_heads.py -> build/bdist.linux-ppc/wheel/hgext/hooklib 2023-08-04 12:43:37,905 root INFO creating build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:43:37,905 root INFO copying build/lib.linux-ppc-cpython-311/hgext/infinitepush/__init__.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:43:37,905 root INFO copying build/lib.linux-ppc-cpython-311/hgext/infinitepush/bundleparts.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:43:37,905 root INFO copying build/lib.linux-ppc-cpython-311/hgext/infinitepush/common.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:43:37,906 root INFO copying build/lib.linux-ppc-cpython-311/hgext/infinitepush/fileindexapi.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:43:37,906 root INFO copying build/lib.linux-ppc-cpython-311/hgext/infinitepush/indexapi.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:43:37,906 root INFO copying build/lib.linux-ppc-cpython-311/hgext/infinitepush/sqlindexapi.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:43:37,907 root INFO copying build/lib.linux-ppc-cpython-311/hgext/infinitepush/store.py -> build/bdist.linux-ppc/wheel/hgext/infinitepush 2023-08-04 12:43:37,907 root INFO creating build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,907 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/__init__.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,907 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/basestore.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,908 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/lfcommands.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,908 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/lfutil.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,908 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/localstore.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,909 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/overrides.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,909 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/proto.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,909 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/remotestore.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,910 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/reposetup.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,910 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/storefactory.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,910 root INFO copying build/lib.linux-ppc-cpython-311/hgext/largefiles/wirestore.py -> build/bdist.linux-ppc/wheel/hgext/largefiles 2023-08-04 12:43:37,911 root INFO creating build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:43:37,911 root INFO copying build/lib.linux-ppc-cpython-311/hgext/lfs/__init__.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:43:37,911 root INFO copying build/lib.linux-ppc-cpython-311/hgext/lfs/blobstore.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:43:37,911 root INFO copying build/lib.linux-ppc-cpython-311/hgext/lfs/pointer.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:43:37,912 root INFO copying build/lib.linux-ppc-cpython-311/hgext/lfs/wireprotolfsserver.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:43:37,912 root INFO copying build/lib.linux-ppc-cpython-311/hgext/lfs/wrapper.py -> build/bdist.linux-ppc/wheel/hgext/lfs 2023-08-04 12:43:37,912 root INFO creating build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:43:37,913 root INFO copying build/lib.linux-ppc-cpython-311/hgext/narrow/__init__.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:43:37,913 root INFO copying build/lib.linux-ppc-cpython-311/hgext/narrow/narrowbundle2.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:43:37,913 root INFO copying build/lib.linux-ppc-cpython-311/hgext/narrow/narrowcommands.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:43:37,914 root INFO copying build/lib.linux-ppc-cpython-311/hgext/narrow/narrowdirstate.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:43:37,914 root INFO copying build/lib.linux-ppc-cpython-311/hgext/narrow/narrowrepo.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:43:37,914 root INFO copying build/lib.linux-ppc-cpython-311/hgext/narrow/narrowtemplates.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:43:37,914 root INFO copying build/lib.linux-ppc-cpython-311/hgext/narrow/narrowwirepeer.py -> build/bdist.linux-ppc/wheel/hgext/narrow 2023-08-04 12:43:37,915 root INFO creating build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,915 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/__init__.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,915 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/basepack.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,916 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/basestore.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,916 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/connectionpool.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,916 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/constants.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,917 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/contentstore.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,917 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/datapack.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,917 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/debugcommands.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,917 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/fileserverclient.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,918 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/historypack.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,918 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/metadatastore.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,918 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/remotefilectx.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,919 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/remotefilelog.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,919 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/remotefilelogserver.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,919 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/repack.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,920 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/shallowbundle.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,920 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/shallowrepo.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,920 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/shallowstore.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,921 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/shallowutil.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,921 root INFO copying build/lib.linux-ppc-cpython-311/hgext/remotefilelog/shallowverifier.py -> build/bdist.linux-ppc/wheel/hgext/remotefilelog 2023-08-04 12:43:37,921 root INFO creating build/bdist.linux-ppc/wheel/hgext/zeroconf 2023-08-04 12:43:37,921 root INFO copying build/lib.linux-ppc-cpython-311/hgext/zeroconf/Zeroconf.py -> build/bdist.linux-ppc/wheel/hgext/zeroconf 2023-08-04 12:43:37,922 root INFO copying build/lib.linux-ppc-cpython-311/hgext/zeroconf/__init__.py -> build/bdist.linux-ppc/wheel/hgext/zeroconf 2023-08-04 12:43:37,922 root INFO creating build/bdist.linux-ppc/wheel/hgext3rd 2023-08-04 12:43:37,922 root INFO copying build/lib.linux-ppc-cpython-311/hgext3rd/__init__.py -> build/bdist.linux-ppc/wheel/hgext3rd 2023-08-04 12:43:37,923 root INFO creating build/bdist.linux-ppc/wheel/hgdemandimport 2023-08-04 12:43:37,923 root INFO copying build/lib.linux-ppc-cpython-311/hgdemandimport/__init__.py -> build/bdist.linux-ppc/wheel/hgdemandimport 2023-08-04 12:43:37,923 root INFO copying build/lib.linux-ppc-cpython-311/hgdemandimport/demandimportpy3.py -> build/bdist.linux-ppc/wheel/hgdemandimport 2023-08-04 12:43:37,923 root INFO copying build/lib.linux-ppc-cpython-311/hgdemandimport/tracing.py -> build/bdist.linux-ppc/wheel/hgdemandimport 2023-08-04 12:43:37,924 root WARNING warning: hginstalllib: byte-compiling is disabled, skipping. 2023-08-04 12:43:37,924 root INFO running install_scripts 2023-08-04 12:43:37,924 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data 2023-08-04 12:43:37,924 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/scripts 2023-08-04 12:43:37,924 root INFO copying build/scripts-3.11/hg -> build/bdist.linux-ppc/wheel/mercurial-6.5.data/scripts 2023-08-04 12:43:37,925 root INFO changing mode of build/bdist.linux-ppc/wheel/mercurial-6.5.data/scripts/hg to 755 2023-08-04 12:43:37,925 root INFO not rewriting @LIBDIR@ in build/bdist.linux-ppc/wheel/mercurial-6.5.data/scripts/hg because install path not known 2023-08-04 12:43:37,925 root INFO running install_egg_info 2023-08-04 12:43:37,962 root INFO running egg_info 2023-08-04 12:43:38,031 root INFO writing mercurial.egg-info/PKG-INFO 2023-08-04 12:43:38,032 root INFO writing dependency_links to mercurial.egg-info/dependency_links.txt 2023-08-04 12:43:38,032 root INFO writing top-level names to mercurial.egg-info/top_level.txt /usr/lib/python3.11/site-packages/setuptools/command/sdist.py:119: SetuptoolsDeprecationWarning: `build_py` command does not inherit from setuptools' `build_py`. !! ******************************************************************************** Custom 'build_py' does not implement 'get_data_files_without_manifest'. Please extend command classes from setuptools instead of distutils. See https://peps.python.org/pep-0632/ for details. ******************************************************************************** !! self._add_data_files(self._safe_data_files(build_py)) 2023-08-04 12:43:38,113 setuptools_scm.file_finder_git ERROR listing git files failed - pretending there aren't any 2023-08-04 12:43:38,117 root INFO reading manifest file 'mercurial.egg-info/SOURCES.txt' 2023-08-04 12:43:38,146 root INFO reading manifest template 'MANIFEST.in' 2023-08-04 12:43:38,261 root INFO adding license file 'COPYING' 2023-08-04 12:43:38,320 root INFO writing manifest file 'mercurial.egg-info/SOURCES.txt' 2023-08-04 12:43:38,321 root INFO Copying mercurial.egg-info to build/bdist.linux-ppc/wheel/mercurial-6.5-py3.11.egg-info 2023-08-04 12:43:38,323 root INFO running install_completion 2023-08-04 12:43:38,337 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data 2023-08-04 12:43:38,337 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share 2023-08-04 12:43:38,337 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/bash-completion 2023-08-04 12:43:38,337 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/bash-completion/completions 2023-08-04 12:43:38,337 root INFO copying contrib/bash_completion -> build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/bash-completion/completions/hg 2023-08-04 12:43:38,338 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/zsh 2023-08-04 12:43:38,338 root INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/zsh/site-functions 2023-08-04 12:43:38,338 root INFO copying contrib/zsh_completion -> build/bdist.linux-ppc/wheel/mercurial-6.5.data/data/share/zsh/site-functions/_hg 2023-08-04 12:43:38,341 wheel INFO creating build/bdist.linux-ppc/wheel/mercurial-6.5.dist-info/WHEEL 2023-08-04 12:43:38,341 wheel INFO creating '/var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_11/wheel/.tmp-dzh2gfnu/mercurial-6.5-cp311-cp311-linux_ppc.whl' and adding 'build/bdist.linux-ppc/wheel' to it 2023-08-04 12:43:38,342 wheel INFO adding 'hgdemandimport/__init__.py' 2023-08-04 12:43:38,342 wheel INFO adding 'hgdemandimport/demandimportpy3.py' 2023-08-04 12:43:38,343 wheel INFO adding 'hgdemandimport/tracing.py' 2023-08-04 12:43:38,343 wheel INFO adding 'hgext/__init__.py' 2023-08-04 12:43:38,343 wheel INFO adding 'hgext/absorb.py' 2023-08-04 12:43:38,344 wheel INFO adding 'hgext/acl.py' 2023-08-04 12:43:38,344 wheel INFO adding 'hgext/amend.py' 2023-08-04 12:43:38,344 wheel INFO adding 'hgext/automv.py' 2023-08-04 12:43:38,345 wheel INFO adding 'hgext/beautifygraph.py' 2023-08-04 12:43:38,345 wheel INFO adding 'hgext/blackbox.py' 2023-08-04 12:43:38,345 wheel INFO adding 'hgext/bookflow.py' 2023-08-04 12:43:38,346 wheel INFO adding 'hgext/bugzilla.py' 2023-08-04 12:43:38,346 wheel INFO adding 'hgext/censor.py' 2023-08-04 12:43:38,346 wheel INFO adding 'hgext/children.py' 2023-08-04 12:43:38,347 wheel INFO adding 'hgext/churn.py' 2023-08-04 12:43:38,347 wheel INFO adding 'hgext/clonebundles.py' 2023-08-04 12:43:38,347 wheel INFO adding 'hgext/closehead.py' 2023-08-04 12:43:38,348 wheel INFO adding 'hgext/commitextras.py' 2023-08-04 12:43:38,348 wheel INFO adding 'hgext/eol.py' 2023-08-04 12:43:38,348 wheel INFO adding 'hgext/extdiff.py' 2023-08-04 12:43:38,349 wheel INFO adding 'hgext/factotum.py' 2023-08-04 12:43:38,349 wheel INFO adding 'hgext/fastexport.py' 2023-08-04 12:43:38,349 wheel INFO adding 'hgext/fetch.py' 2023-08-04 12:43:38,349 wheel INFO adding 'hgext/fix.py' 2023-08-04 12:43:38,350 wheel INFO adding 'hgext/githelp.py' 2023-08-04 12:43:38,350 wheel INFO adding 'hgext/gpg.py' 2023-08-04 12:43:38,351 wheel INFO adding 'hgext/graphlog.py' 2023-08-04 12:43:38,351 wheel INFO adding 'hgext/hgk.py' 2023-08-04 12:43:38,351 wheel INFO adding 'hgext/histedit.py' 2023-08-04 12:43:38,352 wheel INFO adding 'hgext/journal.py' 2023-08-04 12:43:38,352 wheel INFO adding 'hgext/keyword.py' 2023-08-04 12:43:38,353 wheel INFO adding 'hgext/logtoprocess.py' 2023-08-04 12:43:38,353 wheel INFO adding 'hgext/mq.py' 2023-08-04 12:43:38,354 wheel INFO adding 'hgext/notify.py' 2023-08-04 12:43:38,354 wheel INFO adding 'hgext/pager.py' 2023-08-04 12:43:38,354 wheel INFO adding 'hgext/patchbomb.py' 2023-08-04 12:43:38,355 wheel INFO adding 'hgext/phabricator.py' 2023-08-04 12:43:38,355 wheel INFO adding 'hgext/purge.py' 2023-08-04 12:43:38,356 wheel INFO adding 'hgext/rebase.py' 2023-08-04 12:43:38,356 wheel INFO adding 'hgext/record.py' 2023-08-04 12:43:38,357 wheel INFO adding 'hgext/releasenotes.py' 2023-08-04 12:43:38,357 wheel INFO adding 'hgext/relink.py' 2023-08-04 12:43:38,357 wheel INFO adding 'hgext/remotenames.py' 2023-08-04 12:43:38,358 wheel INFO adding 'hgext/schemes.py' 2023-08-04 12:43:38,358 wheel INFO adding 'hgext/share.py' 2023-08-04 12:43:38,358 wheel INFO adding 'hgext/show.py' 2023-08-04 12:43:38,359 wheel INFO adding 'hgext/sparse.py' 2023-08-04 12:43:38,359 wheel INFO adding 'hgext/split.py' 2023-08-04 12:43:38,359 wheel INFO adding 'hgext/sqlitestore.py' 2023-08-04 12:43:38,360 wheel INFO adding 'hgext/strip.py' 2023-08-04 12:43:38,360 wheel INFO adding 'hgext/transplant.py' 2023-08-04 12:43:38,360 wheel INFO adding 'hgext/uncommit.py' 2023-08-04 12:43:38,361 wheel INFO adding 'hgext/win32mbcs.py' 2023-08-04 12:43:38,361 wheel INFO adding 'hgext/win32text.py' 2023-08-04 12:43:38,361 wheel INFO adding 'hgext/convert/__init__.py' 2023-08-04 12:43:38,362 wheel INFO adding 'hgext/convert/bzr.py' 2023-08-04 12:43:38,362 wheel INFO adding 'hgext/convert/common.py' 2023-08-04 12:43:38,362 wheel INFO adding 'hgext/convert/convcmd.py' 2023-08-04 12:43:38,363 wheel INFO adding 'hgext/convert/cvs.py' 2023-08-04 12:43:38,363 wheel INFO adding 'hgext/convert/cvsps.py' 2023-08-04 12:43:38,363 wheel INFO adding 'hgext/convert/darcs.py' 2023-08-04 12:43:38,364 wheel INFO adding 'hgext/convert/filemap.py' 2023-08-04 12:43:38,364 wheel INFO adding 'hgext/convert/git.py' 2023-08-04 12:43:38,364 wheel INFO adding 'hgext/convert/gnuarch.py' 2023-08-04 12:43:38,365 wheel INFO adding 'hgext/convert/hg.py' 2023-08-04 12:43:38,365 wheel INFO adding 'hgext/convert/monotone.py' 2023-08-04 12:43:38,365 wheel INFO adding 'hgext/convert/p4.py' 2023-08-04 12:43:38,366 wheel INFO adding 'hgext/convert/subversion.py' 2023-08-04 12:43:38,366 wheel INFO adding 'hgext/convert/transport.py' 2023-08-04 12:43:38,367 wheel INFO adding 'hgext/fastannotate/__init__.py' 2023-08-04 12:43:38,367 wheel INFO adding 'hgext/fastannotate/commands.py' 2023-08-04 12:43:38,367 wheel INFO adding 'hgext/fastannotate/context.py' 2023-08-04 12:43:38,368 wheel INFO adding 'hgext/fastannotate/error.py' 2023-08-04 12:43:38,368 wheel INFO adding 'hgext/fastannotate/formatter.py' 2023-08-04 12:43:38,368 wheel INFO adding 'hgext/fastannotate/protocol.py' 2023-08-04 12:43:38,369 wheel INFO adding 'hgext/fastannotate/revmap.py' 2023-08-04 12:43:38,369 wheel INFO adding 'hgext/fastannotate/support.py' 2023-08-04 12:43:38,369 wheel INFO adding 'hgext/fsmonitor/__init__.py' 2023-08-04 12:43:38,370 wheel INFO adding 'hgext/fsmonitor/state.py' 2023-08-04 12:43:38,370 wheel INFO adding 'hgext/fsmonitor/watchmanclient.py' 2023-08-04 12:43:38,370 wheel INFO adding 'hgext/fsmonitor/pywatchman/__init__.py' 2023-08-04 12:43:38,371 wheel INFO adding 'hgext/fsmonitor/pywatchman/bser.cpython-311-powerpc-linux-gnu.so' 2023-08-04 12:43:38,371 wheel INFO adding 'hgext/fsmonitor/pywatchman/capabilities.py' 2023-08-04 12:43:38,372 wheel INFO adding 'hgext/fsmonitor/pywatchman/compat.py' 2023-08-04 12:43:38,372 wheel INFO adding 'hgext/fsmonitor/pywatchman/encoding.py' 2023-08-04 12:43:38,372 wheel INFO adding 'hgext/fsmonitor/pywatchman/load.py' 2023-08-04 12:43:38,372 wheel INFO adding 'hgext/fsmonitor/pywatchman/pybser.py' 2023-08-04 12:43:38,373 wheel INFO adding 'hgext/git/__init__.py' 2023-08-04 12:43:38,373 wheel INFO adding 'hgext/git/dirstate.py' 2023-08-04 12:43:38,373 wheel INFO adding 'hgext/git/gitlog.py' 2023-08-04 12:43:38,374 wheel INFO adding 'hgext/git/gitutil.py' 2023-08-04 12:43:38,374 wheel INFO adding 'hgext/git/index.py' 2023-08-04 12:43:38,374 wheel INFO adding 'hgext/git/manifest.py' 2023-08-04 12:43:38,375 wheel INFO adding 'hgext/highlight/__init__.py' 2023-08-04 12:43:38,375 wheel INFO adding 'hgext/highlight/highlight.py' 2023-08-04 12:43:38,375 wheel INFO adding 'hgext/hooklib/__init__.py' 2023-08-04 12:43:38,376 wheel INFO adding 'hgext/hooklib/changeset_obsoleted.py' 2023-08-04 12:43:38,376 wheel INFO adding 'hgext/hooklib/changeset_published.py' 2023-08-04 12:43:38,376 wheel INFO adding 'hgext/hooklib/enforce_draft_commits.py' 2023-08-04 12:43:38,376 wheel INFO adding 'hgext/hooklib/reject_merge_commits.py' 2023-08-04 12:43:38,377 wheel INFO adding 'hgext/hooklib/reject_new_heads.py' 2023-08-04 12:43:38,377 wheel INFO adding 'hgext/infinitepush/__init__.py' 2023-08-04 12:43:38,377 wheel INFO adding 'hgext/infinitepush/bundleparts.py' 2023-08-04 12:43:38,378 wheel INFO adding 'hgext/infinitepush/common.py' 2023-08-04 12:43:38,378 wheel INFO adding 'hgext/infinitepush/fileindexapi.py' 2023-08-04 12:43:38,378 wheel INFO adding 'hgext/infinitepush/indexapi.py' 2023-08-04 12:43:38,379 wheel INFO adding 'hgext/infinitepush/sqlindexapi.py' 2023-08-04 12:43:38,379 wheel INFO adding 'hgext/infinitepush/store.py' 2023-08-04 12:43:38,379 wheel INFO adding 'hgext/largefiles/__init__.py' 2023-08-04 12:43:38,379 wheel INFO adding 'hgext/largefiles/basestore.py' 2023-08-04 12:43:38,380 wheel INFO adding 'hgext/largefiles/lfcommands.py' 2023-08-04 12:43:38,380 wheel INFO adding 'hgext/largefiles/lfutil.py' 2023-08-04 12:43:38,381 wheel INFO adding 'hgext/largefiles/localstore.py' 2023-08-04 12:43:38,381 wheel INFO adding 'hgext/largefiles/overrides.py' 2023-08-04 12:43:38,382 wheel INFO adding 'hgext/largefiles/proto.py' 2023-08-04 12:43:38,382 wheel INFO adding 'hgext/largefiles/remotestore.py' 2023-08-04 12:43:38,382 wheel INFO adding 'hgext/largefiles/reposetup.py' 2023-08-04 12:43:38,383 wheel INFO adding 'hgext/largefiles/storefactory.py' 2023-08-04 12:43:38,383 wheel INFO adding 'hgext/largefiles/wirestore.py' 2023-08-04 12:43:38,383 wheel INFO adding 'hgext/lfs/__init__.py' 2023-08-04 12:43:38,384 wheel INFO adding 'hgext/lfs/blobstore.py' 2023-08-04 12:43:38,384 wheel INFO adding 'hgext/lfs/pointer.py' 2023-08-04 12:43:38,385 wheel INFO adding 'hgext/lfs/wireprotolfsserver.py' 2023-08-04 12:43:38,385 wheel INFO adding 'hgext/lfs/wrapper.py' 2023-08-04 12:43:38,385 wheel INFO adding 'hgext/narrow/__init__.py' 2023-08-04 12:43:38,386 wheel INFO adding 'hgext/narrow/narrowbundle2.py' 2023-08-04 12:43:38,386 wheel INFO adding 'hgext/narrow/narrowcommands.py' 2023-08-04 12:43:38,387 wheel INFO adding 'hgext/narrow/narrowdirstate.py' 2023-08-04 12:43:38,387 wheel INFO adding 'hgext/narrow/narrowrepo.py' 2023-08-04 12:43:38,387 wheel INFO adding 'hgext/narrow/narrowtemplates.py' 2023-08-04 12:43:38,387 wheel INFO adding 'hgext/narrow/narrowwirepeer.py' 2023-08-04 12:43:38,388 wheel INFO adding 'hgext/remotefilelog/__init__.py' 2023-08-04 12:43:38,388 wheel INFO adding 'hgext/remotefilelog/basepack.py' 2023-08-04 12:43:38,389 wheel INFO adding 'hgext/remotefilelog/basestore.py' 2023-08-04 12:43:38,389 wheel INFO adding 'hgext/remotefilelog/connectionpool.py' 2023-08-04 12:43:38,389 wheel INFO adding 'hgext/remotefilelog/constants.py' 2023-08-04 12:43:38,390 wheel INFO adding 'hgext/remotefilelog/contentstore.py' 2023-08-04 12:43:38,390 wheel INFO adding 'hgext/remotefilelog/datapack.py' 2023-08-04 12:43:38,390 wheel INFO adding 'hgext/remotefilelog/debugcommands.py' 2023-08-04 12:43:38,391 wheel INFO adding 'hgext/remotefilelog/fileserverclient.py' 2023-08-04 12:43:38,391 wheel INFO adding 'hgext/remotefilelog/historypack.py' 2023-08-04 12:43:38,391 wheel INFO adding 'hgext/remotefilelog/metadatastore.py' 2023-08-04 12:43:38,392 wheel INFO adding 'hgext/remotefilelog/remotefilectx.py' 2023-08-04 12:43:38,392 wheel INFO adding 'hgext/remotefilelog/remotefilelog.py' 2023-08-04 12:43:38,392 wheel INFO adding 'hgext/remotefilelog/remotefilelogserver.py' 2023-08-04 12:43:38,393 wheel INFO adding 'hgext/remotefilelog/repack.py' 2023-08-04 12:43:38,393 wheel INFO adding 'hgext/remotefilelog/shallowbundle.py' 2023-08-04 12:43:38,393 wheel INFO adding 'hgext/remotefilelog/shallowrepo.py' 2023-08-04 12:43:38,394 wheel INFO adding 'hgext/remotefilelog/shallowstore.py' 2023-08-04 12:43:38,394 wheel INFO adding 'hgext/remotefilelog/shallowutil.py' 2023-08-04 12:43:38,394 wheel INFO adding 'hgext/remotefilelog/shallowverifier.py' 2023-08-04 12:43:38,395 wheel INFO adding 'hgext/zeroconf/Zeroconf.py' 2023-08-04 12:43:38,395 wheel INFO adding 'hgext/zeroconf/__init__.py' 2023-08-04 12:43:38,395 wheel INFO adding 'hgext3rd/__init__.py' 2023-08-04 12:43:38,396 wheel INFO adding 'mercurial/__init__.py' 2023-08-04 12:43:38,396 wheel INFO adding 'mercurial/__main__.py' 2023-08-04 12:43:38,396 wheel INFO adding 'mercurial/__modulepolicy__.py' 2023-08-04 12:43:38,397 wheel INFO adding 'mercurial/__version__.py' 2023-08-04 12:43:38,397 wheel INFO adding 'mercurial/ancestor.py' 2023-08-04 12:43:38,397 wheel INFO adding 'mercurial/archival.py' 2023-08-04 12:43:38,397 wheel INFO adding 'mercurial/bookmarks.py' 2023-08-04 12:43:38,398 wheel INFO adding 'mercurial/branchmap.py' 2023-08-04 12:43:38,398 wheel INFO adding 'mercurial/bundle2.py' 2023-08-04 12:43:38,399 wheel INFO adding 'mercurial/bundlecaches.py' 2023-08-04 12:43:38,399 wheel INFO adding 'mercurial/bundlerepo.py' 2023-08-04 12:43:38,400 wheel INFO adding 'mercurial/cacheutil.py' 2023-08-04 12:43:38,400 wheel INFO adding 'mercurial/changegroup.py' 2023-08-04 12:43:38,401 wheel INFO adding 'mercurial/changelog.py' 2023-08-04 12:43:38,401 wheel INFO adding 'mercurial/chgserver.py' 2023-08-04 12:43:38,401 wheel INFO adding 'mercurial/cmdutil.py' 2023-08-04 12:43:38,402 wheel INFO adding 'mercurial/color.py' 2023-08-04 12:43:38,403 wheel INFO adding 'mercurial/commands.py' 2023-08-04 12:43:38,404 wheel INFO adding 'mercurial/commandserver.py' 2023-08-04 12:43:38,405 wheel INFO adding 'mercurial/commit.py' 2023-08-04 12:43:38,405 wheel INFO adding 'mercurial/config.py' 2023-08-04 12:43:38,405 wheel INFO adding 'mercurial/configitems.py' 2023-08-04 12:43:38,406 wheel INFO adding 'mercurial/context.py' 2023-08-04 12:43:38,406 wheel INFO adding 'mercurial/copies.py' 2023-08-04 12:43:38,407 wheel INFO adding 'mercurial/crecord.py' 2023-08-04 12:43:38,408 wheel INFO adding 'mercurial/dagop.py' 2023-08-04 12:43:38,408 wheel INFO adding 'mercurial/dagparser.py' 2023-08-04 12:43:38,408 wheel INFO adding 'mercurial/debugcommands.py' 2023-08-04 12:43:38,409 wheel INFO adding 'mercurial/destutil.py' 2023-08-04 12:43:38,410 wheel INFO adding 'mercurial/diffhelper.py' 2023-08-04 12:43:38,410 wheel INFO adding 'mercurial/diffutil.py' 2023-08-04 12:43:38,410 wheel INFO adding 'mercurial/dirstate.py' 2023-08-04 12:43:38,411 wheel INFO adding 'mercurial/dirstatemap.py' 2023-08-04 12:43:38,411 wheel INFO adding 'mercurial/discovery.py' 2023-08-04 12:43:38,411 wheel INFO adding 'mercurial/dispatch.py' 2023-08-04 12:43:38,412 wheel INFO adding 'mercurial/dummycert.pem' 2023-08-04 12:43:38,412 wheel INFO adding 'mercurial/encoding.py' 2023-08-04 12:43:38,413 wheel INFO adding 'mercurial/error.py' 2023-08-04 12:43:38,413 wheel INFO adding 'mercurial/exchange.py' 2023-08-04 12:43:38,414 wheel INFO adding 'mercurial/extensions.py' 2023-08-04 12:43:38,414 wheel INFO adding 'mercurial/exthelper.py' 2023-08-04 12:43:38,414 wheel INFO adding 'mercurial/fancyopts.py' 2023-08-04 12:43:38,415 wheel INFO adding 'mercurial/filelog.py' 2023-08-04 12:43:38,415 wheel INFO adding 'mercurial/filemerge.py' 2023-08-04 12:43:38,415 wheel INFO adding 'mercurial/fileset.py' 2023-08-04 12:43:38,416 wheel INFO adding 'mercurial/filesetlang.py' 2023-08-04 12:43:38,416 wheel INFO adding 'mercurial/formatter.py' 2023-08-04 12:43:38,416 wheel INFO adding 'mercurial/graphmod.py' 2023-08-04 12:43:38,417 wheel INFO adding 'mercurial/grep.py' 2023-08-04 12:43:38,417 wheel INFO adding 'mercurial/hbisect.py' 2023-08-04 12:43:38,417 wheel INFO adding 'mercurial/help.py' 2023-08-04 12:43:38,418 wheel INFO adding 'mercurial/hg.py' 2023-08-04 12:43:38,418 wheel INFO adding 'mercurial/hook.py' 2023-08-04 12:43:38,419 wheel INFO adding 'mercurial/httpconnection.py' 2023-08-04 12:43:38,419 wheel INFO adding 'mercurial/httppeer.py' 2023-08-04 12:43:38,419 wheel INFO adding 'mercurial/i18n.py' 2023-08-04 12:43:38,420 wheel INFO adding 'mercurial/keepalive.py' 2023-08-04 12:43:38,420 wheel INFO adding 'mercurial/linelog.py' 2023-08-04 12:43:38,421 wheel INFO adding 'mercurial/localrepo.py' 2023-08-04 12:43:38,421 wheel INFO adding 'mercurial/lock.py' 2023-08-04 12:43:38,422 wheel INFO adding 'mercurial/logcmdutil.py' 2023-08-04 12:43:38,422 wheel INFO adding 'mercurial/logexchange.py' 2023-08-04 12:43:38,422 wheel INFO adding 'mercurial/loggingutil.py' 2023-08-04 12:43:38,423 wheel INFO adding 'mercurial/lsprof.py' 2023-08-04 12:43:38,423 wheel INFO adding 'mercurial/lsprofcalltree.py' 2023-08-04 12:43:38,423 wheel INFO adding 'mercurial/mail.py' 2023-08-04 12:43:38,424 wheel INFO adding 'mercurial/manifest.py' 2023-08-04 12:43:38,424 wheel INFO adding 'mercurial/match.py' 2023-08-04 12:43:38,425 wheel INFO adding 'mercurial/mdiff.py' 2023-08-04 12:43:38,425 wheel INFO adding 'mercurial/merge.py' 2023-08-04 12:43:38,426 wheel INFO adding 'mercurial/mergestate.py' 2023-08-04 12:43:38,426 wheel INFO adding 'mercurial/mergeutil.py' 2023-08-04 12:43:38,426 wheel INFO adding 'mercurial/metadata.py' 2023-08-04 12:43:38,427 wheel INFO adding 'mercurial/minifileset.py' 2023-08-04 12:43:38,427 wheel INFO adding 'mercurial/minirst.py' 2023-08-04 12:43:38,427 wheel INFO adding 'mercurial/namespaces.py' 2023-08-04 12:43:38,428 wheel INFO adding 'mercurial/narrowspec.py' 2023-08-04 12:43:38,428 wheel INFO adding 'mercurial/node.py' 2023-08-04 12:43:38,428 wheel INFO adding 'mercurial/obsolete.py' 2023-08-04 12:43:38,429 wheel INFO adding 'mercurial/obsutil.py' 2023-08-04 12:43:38,429 wheel INFO adding 'mercurial/parser.py' 2023-08-04 12:43:38,430 wheel INFO adding 'mercurial/patch.py' 2023-08-04 12:43:38,430 wheel INFO adding 'mercurial/pathutil.py' 2023-08-04 12:43:38,431 wheel INFO adding 'mercurial/phases.py' 2023-08-04 12:43:38,431 wheel INFO adding 'mercurial/policy.py' 2023-08-04 12:43:38,431 wheel INFO adding 'mercurial/posix.py' 2023-08-04 12:43:38,432 wheel INFO adding 'mercurial/profiling.py' 2023-08-04 12:43:38,432 wheel INFO adding 'mercurial/progress.py' 2023-08-04 12:43:38,432 wheel INFO adding 'mercurial/pushkey.py' 2023-08-04 12:43:38,433 wheel INFO adding 'mercurial/pvec.py' 2023-08-04 12:43:38,433 wheel INFO adding 'mercurial/pycompat.py' 2023-08-04 12:43:38,433 wheel INFO adding 'mercurial/rcutil.py' 2023-08-04 12:43:38,433 wheel INFO adding 'mercurial/registrar.py' 2023-08-04 12:43:38,434 wheel INFO adding 'mercurial/repair.py' 2023-08-04 12:43:38,434 wheel INFO adding 'mercurial/repocache.py' 2023-08-04 12:43:38,434 wheel INFO adding 'mercurial/repoview.py' 2023-08-04 12:43:38,435 wheel INFO adding 'mercurial/requirements.py' 2023-08-04 12:43:38,435 wheel INFO adding 'mercurial/revlog.py' 2023-08-04 12:43:38,436 wheel INFO adding 'mercurial/revset.py' 2023-08-04 12:43:38,437 wheel INFO adding 'mercurial/revsetlang.py' 2023-08-04 12:43:38,437 wheel INFO adding 'mercurial/rewriteutil.py' 2023-08-04 12:43:38,437 wheel INFO adding 'mercurial/scmposix.py' 2023-08-04 12:43:38,438 wheel INFO adding 'mercurial/scmutil.py' 2023-08-04 12:43:38,438 wheel INFO adding 'mercurial/scmwindows.py' 2023-08-04 12:43:38,438 wheel INFO adding 'mercurial/server.py' 2023-08-04 12:43:38,439 wheel INFO adding 'mercurial/setdiscovery.py' 2023-08-04 12:43:38,439 wheel INFO adding 'mercurial/shelve.py' 2023-08-04 12:43:38,439 wheel INFO adding 'mercurial/similar.py' 2023-08-04 12:43:38,440 wheel INFO adding 'mercurial/simplemerge.py' 2023-08-04 12:43:38,440 wheel INFO adding 'mercurial/smartset.py' 2023-08-04 12:43:38,441 wheel INFO adding 'mercurial/sparse.py' 2023-08-04 12:43:38,441 wheel INFO adding 'mercurial/sshpeer.py' 2023-08-04 12:43:38,441 wheel INFO adding 'mercurial/sslutil.py' 2023-08-04 12:43:38,442 wheel INFO adding 'mercurial/stack.py' 2023-08-04 12:43:38,442 wheel INFO adding 'mercurial/state.py' 2023-08-04 12:43:38,442 wheel INFO adding 'mercurial/statichttprepo.py' 2023-08-04 12:43:38,443 wheel INFO adding 'mercurial/statprof.py' 2023-08-04 12:43:38,443 wheel INFO adding 'mercurial/store.py' 2023-08-04 12:43:38,443 wheel INFO adding 'mercurial/streamclone.py' 2023-08-04 12:43:38,444 wheel INFO adding 'mercurial/strip.py' 2023-08-04 12:43:38,444 wheel INFO adding 'mercurial/subrepo.py' 2023-08-04 12:43:38,445 wheel INFO adding 'mercurial/subrepoutil.py' 2023-08-04 12:43:38,445 wheel INFO adding 'mercurial/tagmerge.py' 2023-08-04 12:43:38,445 wheel INFO adding 'mercurial/tags.py' 2023-08-04 12:43:38,446 wheel INFO adding 'mercurial/templatefilters.py' 2023-08-04 12:43:38,446 wheel INFO adding 'mercurial/templatefuncs.py' 2023-08-04 12:43:38,447 wheel INFO adding 'mercurial/templatekw.py' 2023-08-04 12:43:38,447 wheel INFO adding 'mercurial/templater.py' 2023-08-04 12:43:38,448 wheel INFO adding 'mercurial/templateutil.py' 2023-08-04 12:43:38,448 wheel INFO adding 'mercurial/transaction.py' 2023-08-04 12:43:38,448 wheel INFO adding 'mercurial/treediscovery.py' 2023-08-04 12:43:38,449 wheel INFO adding 'mercurial/txnutil.py' 2023-08-04 12:43:38,449 wheel INFO adding 'mercurial/typelib.py' 2023-08-04 12:43:38,449 wheel INFO adding 'mercurial/ui.py' 2023-08-04 12:43:38,450 wheel INFO adding 'mercurial/unionrepo.py' 2023-08-04 12:43:38,450 wheel INFO adding 'mercurial/upgrade.py' 2023-08-04 12:43:38,450 wheel INFO adding 'mercurial/url.py' 2023-08-04 12:43:38,451 wheel INFO adding 'mercurial/urllibcompat.py' 2023-08-04 12:43:38,451 wheel INFO adding 'mercurial/util.py' 2023-08-04 12:43:38,452 wheel INFO adding 'mercurial/verify.py' 2023-08-04 12:43:38,452 wheel INFO adding 'mercurial/vfs.py' 2023-08-04 12:43:38,452 wheel INFO adding 'mercurial/win32.py' 2023-08-04 12:43:38,453 wheel INFO adding 'mercurial/windows.py' 2023-08-04 12:43:38,453 wheel INFO adding 'mercurial/wireprotoframing.py' 2023-08-04 12:43:38,454 wheel INFO adding 'mercurial/wireprotoserver.py' 2023-08-04 12:43:38,454 wheel INFO adding 'mercurial/wireprototypes.py' 2023-08-04 12:43:38,454 wheel INFO adding 'mercurial/wireprotov1peer.py' 2023-08-04 12:43:38,455 wheel INFO adding 'mercurial/wireprotov1server.py' 2023-08-04 12:43:38,455 wheel INFO adding 'mercurial/worker.py' 2023-08-04 12:43:38,457 wheel INFO adding 'mercurial/zstd.cpython-311-powerpc-linux-gnu.so' 2023-08-04 12:43:38,460 wheel INFO adding 'mercurial/cext/__init__.py' 2023-08-04 12:43:38,460 wheel INFO adding 'mercurial/cext/base85.cpython-311-powerpc-linux-gnu.so' 2023-08-04 12:43:38,461 wheel INFO adding 'mercurial/cext/bdiff.cpython-311-powerpc-linux-gnu.so' 2023-08-04 12:43:38,462 wheel INFO adding 'mercurial/cext/mpatch.cpython-311-powerpc-linux-gnu.so' 2023-08-04 12:43:38,462 wheel INFO adding 'mercurial/cext/osutil.cpython-311-powerpc-linux-gnu.so' 2023-08-04 12:43:38,463 wheel INFO adding 'mercurial/cext/parsers.cpython-311-powerpc-linux-gnu.so' 2023-08-04 12:43:38,464 wheel INFO adding 'mercurial/cffi/__init__.py' 2023-08-04 12:43:38,464 wheel INFO adding 'mercurial/cffi/bdiff.py' 2023-08-04 12:43:38,464 wheel INFO adding 'mercurial/cffi/bdiffbuild.py' 2023-08-04 12:43:38,464 wheel INFO adding 'mercurial/cffi/mpatch.py' 2023-08-04 12:43:38,465 wheel INFO adding 'mercurial/cffi/mpatchbuild.py' 2023-08-04 12:43:38,465 wheel INFO adding 'mercurial/cffi/osutil.py' 2023-08-04 12:43:38,465 wheel INFO adding 'mercurial/cffi/osutilbuild.py' 2023-08-04 12:43:38,466 wheel INFO adding 'mercurial/defaultrc/__init__.py' 2023-08-04 12:43:38,466 wheel INFO adding 'mercurial/defaultrc/mergetools.rc' 2023-08-04 12:43:38,466 wheel INFO adding 'mercurial/dirstateutils/__init__.py' 2023-08-04 12:43:38,467 wheel INFO adding 'mercurial/dirstateutils/docket.py' 2023-08-04 12:43:38,467 wheel INFO adding 'mercurial/dirstateutils/timestamp.py' 2023-08-04 12:43:38,467 wheel INFO adding 'mercurial/dirstateutils/v2.py' 2023-08-04 12:43:38,468 wheel INFO adding 'mercurial/helptext/__init__.py' 2023-08-04 12:43:38,468 wheel INFO adding 'mercurial/helptext/bundlespec.txt' 2023-08-04 12:43:38,468 wheel INFO adding 'mercurial/helptext/color.txt' 2023-08-04 12:43:38,468 wheel INFO adding 'mercurial/helptext/common.txt' 2023-08-04 12:43:38,469 wheel INFO adding 'mercurial/helptext/config.txt' 2023-08-04 12:43:38,469 wheel INFO adding 'mercurial/helptext/dates.txt' 2023-08-04 12:43:38,470 wheel INFO adding 'mercurial/helptext/deprecated.txt' 2023-08-04 12:43:38,470 wheel INFO adding 'mercurial/helptext/diffs.txt' 2023-08-04 12:43:38,470 wheel INFO adding 'mercurial/helptext/environment.txt' 2023-08-04 12:43:38,471 wheel INFO adding 'mercurial/helptext/evolution.txt' 2023-08-04 12:43:38,471 wheel INFO adding 'mercurial/helptext/extensions.txt' 2023-08-04 12:43:38,471 wheel INFO adding 'mercurial/helptext/filesets.txt' 2023-08-04 12:43:38,471 wheel INFO adding 'mercurial/helptext/flags.txt' 2023-08-04 12:43:38,472 wheel INFO adding 'mercurial/helptext/glossary.txt' 2023-08-04 12:43:38,472 wheel INFO adding 'mercurial/helptext/hg-ssh.8.txt' 2023-08-04 12:43:38,472 wheel INFO adding 'mercurial/helptext/hg.1.txt' 2023-08-04 12:43:38,472 wheel INFO adding 'mercurial/helptext/hgignore.5.txt' 2023-08-04 12:43:38,473 wheel INFO adding 'mercurial/helptext/hgignore.txt' 2023-08-04 12:43:38,473 wheel INFO adding 'mercurial/helptext/hgrc.5.txt' 2023-08-04 12:43:38,473 wheel INFO adding 'mercurial/helptext/hgweb.txt' 2023-08-04 12:43:38,473 wheel INFO adding 'mercurial/helptext/merge-tools.txt' 2023-08-04 12:43:38,474 wheel INFO adding 'mercurial/helptext/pager.txt' 2023-08-04 12:43:38,474 wheel INFO adding 'mercurial/helptext/patterns.txt' 2023-08-04 12:43:38,474 wheel INFO adding 'mercurial/helptext/phases.txt' 2023-08-04 12:43:38,475 wheel INFO adding 'mercurial/helptext/revisions.txt' 2023-08-04 12:43:38,475 wheel INFO adding 'mercurial/helptext/rust.txt' 2023-08-04 12:43:38,475 wheel INFO adding 'mercurial/helptext/scripting.txt' 2023-08-04 12:43:38,476 wheel INFO adding 'mercurial/helptext/subrepos.txt' 2023-08-04 12:43:38,476 wheel INFO adding 'mercurial/helptext/templates.txt' 2023-08-04 12:43:38,476 wheel INFO adding 'mercurial/helptext/urls.txt' 2023-08-04 12:43:38,476 wheel INFO adding 'mercurial/helptext/internals/__init__.py' 2023-08-04 12:43:38,477 wheel INFO adding 'mercurial/helptext/internals/bid-merge.txt' 2023-08-04 12:43:38,477 wheel INFO adding 'mercurial/helptext/internals/bundle2.txt' 2023-08-04 12:43:38,477 wheel INFO adding 'mercurial/helptext/internals/bundles.txt' 2023-08-04 12:43:38,478 wheel INFO adding 'mercurial/helptext/internals/cbor.txt' 2023-08-04 12:43:38,478 wheel INFO adding 'mercurial/helptext/internals/censor.txt' 2023-08-04 12:43:38,478 wheel INFO adding 'mercurial/helptext/internals/changegroups.txt' 2023-08-04 12:43:38,478 wheel INFO adding 'mercurial/helptext/internals/config.txt' 2023-08-04 12:43:38,479 wheel INFO adding 'mercurial/helptext/internals/dirstate-v2.txt' 2023-08-04 12:43:38,479 wheel INFO adding 'mercurial/helptext/internals/extensions.txt' 2023-08-04 12:43:38,479 wheel INFO adding 'mercurial/helptext/internals/linelog.txt' 2023-08-04 12:43:38,480 wheel INFO adding 'mercurial/helptext/internals/mergestate.txt' 2023-08-04 12:43:38,480 wheel INFO adding 'mercurial/helptext/internals/requirements.txt' 2023-08-04 12:43:38,480 wheel INFO adding 'mercurial/helptext/internals/revlogs.txt' 2023-08-04 12:43:38,481 wheel INFO adding 'mercurial/helptext/internals/wireprotocol.txt' 2023-08-04 12:43:38,481 wheel INFO adding 'mercurial/helptext/internals/wireprotocolrpc.txt' 2023-08-04 12:43:38,482 wheel INFO adding 'mercurial/helptext/internals/wireprotocolv2.txt' 2023-08-04 12:43:38,482 wheel INFO adding 'mercurial/hgweb/__init__.py' 2023-08-04 12:43:38,482 wheel INFO adding 'mercurial/hgweb/common.py' 2023-08-04 12:43:38,483 wheel INFO adding 'mercurial/hgweb/hgweb_mod.py' 2023-08-04 12:43:38,483 wheel INFO adding 'mercurial/hgweb/hgwebdir_mod.py' 2023-08-04 12:43:38,483 wheel INFO adding 'mercurial/hgweb/request.py' 2023-08-04 12:43:38,484 wheel INFO adding 'mercurial/hgweb/server.py' 2023-08-04 12:43:38,484 wheel INFO adding 'mercurial/hgweb/webcommands.py' 2023-08-04 12:43:38,484 wheel INFO adding 'mercurial/hgweb/webutil.py' 2023-08-04 12:43:38,485 wheel INFO adding 'mercurial/hgweb/wsgicgi.py' 2023-08-04 12:43:38,485 wheel INFO adding 'mercurial/hgweb/wsgiheaders.py' 2023-08-04 12:43:38,485 wheel INFO adding 'mercurial/interfaces/__init__.py' 2023-08-04 12:43:38,486 wheel INFO adding 'mercurial/interfaces/dirstate.py' 2023-08-04 12:43:38,486 wheel INFO adding 'mercurial/interfaces/repository.py' 2023-08-04 12:43:38,487 wheel INFO adding 'mercurial/interfaces/util.py' 2023-08-04 12:43:38,487 wheel INFO adding 'mercurial/locale/da/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,489 wheel INFO adding 'mercurial/locale/de/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,491 wheel INFO adding 'mercurial/locale/el/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,492 wheel INFO adding 'mercurial/locale/fr/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,493 wheel INFO adding 'mercurial/locale/it/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,496 wheel INFO adding 'mercurial/locale/ja/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,503 wheel INFO adding 'mercurial/locale/pt_BR/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,507 wheel INFO adding 'mercurial/locale/ro/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,510 wheel INFO adding 'mercurial/locale/ru/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,514 wheel INFO adding 'mercurial/locale/sv/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,515 wheel INFO adding 'mercurial/locale/zh_CN/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,516 wheel INFO adding 'mercurial/locale/zh_TW/LC_MESSAGES/hg.mo' 2023-08-04 12:43:38,516 wheel INFO adding 'mercurial/pure/__init__.py' 2023-08-04 12:43:38,517 wheel INFO adding 'mercurial/pure/base85.py' 2023-08-04 12:43:38,517 wheel INFO adding 'mercurial/pure/bdiff.py' 2023-08-04 12:43:38,517 wheel INFO adding 'mercurial/pure/charencode.py' 2023-08-04 12:43:38,518 wheel INFO adding 'mercurial/pure/mpatch.py' 2023-08-04 12:43:38,518 wheel INFO adding 'mercurial/pure/osutil.py' 2023-08-04 12:43:38,518 wheel INFO adding 'mercurial/pure/parsers.py' 2023-08-04 12:43:38,519 wheel INFO adding 'mercurial/revlogutils/__init__.py' 2023-08-04 12:43:38,519 wheel INFO adding 'mercurial/revlogutils/concurrency_checker.py' 2023-08-04 12:43:38,519 wheel INFO adding 'mercurial/revlogutils/constants.py' 2023-08-04 12:43:38,519 wheel INFO adding 'mercurial/revlogutils/debug.py' 2023-08-04 12:43:38,520 wheel INFO adding 'mercurial/revlogutils/deltas.py' 2023-08-04 12:43:38,520 wheel INFO adding 'mercurial/revlogutils/docket.py' 2023-08-04 12:43:38,521 wheel INFO adding 'mercurial/revlogutils/flagutil.py' 2023-08-04 12:43:38,521 wheel INFO adding 'mercurial/revlogutils/nodemap.py' 2023-08-04 12:43:38,521 wheel INFO adding 'mercurial/revlogutils/randomaccessfile.py' 2023-08-04 12:43:38,522 wheel INFO adding 'mercurial/revlogutils/revlogv0.py' 2023-08-04 12:43:38,522 wheel INFO adding 'mercurial/revlogutils/rewrite.py' 2023-08-04 12:43:38,522 wheel INFO adding 'mercurial/revlogutils/sidedata.py' 2023-08-04 12:43:38,523 wheel INFO adding 'mercurial/stabletailgraph/__init__.py' 2023-08-04 12:43:38,523 wheel INFO adding 'mercurial/stabletailgraph/stabletailsort.py' 2023-08-04 12:43:38,523 wheel INFO adding 'mercurial/templates/__init__.py' 2023-08-04 12:43:38,523 wheel INFO adding 'mercurial/templates/map-cmdline.bisect' 2023-08-04 12:43:38,524 wheel INFO adding 'mercurial/templates/map-cmdline.changelog' 2023-08-04 12:43:38,524 wheel INFO adding 'mercurial/templates/map-cmdline.compact' 2023-08-04 12:43:38,524 wheel INFO adding 'mercurial/templates/map-cmdline.default' 2023-08-04 12:43:38,524 wheel INFO adding 'mercurial/templates/map-cmdline.phases' 2023-08-04 12:43:38,525 wheel INFO adding 'mercurial/templates/map-cmdline.show' 2023-08-04 12:43:38,525 wheel INFO adding 'mercurial/templates/map-cmdline.status' 2023-08-04 12:43:38,525 wheel INFO adding 'mercurial/templates/map-cmdline.xml' 2023-08-04 12:43:38,526 wheel INFO adding 'mercurial/templates/atom/__init__.py' 2023-08-04 12:43:38,526 wheel INFO adding 'mercurial/templates/atom/bookmarkentry.tmpl' 2023-08-04 12:43:38,526 wheel INFO adding 'mercurial/templates/atom/bookmarks.tmpl' 2023-08-04 12:43:38,526 wheel INFO adding 'mercurial/templates/atom/branchentry.tmpl' 2023-08-04 12:43:38,527 wheel INFO adding 'mercurial/templates/atom/branches.tmpl' 2023-08-04 12:43:38,527 wheel INFO adding 'mercurial/templates/atom/changelog.tmpl' 2023-08-04 12:43:38,527 wheel INFO adding 'mercurial/templates/atom/changelogentry.tmpl' 2023-08-04 12:43:38,527 wheel INFO adding 'mercurial/templates/atom/error.tmpl' 2023-08-04 12:43:38,528 wheel INFO adding 'mercurial/templates/atom/filelog.tmpl' 2023-08-04 12:43:38,528 wheel INFO adding 'mercurial/templates/atom/header.tmpl' 2023-08-04 12:43:38,528 wheel INFO adding 'mercurial/templates/atom/map' 2023-08-04 12:43:38,528 wheel INFO adding 'mercurial/templates/atom/tagentry.tmpl' 2023-08-04 12:43:38,529 wheel INFO adding 'mercurial/templates/atom/tags.tmpl' 2023-08-04 12:43:38,529 wheel INFO adding 'mercurial/templates/coal/__init__.py' 2023-08-04 12:43:38,529 wheel INFO adding 'mercurial/templates/coal/header.tmpl' 2023-08-04 12:43:38,529 wheel INFO adding 'mercurial/templates/coal/map' 2023-08-04 12:43:38,530 wheel INFO adding 'mercurial/templates/gitweb/__init__.py' 2023-08-04 12:43:38,530 wheel INFO adding 'mercurial/templates/gitweb/bookmarks.tmpl' 2023-08-04 12:43:38,530 wheel INFO adding 'mercurial/templates/gitweb/branches.tmpl' 2023-08-04 12:43:38,530 wheel INFO adding 'mercurial/templates/gitweb/changelog.tmpl' 2023-08-04 12:43:38,531 wheel INFO adding 'mercurial/templates/gitweb/changelogentry.tmpl' 2023-08-04 12:43:38,531 wheel INFO adding 'mercurial/templates/gitweb/changeset.tmpl' 2023-08-04 12:43:38,531 wheel INFO adding 'mercurial/templates/gitweb/error.tmpl' 2023-08-04 12:43:38,531 wheel INFO adding 'mercurial/templates/gitweb/fileannotate.tmpl' 2023-08-04 12:43:38,532 wheel INFO adding 'mercurial/templates/gitweb/filecomparison.tmpl' 2023-08-04 12:43:38,532 wheel INFO adding 'mercurial/templates/gitweb/filediff.tmpl' 2023-08-04 12:43:38,532 wheel INFO adding 'mercurial/templates/gitweb/filelog.tmpl' 2023-08-04 12:43:38,533 wheel INFO adding 'mercurial/templates/gitweb/filerevision.tmpl' 2023-08-04 12:43:38,533 wheel INFO adding 'mercurial/templates/gitweb/footer.tmpl' 2023-08-04 12:43:38,533 wheel INFO adding 'mercurial/templates/gitweb/graph.tmpl' 2023-08-04 12:43:38,533 wheel INFO adding 'mercurial/templates/gitweb/graphentry.tmpl' 2023-08-04 12:43:38,534 wheel INFO adding 'mercurial/templates/gitweb/header.tmpl' 2023-08-04 12:43:38,534 wheel INFO adding 'mercurial/templates/gitweb/help.tmpl' 2023-08-04 12:43:38,534 wheel INFO adding 'mercurial/templates/gitweb/helptopics.tmpl' 2023-08-04 12:43:38,534 wheel INFO adding 'mercurial/templates/gitweb/index.tmpl' 2023-08-04 12:43:38,535 wheel INFO adding 'mercurial/templates/gitweb/manifest.tmpl' 2023-08-04 12:43:38,535 wheel INFO adding 'mercurial/templates/gitweb/map' 2023-08-04 12:43:38,535 wheel INFO adding 'mercurial/templates/gitweb/notfound.tmpl' 2023-08-04 12:43:38,536 wheel INFO adding 'mercurial/templates/gitweb/search.tmpl' 2023-08-04 12:43:38,536 wheel INFO adding 'mercurial/templates/gitweb/shortlog.tmpl' 2023-08-04 12:43:38,536 wheel INFO adding 'mercurial/templates/gitweb/summary.tmpl' 2023-08-04 12:43:38,536 wheel INFO adding 'mercurial/templates/gitweb/tags.tmpl' 2023-08-04 12:43:38,537 wheel INFO adding 'mercurial/templates/json/__init__.py' 2023-08-04 12:43:38,537 wheel INFO adding 'mercurial/templates/json/changelist.tmpl' 2023-08-04 12:43:38,537 wheel INFO adding 'mercurial/templates/json/graph.tmpl' 2023-08-04 12:43:38,537 wheel INFO adding 'mercurial/templates/json/map' 2023-08-04 12:43:38,538 wheel INFO adding 'mercurial/templates/monoblue/__init__.py' 2023-08-04 12:43:38,538 wheel INFO adding 'mercurial/templates/monoblue/bookmarks.tmpl' 2023-08-04 12:43:38,538 wheel INFO adding 'mercurial/templates/monoblue/branches.tmpl' 2023-08-04 12:43:38,539 wheel INFO adding 'mercurial/templates/monoblue/changelog.tmpl' 2023-08-04 12:43:38,539 wheel INFO adding 'mercurial/templates/monoblue/changelogentry.tmpl' 2023-08-04 12:43:38,539 wheel INFO adding 'mercurial/templates/monoblue/changeset.tmpl' 2023-08-04 12:43:38,539 wheel INFO adding 'mercurial/templates/monoblue/error.tmpl' 2023-08-04 12:43:38,540 wheel INFO adding 'mercurial/templates/monoblue/fileannotate.tmpl' 2023-08-04 12:43:38,540 wheel INFO adding 'mercurial/templates/monoblue/filecomparison.tmpl' 2023-08-04 12:43:38,540 wheel INFO adding 'mercurial/templates/monoblue/filediff.tmpl' 2023-08-04 12:43:38,540 wheel INFO adding 'mercurial/templates/monoblue/filelog.tmpl' 2023-08-04 12:43:38,541 wheel INFO adding 'mercurial/templates/monoblue/filerevision.tmpl' 2023-08-04 12:43:38,541 wheel INFO adding 'mercurial/templates/monoblue/footer.tmpl' 2023-08-04 12:43:38,541 wheel INFO adding 'mercurial/templates/monoblue/graph.tmpl' 2023-08-04 12:43:38,541 wheel INFO adding 'mercurial/templates/monoblue/graphentry.tmpl' 2023-08-04 12:43:38,542 wheel INFO adding 'mercurial/templates/monoblue/header.tmpl' 2023-08-04 12:43:38,542 wheel INFO adding 'mercurial/templates/monoblue/help.tmpl' 2023-08-04 12:43:38,542 wheel INFO adding 'mercurial/templates/monoblue/helptopics.tmpl' 2023-08-04 12:43:38,542 wheel INFO adding 'mercurial/templates/monoblue/index.tmpl' 2023-08-04 12:43:38,543 wheel INFO adding 'mercurial/templates/monoblue/manifest.tmpl' 2023-08-04 12:43:38,543 wheel INFO adding 'mercurial/templates/monoblue/map' 2023-08-04 12:43:38,543 wheel INFO adding 'mercurial/templates/monoblue/notfound.tmpl' 2023-08-04 12:43:38,544 wheel INFO adding 'mercurial/templates/monoblue/search.tmpl' 2023-08-04 12:43:38,544 wheel INFO adding 'mercurial/templates/monoblue/shortlog.tmpl' 2023-08-04 12:43:38,544 wheel INFO adding 'mercurial/templates/monoblue/summary.tmpl' 2023-08-04 12:43:38,544 wheel INFO adding 'mercurial/templates/monoblue/tags.tmpl' 2023-08-04 12:43:38,545 wheel INFO adding 'mercurial/templates/paper/__init__.py' 2023-08-04 12:43:38,545 wheel INFO adding 'mercurial/templates/paper/bookmarks.tmpl' 2023-08-04 12:43:38,545 wheel INFO adding 'mercurial/templates/paper/branches.tmpl' 2023-08-04 12:43:38,545 wheel INFO adding 'mercurial/templates/paper/changeset.tmpl' 2023-08-04 12:43:38,546 wheel INFO adding 'mercurial/templates/paper/diffstat.tmpl' 2023-08-04 12:43:38,546 wheel INFO adding 'mercurial/templates/paper/error.tmpl' 2023-08-04 12:43:38,546 wheel INFO adding 'mercurial/templates/paper/fileannotate.tmpl' 2023-08-04 12:43:38,547 wheel INFO adding 'mercurial/templates/paper/filecomparison.tmpl' 2023-08-04 12:43:38,547 wheel INFO adding 'mercurial/templates/paper/filediff.tmpl' 2023-08-04 12:43:38,547 wheel INFO adding 'mercurial/templates/paper/filelog.tmpl' 2023-08-04 12:43:38,547 wheel INFO adding 'mercurial/templates/paper/filelogentry.tmpl' 2023-08-04 12:43:38,548 wheel INFO adding 'mercurial/templates/paper/filerevision.tmpl' 2023-08-04 12:43:38,548 wheel INFO adding 'mercurial/templates/paper/footer.tmpl' 2023-08-04 12:43:38,548 wheel INFO adding 'mercurial/templates/paper/graph.tmpl' 2023-08-04 12:43:38,548 wheel INFO adding 'mercurial/templates/paper/graphentry.tmpl' 2023-08-04 12:43:38,549 wheel INFO adding 'mercurial/templates/paper/header.tmpl' 2023-08-04 12:43:38,549 wheel INFO adding 'mercurial/templates/paper/help.tmpl' 2023-08-04 12:43:38,549 wheel INFO adding 'mercurial/templates/paper/helptopics.tmpl' 2023-08-04 12:43:38,549 wheel INFO adding 'mercurial/templates/paper/index.tmpl' 2023-08-04 12:43:38,550 wheel INFO adding 'mercurial/templates/paper/manifest.tmpl' 2023-08-04 12:43:38,550 wheel INFO adding 'mercurial/templates/paper/map' 2023-08-04 12:43:38,550 wheel INFO adding 'mercurial/templates/paper/notfound.tmpl' 2023-08-04 12:43:38,551 wheel INFO adding 'mercurial/templates/paper/search.tmpl' 2023-08-04 12:43:38,551 wheel INFO adding 'mercurial/templates/paper/shortlog.tmpl' 2023-08-04 12:43:38,551 wheel INFO adding 'mercurial/templates/paper/shortlogentry.tmpl' 2023-08-04 12:43:38,551 wheel INFO adding 'mercurial/templates/paper/tags.tmpl' 2023-08-04 12:43:38,552 wheel INFO adding 'mercurial/templates/raw/__init__.py' 2023-08-04 12:43:38,552 wheel INFO adding 'mercurial/templates/raw/changelog.tmpl' 2023-08-04 12:43:38,552 wheel INFO adding 'mercurial/templates/raw/changeset.tmpl' 2023-08-04 12:43:38,552 wheel INFO adding 'mercurial/templates/raw/error.tmpl' 2023-08-04 12:43:38,553 wheel INFO adding 'mercurial/templates/raw/fileannotate.tmpl' 2023-08-04 12:43:38,553 wheel INFO adding 'mercurial/templates/raw/filediff.tmpl' 2023-08-04 12:43:38,553 wheel INFO adding 'mercurial/templates/raw/graph.tmpl' 2023-08-04 12:43:38,553 wheel INFO adding 'mercurial/templates/raw/graphedge.tmpl' 2023-08-04 12:43:38,554 wheel INFO adding 'mercurial/templates/raw/graphnode.tmpl' 2023-08-04 12:43:38,554 wheel INFO adding 'mercurial/templates/raw/index.tmpl' 2023-08-04 12:43:38,554 wheel INFO adding 'mercurial/templates/raw/logentry.tmpl' 2023-08-04 12:43:38,554 wheel INFO adding 'mercurial/templates/raw/manifest.tmpl' 2023-08-04 12:43:38,555 wheel INFO adding 'mercurial/templates/raw/map' 2023-08-04 12:43:38,555 wheel INFO adding 'mercurial/templates/raw/notfound.tmpl' 2023-08-04 12:43:38,555 wheel INFO adding 'mercurial/templates/raw/search.tmpl' 2023-08-04 12:43:38,555 wheel INFO adding 'mercurial/templates/rss/__init__.py' 2023-08-04 12:43:38,556 wheel INFO adding 'mercurial/templates/rss/bookmarkentry.tmpl' 2023-08-04 12:43:38,556 wheel INFO adding 'mercurial/templates/rss/bookmarks.tmpl' 2023-08-04 12:43:38,556 wheel INFO adding 'mercurial/templates/rss/branchentry.tmpl' 2023-08-04 12:43:38,556 wheel INFO adding 'mercurial/templates/rss/branches.tmpl' 2023-08-04 12:43:38,557 wheel INFO adding 'mercurial/templates/rss/changelog.tmpl' 2023-08-04 12:43:38,557 wheel INFO adding 'mercurial/templates/rss/changelogentry.tmpl' 2023-08-04 12:43:38,557 wheel INFO adding 'mercurial/templates/rss/error.tmpl' 2023-08-04 12:43:38,557 wheel INFO adding 'mercurial/templates/rss/filelog.tmpl' 2023-08-04 12:43:38,558 wheel INFO adding 'mercurial/templates/rss/filelogentry.tmpl' 2023-08-04 12:43:38,558 wheel INFO adding 'mercurial/templates/rss/header.tmpl' 2023-08-04 12:43:38,558 wheel INFO adding 'mercurial/templates/rss/map' 2023-08-04 12:43:38,558 wheel INFO adding 'mercurial/templates/rss/tagentry.tmpl' 2023-08-04 12:43:38,559 wheel INFO adding 'mercurial/templates/rss/tags.tmpl' 2023-08-04 12:43:38,559 wheel INFO adding 'mercurial/templates/spartan/__init__.py' 2023-08-04 12:43:38,559 wheel INFO adding 'mercurial/templates/spartan/branches.tmpl' 2023-08-04 12:43:38,560 wheel INFO adding 'mercurial/templates/spartan/changelog.tmpl' 2023-08-04 12:43:38,560 wheel INFO adding 'mercurial/templates/spartan/changelogentry.tmpl' 2023-08-04 12:43:38,560 wheel INFO adding 'mercurial/templates/spartan/changeset.tmpl' 2023-08-04 12:43:38,560 wheel INFO adding 'mercurial/templates/spartan/error.tmpl' 2023-08-04 12:43:38,561 wheel INFO adding 'mercurial/templates/spartan/fileannotate.tmpl' 2023-08-04 12:43:38,561 wheel INFO adding 'mercurial/templates/spartan/filediff.tmpl' 2023-08-04 12:43:38,561 wheel INFO adding 'mercurial/templates/spartan/filelog.tmpl' 2023-08-04 12:43:38,561 wheel INFO adding 'mercurial/templates/spartan/filelogentry.tmpl' 2023-08-04 12:43:38,562 wheel INFO adding 'mercurial/templates/spartan/filerevision.tmpl' 2023-08-04 12:43:38,562 wheel INFO adding 'mercurial/templates/spartan/footer.tmpl' 2023-08-04 12:43:38,562 wheel INFO adding 'mercurial/templates/spartan/graph.tmpl' 2023-08-04 12:43:38,562 wheel INFO adding 'mercurial/templates/spartan/graphentry.tmpl' 2023-08-04 12:43:38,563 wheel INFO adding 'mercurial/templates/spartan/header.tmpl' 2023-08-04 12:43:38,563 wheel INFO adding 'mercurial/templates/spartan/index.tmpl' 2023-08-04 12:43:38,563 wheel INFO adding 'mercurial/templates/spartan/manifest.tmpl' 2023-08-04 12:43:38,563 wheel INFO adding 'mercurial/templates/spartan/map' 2023-08-04 12:43:38,564 wheel INFO adding 'mercurial/templates/spartan/notfound.tmpl' 2023-08-04 12:43:38,564 wheel INFO adding 'mercurial/templates/spartan/search.tmpl' 2023-08-04 12:43:38,564 wheel INFO adding 'mercurial/templates/spartan/shortlog.tmpl' 2023-08-04 12:43:38,564 wheel INFO adding 'mercurial/templates/spartan/shortlogentry.tmpl' 2023-08-04 12:43:38,565 wheel INFO adding 'mercurial/templates/spartan/tags.tmpl' 2023-08-04 12:43:38,565 wheel INFO adding 'mercurial/templates/static/__init__.py' 2023-08-04 12:43:38,565 wheel INFO adding 'mercurial/templates/static/background.png' 2023-08-04 12:43:38,566 wheel INFO adding 'mercurial/templates/static/coal-file.png' 2023-08-04 12:43:38,566 wheel INFO adding 'mercurial/templates/static/coal-folder.png' 2023-08-04 12:43:38,566 wheel INFO adding 'mercurial/templates/static/feed-icon-14x14.png' 2023-08-04 12:43:38,566 wheel INFO adding 'mercurial/templates/static/followlines.js' 2023-08-04 12:43:38,567 wheel INFO adding 'mercurial/templates/static/hgicon.png' 2023-08-04 12:43:38,567 wheel INFO adding 'mercurial/templates/static/hglogo.png' 2023-08-04 12:43:38,567 wheel INFO adding 'mercurial/templates/static/mercurial.js' 2023-08-04 12:43:38,567 wheel INFO adding 'mercurial/templates/static/style-extra-coal.css' 2023-08-04 12:43:38,568 wheel INFO adding 'mercurial/templates/static/style-gitweb.css' 2023-08-04 12:43:38,568 wheel INFO adding 'mercurial/templates/static/style-monoblue.css' 2023-08-04 12:43:38,568 wheel INFO adding 'mercurial/templates/static/style-paper.css' 2023-08-04 12:43:38,569 wheel INFO adding 'mercurial/templates/static/style.css' 2023-08-04 12:43:38,569 wheel INFO adding 'mercurial/testing/__init__.py' 2023-08-04 12:43:38,569 wheel INFO adding 'mercurial/testing/revlog.py' 2023-08-04 12:43:38,570 wheel INFO adding 'mercurial/testing/storage.py' 2023-08-04 12:43:38,570 wheel INFO adding 'mercurial/thirdparty/__init__.py' 2023-08-04 12:43:38,570 wheel INFO adding 'mercurial/thirdparty/sha1dc.cpython-311-powerpc-linux-gnu.so' 2023-08-04 12:43:38,571 wheel INFO adding 'mercurial/thirdparty/attr/__init__.py' 2023-08-04 12:43:38,571 wheel INFO adding 'mercurial/thirdparty/attr/__init__.pyi' 2023-08-04 12:43:38,572 wheel INFO adding 'mercurial/thirdparty/attr/_cmp.py' 2023-08-04 12:43:38,572 wheel INFO adding 'mercurial/thirdparty/attr/_cmp.pyi' 2023-08-04 12:43:38,572 wheel INFO adding 'mercurial/thirdparty/attr/_compat.py' 2023-08-04 12:43:38,572 wheel INFO adding 'mercurial/thirdparty/attr/_config.py' 2023-08-04 12:43:38,573 wheel INFO adding 'mercurial/thirdparty/attr/_funcs.py' 2023-08-04 12:43:38,573 wheel INFO adding 'mercurial/thirdparty/attr/_make.py' 2023-08-04 12:43:38,574 wheel INFO adding 'mercurial/thirdparty/attr/_next_gen.py' 2023-08-04 12:43:38,574 wheel INFO adding 'mercurial/thirdparty/attr/_version_info.py' 2023-08-04 12:43:38,574 wheel INFO adding 'mercurial/thirdparty/attr/_version_info.pyi' 2023-08-04 12:43:38,575 wheel INFO adding 'mercurial/thirdparty/attr/converters.py' 2023-08-04 12:43:38,575 wheel INFO adding 'mercurial/thirdparty/attr/converters.pyi' 2023-08-04 12:43:38,575 wheel INFO adding 'mercurial/thirdparty/attr/exceptions.py' 2023-08-04 12:43:38,575 wheel INFO adding 'mercurial/thirdparty/attr/exceptions.pyi' 2023-08-04 12:43:38,576 wheel INFO adding 'mercurial/thirdparty/attr/filters.py' 2023-08-04 12:43:38,576 wheel INFO adding 'mercurial/thirdparty/attr/filters.pyi' 2023-08-04 12:43:38,576 wheel INFO adding 'mercurial/thirdparty/attr/py.typed' 2023-08-04 12:43:38,576 wheel INFO adding 'mercurial/thirdparty/attr/setters.py' 2023-08-04 12:43:38,577 wheel INFO adding 'mercurial/thirdparty/attr/setters.pyi' 2023-08-04 12:43:38,577 wheel INFO adding 'mercurial/thirdparty/attr/validators.py' 2023-08-04 12:43:38,577 wheel INFO adding 'mercurial/thirdparty/attr/validators.pyi' 2023-08-04 12:43:38,578 wheel INFO adding 'mercurial/thirdparty/zope/__init__.py' 2023-08-04 12:43:38,578 wheel INFO adding 'mercurial/thirdparty/zope/interface/__init__.py' 2023-08-04 12:43:38,578 wheel INFO adding 'mercurial/thirdparty/zope/interface/_compat.py' 2023-08-04 12:43:38,578 wheel INFO adding 'mercurial/thirdparty/zope/interface/_flatten.py' 2023-08-04 12:43:38,579 wheel INFO adding 'mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-311-powerpc-linux-gnu.so' 2023-08-04 12:43:38,579 wheel INFO adding 'mercurial/thirdparty/zope/interface/adapter.py' 2023-08-04 12:43:38,580 wheel INFO adding 'mercurial/thirdparty/zope/interface/advice.py' 2023-08-04 12:43:38,580 wheel INFO adding 'mercurial/thirdparty/zope/interface/declarations.py' 2023-08-04 12:43:38,580 wheel INFO adding 'mercurial/thirdparty/zope/interface/document.py' 2023-08-04 12:43:38,581 wheel INFO adding 'mercurial/thirdparty/zope/interface/exceptions.py' 2023-08-04 12:43:38,581 wheel INFO adding 'mercurial/thirdparty/zope/interface/interface.py' 2023-08-04 12:43:38,581 wheel INFO adding 'mercurial/thirdparty/zope/interface/interfaces.py' 2023-08-04 12:43:38,582 wheel INFO adding 'mercurial/thirdparty/zope/interface/registry.py' 2023-08-04 12:43:38,582 wheel INFO adding 'mercurial/thirdparty/zope/interface/ro.py' 2023-08-04 12:43:38,582 wheel INFO adding 'mercurial/thirdparty/zope/interface/verify.py' 2023-08-04 12:43:38,583 wheel INFO adding 'mercurial/upgrade_utils/__init__.py' 2023-08-04 12:43:38,583 wheel INFO adding 'mercurial/upgrade_utils/actions.py' 2023-08-04 12:43:38,583 wheel INFO adding 'mercurial/upgrade_utils/auto_upgrade.py' 2023-08-04 12:43:38,584 wheel INFO adding 'mercurial/upgrade_utils/engine.py' 2023-08-04 12:43:38,584 wheel INFO adding 'mercurial/utils/__init__.py' 2023-08-04 12:43:38,584 wheel INFO adding 'mercurial/utils/cborutil.py' 2023-08-04 12:43:38,585 wheel INFO adding 'mercurial/utils/compression.py' 2023-08-04 12:43:38,585 wheel INFO adding 'mercurial/utils/dateutil.py' 2023-08-04 12:43:38,586 wheel INFO adding 'mercurial/utils/hashutil.py' 2023-08-04 12:43:38,586 wheel INFO adding 'mercurial/utils/memorytop.py' 2023-08-04 12:43:38,586 wheel INFO adding 'mercurial/utils/procutil.py' 2023-08-04 12:43:38,586 wheel INFO adding 'mercurial/utils/repoviewutil.py' 2023-08-04 12:43:38,587 wheel INFO adding 'mercurial/utils/resourceutil.py' 2023-08-04 12:43:38,587 wheel INFO adding 'mercurial/utils/storageutil.py' 2023-08-04 12:43:38,587 wheel INFO adding 'mercurial/utils/stringutil.py' 2023-08-04 12:43:38,588 wheel INFO adding 'mercurial/utils/urlutil.py' 2023-08-04 12:43:38,588 wheel INFO adding 'mercurial-6.5.data/data/share/bash-completion/completions/hg' 2023-08-04 12:43:38,589 wheel INFO adding 'mercurial-6.5.data/data/share/zsh/site-functions/_hg' 2023-08-04 12:43:38,589 wheel INFO adding 'mercurial-6.5.data/scripts/hg' 2023-08-04 12:43:38,590 wheel INFO adding 'mercurial-6.5.dist-info/COPYING' 2023-08-04 12:43:38,590 wheel INFO adding 'mercurial-6.5.dist-info/METADATA' 2023-08-04 12:43:38,590 wheel INFO adding 'mercurial-6.5.dist-info/WHEEL' 2023-08-04 12:43:38,591 wheel INFO adding 'mercurial-6.5.dist-info/top_level.txt' 2023-08-04 12:43:38,593 wheel INFO adding 'mercurial-6.5.dist-info/RECORD' 2023-08-04 12:43:38,597 wheel INFO removing build/bdist.linux-ppc/wheel 2023-08-04 12:43:38,640 gpep517 INFO The backend produced /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_11/wheel/mercurial-6.5-cp311-cp311-linux_ppc.whl * Installing mercurial-6.5-cp311-cp311-linux_ppc.whl to /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_11/install gpep517 install-wheel --destdir=/var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_11/install --interpreter=/usr/bin/python3.11 --prefix=/usr --optimize=all /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_11/wheel/mercurial-6.5-cp311-cp311-linux_ppc.whl 2023-08-04 12:43:38,813 gpep517 INFO Installing /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_11/wheel/mercurial-6.5-cp311-cp311-linux_ppc.whl into /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5-python3_11/install 2023-08-04 12:43:45,437 gpep517 INFO Installation complete * Using python3.11 in global scope * python3_11: running distutils-r1_run_phase python_compile_all make -j16 -l18 -C contrib/chg make: Entering directory '/var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/contrib/chg' powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -mtune=7450 -pipe -std=gnu99 -DNDEBUG -c -o chg.o chg.c powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -mtune=7450 -pipe -std=gnu99 -DNDEBUG -c -o hgclient.o hgclient.c powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -mtune=7450 -pipe -std=gnu99 -DNDEBUG -c -o procutil.o procutil.c powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -mtune=7450 -pipe -std=gnu99 -DNDEBUG -c -o util.o util.c powerpc-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o chg chg.o hgclient.o procutil.o util.o make: Leaving directory '/var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/contrib/chg' >>> Source compiled. >>> Test phase: dev-vcs/mercurial-6.5 * python3_10: running distutils-r1_run_phase python_test * Skipping tests for unsupported Python 3.10 * python3_11: running distutils-r1_run_phase python_test installed Mercurial in 32.03 seconds running 984 tests using 16 parallel processes s.ss.......................s....s.s..s........... --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-status-write-race.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-status-write-race.t#dirstate-v2-append.err @@ -302,12 +302,72 @@ The status process should return a consistent result and not crash. $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1924, in _dirstatestatus + self._poststatusfixup(s, fixup) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1858, in _poststatusfixup + testing.wait_on_cfg(self._repo.ui, b'status.pre-dirstate-write-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup @@ -354,12 +414,72 @@ The status process should return a consistent result and not crash. $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1924, in _dirstatestatus + self._poststatusfixup(s, fixup) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1858, in _poststatusfixup + testing.wait_on_cfg(self._repo.ui, b'status.pre-dirstate-write-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup ERROR: test-dirstate-status-write-race.t#dirstate-v2-append output changed ! --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-status-write-race.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-status-write-race.t#dirstate-v1.err @@ -354,12 +354,72 @@ The status process should return a consistent result and not crash. $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1924, in _dirstatestatus + self._poststatusfixup(s, fixup) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1858, in _poststatusfixup + testing.wait_on_cfg(self._repo.ui, b'status.pre-dirstate-write-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup ERROR: test-dirstate-status-write-race.t#dirstate-v1 output changed !.. --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-status-write-race.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-status-write-race.t#dirstate-v2-rewrite.err @@ -302,12 +302,72 @@ The status process should return a consistent result and not crash. $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1924, in _dirstatestatus + self._poststatusfixup(s, fixup) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1858, in _poststatusfixup + testing.wait_on_cfg(self._repo.ui, b'status.pre-dirstate-write-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup @@ -354,12 +414,72 @@ The status process should return a consistent result and not crash. $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1924, in _dirstatestatus + self._poststatusfixup(s, fixup) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1858, in _poststatusfixup + testing.wait_on_cfg(self._repo.ui, b'status.pre-dirstate-write-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup ERROR: test-dirstate-status-write-race.t#dirstate-v2-rewrite output changed !..s. --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t#dirstate-v1#pre-all-read.err @@ -251,12 +251,87 @@ #if no-rhg $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 359, in read + testing.wait_on_cfg(self._ui, b'dirstate.pre-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' #else #if pre-some-read dirstate-v2-append $ cat $TESTTMP/status-race-lock.out @@ -352,13 +427,89 @@ ? q #else $ cat $TESTTMP/status-race-lock.out - A dir/o - ? dir/n - ? p - ? q #endif #endif $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 359, in read + testing.wait_on_cfg(self._ui, b'dirstate.pre-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup ERROR: test-dirstate-read-race.t#dirstate-v1#pre-all-read output changed ! --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t#dirstate-v1#pre-some-read.err @@ -251,12 +251,87 @@ #if no-rhg $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 359, in read + testing.wait_on_cfg(self._ui, b'dirstate.pre-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' #else #if pre-some-read dirstate-v2-append $ cat $TESTTMP/status-race-lock.out @@ -352,13 +427,89 @@ ? q #else $ cat $TESTTMP/status-race-lock.out - A dir/o - ? dir/n - ? p - ? q #endif #endif $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 359, in read + testing.wait_on_cfg(self._ui, b'dirstate.pre-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup ERROR: test-dirstate-read-race.t#dirstate-v1#pre-some-read output changed ! --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t#dirstate-v2-append#pre-all-read.err @@ -251,12 +251,87 @@ #if no-rhg $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 359, in read + testing.wait_on_cfg(self._ui, b'dirstate.pre-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' #else #if pre-some-read dirstate-v2-append $ cat $TESTTMP/status-race-lock.out @@ -352,13 +427,89 @@ ? q #else $ cat $TESTTMP/status-race-lock.out - A dir/o - ? dir/n - ? p - ? q #endif #endif $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 359, in read + testing.wait_on_cfg(self._ui, b'dirstate.pre-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup ERROR: test-dirstate-read-race.t#dirstate-v2-append#pre-all-read output changed ! --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t#dirstate-v2-append#pre-some-read.err @@ -251,12 +251,87 @@ #if no-rhg $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 370, in read + testing.wait_on_cfg(self._ui, b'dirstate.post-docket-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' #else #if pre-some-read dirstate-v2-append $ cat $TESTTMP/status-race-lock.out @@ -352,13 +427,89 @@ ? q #else $ cat $TESTTMP/status-race-lock.out - A dir/o - ? dir/n - ? p - ? q #endif #endif $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 370, in read + testing.wait_on_cfg(self._ui, b'dirstate.post-docket-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup ERROR: test-dirstate-read-race.t#dirstate-v2-append#pre-some-read output changed ! --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t#dirstate-v2-rewrite#pre-all-read.err @@ -251,12 +251,87 @@ #if no-rhg $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 359, in read + testing.wait_on_cfg(self._ui, b'dirstate.pre-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' #else #if pre-some-read dirstate-v2-append $ cat $TESTTMP/status-race-lock.out @@ -352,13 +427,89 @@ ? q #else $ cat $TESTTMP/status-race-lock.out - A dir/o - ? dir/n - ? p - ? q #endif #endif $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 359, in read + testing.wait_on_cfg(self._ui, b'dirstate.pre-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup ERROR: test-dirstate-read-race.t#dirstate-v2-rewrite#pre-all-read output changed !. --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-dirstate-read-race.t#dirstate-v2-rewrite#pre-some-read.err @@ -251,12 +251,87 @@ #if no-rhg $ cat $TESTTMP/status-race-lock.out - A dir/o - R dir/nested/m - ? dir/n - ? p - ? q $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 370, in read + testing.wait_on_cfg(self._ui, b'dirstate.post-docket-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' #else #if pre-some-read dirstate-v2-append $ cat $TESTTMP/status-race-lock.out @@ -352,13 +427,89 @@ ? q #else $ cat $TESTTMP/status-race-lock.out - A dir/o - ? dir/n - ? p - ? q #endif #endif $ cat $TESTTMP/status-race-lock.log + ** unknown exception encountered, please report by visiting + ** https://mercurial-scm.org/wiki/BugTracker + ** Python 3.11.4 (main, Jul 21 2023, 19:59:47) [GCC 11.3.1 20230427] + ** Mercurial Distributed SCM (version 6.5) + ** Extensions loaded: + Traceback (most recent call last): + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/bin/hg", line 59, in + dispatch.run() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 143, in run + status = dispatch(req) + ^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 232, in dispatch + status = _rundispatch(req) + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 276, in _rundispatch + ret = _runcatch(req) or 0 + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 457, in _runcatch + return _callcatch(ui, _runcatchfunc) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 467, in _callcatch + return scmutil.callcatch(ui, func) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/scmutil.py", line 153, in callcatch + return func() + ^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 447, in _runcatchfunc + return _dispatch(req) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1272, in _dispatch + return runcommand( + ^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 905, in runcommand + ret = _runcommand(ui, options, cmd, d) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1284, in _runcommand + return cmdfunc() + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dispatch.py", line 1270, in + d = lambda: util.checksignature(func)(ui, *args, **strcmdopt) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1881, in check + return func(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/commands.py", line 7038, in status + stat = repo.status( + ^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/localrepo.py", line 3408, in status + return self[node1].status( + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 432, in status + r = ctx2._buildstatus( + ^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 2001, in _buildstatus + s = self._dirstatestatus(match, listignored, listclean, listunknown) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1902, in _dirstatestatus + if b'.hgsub' in self: + ^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/context.py", line 1576, in __contains__ + return self._repo.dirstate.get_entry(key).tracked + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstate.py", line 573, in get_entry + entry = self._map.get(path) + ^^^^^^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 112, in get + return self._map.get(key, default) + ^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/util.py", line 1760, in __get__ + result = self.func(obj) + ^^^^^^^^^^^^^^ + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 304, in _map + self.read() + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/dirstatemap.py", line 370, in read + testing.wait_on_cfg(self._ui, b'dirstate.post-docket-read-file') + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 24, in wait_on_cfg + wait_file(sync_path, timeout=timeout) + File "/var/tmp/portage/dev-vcs/mercurial-6.5/temp/hgtests.qh_q399f/install/lib/python/mercurial/testing/__init__.py", line 41, in wait_file + raise RuntimeError(b"timed out waiting for file: %s" % path) + RuntimeError: b'timed out waiting for file: $TESTTMP/status-race-lock' final cleanup ERROR: test-dirstate-read-race.t#dirstate-v2-rewrite#pre-some-read output changed !s.ss.s..s......s...................................s..s..s.....s...s. --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-clone-stream.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-clone-stream.t#stream-bundle2-v3.err @@ -572,7 +572,7 @@ bundle2-input-part: total payload size 120079 (no-zstd !) transferred 98.9 KB in * seconds (* */sec) (glob) (zstd !) bundle2-input-part: total payload size 117240 (zstd no-bigendian !) - bundle2-input-part: total payload size 116138 (zstd bigendian !) + bundle2-input-part: total payload size 117235 bundle2-input-part: "listkeys" (params: 1 mandatory) supported bundle2-input-bundle: 2 parts total checking for updated bookmarks ERROR: test-clone-stream.t#stream-bundle2-v3 output changed !..............s...............................s...............s........ --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-debugcommands.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-debugcommands.t.err @@ -501,7 +501,7 @@ [255] $ hg debuglocks -S - abort: wlock is already held + ready to release the lock (y)? abort: response expected [255] $ touch .hg/unlock @@ -517,16 +517,15 @@ $ waitlock .hg/store/lock $ hg debuglocks - lock: user *, process * (*s) (glob) - wlock: free - [1] - - $ hg debuglocks -L - - $ hg debuglocks lock: free wlock: free + $ hg debuglocks -L + + $ hg debuglocks + lock: free + wlock: free + $ touch .hg/unlock $ wait @@ -534,11 +533,12 @@ $ dolock -S & $ waitlock .hg/wlock + timeout: .hg/wlock was not created in 5 seconds + [1] $ hg debuglocks lock: free - wlock: user *, process * (*s) (glob) - [1] + wlock: free $ hg debuglocks -W ERROR: test-debugcommands.t output changed !.......................................s.......s.....................s.................................................s....s....................................s........................................s..................s....s..........................................................s.........................................s........s......ss...................... --- /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-lock-badness.t +++ /var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/test-lock-badness.t.err @@ -121,8 +121,6 @@ $ wait $ cat preup-stdout calling hook pre-update: hghook_pre-update.sleephalf - waiting for lock on working directory of b held by process '*' on host '*' (glob) - got lock after * seconds (glob) 0 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cat preup-stderr $ cat stdout ERROR: test-lock-badness.t output changed !........................................................s................................................s.......s...................................s.......................s........................................................ss.............................s.s...s...........s........s...s......s............................................................................................................. Skipped test-casecollision-merge.t: missing feature: case insensitive file system Skipped test-casefolding.t: missing feature: case insensitive file system Skipped test-check-cargo-lock.t: missing feature: running tests from repository Skipped test-check-clang-format.t: missing feature: running tests from repository Skipped test-check-code.t: missing feature: running tests from repository Skipped test-check-commit.t: missing feature: running tests from repository Skipped test-check-config.t: missing feature: running tests from repository Skipped test-check-encoding.t: missing feature: running tests from repository Skipped test-check-execute.t: missing feature: running tests from repository Skipped test-check-format.t: missing feature: running tests from repository Skipped test-check-help.t: missing feature: running tests from repository Skipped test-check-interfaces.py: missing feature: running tests from repository Skipped test-check-jshint.t: missing feature: JSHint static code analysis tool Skipped test-check-module-imports.t: missing feature: running tests from repository Skipped test-check-py3-compat.t: missing feature: running with pure Python code Skipped test-check-pyflakes.t: missing feature: running tests from repository Skipped test-check-pylint.t: missing feature: running tests from repository Skipped test-check-rust-format.t: missing feature: running tests from repository Skipped test-check-shbang.t: missing feature: running tests from repository Skipped test-chg.t: missing feature: running with chg Skipped test-contrib-perf.t: missing feature: running tests from repository Skipped test-contrib-relnotes.t: missing feature: running tests from repository Skipped test-convert-bzr-114.t: missing feature: Breezy library and executable version >= 3.1 Skipped test-convert-bzr-directories.t: missing feature: Breezy library and executable version >= 3.1 Skipped test-convert-bzr-ghosts.t: missing feature: Breezy library and executable version >= 3.1 Skipped test-convert-bzr-merges.t: missing feature: Breezy library and executable version >= 3.1 Skipped test-convert-bzr-treeroot.t: missing feature: Breezy library and executable version >= 3.1 Skipped test-convert-bzr.t: missing feature: Breezy library and executable version >= 3.1 Skipped test-convert-p4-filetypes.t: missing feature: Perforce server and client Skipped test-convert-p4.t: missing feature: Perforce server and client Skipped test-debian-packages.t: missing feature: debian build dependencies (run dpkg-checkbuilddeps in contrib/) Skipped test-debug-rebuild-dirstate.t: missing feature: Using the Rust extensions Skipped test-docker-packaging.t: missing feature: docker support Skipped test-fix-clang-format.t: missing feature: clang-format C code formatter (>= 11) Skipped test-fuzz-targets.t: missing feature: running tests from repository Skipped test-git-interop.t: missing feature: pygit2 Python library Skipped test-imports-checker.t: missing feature: running tests from repository Skipped test-lfs-test-server.t#git-server: missing feature: git-lfs test server Skipped test-mac-packages.t: missing feature: OS X packaging tools Skipped test-no-symlinks.t: system supports symbolic links Skipped test-phabricator.t: missing feature: vcr http mocking library (pytest-vcr) Skipped test-releasenotes-formatting.t: missing feature: Fuzzy string matching library Skipped test-releasenotes-merging.t: missing feature: Fuzzy string matching library Skipped test-releasenotes-parsing.t: missing feature: Fuzzy string matching library Skipped test-remotefilelog-bundle2-legacy.t: skipped Skipped test-rhg-sparse-narrow.t: missing feature: running with rhg as 'hg' Skipped test-rhg.t: missing feature: running with rhg as 'hg' Skipped test-sparse-fsmonitor.t: skipped Skipped test-sparse-revlog.t: missing artifact, run "/var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests/artifacts/scripts/generate-churning-bundle.py" Skipped test-verify-repo-operations.py: missing feature: allow slow tests (use --allow-slow-tests) Failed test-clone-stream.t#stream-bundle2-v3: output changed Failed test-debugcommands.t: output changed Failed test-dirstate-read-race.t#dirstate-v1#pre-all-read: output changed Failed test-dirstate-read-race.t#dirstate-v1#pre-some-read: output changed Failed test-dirstate-read-race.t#dirstate-v2-append#pre-all-read: output changed Failed test-dirstate-read-race.t#dirstate-v2-append#pre-some-read: output changed Failed test-dirstate-read-race.t#dirstate-v2-rewrite#pre-all-read: output changed Failed test-dirstate-read-race.t#dirstate-v2-rewrite#pre-some-read: output changed Failed test-dirstate-status-write-race.t#dirstate-v1: output changed Failed test-dirstate-status-write-race.t#dirstate-v2-append: output changed Failed test-dirstate-status-write-race.t#dirstate-v2-rewrite: output changed Failed test-lock-badness.t: output changed # Ran 934 tests, 50 skipped, 12 failed. python hash seed: 2313753079 * ERROR: dev-vcs/mercurial-6.5::gentoo failed (test phase): * Tests fail with python3.11 * * Call stack: * ebuild.sh, line 136: Called src_test * environment, line 4705: Called distutils-r1_src_test * environment, line 2347: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 993: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 4229: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 3736: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 3734: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 1382: Called distutils-r1_run_phase 'python_test' * environment, line 2270: Called python_test * environment, line 4565: Called die * The specific snippet of code: * PYTHONWARNINGS=ignore "${PYTHON}" run-tests.py --jobs $(makeopts_jobs) --timeout 0 || die "Tests fail with ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-vcs/mercurial-6.5::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-vcs/mercurial-6.5::gentoo'`. * The complete build log is located at '/var/log/portage/build/dev-vcs/mercurial-6.5:20230804-104209.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-vcs/mercurial-6.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-vcs/mercurial-6.5/temp/environment'. * Working directory: '/var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5/tests' * S: '/var/tmp/portage/dev-vcs/mercurial-6.5/work/mercurial-6.5'