Skip to content

Instantly share code, notes, and snippets.

@fmitha
Created July 19, 2022 11:04
Show Gist options
  • Save fmitha/26299f92e64c88b8faf3e33a65743e1d to your computer and use it in GitHub Desktop.
Save fmitha/26299f92e64c88b8faf3e33a65743e1d to your computer and use it in GitHub Desktop.
dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: info: source package mercurial
dpkg-buildpackage: info: source version 6.2-1
dpkg-buildpackage: info: source distribution sid
dpkg-buildpackage: info: source changed by Julien Cristau <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean --with python3,bash-completion
debian/rules override_dh_auto_clean
make[1]: Entering directory '/usr/local/src/mercurial/mercurial-6.2'
cp -a mercurial/__version__.py mercurial/__version__.py.save
dh_auto_clean -- PYTHON=python3
make -j6 clean PYTHON=python3
make[2]: Entering directory '/usr/local/src/mercurial/mercurial-6.2'
rm -f hg.exe
python3 setup.py clean --all # ignore errors from this command
running clean
'build/lib.linux-x86_64-3.9' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.9' does not exist -- can't clean it
find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
rm -f mercurial/__modulepolicy__.py
if test -d .hg; then rm -f mercurial/__version__.py; fi
rm -rf build mercurial/locale
make -C doc clean
make[3]: Entering directory '/usr/local/src/mercurial/mercurial-6.2/doc'
rm -f hg-ssh.8 hg.1 hgignore.5 hgrc.5 hg-ssh.8.html hg.1.html hgignore.5.html hgrc.5.html common.txt hg-ssh.8.txt hg.1.txt hgignore.5.txt hgrc.5.txt hg-ssh.8.gendoc.txt hg.1.gendoc.txt hgignore.5.gendoc.txt hgrc.5.gendoc.txt MANIFEST
make[3]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2/doc'
make -C contrib/chg distclean
make[3]: Entering directory '/usr/local/src/mercurial/mercurial-6.2/contrib/chg'
rm -f chg.o hgclient.o procutil.o util.o chg
make[3]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2/contrib/chg'
rm -rf rust/target
rm -f mercurial/rustext.so
rm -rf packages
make[2]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2'
mv mercurial/__version__.py.save mercurial/__version__.py
rm -f -rv tmp/
make[1]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2'
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building mercurial using existing ./mercurial_6.2.orig.tar.gz
dpkg-source: info: building mercurial using existing ./mercurial_6.2.orig.tar.gz.asc
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: warning: ignoring deletion of file MANIFEST.in, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/hg.1, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/hg-ssh.8, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/hg-ssh.8.html, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/hgignore.5, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/hgrc.5.html, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/hgrc.5, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/hgignore.5.html, use --include-removal to override
dpkg-source: warning: ignoring deletion of file doc/hg.1.html, use --include-removal to override
dpkg-source: warning: ignoring deletion of file rust/Cargo.lock, use --include-removal to override
dpkg-source: info: building mercurial in mercurial_6.2-1.debian.tar.xz
dpkg-source: info: building mercurial in mercurial_6.2-1.dsc
debian/rules binary
dh binary --with python3,bash-completion
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/usr/local/src/mercurial/mercurial-6.2'
/usr/bin/make all PYTHON=python3.9
make[2]: Entering directory '/usr/local/src/mercurial/mercurial-6.2'
python3.9 setup.py build
running build
running build_mo
creating mercurial/locale
creating mercurial/locale/ro
creating mercurial/locale/ro/LC_MESSAGES
generating mercurial/locale/ro/LC_MESSAGES/hg.mo from i18n/ro.po
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.
creating mercurial/locale/pt_BR
creating mercurial/locale/pt_BR/LC_MESSAGES
generating mercurial/locale/pt_BR/LC_MESSAGES/hg.mo from i18n/pt_BR.po
msgfmt -v -o mercurial/locale/pt_BR/LC_MESSAGES/hg.mo i18n/pt_BR.po -c
6735 translated messages, 333 untranslated messages.
creating mercurial/locale/sv
creating mercurial/locale/sv/LC_MESSAGES
generating mercurial/locale/sv/LC_MESSAGES/hg.mo from i18n/sv.po
msgfmt -v -o mercurial/locale/sv/LC_MESSAGES/hg.mo i18n/sv.po -c
2039 translated messages, 1 fuzzy translation, 2196 untranslated messages.
creating mercurial/locale/de
creating mercurial/locale/de/LC_MESSAGES
generating mercurial/locale/de/LC_MESSAGES/hg.mo from i18n/de.po
msgfmt -v -o mercurial/locale/de/LC_MESSAGES/hg.mo i18n/de.po -c
3185 translated messages, 102 fuzzy translations, 1301 untranslated messages.
creating mercurial/locale/da
creating mercurial/locale/da/LC_MESSAGES
generating mercurial/locale/da/LC_MESSAGES/hg.mo from i18n/da.po
msgfmt -v -o mercurial/locale/da/LC_MESSAGES/hg.mo i18n/da.po -c
1950 translated messages, 92 fuzzy translations, 1830 untranslated messages.
creating mercurial/locale/ru
creating mercurial/locale/ru/LC_MESSAGES
generating mercurial/locale/ru/LC_MESSAGES/hg.mo from i18n/ru.po
msgfmt -v -o mercurial/locale/ru/LC_MESSAGES/hg.mo i18n/ru.po -c
4668 translated messages, 10 untranslated messages.
creating mercurial/locale/zh_TW
creating mercurial/locale/zh_TW/LC_MESSAGES
generating mercurial/locale/zh_TW/LC_MESSAGES/hg.mo from i18n/zh_TW.po
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.
creating mercurial/locale/fr
creating mercurial/locale/fr/LC_MESSAGES
generating mercurial/locale/fr/LC_MESSAGES/hg.mo from i18n/fr.po
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.
creating mercurial/locale/it
creating mercurial/locale/it/LC_MESSAGES
generating mercurial/locale/it/LC_MESSAGES/hg.mo from i18n/it.po
msgfmt -v -o mercurial/locale/it/LC_MESSAGES/hg.mo i18n/it.po -c
1872 translated messages, 3 fuzzy translations, 1233 untranslated messages.
creating mercurial/locale/el
creating mercurial/locale/el/LC_MESSAGES
generating mercurial/locale/el/LC_MESSAGES/hg.mo from i18n/el.po
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.
creating mercurial/locale/ja
creating mercurial/locale/ja/LC_MESSAGES
generating mercurial/locale/ja/LC_MESSAGES/hg.mo from i18n/ja.po
msgfmt -v -o mercurial/locale/ja/LC_MESSAGES/hg.mo i18n/ja.po -c
5702 translated messages, 494 fuzzy translations, 868 untranslated messages.
creating mercurial/locale/zh_CN
creating mercurial/locale/zh_CN/LC_MESSAGES
generating mercurial/locale/zh_CN/LC_MESSAGES/hg.mo from i18n/zh_CN.po
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.
running build_py
creating build
creating build/lib.linux-x86_64-3.9
creating build/lib.linux-x86_64-3.9/mercurial
copying mercurial/simplemerge.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/merge.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/smartset.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/streamclone.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/crecord.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/pycompat.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/filemerge.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/cacheutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/chgserver.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/requirements.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/encoding.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/vfs.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/shelve.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/templater.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/lsprofcalltree.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/dirstatemap.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/obsutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/__version__.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/logexchange.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/error.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/wireprotoframing.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/similar.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/rcutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/__init__.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/hook.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/debugcommands.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/discovery.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/rewriteutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/changelog.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/logcmdutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/dagparser.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/archival.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/store.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/formatter.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/httpconnection.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/stack.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/changegroup.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/scmposix.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/pvec.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/revsetlang.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/wireprotov1peer.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/tagmerge.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/verify.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/parser.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/upgrade.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/policy.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/server.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/templatekw.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/filelog.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/transaction.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/subrepo.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/lsprof.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/hbisect.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/manifest.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/tags.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/repoview.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/bookmarks.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/ancestor.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/node.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/config.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/setdiscovery.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/wireprotoserver.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/bundlerepo.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/posix.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/extensions.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/namespaces.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/ui.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/templatefilters.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/commit.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/mdiff.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/diffhelper.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/revlog.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/profiling.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/progress.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/dirstateguard.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/scmwindows.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/repocache.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/destutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/match.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/wireprotov1server.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/keepalive.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/statichttprepo.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/graphmod.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/mail.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/narrowspec.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/templateutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/branchmap.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/subrepoutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/patch.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/txnutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/registrar.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/treediscovery.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/httppeer.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/templatefuncs.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/wireprototypes.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/revset.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/loggingutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/lock.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/bundlecaches.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/fileset.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/minifileset.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/dirstate.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/repair.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/help.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/pathutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/filesetlang.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/obsolete.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/bundle2.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/exchange.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/metadata.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/context.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/hg.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/sslutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/fancyopts.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/linelog.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/diffutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/exthelper.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/url.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/grep.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/dispatch.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/dagop.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/windows.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/sshpeer.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/phases.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/copies.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/sparse.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/pushkey.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/minirst.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/strip.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/color.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/cmdutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/commands.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/scmutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/i18n.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/localrepo.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/commandserver.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/worker.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/mergestate.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/util.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/urllibcompat.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/configitems.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/win32.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/unionrepo.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/statprof.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/mergeutil.py -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/state.py -> build/lib.linux-x86_64-3.9/mercurial
creating build/lib.linux-x86_64-3.9/mercurial/cext
copying mercurial/cext/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/cext
creating build/lib.linux-x86_64-3.9/mercurial/cffi
copying mercurial/cffi/mpatchbuild.py -> build/lib.linux-x86_64-3.9/mercurial/cffi
copying mercurial/cffi/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/cffi
copying mercurial/cffi/osutilbuild.py -> build/lib.linux-x86_64-3.9/mercurial/cffi
copying mercurial/cffi/bdiffbuild.py -> build/lib.linux-x86_64-3.9/mercurial/cffi
copying mercurial/cffi/osutil.py -> build/lib.linux-x86_64-3.9/mercurial/cffi
copying mercurial/cffi/mpatch.py -> build/lib.linux-x86_64-3.9/mercurial/cffi
copying mercurial/cffi/bdiff.py -> build/lib.linux-x86_64-3.9/mercurial/cffi
creating build/lib.linux-x86_64-3.9/mercurial/defaultrc
copying mercurial/defaultrc/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/defaultrc
creating build/lib.linux-x86_64-3.9/mercurial/dirstateutils
copying mercurial/dirstateutils/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/dirstateutils
copying mercurial/dirstateutils/docket.py -> build/lib.linux-x86_64-3.9/mercurial/dirstateutils
copying mercurial/dirstateutils/v2.py -> build/lib.linux-x86_64-3.9/mercurial/dirstateutils
copying mercurial/dirstateutils/timestamp.py -> build/lib.linux-x86_64-3.9/mercurial/dirstateutils
creating build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/helptext
creating build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
creating build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/webutil.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/server.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/wsgicgi.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/common.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/wsgiheaders.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/hgwebdir_mod.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/hgweb_mod.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/request.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
copying mercurial/hgweb/webcommands.py -> build/lib.linux-x86_64-3.9/mercurial/hgweb
creating build/lib.linux-x86_64-3.9/mercurial/interfaces
copying mercurial/interfaces/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/interfaces
copying mercurial/interfaces/repository.py -> build/lib.linux-x86_64-3.9/mercurial/interfaces
copying mercurial/interfaces/dirstate.py -> build/lib.linux-x86_64-3.9/mercurial/interfaces
copying mercurial/interfaces/util.py -> build/lib.linux-x86_64-3.9/mercurial/interfaces
creating build/lib.linux-x86_64-3.9/mercurial/pure
copying mercurial/pure/base85.py -> build/lib.linux-x86_64-3.9/mercurial/pure
copying mercurial/pure/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/pure
copying mercurial/pure/osutil.py -> build/lib.linux-x86_64-3.9/mercurial/pure
copying mercurial/pure/parsers.py -> build/lib.linux-x86_64-3.9/mercurial/pure
copying mercurial/pure/charencode.py -> build/lib.linux-x86_64-3.9/mercurial/pure
copying mercurial/pure/mpatch.py -> build/lib.linux-x86_64-3.9/mercurial/pure
copying mercurial/pure/bdiff.py -> build/lib.linux-x86_64-3.9/mercurial/pure
creating build/lib.linux-x86_64-3.9/mercurial/templates
copying mercurial/templates/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates
creating build/lib.linux-x86_64-3.9/mercurial/thirdparty
copying mercurial/thirdparty/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty
creating build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
copying mercurial/thirdparty/attr/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
copying mercurial/thirdparty/attr/validators.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
copying mercurial/thirdparty/attr/_config.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
copying mercurial/thirdparty/attr/exceptions.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
copying mercurial/thirdparty/attr/filters.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
copying mercurial/thirdparty/attr/_make.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
copying mercurial/thirdparty/attr/converters.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
copying mercurial/thirdparty/attr/_funcs.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
copying mercurial/thirdparty/attr/_compat.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/attr
creating build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope
copying mercurial/thirdparty/zope/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope
creating build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/advice.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/document.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/declarations.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/verify.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/exceptions.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/interface.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/adapter.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/interfaces.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/ro.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/registry.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/_flatten.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
copying mercurial/thirdparty/zope/interface/_compat.py -> build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
creating build/lib.linux-x86_64-3.9/mercurial/upgrade_utils
copying mercurial/upgrade_utils/engine.py -> build/lib.linux-x86_64-3.9/mercurial/upgrade_utils
copying mercurial/upgrade_utils/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/upgrade_utils
copying mercurial/upgrade_utils/auto_upgrade.py -> build/lib.linux-x86_64-3.9/mercurial/upgrade_utils
copying mercurial/upgrade_utils/actions.py -> build/lib.linux-x86_64-3.9/mercurial/upgrade_utils
creating build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/repoviewutil.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/procutil.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/memorytop.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/dateutil.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/resourceutil.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/hashutil.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/compression.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/storageutil.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/urlutil.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/stringutil.py -> build/lib.linux-x86_64-3.9/mercurial/utils
copying mercurial/utils/cborutil.py -> build/lib.linux-x86_64-3.9/mercurial/utils
creating build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/revlogv0.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/deltas.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/debug.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/docket.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/sidedata.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/concurrency_checker.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/nodemap.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/randomaccessfile.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/rewrite.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/flagutil.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
copying mercurial/revlogutils/constants.py -> build/lib.linux-x86_64-3.9/mercurial/revlogutils
creating build/lib.linux-x86_64-3.9/mercurial/testing
copying mercurial/testing/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/testing
copying mercurial/testing/revlog.py -> build/lib.linux-x86_64-3.9/mercurial/testing
copying mercurial/testing/storage.py -> build/lib.linux-x86_64-3.9/mercurial/testing
creating build/lib.linux-x86_64-3.9/hgext
copying hgext/clonebundles.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/record.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/split.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/win32mbcs.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/churn.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/purge.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/uncommit.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/eol.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/__init__.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/censor.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/show.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/relink.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/notify.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/fetch.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/hgk.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/schemes.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/mq.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/keyword.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/phabricator.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/amend.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/extdiff.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/gpg.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/patchbomb.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/transplant.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/fastexport.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/win32text.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/beautifygraph.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/sqlitestore.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/pager.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/fix.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/graphlog.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/logtoprocess.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/remotenames.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/bugzilla.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/rebase.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/histedit.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/factotum.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/children.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/bookflow.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/absorb.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/journal.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/acl.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/closehead.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/sparse.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/strip.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/commitextras.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/automv.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/releasenotes.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/githelp.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/blackbox.py -> build/lib.linux-x86_64-3.9/hgext
copying hgext/share.py -> build/lib.linux-x86_64-3.9/hgext
creating build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/filemap.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/__init__.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/p4.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/bzr.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/monotone.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/cvs.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/transport.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/common.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/git.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/hg.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/cvsps.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/convcmd.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/subversion.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/darcs.py -> build/lib.linux-x86_64-3.9/hgext/convert
copying hgext/convert/gnuarch.py -> build/lib.linux-x86_64-3.9/hgext/convert
creating build/lib.linux-x86_64-3.9/hgext/fsmonitor
copying hgext/fsmonitor/__init__.py -> build/lib.linux-x86_64-3.9/hgext/fsmonitor
copying hgext/fsmonitor/watchmanclient.py -> build/lib.linux-x86_64-3.9/hgext/fsmonitor
copying hgext/fsmonitor/state.py -> build/lib.linux-x86_64-3.9/hgext/fsmonitor
creating build/lib.linux-x86_64-3.9/hgext/fastannotate
copying hgext/fastannotate/error.py -> build/lib.linux-x86_64-3.9/hgext/fastannotate
copying hgext/fastannotate/__init__.py -> build/lib.linux-x86_64-3.9/hgext/fastannotate
copying hgext/fastannotate/formatter.py -> build/lib.linux-x86_64-3.9/hgext/fastannotate
copying hgext/fastannotate/protocol.py -> build/lib.linux-x86_64-3.9/hgext/fastannotate
copying hgext/fastannotate/support.py -> build/lib.linux-x86_64-3.9/hgext/fastannotate
copying hgext/fastannotate/revmap.py -> build/lib.linux-x86_64-3.9/hgext/fastannotate
copying hgext/fastannotate/context.py -> build/lib.linux-x86_64-3.9/hgext/fastannotate
copying hgext/fastannotate/commands.py -> build/lib.linux-x86_64-3.9/hgext/fastannotate
creating build/lib.linux-x86_64-3.9/hgext/fsmonitor/pywatchman
copying hgext/fsmonitor/pywatchman/encoding.py -> build/lib.linux-x86_64-3.9/hgext/fsmonitor/pywatchman
copying hgext/fsmonitor/pywatchman/__init__.py -> build/lib.linux-x86_64-3.9/hgext/fsmonitor/pywatchman
copying hgext/fsmonitor/pywatchman/pybser.py -> build/lib.linux-x86_64-3.9/hgext/fsmonitor/pywatchman
copying hgext/fsmonitor/pywatchman/load.py -> build/lib.linux-x86_64-3.9/hgext/fsmonitor/pywatchman
copying hgext/fsmonitor/pywatchman/compat.py -> build/lib.linux-x86_64-3.9/hgext/fsmonitor/pywatchman
copying hgext/fsmonitor/pywatchman/capabilities.py -> build/lib.linux-x86_64-3.9/hgext/fsmonitor/pywatchman
creating build/lib.linux-x86_64-3.9/hgext/git
copying hgext/git/gitlog.py -> build/lib.linux-x86_64-3.9/hgext/git
copying hgext/git/__init__.py -> build/lib.linux-x86_64-3.9/hgext/git
copying hgext/git/manifest.py -> build/lib.linux-x86_64-3.9/hgext/git
copying hgext/git/dirstate.py -> build/lib.linux-x86_64-3.9/hgext/git
copying hgext/git/index.py -> build/lib.linux-x86_64-3.9/hgext/git
copying hgext/git/gitutil.py -> build/lib.linux-x86_64-3.9/hgext/git
creating build/lib.linux-x86_64-3.9/hgext/highlight
copying hgext/highlight/highlight.py -> build/lib.linux-x86_64-3.9/hgext/highlight
copying hgext/highlight/__init__.py -> build/lib.linux-x86_64-3.9/hgext/highlight
creating build/lib.linux-x86_64-3.9/hgext/hooklib
copying hgext/hooklib/reject_new_heads.py -> build/lib.linux-x86_64-3.9/hgext/hooklib
copying hgext/hooklib/__init__.py -> build/lib.linux-x86_64-3.9/hgext/hooklib
copying hgext/hooklib/reject_merge_commits.py -> build/lib.linux-x86_64-3.9/hgext/hooklib
copying hgext/hooklib/enforce_draft_commits.py -> build/lib.linux-x86_64-3.9/hgext/hooklib
copying hgext/hooklib/changeset_published.py -> build/lib.linux-x86_64-3.9/hgext/hooklib
copying hgext/hooklib/changeset_obsoleted.py -> build/lib.linux-x86_64-3.9/hgext/hooklib
creating build/lib.linux-x86_64-3.9/hgext/infinitepush
copying hgext/infinitepush/__init__.py -> build/lib.linux-x86_64-3.9/hgext/infinitepush
copying hgext/infinitepush/store.py -> build/lib.linux-x86_64-3.9/hgext/infinitepush
copying hgext/infinitepush/common.py -> build/lib.linux-x86_64-3.9/hgext/infinitepush
copying hgext/infinitepush/indexapi.py -> build/lib.linux-x86_64-3.9/hgext/infinitepush
copying hgext/infinitepush/sqlindexapi.py -> build/lib.linux-x86_64-3.9/hgext/infinitepush
copying hgext/infinitepush/fileindexapi.py -> build/lib.linux-x86_64-3.9/hgext/infinitepush
copying hgext/infinitepush/bundleparts.py -> build/lib.linux-x86_64-3.9/hgext/infinitepush
creating build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/remotestore.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/reposetup.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/__init__.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/lfutil.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/wirestore.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/localstore.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/overrides.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/lfcommands.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/storefactory.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/basestore.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
copying hgext/largefiles/proto.py -> build/lib.linux-x86_64-3.9/hgext/largefiles
creating build/lib.linux-x86_64-3.9/hgext/lfs
copying hgext/lfs/__init__.py -> build/lib.linux-x86_64-3.9/hgext/lfs
copying hgext/lfs/wireprotolfsserver.py -> build/lib.linux-x86_64-3.9/hgext/lfs
copying hgext/lfs/pointer.py -> build/lib.linux-x86_64-3.9/hgext/lfs
copying hgext/lfs/blobstore.py -> build/lib.linux-x86_64-3.9/hgext/lfs
copying hgext/lfs/wrapper.py -> build/lib.linux-x86_64-3.9/hgext/lfs
creating build/lib.linux-x86_64-3.9/hgext/narrow
copying hgext/narrow/narrowtemplates.py -> build/lib.linux-x86_64-3.9/hgext/narrow
copying hgext/narrow/__init__.py -> build/lib.linux-x86_64-3.9/hgext/narrow
copying hgext/narrow/narrowwirepeer.py -> build/lib.linux-x86_64-3.9/hgext/narrow
copying hgext/narrow/narrowdirstate.py -> build/lib.linux-x86_64-3.9/hgext/narrow
copying hgext/narrow/narrowrepo.py -> build/lib.linux-x86_64-3.9/hgext/narrow
copying hgext/narrow/narrowbundle2.py -> build/lib.linux-x86_64-3.9/hgext/narrow
copying hgext/narrow/narrowcommands.py -> build/lib.linux-x86_64-3.9/hgext/narrow
creating build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/shallowbundle.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/historypack.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/__init__.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/repack.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/shallowrepo.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/debugcommands.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/shallowutil.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/remotefilelog.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/connectionpool.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/fileserverclient.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/remotefilectx.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/datapack.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/shallowstore.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/metadatastore.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/remotefilelogserver.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/shallowverifier.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/basestore.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/contentstore.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/basepack.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
copying hgext/remotefilelog/constants.py -> build/lib.linux-x86_64-3.9/hgext/remotefilelog
creating build/lib.linux-x86_64-3.9/hgext/zeroconf
copying hgext/zeroconf/__init__.py -> build/lib.linux-x86_64-3.9/hgext/zeroconf
copying hgext/zeroconf/Zeroconf.py -> build/lib.linux-x86_64-3.9/hgext/zeroconf
creating build/lib.linux-x86_64-3.9/hgext3rd
copying hgext3rd/__init__.py -> build/lib.linux-x86_64-3.9/hgext3rd
creating build/lib.linux-x86_64-3.9/hgdemandimport
copying hgdemandimport/__init__.py -> build/lib.linux-x86_64-3.9/hgdemandimport
copying hgdemandimport/demandimportpy3.py -> build/lib.linux-x86_64-3.9/hgdemandimport
copying hgdemandimport/tracing.py -> build/lib.linux-x86_64-3.9/hgdemandimport
creating build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
creating build/lib.linux-x86_64-3.9/mercurial/templates/coal
copying mercurial/templates/coal/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/coal
creating build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
creating build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
creating build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
creating build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
creating build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/static
creating build/lib.linux-x86_64-3.9/mercurial/templates/json
copying mercurial/templates/json/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/json
creating build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
creating build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/__init__.py -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
creating build/lib.linux-x86_64-3.9/mercurial/locale
creating build/lib.linux-x86_64-3.9/mercurial/locale/it
creating build/lib.linux-x86_64-3.9/mercurial/locale/it/LC_MESSAGES
copying mercurial/locale/it/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/it/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/da
creating build/lib.linux-x86_64-3.9/mercurial/locale/da/LC_MESSAGES
copying mercurial/locale/da/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/da/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/ru
creating build/lib.linux-x86_64-3.9/mercurial/locale/ru/LC_MESSAGES
copying mercurial/locale/ru/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/ru/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/fr
creating build/lib.linux-x86_64-3.9/mercurial/locale/fr/LC_MESSAGES
copying mercurial/locale/fr/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/fr/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/ja
creating build/lib.linux-x86_64-3.9/mercurial/locale/ja/LC_MESSAGES
copying mercurial/locale/ja/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/ja/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/ro
creating build/lib.linux-x86_64-3.9/mercurial/locale/ro/LC_MESSAGES
copying mercurial/locale/ro/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/ro/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/pt_BR
creating build/lib.linux-x86_64-3.9/mercurial/locale/pt_BR/LC_MESSAGES
copying mercurial/locale/pt_BR/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/pt_BR/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/sv
creating build/lib.linux-x86_64-3.9/mercurial/locale/sv/LC_MESSAGES
copying mercurial/locale/sv/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/sv/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/el
creating build/lib.linux-x86_64-3.9/mercurial/locale/el/LC_MESSAGES
copying mercurial/locale/el/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/el/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/de
creating build/lib.linux-x86_64-3.9/mercurial/locale/de/LC_MESSAGES
copying mercurial/locale/de/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/de/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/zh_TW
creating build/lib.linux-x86_64-3.9/mercurial/locale/zh_TW/LC_MESSAGES
copying mercurial/locale/zh_TW/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/zh_TW/LC_MESSAGES
creating build/lib.linux-x86_64-3.9/mercurial/locale/zh_CN
creating build/lib.linux-x86_64-3.9/mercurial/locale/zh_CN/LC_MESSAGES
copying mercurial/locale/zh_CN/LC_MESSAGES/hg.mo -> build/lib.linux-x86_64-3.9/mercurial/locale/zh_CN/LC_MESSAGES
copying mercurial/dummycert.pem -> build/lib.linux-x86_64-3.9/mercurial
copying mercurial/defaultrc/mergetools.rc -> build/lib.linux-x86_64-3.9/mercurial/defaultrc
copying mercurial/helptext/hg-ssh.8.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/common.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/patterns.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/merge-tools.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/urls.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/extensions.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/filesets.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/hgignore.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/pager.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/templates.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/hgrc.5.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/revisions.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/hgweb.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/config.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/phases.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/dates.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/evolution.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/hg.1.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/rust.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/scripting.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/subrepos.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/color.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/bundlespec.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/glossary.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/hgignore.5.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/environment.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/flags.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/diffs.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/deprecated.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext
copying mercurial/helptext/internals/bundles.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/linelog.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/extensions.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/wireprotocolv2.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/wireprotocol.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/bid-merge.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/wireprotocolrpc.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/config.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/bundle2.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/requirements.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/dirstate-v2.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/mergestate.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/revlogs.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/changegroups.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/cbor.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/helptext/internals/censor.txt -> build/lib.linux-x86_64-3.9/mercurial/helptext/internals
copying mercurial/templates/map-cmdline.xml -> build/lib.linux-x86_64-3.9/mercurial/templates
copying mercurial/templates/map-cmdline.status -> build/lib.linux-x86_64-3.9/mercurial/templates
copying mercurial/templates/map-cmdline.phases -> build/lib.linux-x86_64-3.9/mercurial/templates
copying mercurial/templates/map-cmdline.compact -> build/lib.linux-x86_64-3.9/mercurial/templates
copying mercurial/templates/map-cmdline.default -> build/lib.linux-x86_64-3.9/mercurial/templates
copying mercurial/templates/map-cmdline.bisect -> build/lib.linux-x86_64-3.9/mercurial/templates
copying mercurial/templates/map-cmdline.changelog -> build/lib.linux-x86_64-3.9/mercurial/templates
copying mercurial/templates/map-cmdline.show -> build/lib.linux-x86_64-3.9/mercurial/templates
copying mercurial/templates/raw/fileannotate.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/filediff.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/graph.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/changelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/index.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/error.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/manifest.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/map -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/logentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/changeset.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/search.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/graphedge.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/notfound.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/raw/graphnode.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/raw
copying mercurial/templates/coal/header.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/coal
copying mercurial/templates/coal/map -> build/lib.linux-x86_64-3.9/mercurial/templates/coal
copying mercurial/templates/paper/fileannotate.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/filecomparison.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/filediff.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/graph.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/help.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/graphentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/shortlog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/filerevision.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/index.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/error.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/bookmarks.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/filelogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/header.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/shortlogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/manifest.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/map -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/changeset.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/helptopics.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/branches.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/tags.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/search.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/footer.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/filelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/notfound.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/paper/diffstat.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/paper
copying mercurial/templates/atom/changelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/bookmarkentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/error.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/bookmarks.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/header.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/map -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/branches.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/tags.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/changelogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/branchentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/tagentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/atom/filelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/atom
copying mercurial/templates/gitweb/fileannotate.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filecomparison.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filediff.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/graph.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/help.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/graphentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/shortlog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filerevision.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/changelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/index.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/error.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/bookmarks.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/header.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/manifest.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/map -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/changeset.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/helptopics.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/summary.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/branches.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/tags.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/changelogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/search.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/footer.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/gitweb/notfound.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/gitweb
copying mercurial/templates/spartan/fileannotate.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/filediff.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/graph.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/graphentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/shortlog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/filerevision.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/changelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/index.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/error.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/filelogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/header.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/shortlogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/manifest.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/map -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/changeset.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/branches.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/tags.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/changelogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/search.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/footer.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/filelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/spartan/notfound.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/spartan
copying mercurial/templates/static/feed-icon-14x14.png -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/style-extra-coal.css -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/coal-folder.png -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/style.css -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/background.png -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/style-gitweb.css -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/style-paper.css -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/hgicon.png -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/hglogo.png -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/coal-file.png -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/followlines.js -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/mercurial.js -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/static/style-monoblue.css -> build/lib.linux-x86_64-3.9/mercurial/templates/static
copying mercurial/templates/json/graph.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/json
copying mercurial/templates/json/map -> build/lib.linux-x86_64-3.9/mercurial/templates/json
copying mercurial/templates/json/changelist.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/json
copying mercurial/templates/monoblue/fileannotate.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filecomparison.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filediff.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/graph.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/help.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/graphentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/shortlog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filerevision.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/changelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/index.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/error.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/bookmarks.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/header.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/manifest.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/map -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/changeset.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/helptopics.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/summary.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/branches.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/tags.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/changelogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/search.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/footer.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/monoblue/notfound.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/monoblue
copying mercurial/templates/rss/changelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/bookmarkentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/error.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/bookmarks.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/filelogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/header.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/map -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/branches.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/tags.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/changelogentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/branchentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/tagentry.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
copying mercurial/templates/rss/filelog.tmpl -> build/lib.linux-x86_64-3.9/mercurial/templates/rss
running build_ext
building 'mercurial.cext.base85' extension
creating build/temp.linux-x86_64-3.9
building 'mercurial.cext.bdiff' extension
creating build/temp.linux-x86_64-3.9/mercurial
creating build/temp.linux-x86_64-3.9/mercurial
building 'mercurial.cext.mpatch' extension
creating build/temp.linux-x86_64-3.9/mercurial/cext
building 'mercurial.cext.parsers' extension
building 'mercurial.cext.osutil' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/base85.c -o build/temp.linux-x86_64-3.9/mercurial/cext/base85.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/mpatch.c -o build/temp.linux-x86_64-3.9/mercurial/cext/mpatch.o
building 'mercurial.thirdparty.zope.interface._zope_interface_coptimizations' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/charencode.c -o build/temp.linux-x86_64-3.9/mercurial/cext/charencode.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/osutil.c -o build/temp.linux-x86_64-3.9/mercurial/cext/osutil.o -DHAVE_LINUX_STATFS
creating build/temp.linux-x86_64-3.9/mercurial/cext
creating build/temp.linux-x86_64-3.9/mercurial/thirdparty
creating build/temp.linux-x86_64-3.9/mercurial/thirdparty
creating build/temp.linux-x86_64-3.9/mercurial/thirdparty/xdiff
creating build/temp.linux-x86_64-3.9/mercurial/thirdparty/zope
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/bdiff.c -o build/temp.linux-x86_64-3.9/mercurial/bdiff.o
creating build/temp.linux-x86_64-3.9/mercurial/thirdparty/zope/interface
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.c -o build/temp.linux-x86_64-3.9/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/bdiff.c -o build/temp.linux-x86_64-3.9/mercurial/cext/bdiff.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/mpatch.c -o build/temp.linux-x86_64-3.9/mercurial/mpatch.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/mercurial/cext/base85.o -o build/lib.linux-x86_64-3.9/mercurial/cext/base85.cpython-39-x86_64-linux-gnu.so
building 'mercurial.thirdparty.sha1dc' extension
creating build/temp.linux-x86_64-3.9/mercurial/thirdparty/sha1dc
creating build/temp.linux-x86_64-3.9/mercurial/thirdparty/sha1dc/lib
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c mercurial/thirdparty/sha1dc/cext.c -o build/temp.linux-x86_64-3.9/mercurial/thirdparty/sha1dc/cext.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/dirs.c -o build/temp.linux-x86_64-3.9/mercurial/cext/dirs.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/mercurial/cext/osutil.o -o build/lib.linux-x86_64-3.9/mercurial/cext/osutil.cpython-39-x86_64-linux-gnu.so
building 'hgext.fsmonitor.pywatchman.bser' extension
creating build/temp.linux-x86_64-3.9/hgext
creating build/temp.linux-x86_64-3.9/hgext/fsmonitor
creating build/temp.linux-x86_64-3.9/hgext/fsmonitor/pywatchman
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c hgext/fsmonitor/pywatchman/bser.c -o build/temp.linux-x86_64-3.9/hgext/fsmonitor/pywatchman/bser.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/mercurial/cext/mpatch.o build/temp.linux-x86_64-3.9/mercurial/mpatch.o -o build/lib.linux-x86_64-3.9/mercurial/cext/mpatch.cpython-39-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c mercurial/thirdparty/sha1dc/lib/sha1.c -o build/temp.linux-x86_64-3.9/mercurial/thirdparty/sha1dc/lib/sha1.o
building 'mercurial.zstd' extension
creating build/temp.linux-x86_64-3.9/contrib
creating build/temp.linux-x86_64-3.9/contrib/python-zstandard
creating build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext
creating build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd
creating build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common
creating build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress
creating build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/decompress
creating build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/dictBuilder
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/bufferutil.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/bufferutil.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/thirdparty/xdiff/xdiffi.c -o build/temp.linux-x86_64-3.9/mercurial/thirdparty/xdiff/xdiffi.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/manifest.c -o build/temp.linux-x86_64-3.9/mercurial/cext/manifest.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.o -o build/lib.linux-x86_64-3.9/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-39-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/compressionchunker.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressionchunker.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/hgext/fsmonitor/pywatchman/bser.o -o build/lib.linux-x86_64-3.9/hgext/fsmonitor/pywatchman/bser.cpython-39-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/thirdparty/xdiff/xprepare.c -o build/temp.linux-x86_64-3.9/mercurial/thirdparty/xdiff/xprepare.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/compressiondict.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressiondict.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/parsers.c -o build/temp.linux-x86_64-3.9/mercurial/cext/parsers.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/thirdparty/xdiff/xutils.c -o build/temp.linux-x86_64-3.9/mercurial/thirdparty/xdiff/xutils.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/mercurial/bdiff.o build/temp.linux-x86_64-3.9/mercurial/cext/bdiff.o build/temp.linux-x86_64-3.9/mercurial/thirdparty/xdiff/xdiffi.o build/temp.linux-x86_64-3.9/mercurial/thirdparty/xdiff/xprepare.o build/temp.linux-x86_64-3.9/mercurial/thirdparty/xdiff/xutils.o -o build/lib.linux-x86_64-3.9/mercurial/cext/bdiff.cpython-39-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/compressionparams.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressionparams.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c mercurial/thirdparty/sha1dc/lib/ubc_check.c -o build/temp.linux-x86_64-3.9/mercurial/thirdparty/sha1dc/lib/ubc_check.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/mercurial/thirdparty/sha1dc/cext.o build/temp.linux-x86_64-3.9/mercurial/thirdparty/sha1dc/lib/sha1.o build/temp.linux-x86_64-3.9/mercurial/thirdparty/sha1dc/lib/ubc_check.o -o build/lib.linux-x86_64-3.9/mercurial/thirdparty/sha1dc.cpython-39-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/pathencode.c -o build/temp.linux-x86_64-3.9/mercurial/cext/pathencode.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/compressionreader.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressionreader.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/compressionwriter.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressionwriter.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Imercurial -I/usr/include/python3.9 -c mercurial/cext/revlog.c -o build/temp.linux-x86_64-3.9/mercurial/cext/revlog.o
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/compressobj.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressobj.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/compressor.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressor.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/compressoriterator.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressoriterator.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/constants.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/constants.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/decompressionreader.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressionreader.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/mercurial/cext/charencode.o build/temp.linux-x86_64-3.9/mercurial/cext/dirs.o build/temp.linux-x86_64-3.9/mercurial/cext/manifest.o build/temp.linux-x86_64-3.9/mercurial/cext/parsers.o build/temp.linux-x86_64-3.9/mercurial/cext/pathencode.o build/temp.linux-x86_64-3.9/mercurial/cext/revlog.o -o build/lib.linux-x86_64-3.9/mercurial/cext/parsers.cpython-39-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/decompressionwriter.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressionwriter.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/decompressobj.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressobj.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/decompressor.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressor.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/decompressoriterator.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressoriterator.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/c-ext/frameparams.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/frameparams.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/common/debug.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/debug.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/common/entropy_common.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/entropy_common.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/common/error_private.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/error_private.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/common/fse_decompress.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/fse_decompress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/common/pool.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/pool.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/common/threading.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/threading.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/common/xxhash.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/xxhash.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/common/zstd_common.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/zstd_common.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/fse_compress.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/fse_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/hist.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/hist.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/huf_compress.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/huf_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/zstd_compress.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/zstd_compress_literals.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_compress_literals.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/zstd_compress_sequences.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_compress_sequences.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/zstd_double_fast.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_double_fast.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/zstd_fast.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_fast.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/zstd_lazy.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_lazy.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/zstd_ldm.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_ldm.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/zstd_opt.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_opt.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/compress/zstdmt_compress.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstdmt_compress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/decompress/huf_decompress.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/decompress/huf_decompress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/decompress/zstd_ddict.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/decompress/zstd_ddict.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/decompress/zstd_decompress.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/decompress/zstd_decompress.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/decompress/zstd_decompress_block.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/decompress/zstd_decompress_block.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/dictBuilder/cover.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/dictBuilder/cover.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/dictBuilder/divsufsort.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/dictBuilder/divsufsort.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/dictBuilder/fastcover.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/dictBuilder/fastcover.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icontrib/python-zstandard/zstd/dictBuilder -Icontrib/python-zstandard/c-ext -Icontrib/python-zstandard/zstd/decompress -Icontrib/python-zstandard/zstd/compress -Icontrib/python-zstandard/zstd -Icontrib/python-zstandard/zstd/common -I/usr/include/python3.9 -c contrib/python-zstandard/zstd/dictBuilder/zdict.c -o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/dictBuilder/zdict.o -DZSTD_MULTITHREAD -DZSTDLIB_VISIBILITY= -DZDICTLIB_VISIBILITY= -DZSTDERRORLIB_VISIBILITY= -fvisibility=hidden
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/bufferutil.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressionchunker.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressiondict.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressionparams.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressionreader.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressionwriter.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressobj.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressor.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/compressoriterator.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/constants.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressionreader.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressionwriter.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressobj.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressor.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/decompressoriterator.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/c-ext/frameparams.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/debug.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/entropy_common.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/error_private.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/fse_decompress.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/pool.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/threading.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/xxhash.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/common/zstd_common.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/fse_compress.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/hist.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/huf_compress.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_compress.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_compress_literals.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_compress_sequences.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_double_fast.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_fast.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_lazy.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_ldm.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstd_opt.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/compress/zstdmt_compress.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/decompress/huf_decompress.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/decompress/zstd_ddict.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/decompress/zstd_decompress.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/decompress/zstd_decompress_block.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/dictBuilder/cover.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/dictBuilder/divsufsort.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/dictBuilder/fastcover.o build/temp.linux-x86_64-3.9/contrib/python-zstandard/zstd/dictBuilder/zdict.o -o build/lib.linux-x86_64-3.9/mercurial/zstd.cpython-39-x86_64-linux-gnu.so
running build_scripts
creating build/scripts-3.9
copying and adjusting hg -> build/scripts-3.9
changing mode of build/scripts-3.9/hg from 644 to 755
/usr/bin/make -C doc
make[3]: Entering directory '/usr/local/src/mercurial/mercurial-6.2/doc'
python3.9 gendoc.py "hg-ssh.8" > hg-ssh.8.txt.tmp
mv hg-ssh.8.txt.tmp hg-ssh.8.txt
python3.9 gendoc.py "hg-ssh.8.gendoc" > hg-ssh.8.gendoc.txt.tmp
mv hg-ssh.8.gendoc.txt.tmp hg-ssh.8.gendoc.txt
python3.9 gendoc.py "common" > common.txt.tmp
mv common.txt.tmp common.txt
python3.9 runrst hgmanpage --halt warning \
--strip-elements-with-class htmlonly hg-ssh.8.txt hg-ssh.8
python3.9 gendoc.py "hg.1" > hg.1.txt.tmp
mv hg.1.txt.tmp hg.1.txt
python3.9 gendoc.py "hg.1.gendoc" > hg.1.gendoc.txt.tmp
mv hg.1.gendoc.txt.tmp hg.1.gendoc.txt
python3.9 runrst hgmanpage --halt warning \
--strip-elements-with-class htmlonly hg.1.txt hg.1
python3.9 gendoc.py "hgignore.5" > hgignore.5.txt.tmp
mv hgignore.5.txt.tmp hgignore.5.txt
python3.9 gendoc.py "hgignore.5.gendoc" > hgignore.5.gendoc.txt.tmp
mv hgignore.5.gendoc.txt.tmp hgignore.5.gendoc.txt
python3.9 runrst hgmanpage --halt warning \
--strip-elements-with-class htmlonly hgignore.5.txt hgignore.5
python3.9 gendoc.py "hgrc.5" > hgrc.5.txt.tmp
mv hgrc.5.txt.tmp hgrc.5.txt
python3.9 gendoc.py "hgrc.5.gendoc" > hgrc.5.gendoc.txt.tmp
mv hgrc.5.gendoc.txt.tmp hgrc.5.gendoc.txt
python3.9 runrst hgmanpage --halt warning \
--strip-elements-with-class htmlonly hgrc.5.txt hgrc.5
python3.9 runrst html --halt warning \
--link-stylesheet --stylesheet-path style.css hg-ssh.8.txt hg-ssh.8.html
python3.9 runrst html --halt warning \
--link-stylesheet --stylesheet-path style.css hg.1.txt hg.1.html
python3.9 runrst html --halt warning \
--link-stylesheet --stylesheet-path style.css hgignore.5.txt hgignore.5.html
python3.9 runrst html --halt warning \
--link-stylesheet --stylesheet-path style.css hgrc.5.txt hgrc.5.html
make[3]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2/doc'
make[2]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2'
/usr/bin/make build-chg
make[2]: Entering directory '/usr/local/src/mercurial/mercurial-6.2'
make -C contrib/chg
make[3]: Entering directory '/usr/local/src/mercurial/mercurial-6.2/contrib/chg'
cc -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu99 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o chg.o chg.c
cc -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu99 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o hgclient.o hgclient.c
cc -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu99 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o procutil.o procutil.c
cc -g -O2 -ffile-prefix-map=/usr/local/src/mercurial/mercurial-6.2=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu99 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o util.o util.c
cc -Wl,-z,relro -o chg chg.o hgclient.o procutil.o util.o
make[3]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2/contrib/chg'
make[2]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2'
# Do not start a line with a word with a dot in a manpage
sed -i -e 's,^[.]\(hgignore\|hg/hgrc\),\\fP\1,' doc/hg.1
make[1]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2'
debian/rules override_dh_auto_test
make[1]: Entering directory '/usr/local/src/mercurial/mercurial-6.2'
http_proxy='' dh_auto_test -- PYTHON=python3 TESTFLAGS="--verbose --timeout 1440 --jobs 6 --blacklist /usr/local/src/mercurial/mercurial-6.2/debian/mercurial.test_blacklist"
make -j6 check PYTHON=python3 "TESTFLAGS=--verbose --timeout 1440 --jobs 6 --blacklist /usr/local/src/mercurial/mercurial-6.2/debian/mercurial.test_blacklist"
make[2]: Entering directory '/usr/local/src/mercurial/mercurial-6.2'
if command -v cargo >/dev/null 2>&1; then \
make rust-tests; \
fi
make[3]: Entering directory '/usr/local/src/mercurial/mercurial-6.2'
cd /usr/local/src/mercurial/mercurial-6.2/rust/hg-cpython \
&& cargo test --quiet --all --features ""
error: unexpected token: `zng_prefix`
--> /usr/local/src/mercurial/mercurial-6.2/debian/.debhelper/generated/_source/home/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.8/src/lib.rs:115:19
|
114 | extern "C" {
| - while parsing this item list starting here
115 | #[link_name = zng_prefix!(adler32)]
| ^^^^^^^^^^
...
241 | }
| - the item list ends here
error: unexpected token: `if_zng`
--> /usr/local/src/mercurial/mercurial-6.2/debian/.debhelper/generated/_source/home/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.8/src/lib.rs:244:19
|
243 | extern "C" {
| - while parsing this item list starting here
244 | #[link_name = if_zng!("zlibng_version", "zlibVersion")]
| ^^^^^^
245 | pub fn zlibVersion() -> *const c_char;
246 | }
| - the item list ends here
error: unexpected token: `zng_prefix`
--> /usr/local/src/mercurial/mercurial-6.2/debian/.debhelper/generated/_source/home/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.8/src/lib.rs:250:19
|
249 | extern "C" {
| - while parsing this item list starting here
250 | #[link_name = zng_prefix!(adler32_combine)]
| ^^^^^^^^^^
...
316 | }
| - the item list ends here
error: aborting due to 3 previous errors
error: could not compile `libz-sys`.
To learn more, run the command again with --verbose.
error: build failed
make[3]: *** [Makefile:155: rust-tests] Error 101
make[3]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2'
make[2]: *** [Makefile:139: tests] Error 2
make[2]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2'
dh_auto_test: error: make -j6 check PYTHON=python3 "TESTFLAGS=--verbose --timeout 1440 --jobs 6 --blacklist /usr/local/src/mercurial/mercurial-6.2/debian/mercurial.test_blacklist" returned exit code 2
make[1]: *** [debian/rules:48: override_dh_auto_test] Error 25
make[1]: Leaving directory '/usr/local/src/mercurial/mercurial-6.2'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment