debuild -b -uc -us dpkg-buildpackage -us -uc -ui -b dpkg-buildpackage: info: 源码包 firefox dpkg-buildpackage: info: 源码版本 125.0.3+build1-ok7.1 dpkg-buildpackage: info: source distribution nile dpkg-buildpackage: info: 源码修改者 liwenjun dpkg-source --before-build . dpkg-buildpackage: info: 主机架构 arm64 dpkg-source: info: using options from firefox-125.0.3+build1/debian/source/options: --extend-diff-ignore=^\.mozconfig\. --extend-diff-ignore=.pyc$ --extend-diff-ignore=^obj\- debian/rules clean Build ID: 20240425211020 cp debian/control debian/control.old touch debian/control.in ***************************** * Refreshing debian/control * ***************************** cp debian/control.in debian/control.tmp perl debian/build/dump-langpack-control-entries.pl >> debian/control.tmp sed -e 's/@MOZ_PKG_NAME@/firefox/g' < debian/control.tmp > debian/control rm -f debian/control.tmp sed -i -e 's/@MOZ_LOCALE_PKGS@/firefox-locale-af \(= ${binary:Version}\), firefox-locale-an \(= ${binary:Version}\), firefox-locale-ar \(= ${binary:Version}\), firefox-locale-as \(= ${binary:Version}\), firefox-locale-ast \(= ${binary:Version}\), firefox-locale-az \(= ${binary:Version}\), firefox-locale-be \(= ${binary:Version}\), firefox-locale-bg \(= ${binary:Version}\), firefox-locale-bn \(= ${binary:Version}\), firefox-locale-br \(= ${binary:Version}\), firefox-locale-bs \(= ${binary:Version}\), firefox-locale-ca \(= ${binary:Version}\), firefox-locale-cak \(= ${binary:Version}\), firefox-locale-cs \(= ${binary:Version}\), firefox-locale-csb \(= ${binary:Version}\), firefox-locale-cy \(= ${binary:Version}\), firefox-locale-da \(= ${binary:Version}\), firefox-locale-de \(= ${binary:Version}\), firefox-locale-el \(= ${binary:Version}\), firefox-locale-en \(= ${binary:Version}\), firefox-locale-eo \(= ${binary:Version}\), firefox-locale-es \(= ${binary:Version}\), firefox-locale-et \(= ${binary:Version}\), firefox-locale-eu \(= ${binary:Version}\), firefox-locale-fa \(= ${binary:Version}\), firefox-locale-fi \(= ${binary:Version}\), firefox-locale-fr \(= ${binary:Version}\), firefox-locale-fy \(= ${binary:Version}\), firefox-locale-ga \(= ${binary:Version}\), firefox-locale-gd \(= ${binary:Version}\), firefox-locale-gl \(= ${binary:Version}\), firefox-locale-gn \(= ${binary:Version}\), firefox-locale-gu \(= ${binary:Version}\), firefox-locale-he \(= ${binary:Version}\), firefox-locale-hi \(= ${binary:Version}\), firefox-locale-hr \(= ${binary:Version}\), firefox-locale-hsb \(= ${binary:Version}\), firefox-locale-hu \(= ${binary:Version}\), firefox-locale-hy \(= ${binary:Version}\), firefox-locale-ia \(= ${binary:Version}\), firefox-locale-id \(= ${binary:Version}\), firefox-locale-is \(= ${binary:Version}\), firefox-locale-it \(= ${binary:Version}\), firefox-locale-ja \(= ${binary:Version}\), firefox-locale-ka \(= ${binary:Version}\), firefox-locale-kab \(= ${binary:Version}\), firefox-locale-kk \(= ${binary:Version}\), firefox-locale-km \(= ${binary:Version}\), firefox-locale-kn \(= ${binary:Version}\), firefox-locale-ko \(= ${binary:Version}\), firefox-locale-ku \(= ${binary:Version}\), firefox-locale-lg \(= ${binary:Version}\), firefox-locale-lt \(= ${binary:Version}\), firefox-locale-lv \(= ${binary:Version}\), firefox-locale-mai \(= ${binary:Version}\), firefox-locale-mk \(= ${binary:Version}\), firefox-locale-ml \(= ${binary:Version}\), firefox-locale-mn \(= ${binary:Version}\), firefox-locale-mr \(= ${binary:Version}\), firefox-locale-ms \(= ${binary:Version}\), firefox-locale-my \(= ${binary:Version}\), firefox-locale-nb \(= ${binary:Version}\), firefox-locale-ne \(= ${binary:Version}\), firefox-locale-nl \(= ${binary:Version}\), firefox-locale-nn \(= ${binary:Version}\), firefox-locale-nso \(= ${binary:Version}\), firefox-locale-oc \(= ${binary:Version}\), firefox-locale-or \(= ${binary:Version}\), firefox-locale-pa \(= ${binary:Version}\), firefox-locale-pl \(= ${binary:Version}\), firefox-locale-pt \(= ${binary:Version}\), firefox-locale-ro \(= ${binary:Version}\), firefox-locale-ru \(= ${binary:Version}\), firefox-locale-si \(= ${binary:Version}\), firefox-locale-sk \(= ${binary:Version}\), firefox-locale-sl \(= ${binary:Version}\), firefox-locale-sq \(= ${binary:Version}\), firefox-locale-sr \(= ${binary:Version}\), firefox-locale-sv \(= ${binary:Version}\), firefox-locale-sw \(= ${binary:Version}\), firefox-locale-szl \(= ${binary:Version}\), firefox-locale-ta \(= ${binary:Version}\), firefox-locale-te \(= ${binary:Version}\), firefox-locale-tg \(= ${binary:Version}\), firefox-locale-th \(= ${binary:Version}\), firefox-locale-tr \(= ${binary:Version}\), firefox-locale-uk \(= ${binary:Version}\), firefox-locale-ur \(= ${binary:Version}\), firefox-locale-uz \(= ${binary:Version}\), firefox-locale-vi \(= ${binary:Version}\), firefox-locale-xh \(= ${binary:Version}\), firefox-locale-zh-hans \(= ${binary:Version}\), firefox-locale-zh-hant \(= ${binary:Version}\), firefox-locale-zu \(= ${binary:Version}\),/' debian/control test -x debian/rules rm -f debian/stamp-makefile-build debian/stamp-makefile-install python3 /root/firefox/firefox-125.0.3+build1/debian/build/keepalive-wrapper.py 1440 /usr/bin/make -C . -k clean make[1]: 进入目录“/root/firefox/firefox-125.0.3+build1” ./mach clobber Error running mach: mach clobber The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it. You can invoke ``./mach busted`` to check if this issue is already on file. If it isn't, please use ``./mach busted file clobber`` to report it. If ``./mach busted`` is misbehaving, you can also inspect the dependencies of bug 1543241. If filing a bug, please include the full output of mach, including this error message. The details of the failure are as follows: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/.mozbuild/srcdirs/firefox-125.0.3+build1-7f671ef60aa2/_virtualenvs' File "/root/firefox/firefox-125.0.3+build1/python/mozbuild/mozbuild/mach_commands.py", line 563, in clobber for specific_venv in virtualenv_dir.iterdir(): File "/usr/lib/python3.12/pathlib.py", line 1058, in iterdir for name in os.listdir(self): ^^^^^^^^^^^^^^^^ make[1]: *** [GNUmakefile:12:clean] 错误 1 make[1]: 离开目录“/root/firefox/firefox-125.0.3+build1” make: [/usr/share/cdbs/1/class/makefile.mk:91:makefile-clean] 错误 2 (已忽略) set -e; mv ./build/autoconf/config.guess.cdbs-orig ./build/autoconf/config.guess; mv ./nsprpub/build/autoconf/config.guess.cdbs-orig ./nsprpub/build/autoconf/config.guess; mv ./js/src/ctypes/libffi/config.guess.cdbs-orig ./js/src/ctypes/libffi/config.guess; mv ./modules/freetype2/builds/unix/config.guess.cdbs-orig ./modules/freetype2/builds/unix/config.guess; mv ./intl/icu/source/config.guess.cdbs-orig ./intl/icu/source/config.guess; mv ./build/autoconf/config.sub.cdbs-orig ./build/autoconf/config.sub; mv ./nsprpub/build/autoconf/config.sub.cdbs-orig ./nsprpub/build/autoconf/config.sub; mv ./js/src/ctypes/libffi/config.sub.cdbs-orig ./js/src/ctypes/libffi/config.sub; mv ./modules/freetype2/builds/unix/config.sub.cdbs-orig ./modules/freetype2/builds/unix/config.sub; mv ./intl/icu/source/config.sub.cdbs-orig ./intl/icu/source/config.sub; dh_clean -X Cargo.toml.orig dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use) rm -f debian/stamp-mach-configure rm -rf /root/firefox/firefox-125.0.3+build1/cbindgen rm -rf /root/firefox/firefox-125.0.3+build1/third_party/cbindgen/target rm -rf /root/firefox/firefox-125.0.3+build1/dump_syms rm -rf /root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target rm -f debian/stamp-mach-install if [ -f Cargo.toml.bak ]; then mv Cargo.toml.bak Cargo.toml; fi cp debian/config/locales.shipped debian/config/locales.shipped.old **************************************** * Refreshing list of shipped languages * **************************************** perl debian/build/refresh-supported-locales.pl -s /root/firefox/firefox-125.0.3+build1/browser/locales/shipped-locales rm -f debian/config/locales.shipped.old rm -f debian/control.old rm -f debian/config/mozconfig debian/usr.bin.firefox debian/README.Debian debian/firefox.sh debian/apport/blacklist debian/apport/native-origins debian/apport/source_firefox.py debian/firefox.install debian/firefox.dirs debian/firefox.links debian/firefox.manpages debian/firefox.postinst debian/firefox.preinst debian/firefox.postrm debian/firefox.prerm debian/firefox.lintian-overrides debian/firefox.desktop debian/firefox.1 rm -f debian/stamp-* rm -rf debian/l10n-mergedirs rm -rf ./obj-aarch64-linux-gnu rm -f mozconfig rm -f debian/usr.bin.firefox.in config.log debian/rules build Build ID: 20240425211020 ***************************** * Refreshing debian/control * ***************************** cp debian/control.in debian/control.tmp perl debian/build/dump-langpack-control-entries.pl >> debian/control.tmp sed -e 's/@MOZ_PKG_NAME@/firefox/g' < debian/control.tmp > debian/control rm -f debian/control.tmp sed -i -e 's/@MOZ_LOCALE_PKGS@/firefox-locale-af \(= ${binary:Version}\), firefox-locale-an \(= ${binary:Version}\), firefox-locale-ar \(= ${binary:Version}\), firefox-locale-as \(= ${binary:Version}\), firefox-locale-ast \(= ${binary:Version}\), firefox-locale-az \(= ${binary:Version}\), firefox-locale-be \(= ${binary:Version}\), firefox-locale-bg \(= ${binary:Version}\), firefox-locale-bn \(= ${binary:Version}\), firefox-locale-br \(= ${binary:Version}\), firefox-locale-bs \(= ${binary:Version}\), firefox-locale-ca \(= ${binary:Version}\), firefox-locale-cak \(= ${binary:Version}\), firefox-locale-cs \(= ${binary:Version}\), firefox-locale-csb \(= ${binary:Version}\), firefox-locale-cy \(= ${binary:Version}\), firefox-locale-da \(= ${binary:Version}\), firefox-locale-de \(= ${binary:Version}\), firefox-locale-el \(= ${binary:Version}\), firefox-locale-en \(= ${binary:Version}\), firefox-locale-eo \(= ${binary:Version}\), firefox-locale-es \(= ${binary:Version}\), firefox-locale-et \(= ${binary:Version}\), firefox-locale-eu \(= ${binary:Version}\), firefox-locale-fa \(= ${binary:Version}\), firefox-locale-fi \(= ${binary:Version}\), firefox-locale-fr \(= ${binary:Version}\), firefox-locale-fy \(= ${binary:Version}\), firefox-locale-ga \(= ${binary:Version}\), firefox-locale-gd \(= ${binary:Version}\), firefox-locale-gl \(= ${binary:Version}\), firefox-locale-gn \(= ${binary:Version}\), firefox-locale-gu \(= ${binary:Version}\), firefox-locale-he \(= ${binary:Version}\), firefox-locale-hi \(= ${binary:Version}\), firefox-locale-hr \(= ${binary:Version}\), firefox-locale-hsb \(= ${binary:Version}\), firefox-locale-hu \(= ${binary:Version}\), firefox-locale-hy \(= ${binary:Version}\), firefox-locale-ia \(= ${binary:Version}\), firefox-locale-id \(= ${binary:Version}\), firefox-locale-is \(= ${binary:Version}\), firefox-locale-it \(= ${binary:Version}\), firefox-locale-ja \(= ${binary:Version}\), firefox-locale-ka \(= ${binary:Version}\), firefox-locale-kab \(= ${binary:Version}\), firefox-locale-kk \(= ${binary:Version}\), firefox-locale-km \(= ${binary:Version}\), firefox-locale-kn \(= ${binary:Version}\), firefox-locale-ko \(= ${binary:Version}\), firefox-locale-ku \(= ${binary:Version}\), firefox-locale-lg \(= ${binary:Version}\), firefox-locale-lt \(= ${binary:Version}\), firefox-locale-lv \(= ${binary:Version}\), firefox-locale-mai \(= ${binary:Version}\), firefox-locale-mk \(= ${binary:Version}\), firefox-locale-ml \(= ${binary:Version}\), firefox-locale-mn \(= ${binary:Version}\), firefox-locale-mr \(= ${binary:Version}\), firefox-locale-ms \(= ${binary:Version}\), firefox-locale-my \(= ${binary:Version}\), firefox-locale-nb \(= ${binary:Version}\), firefox-locale-ne \(= ${binary:Version}\), firefox-locale-nl \(= ${binary:Version}\), firefox-locale-nn \(= ${binary:Version}\), firefox-locale-nso \(= ${binary:Version}\), firefox-locale-oc \(= ${binary:Version}\), firefox-locale-or \(= ${binary:Version}\), firefox-locale-pa \(= ${binary:Version}\), firefox-locale-pl \(= ${binary:Version}\), firefox-locale-pt \(= ${binary:Version}\), firefox-locale-ro \(= ${binary:Version}\), firefox-locale-ru \(= ${binary:Version}\), firefox-locale-si \(= ${binary:Version}\), firefox-locale-sk \(= ${binary:Version}\), firefox-locale-sl \(= ${binary:Version}\), firefox-locale-sq \(= ${binary:Version}\), firefox-locale-sr \(= ${binary:Version}\), firefox-locale-sv \(= ${binary:Version}\), firefox-locale-sw \(= ${binary:Version}\), firefox-locale-szl \(= ${binary:Version}\), firefox-locale-ta \(= ${binary:Version}\), firefox-locale-te \(= ${binary:Version}\), firefox-locale-tg \(= ${binary:Version}\), firefox-locale-th \(= ${binary:Version}\), firefox-locale-tr \(= ${binary:Version}\), firefox-locale-uk \(= ${binary:Version}\), firefox-locale-ur \(= ${binary:Version}\), firefox-locale-uz \(= ${binary:Version}\), firefox-locale-vi \(= ${binary:Version}\), firefox-locale-xh \(= ${binary:Version}\), firefox-locale-zh-hans \(= ${binary:Version}\), firefox-locale-zh-hant \(= ${binary:Version}\), firefox-locale-zu \(= ${binary:Version}\),/' debian/control test -x debian/rules mkdir -p "." CDBS WARNING: DEB_DH_STRIP_ARGS is deprecated since 0.4.85 cp debian/config/locales.shipped debian/config/locales.shipped.old if [ '20' -ge '20' ]; then \ cp /root/firefox/firefox-125.0.3+build1/debian/usr.bin.firefox.apparmor.14.10 /root/firefox/firefox-125.0.3+build1/debian/usr.bin.firefox.in ; \ fi PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/config/mozconfig.in > /root/firefox/firefox-125.0.3+build1/debian/config/mozconfig /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/usr.bin.firefox.in > /root/firefox/firefox-125.0.3+build1/debian/usr.bin.firefox /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/README.Debian.in > /root/firefox/firefox-125.0.3+build1/debian/README.Debian /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.sh.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.sh /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/apport/blacklist.in > /root/firefox/firefox-125.0.3+build1/debian/apport/blacklist /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/apport/native-origins.in > /root/firefox/firefox-125.0.3+build1/debian/apport/native-origins /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/apport/source_firefox.py.in > /root/firefox/firefox-125.0.3+build1/debian/apport/source_firefox.py /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.install.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.install /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.dirs.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.dirs /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.links.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.links /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.manpages.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.manpages /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.postinst.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.postinst /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.preinst.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.preinst /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.postrm.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.postrm /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.prerm.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.prerm /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.lintian-overrides.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.lintian-overrides /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.desktop.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.desktop /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() PYTHONDONTWRITEBYTECODE=1 python3 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py -Fsubstitution --marker="%%" -DMOZ_LIBDIR="usr/lib/firefox" -DMOZ_APP_NAME="firefox" -DMOZ_BUILDID="20240425211020" -DMOZ_INCDIR="usr/include/firefox" -DMOZ_IDLDIR="usr/share/idl/firefox" -DMOZ_VERSION="125.0.3" -DDEB_HOST_ARCH="arm64" -DMOZ_DISPLAY_NAME="Firefox" -DMOZ_PKG_NAME="firefox" -DDISTRIB="openKylin" -DMOZ_BRANDING_OPTION="--enable-official-branding" -DTOPSRCDIR="/root/firefox/firefox-125.0.3+build1" -DDEB_HOST_GNU_TYPE="aarch64-linux-gnu" -DMOZ_ADDONDIR="usr/lib/firefox-addons" -DMOZ_SDKDIR="usr/lib/firefox-devel" -DMOZ_DISTDIR="./obj-aarch64-linux-gnu/dist" -DMOZ_UPDATE_CHANNEL="release" -DMOZ_OBJDIR="./obj-aarch64-linux-gnu" -DDEB_BUILDDIR="." -DMOZ_PYTHON="/root/firefox/firefox-125.0.3+build1/./obj-aarch64-linux-gnu/_virtualenv/bin/python3" -DDEB_BUILD_ARCH_BITS=64 -DMOZ_DEFAULT_APP_NAME="firefox" -DDISTRIB_VERSION="20" -DDEB_LLVM_VERSION="17" -DMOZ_OFFICIAL_BRANDING -DDEB_PARALLEL_JOBS=12 /root/firefox/firefox-125.0.3+build1/debian/firefox.1.in > /root/firefox/firefox-125.0.3+build1/debian/firefox.1 /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:78: SyntaxWarning: invalid escape sequence '\w' self.varsubst = re.compile('@(?P\w+)@', re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:92: SyntaxWarning: invalid escape sequence '\s' self.instruction = re.compile('%s(?P[a-z]+)(?:\s(?P.*))?$'%aMarker, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:147: SyntaxWarning: invalid escape sequence '\-' numberValue = re.compile('[\-\+]?\d+$') /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:214: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)(?:\s(?P.*))?', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:226: SyntaxWarning: invalid escape sequence '\w' m = re.match('(?P\w+)$', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:262: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:277: SyntaxWarning: invalid escape sequence '\W' if re.match('\W', args, re.U): /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:321: SyntaxWarning: invalid escape sequence '\w' lst = re.split('__(\w+)__', args, re.U) /root/firefox/firefox-125.0.3+build1/debian/build/Preprocessor.py:409: SyntaxWarning: invalid escape sequence '\.' self.checkLineNumbers = bool(re.search('\.(js|java)(?:\.in)?$', args.name)) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:5: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:61: SyntaxWarning: invalid escape sequence '\s' not_ws = re.match('!\s*', self.content) /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:71: SyntaxWarning: invalid escape sequence '\w' """ /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:78: SyntaxWarning: invalid escape sequence '\-' word_len = re.match('[\-\+]?[0-9]*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:83: SyntaxWarning: invalid escape sequence '\w' word_len = re.match('\w*', self.content).end() /root/firefox/firefox-125.0.3+build1/debian/build/Expression.py:93: SyntaxWarning: invalid escape sequence '\s' ws_len = re.match('\s*', self.content).end() cp debian/config/mozconfig mozconfig rm -f debian/config/locales.shipped.old cp Cargo.toml Cargo.toml.bak sed -i 's/\[profile.release\]/\[profile.release\]\nlto = "thin"/' Cargo.toml set -e; mv ./build/autoconf/config.guess ./build/autoconf/config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./build/autoconf/config.guess; mv ./nsprpub/build/autoconf/config.guess ./nsprpub/build/autoconf/config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./nsprpub/build/autoconf/config.guess; mv ./js/src/ctypes/libffi/config.guess ./js/src/ctypes/libffi/config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./js/src/ctypes/libffi/config.guess; mv ./modules/freetype2/builds/unix/config.guess ./modules/freetype2/builds/unix/config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./modules/freetype2/builds/unix/config.guess; mv ./intl/icu/source/config.guess ./intl/icu/source/config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./intl/icu/source/config.guess; set -e; mv ./build/autoconf/config.sub ./build/autoconf/config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./build/autoconf/config.sub; mv ./nsprpub/build/autoconf/config.sub ./nsprpub/build/autoconf/config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./nsprpub/build/autoconf/config.sub; mv ./js/src/ctypes/libffi/config.sub ./js/src/ctypes/libffi/config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./js/src/ctypes/libffi/config.sub; mv ./modules/freetype2/builds/unix/config.sub ./modules/freetype2/builds/unix/config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./modules/freetype2/builds/unix/config.sub; mv ./intl/icu/source/config.sub ./intl/icu/source/config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./intl/icu/source/config.sub; export RUST_BACKTRACE=full; \ export CC=clang-17; \ export CXX=clang++-17; \ cd /root/firefox/firefox-125.0.3+build1/third_party/cbindgen; \ cargo build --release; \ export CARGO_HOME=/root/firefox/firefox-125.0.3+build1/third_party/cbindgen/.cargo; \ cargo install --path . --bin cbindgen --root ../../cbindgen Compiling proc-macro2 v1.0.66 Compiling quote v1.0.27 Compiling unicode-ident v1.0.8 Compiling libc v0.2.144 Compiling autocfg v1.1.0 Compiling serde v1.0.163 Compiling serde_json v1.0.96 Compiling cfg-if v1.0.0 Compiling os_str_bytes v6.5.0 Compiling log v0.4.17 Compiling syn v1.0.109 Compiling hashbrown v0.12.3 Compiling remove_dir_all v0.5.3 Compiling cbindgen v0.26.0 (/root/firefox/firefox-125.0.3+build1/third_party/cbindgen) Compiling termcolor v1.2.0 Compiling clap_lex v0.2.4 Compiling ryu v1.0.13 Compiling textwrap v0.16.0 Compiling bitflags v1.3.2 Compiling itoa v1.0.6 Compiling indexmap v1.9.3 Compiling strsim v0.10.0 Compiling fastrand v1.9.0 Compiling heck v0.4.1 Compiling syn v2.0.16 Compiling atty v0.2.14 Compiling tempfile v3.3.0 Compiling clap v3.2.25 Compiling serde_derive v1.0.163 Compiling toml v0.5.11 Finished release [optimized] target(s) in 1m 00s Installing cbindgen v0.26.0 (/root/firefox/firefox-125.0.3+build1/third_party/cbindgen) Compiling syn v1.0.109 Compiling cbindgen v0.26.0 (/root/firefox/firefox-125.0.3+build1/third_party/cbindgen) Finished release [optimized] target(s) in 50.30s Installing ../../cbindgen/bin/cbindgen Installed package `cbindgen v0.26.0 (/root/firefox/firefox-125.0.3+build1/third_party/cbindgen)` (executable `cbindgen`) warning: be sure to add `../../cbindgen/bin` to your PATH to be able to run the installed binaries export RUST_BACKTRACE=full; \ export CC=clang-17; \ export CXX=clang++-17; \ cd /root/firefox/firefox-125.0.3+build1/third_party/dump_syms; \ cargo build --release; \ export CARGO_HOME=/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/.cargo; \ cargo install --path . --bin dump_syms --root ../../dump_syms error: checksum for `libc v0.2.152` changed between lock files this could be indicative of a few possible errors: * the lock file is corrupt * a replacement source in use (e.g., a mirror) returned a different checksum * the source itself may be corrupt in one way or another unable to verify that `libc v0.2.152` is the same as when the lockfile was generated Installing dump_syms v0.0.7 (/root/firefox/firefox-125.0.3+build1/third_party/dump_syms) Compiling libc v0.2.152 Compiling autocfg v1.1.0 Compiling cfg-if v1.0.0 Compiling proc-macro2 v1.0.37 Compiling unicode-xid v0.2.2 Compiling syn v1.0.91 Compiling memchr v2.4.1 Compiling log v0.4.16 Compiling serde_derive v1.0.136 Compiling lazy_static v1.4.0 Compiling once_cell v1.10.0 Compiling serde v1.0.136 Compiling version_check v0.9.4 Compiling pin-project-lite v0.2.8 Compiling itoa v1.0.1 Compiling futures-core v0.3.21 Compiling scopeguard v1.1.0 Compiling adler v1.0.2 Compiling pkg-config v0.3.25 Compiling bytes v1.1.0 Compiling futures-task v0.3.21 Compiling bitflags v1.3.2 Compiling futures-channel v0.3.21 Compiling stable_deref_trait v1.2.0 Compiling futures-sink v0.3.21 Compiling ahash v0.7.6 Compiling lock_api v0.4.7 Compiling futures-util v0.3.21 Compiling fallible-iterator v0.2.0 Compiling parking_lot_core v0.9.2 Compiling crc32fast v1.3.2 Compiling uuid v0.8.2 Compiling smallvec v1.8.0 Compiling crossbeam-utils v0.8.8 Compiling quote v1.0.18 Compiling pin-utils v0.1.0 Compiling jobserver v0.1.24 Compiling futures-io v0.3.21 Compiling slab v0.4.6 Compiling mio v0.8.2 Compiling getrandom v0.2.6 Compiling num_cpus v1.13.1 Compiling socket2 v0.4.4 Compiling cc v1.0.73 Compiling gimli v0.26.1 Compiling num-traits v0.2.14 Compiling indexmap v1.8.1 Compiling miniz_oxide v0.5.1 Compiling tracing-core v0.1.25 Compiling tokio v1.17.0 Compiling ryu v1.0.9 Compiling siphasher v0.3.10 Compiling foreign-types-shared v0.1.1 Compiling fnv v1.0.7 Compiling typenum v1.15.0 Compiling radium v0.7.0 Compiling openssl v0.10.38 Compiling http v0.2.6 Compiling openssl-sys v0.9.72 Compiling phf_shared v0.10.0 Compiling foreign-types v0.3.2 Compiling flate2 v1.0.23 Compiling parking_lot v0.12.0 Compiling debugid v0.7.3 Compiling memmap2 v0.5.3 Compiling generic-array v0.14.5 Compiling memoffset v0.6.5 Compiling num-integer v0.1.44 Compiling byteorder v1.4.3 Compiling precomputed-hash v0.1.1 Compiling matches v0.1.9 Compiling tap v1.0.1 Compiling tinyvec_macros v0.1.0 Compiling httparse v1.7.0 Compiling native-tls v0.2.10 Compiling serde_json v1.0.79 Compiling new_debug_unreachable v1.0.4 Compiling arrayvec v0.7.2 Compiling minimal-lexical v0.2.1 Compiling tinyvec v1.5.1 Compiling brownstone v1.1.0 Compiling wyz v0.5.0 Compiling symbolic-common v8.7.0 Compiling nom v7.1.1 Compiling aho-corasick v0.7.18 Compiling crossbeam-epoch v0.9.8 Compiling miniz_oxide v0.4.4 Compiling openssl-probe v0.1.5 Compiling try-lock v0.2.3 Compiling plain v0.2.3 Compiling regex-syntax v0.6.25 Compiling scroll v0.10.2 Compiling xml-rs v0.8.4 Compiling percent-encoding v2.1.0 Compiling funty v2.0.0 Compiling joinery v2.1.0 Compiling indent_write v2.2.0 Compiling rustc-demangle v0.1.21 Compiling cpp_demangle v0.3.5 Compiling pdb v0.7.0 Compiling bitvec v1.0.0 Compiling nom-supreme v0.6.0 Compiling form_urlencoded v1.0.1 Compiling want v0.3.0 Compiling unicode-normalization v0.1.19 Compiling http-body v0.4.4 Compiling regex v1.5.5 Compiling futures-macro v0.3.21 Compiling tracing-attributes v0.1.20 Compiling thiserror-impl v1.0.30 Compiling scroll_derive v0.11.0 Compiling scroll v0.11.0 Compiling symbolic-minidump v8.7.0 Compiling tracing v0.1.33 Compiling backtrace v0.3.64 Compiling symbolic-demangle v8.7.0 Compiling goblin v0.5.1 Compiling tokio-util v0.7.1 Compiling time v0.1.43 Compiling thiserror v1.0.30 Compiling tower-service v0.3.1 Compiling zip v0.5.13 Compiling unicode-bidi v0.3.7 Compiling dmsort v1.0.1 Compiling lazycell v1.3.0 Compiling crossbeam-queue v0.3.5 Compiling failure_derive v0.1.8 Compiling httpdate v1.0.2 Compiling encoding_rs v0.8.31 Compiling wasmparser v0.83.0 Compiling idna v0.2.3 Compiling chrono v0.4.19 Compiling tokio-native-tls v0.3.0 Compiling synstructure v0.12.6 Compiling addr2line v0.17.0 The following warnings were emitted during compilation: warning: symbolic-demangle@8.7.0: In file included from src/swiftdemangle.cpp:1: warning: symbolic-demangle@8.7.0: vendor/swift/include/swift/Demangling/Demangle.h:22:10: fatal error: 'memory' file not found warning: symbolic-demangle@8.7.0: 22 | #include warning: symbolic-demangle@8.7.0: | ^~~~~~~~ warning: symbolic-demangle@8.7.0: 1 error generated. warning: symbolic-demangle@8.7.0: In file included from vendor/swift/lib/Demangling/Demangler.cpp:17: warning: symbolic-demangle@8.7.0: In file included from vendor/swift/include/swift/Demangling/Demangler.h:22: warning: symbolic-demangle@8.7.0: vendor/swift/include/swift/Demangling/Demangle.h:22:10: fatal error: 'memory' file not found warning: symbolic-demangle@8.7.0: 22 | #include warning: symbolic-demangle@8.7.0: | ^~~~~~~~ warning: symbolic-demangle@8.7.0: 1 error generated. error: failed to run custom build command for `symbolic-demangle v8.7.0` note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. Caused by: process didn't exit successfully: `/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-demangle-5cf01a38a5efcd9b/build-script-build` (exit status: 1) --- stdout TARGET = Some("aarch64-unknown-linux-gnu") OPT_LEVEL = Some("3") HOST = Some("aarch64-unknown-linux-gnu") CXX_aarch64-unknown-linux-gnu = None CXX_aarch64_unknown_linux_gnu = None HOST_CXX = None CXX = Some("clang++-17") CXXFLAGS_aarch64-unknown-linux-gnu = None CXXFLAGS_aarch64_unknown_linux_gnu = None HOST_CXXFLAGS = None CXXFLAGS = None CRATE_CC_NO_DEFAULTS = None DEBUG = Some("false") CXX_aarch64-unknown-linux-gnu = None CXX_aarch64_unknown_linux_gnu = None HOST_CXX = None CXX = Some("clang++-17") CXXFLAGS_aarch64-unknown-linux-gnu = None CXXFLAGS_aarch64_unknown_linux_gnu = None HOST_CXXFLAGS = None CXXFLAGS = None CRATE_CC_NO_DEFAULTS = None running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-demangle-6ce3141609082b61/out/src/swiftdemangle.o" "-c" "src/swiftdemangle.cpp" cargo:warning=In file included from src/swiftdemangle.cpp:1: cargo:warning=vendor/swift/include/swift/Demangling/Demangle.h:22:10: fatal error: 'memory' file not found cargo:warning= 22 | #include cargo:warning= | ^~~~~~~~ cargo:warning=1 error generated. exit status: 1 running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-demangle-6ce3141609082b61/out/vendor/swift/lib/Demangling/Demangler.o" "-c" "vendor/swift/lib/Demangling/Demangler.cpp" cargo:warning=In file included from vendor/swift/lib/Demangling/Demangler.cpp:17: cargo:warning=In file included from vendor/swift/include/swift/Demangling/Demangler.h:22: cargo:warning=vendor/swift/include/swift/Demangling/Demangle.h:22:10: fatal error: 'memory' file not found cargo:warning= 22 | #include cargo:warning= | ^~~~~~~~ cargo:warning=1 error generated. exit status: 1 --- stderr error occurred: Command "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-demangle-6ce3141609082b61/out/src/swiftdemangle.o" "-c" "src/swiftdemangle.cpp" with args "clang++-17" did not execute successfully (status code exit status: 1). warning: build failed, waiting for other jobs to finish... The following warnings were emitted during compilation: warning: symbolic-minidump@8.7.0: In file included from third_party/breakpad/src/processor/cfi_frame_info.cc:35: warning: symbolic-minidump@8.7.0: third_party/breakpad/src/processor/cfi_frame_info.h:41:10: fatal error: 'map' file not found warning: symbolic-minidump@8.7.0: 41 | #include warning: symbolic-minidump@8.7.0: | ^~~~~ warning: symbolic-minidump@8.7.0: In file included from third_party/breakpad/src/processor/basic_code_modules.cc:37: warning: symbolic-minidump@8.7.0: third_party/breakpad/src/processor/basic_code_modules.h:46:10: fatal error: 'vector' file not found warning: symbolic-minidump@8.7.0: 46 | #include warning: symbolic-minidump@8.7.0: | ^~~~~~~~ warning: symbolic-minidump@8.7.0: 1 error generated. warning: symbolic-minidump@8.7.0: 1 error generated. warning: symbolic-minidump@8.7.0: third_party/breakpad/src/processor/logging.cc:41:10: fatal error: 'string' file not found warning: symbolic-minidump@8.7.0: 41 | #include warning: symbolic-minidump@8.7.0: | ^~~~~~~~ warning: symbolic-minidump@8.7.0: In file included from third_party/breakpad/src/processor/call_stack.cc:36: warning: symbolic-minidump@8.7.0: third_party/breakpad/src/google_breakpad/processor/call_stack.h:48:10: fatal error: 'cstdint' file not found warning: symbolic-minidump@8.7.0: 48 | #include warning: symbolic-minidump@8.7.0: | ^~~~~~~~~ warning: symbolic-minidump@8.7.0: In file included from third_party/breakpad/src/processor/process_state.cc:36: warning: symbolic-minidump@8.7.0: third_party/breakpad/src/google_breakpad/processor/process_state.h:37:10: fatal error: 'string' file not found warning: symbolic-minidump@8.7.0: 37 | #include warning: symbolic-minidump@8.7.0: | ^~~~~~~~ warning: symbolic-minidump@8.7.0: In file included from third_party/breakpad/src/processor/dump_context.cc:45: warning: symbolic-minidump@8.7.0: third_party/breakpad/src/processor/logging.h:60:10: fatal error: 'iostream' file not found warning: symbolic-minidump@8.7.0: 60 | #include warning: symbolic-minidump@8.7.0: | ^~~~~~~~~~ warning: symbolic-minidump@8.7.0: 1 error generated. warning: symbolic-minidump@8.7.0: 1 error generated. warning: symbolic-minidump@8.7.0: 1 error generated. warning: symbolic-minidump@8.7.0: 1 error generated. warning: symbolic-minidump@8.7.0: In file included from third_party/breakpad/src/processor/pathname_stripper.cc:36: warning: symbolic-minidump@8.7.0: third_party/breakpad/src/processor/pathname_stripper.h:37:10: fatal error: 'string' file not found warning: symbolic-minidump@8.7.0: 37 | #include warning: symbolic-minidump@8.7.0: | ^~~~~~~~ warning: symbolic-minidump@8.7.0: 1 error generated. warning: symbolic-minidump@8.7.0: third_party/breakpad/src/processor/basic_source_line_resolver.cc:41:10: fatal error: 'limits' file not found warning: symbolic-minidump@8.7.0: 41 | #include warning: symbolic-minidump@8.7.0: | ^~~~~~~~ warning: symbolic-minidump@8.7.0: 1 error generated. error: failed to run custom build command for `symbolic-minidump v8.7.0` note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. Caused by: process didn't exit successfully: `/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-e3ec9a44f6f05c08/build-script-build` (exit status: 1) --- stdout TARGET = Some("aarch64-unknown-linux-gnu") OPT_LEVEL = Some("3") HOST = Some("aarch64-unknown-linux-gnu") CC_aarch64-unknown-linux-gnu = None CC_aarch64_unknown_linux_gnu = None HOST_CC = None CC = Some("clang-17") CFLAGS_aarch64-unknown-linux-gnu = None CFLAGS_aarch64_unknown_linux_gnu = None HOST_CFLAGS = None CFLAGS = None CRATE_CC_NO_DEFAULTS = None DEBUG = Some("false") CC_aarch64-unknown-linux-gnu = None CC_aarch64_unknown_linux_gnu = None HOST_CC = None CC = Some("clang-17") CFLAGS_aarch64-unknown-linux-gnu = None CFLAGS_aarch64_unknown_linux_gnu = None HOST_CFLAGS = None CFLAGS = None CRATE_CC_NO_DEFAULTS = None running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_implicit.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_implicit.c" exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_insn.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_insn.c" exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_invariant.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_invariant.c" exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_modrm.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_modrm.c" exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_opcode_tables.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_opcode_tables.c" exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_operand.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_operand.c" exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_reg.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_reg.c" exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_settings.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_settings.c" exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_disasm.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_disasm.c" exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_format.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_format.c" running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_imm.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_imm.c" running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_insn.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_insn.c" running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_misc.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_misc.c" exit status: 0 exit status: 0 running: "clang-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-Wno-tautological-constant-out-of-range-compare" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_operand_list.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_operand_list.c" exit status: 0 exit status: 0 exit status: 0 AR_aarch64-unknown-linux-gnu = None AR_aarch64_unknown_linux_gnu = None HOST_AR = None AR = None running: ZERO_AR_DATE="1" "ar" "cq" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/libdisasm.a" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_implicit.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_insn.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_invariant.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_modrm.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_opcode_tables.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_operand.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_reg.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/ia32_settings.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_disasm.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_format.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_imm.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_insn.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_misc.o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/third_party/libdisasm/x86_operand_list.o" exit status: 0 running: "ar" "s" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/libdisasm.a" exit status: 0 cargo:rustc-link-lib=static=disasm cargo:rustc-link-search=native=/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out TARGET = Some("aarch64-unknown-linux-gnu") OPT_LEVEL = Some("3") HOST = Some("aarch64-unknown-linux-gnu") CXX_aarch64-unknown-linux-gnu = None CXX_aarch64_unknown_linux_gnu = None HOST_CXX = None CXX = Some("clang++-17") CXXFLAGS_aarch64-unknown-linux-gnu = None CXXFLAGS_aarch64_unknown_linux_gnu = None HOST_CXXFLAGS = None CXXFLAGS = None CRATE_CC_NO_DEFAULTS = None DEBUG = Some("false") CXX_aarch64-unknown-linux-gnu = None CXX_aarch64_unknown_linux_gnu = None HOST_CXX = None CXX = Some("clang++-17") CXXFLAGS_aarch64-unknown-linux-gnu = None CXXFLAGS_aarch64_unknown_linux_gnu = None HOST_CXXFLAGS = None CXXFLAGS = None CRATE_CC_NO_DEFAULTS = None running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/basic_code_modules.o" "-c" "third_party/breakpad/src/processor/basic_code_modules.cc" running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/basic_source_line_resolver.o" "-c" "third_party/breakpad/src/processor/basic_source_line_resolver.cc" running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/call_stack.o" "-c" "third_party/breakpad/src/processor/call_stack.cc" running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/cfi_frame_info.o" "-c" "third_party/breakpad/src/processor/cfi_frame_info.cc" running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/dump_context.o" "-c" "third_party/breakpad/src/processor/dump_context.cc" running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/dump_object.o" "-c" "third_party/breakpad/src/processor/dump_object.cc" running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/convert_old_arm64_context.o" "-c" "third_party/breakpad/src/processor/convert_old_arm64_context.cc" running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/disassembler_x86.o" "-c" "third_party/breakpad/src/processor/disassembler_x86.cc" running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/logging.o" "-c" "third_party/breakpad/src/processor/logging.cc" cargo:warning=In file included from third_party/breakpad/src/processor/cfi_frame_info.cc:35: cargo:warning=third_party/breakpad/src/processor/cfi_frame_info.h:41:10: fatal error: 'map' file not found cargo:warning= 41 | #include cargo:warning= | ^~~~~ cargo:warning=In file included from third_party/breakpad/src/processor/basic_code_modules.cc:37: cargo:warning=third_party/breakpad/src/processor/basic_code_modules.h:46:10: fatal error: 'vector' file not found cargo:warning= 46 | #include cargo:warning= | ^~~~~~~~ exit status: 0 cargo:warning=1 error generated. exit status: 0 running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/pathname_stripper.o" "-c" "third_party/breakpad/src/processor/pathname_stripper.cc" cargo:warning=1 error generated. exit status: 1 exit status: 1 running: "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/process_state.o" "-c" "third_party/breakpad/src/processor/process_state.cc" cargo:warning=third_party/breakpad/src/processor/logging.cc:41:10: fatal error: 'string' file not found cargo:warning= 41 | #include cargo:warning= | ^~~~~~~~ cargo:warning=In file included from third_party/breakpad/src/processor/call_stack.cc:36: cargo:warning=third_party/breakpad/src/google_breakpad/processor/call_stack.h:48:10: fatal error: 'cstdint' file not found cargo:warning= 48 | #include cargo:warning= | ^~~~~~~~~ cargo:warning=In file included from third_party/breakpad/src/processor/process_state.cc:36: cargo:warning=third_party/breakpad/src/google_breakpad/processor/process_state.h:37:10: fatal error: 'string' file not found cargo:warning= 37 | #include cargo:warning= | ^~~~~~~~ cargo:warning=In file included from third_party/breakpad/src/processor/dump_context.cc:45: cargo:warning=third_party/breakpad/src/processor/logging.h:60:10: fatal error: 'iostream' file not found cargo:warning= 60 | #include cargo:warning= | ^~~~~~~~~~ cargo:warning=1 error generated. exit status: 1 cargo:warning=1 error generated. cargo:warning=1 error generated. exit status: 1 exit status: 1 cargo:warning=1 error generated. exit status: 0 cargo:warning=In file included from third_party/breakpad/src/processor/pathname_stripper.cc:36: cargo:warning=third_party/breakpad/src/processor/pathname_stripper.h:37:10: fatal error: 'string' file not found cargo:warning= 37 | #include cargo:warning= | ^~~~~~~~ cargo:warning=1 error generated. exit status: 1 exit status: 1 cargo:warning=third_party/breakpad/src/processor/basic_source_line_resolver.cc:41:10: fatal error: 'limits' file not found cargo:warning= 41 | #include cargo:warning= | ^~~~~~~~ cargo:warning=1 error generated. exit status: 1 --- stderr error occurred: Command "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/basic_code_modules.o" "-c" "third_party/breakpad/src/processor/basic_code_modules.cc" with args "clang++-17" did not execute successfully (status code exit status: 1). error: failed to compile `dump_syms v0.0.7 (/root/firefox/firefox-125.0.3+build1/third_party/dump_syms)`, intermediate artifacts can be found at `/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target`. To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path. make: *** [/root/firefox/firefox-125.0.3+build1/debian/build/rules.mk:250:dump_syms/bin/dump_syms] 错误 101 dpkg-buildpackage: 错误: debian/rules build subprocess returned exit status 2 debuild: fatal error at line 1184: dpkg-buildpackage -us -uc -ui -b failed root@openkylin:~/firefox/firefox-125.0.3+build1# ^C root@openkylin:~/firefox/firefox-125.0.3+build1# ^C root@openkylin:~/firefox/firefox-125.0.3+build1# error occurred: Command "clang++-17" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-gnu" "-I" "." "-I" "third_party/breakpad/src" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/root/firefox/firefox-125.0.3+build1/third_party/dump_syms/target/release/build/symbolic-minidump-cbfa64e83f205599/out/third_party/breakpad/src/processor/basic_code_modules.o" "-c" "third_party/breakpad/src/processor/basic_code_modules.cc" with args "clang++-17" did not execute successfully (status code exit status: 1).^C root@openkylin:~/firefox/firefox-125.0.3+build1# clang++-17 --version Openkylin clang version 17.0.6 (9ok4) Target: aarch64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/bin