prt-get: updating /usr/ports/opt/firefox prt-get: starting build Fri Nov 22 17:35:31 2024 =======> Building '/var/cache/pkg/packages/firefox#132.0.2-1.pkg.tar.xz'. bsdtar -p -o -C /var/cache/pkg/work/src -xf /var/cache/pkg/sources/firefox-132.0.2.source.tar.xz cp firefox.desktop /var/cache/pkg/work/src cp icu-linebreak-classes.patch /var/cache/pkg/work/src cp node-stdout-nonblocking-wrapper /var/cache/pkg/work/src + build + chmod a+x /var/cache/pkg/work/src/node-stdout-nonblocking-wrapper + cd firefox-132.0.2 + for p in $SRC/*.patch + patch -p1 -i /var/cache/pkg/work/src/icu-linebreak-classes.patch patching file intl/lwbrk/LineBreaker.cpp Hunk #1 succeeded at 448 with fuzz 1. ++ /usr/bin/python3 -c 'import sys; print(sys.stdout.encoding)' + '[' utf-8 '!=' utf-8 ']' + prt-get isinst sccache package sccache is not installed + mkdir -p /var/cache/pkg/sources/rust + export CARGO_HOME=/var/cache/pkg/sources/rust + CARGO_HOME=/var/cache/pkg/sources/rust + export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system + MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system + export MOZBUILD_STATE_PATH=/var/cache/pkg/work/src/firefox-132.0.2/mozbuild + MOZBUILD_STATE_PATH=/var/cache/pkg/work/src/firefox-132.0.2/mozbuild + cat + prt-get isinst icu package icu is installed + echo 'ac_add_options --with-system-icu' + PKGMK_FFAUDIO=alsa + '[' -e /usr/lib/libpulse.so -o -e /usr/lib/apulse/libpulse.so ']' + PKGMK_FFAUDIO+=,pulseaudio + '[' -e /usr/lib/libjack.so ']' + '[' -e /usr/lib/libsndio.so ']' + echo 'ac_add_options --enable-audio-backends=alsa,pulseaudio' + prt-get isinst wayland xorg-server package wayland is installed package xorg-server is installed + echo 'ac_add_options --enable-default-toolkit=cairo-gtk3-x11-wayland' + '[' -e /usr/bin/ccache ']' + export 'CFLAGS=-O2 -march=x86-64 -pipe -w' + CFLAGS='-O2 -march=x86-64 -pipe -w' + export 'CXXFLAGS=-O2 -march=x86-64 -pipe -w' + CXXFLAGS='-O2 -march=x86-64 -pipe -w' + export 'LDFLAGS= -Wl,-rpath=/usr/lib/firefox,--enable-new-dtags' + LDFLAGS=' -Wl,-rpath=/usr/lib/firefox,--enable-new-dtags' + prt-get isinst lld package lld is installed + echo 'ac_add_options --enable-linker=lld' + export 'LDFLAGS+= -Wl,--thinlto-jobs=18' + LDFLAGS+=' -Wl,--thinlto-jobs=18' + export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib 'RUSTFLAGS=-C opt-level=2 ' + CC=clang + CXX=clang++ + AR=llvm-ar + NM=llvm-nm + RANLIB=llvm-ranlib + RUSTFLAGS='-C opt-level=2 ' + export 'MOZ_MAKE_FLAGS=-j 36' + MOZ_MAKE_FLAGS='-j 36' + export MOZ_NOSPAM=1 + MOZ_NOSPAM=1 + export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip + MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip + export PIP_NETWORK_INSTALL_RESTRICTED_VIRTUALENVS=mach + PIP_NETWORK_INSTALL_RESTRICTED_VIRTUALENVS=mach + mkdir -p /var/cache/pkg/work/src/bin + ln -s /usr/bin/pip3 /var/cache/pkg/work/src/bin/pip + ln -s /usr/bin/python3 /var/cache/pkg/work/src/bin/python + export PATH=/var/cache/pkg/work/src/bin:/usr/lib/ccache:/usr/lib/ccache/:/opt/rustc/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/kf6/bin/:/usr/sbin:/opt/kf6/bin:/opt/qt5/bin:/opt/qt6/bin + PATH=/var/cache/pkg/work/src/bin:/usr/lib/ccache:/usr/lib/ccache/:/opt/rustc/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/kf6/bin/:/usr/sbin:/opt/kf6/bin:/opt/qt5/bin:/opt/qt6/bin + export SHELL=/bin/bash + SHELL=/bin/bash + ./mach build Collecting glean-sdk==61.2.0 Using cached glean_sdk-61.2.0-py3-none-manylinux_2_34_x86_64.whl.metadata (4.7 kB) Collecting semver>=2.13.0 (from glean-sdk==61.2.0) Using cached semver-3.0.2-py3-none-any.whl.metadata (5.0 kB) Requirement already satisfied: glean-parser~=15.0 in ./third_party/python/glean_parser (from glean-sdk==61.2.0) (15.0.1) Requirement already satisfied: appdirs>=1.4 in ./third_party/python/appdirs (from glean-parser~=15.0->glean-sdk==61.2.0) (1.4.4) Requirement already satisfied: Click>=7 in ./third_party/python/click (from glean-parser~=15.0->glean-sdk==61.2.0) (8.1.6) Requirement already satisfied: diskcache>=4 in ./third_party/python/diskcache (from glean-parser~=15.0->glean-sdk==61.2.0) (4.1.0) Requirement already satisfied: Jinja2>=2.10.1 in ./third_party/python/Jinja2 (from glean-parser~=15.0->glean-sdk==61.2.0) (3.1.2) Requirement already satisfied: jsonschema>=3.0.2 in ./third_party/python/jsonschema (from glean-parser~=15.0->glean-sdk==61.2.0) (4.17.3) Requirement already satisfied: PyYAML>=5.3.1 in ./third_party/python/PyYAML/lib (from glean-parser~=15.0->glean-sdk==61.2.0) (6.0.1) Requirement already satisfied: MarkupSafe>=2.0 in ./third_party/python/MarkupSafe/src (from Jinja2>=2.10.1->glean-parser~=15.0->glean-sdk==61.2.0) (2.0.1) Requirement already satisfied: attrs>=17.4.0 in ./third_party/python/attrs (from jsonschema>=3.0.2->glean-parser~=15.0->glean-sdk==61.2.0) (23.1.0) Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in ./third_party/python/pyrsistent (from jsonschema>=3.0.2->glean-parser~=15.0->glean-sdk==61.2.0) (0.16.0) Requirement already satisfied: six in ./third_party/python/six (from pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0->jsonschema>=3.0.2->glean-parser~=15.0->glean-sdk==61.2.0) (1.16.0) Using cached glean_sdk-61.2.0-py3-none-manylinux_2_34_x86_64.whl (907 kB) Using cached semver-3.0.2-py3-none-any.whl (17 kB) Installing collected packages: semver, glean-sdk Successfully installed glean-sdk-61.2.0 semver-3.0.2 Collecting psutil<=5.9.4,>=5.4.2 Using cached psutil-5.9.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) Using cached psutil-5.9.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280 kB) Installing collected packages: psutil Successfully installed psutil-5.9.4 Collecting zstandard<=0.22.0,>=0.11.1 Using cached zstandard-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.9 kB) Using cached zstandard-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) Installing collected packages: zstandard Successfully installed zstandard-0.22.0 Creating global state directory from environment variable: /var/cache/pkg/work/src/firefox-132.0.2/mozbuild Creating local state directory: /var/cache/pkg/work/src/firefox-132.0.2/mozbuild/srcdirs/firefox-132.0.2-c6dfcd35c09f 0:00.94 W Clobber not needed. 0:01.19 Using Python 3.12.7 from /var/cache/pkg/work/src/firefox-132.0.2/mozbuild/srcdirs/firefox-132.0.2-c6dfcd35c09f/_virtualenvs/build/bin/python 0:01.19 Adding configure options from /var/cache/pkg/work/src/firefox-132.0.2/.mozconfig 0:01.19 --prefix=/usr 0:01.19 --libdir=/usr/lib 0:01.19 --enable-strip 0:01.19 --enable-release 0:01.19 --enable-install-strip 0:01.19 --enable-official-branding 0:01.19 --enable-application=browser 0:01.19 --enable-optimize 0:01.19 --with-system-ffi 0:01.19 --with-system-jpeg 0:01.19 --with-system-libvpx 0:01.19 --with-system-nspr 0:01.19 --with-system-nss 0:01.19 --with-system-pixman 0:01.19 --with-system-png 0:01.19 --with-system-webp 0:01.19 --with-system-zlib 0:01.19 --without-wasm-sandboxed-libraries 0:01.19 --disable-eme 0:01.19 --disable-tests 0:01.19 --disable-vtune 0:01.19 --disable-updater 0:01.19 --disable-jemalloc 0:01.19 --disable-elf-hack 0:01.19 --disable-callgrind 0:01.19 --disable-profiling 0:01.19 --disable-necko-wifi 0:01.19 --disable-crashreporter 0:01.19 --disable-accessibility 0:01.19 --disable-debug 0:01.19 --disable-debug-symbols 0:01.19 --disable-parental-controls 0:01.19 --disable-system-extension-dirs 0:01.19 --with-system-icu 0:01.19 --enable-audio-backends=alsa,pulseaudio 0:01.19 --enable-default-toolkit=cairo-gtk3-x11-wayland 0:01.19 --enable-linker=lld 0:01.19 NODEJS=/var/cache/pkg/work/src/node-stdout-nonblocking-wrapper 0:01.20 checking for vcs source checkout... no 0:01.22 checking for a shell... /usr/bin/sh 0:01.32 checking for host system type... x86_64-pc-linux-gnu 0:01.32 checking for target system type... x86_64-pc-linux-gnu 0:01.57 checking whether cross compiling... no 0:01.65 checking for Python 3... /var/cache/pkg/work/src/firefox-132.0.2/mozbuild/srcdirs/firefox-132.0.2-c6dfcd35c09f/_virtualenvs/build/bin/python (3.12.7) 0:01.65 checking for wget... /usr/bin/wget 0:01.65 checking for ccache... not found 0:01.65 checking for the target C compiler... /usr/bin/clang 0:01.73 checking whether the target C compiler can be used... yes 0:01.73 checking the target C compiler version... 19.1.0 0:01.77 checking the target C compiler works... yes 0:01.77 checking for the target C++ compiler... /usr/bin/clang++ 0:01.84 checking whether the target C++ compiler can be used... yes 0:01.84 checking the target C++ compiler version... 19.1.0 0:01.88 checking the target C++ compiler works... yes 0:01.88 checking for the host C compiler... /usr/bin/clang 0:01.88 checking whether the host C compiler can be used... yes 0:01.88 checking the host C compiler version... 19.1.0 0:01.88 checking the host C compiler works... yes 0:01.89 checking for the host C++ compiler... /usr/bin/clang++ 0:01.89 checking whether the host C++ compiler can be used... yes 0:01.89 checking the host C++ compiler version... 19.1.0 0:01.89 checking the host C++ compiler works... yes 0:01.93 checking for target linker... lld 0:01.97 checking for host linker... lld 0:02.02 checking for 64-bit OS... yes 0:02.07 checking for new enough STL headers from libstdc++... yes 0:02.17 checking for __thread keyword for TLS variables... yes 0:02.22 checking for unwind.h... yes 0:02.31 checking for _Unwind_Backtrace... yes 0:02.31 checking for the assembler... /usr/bin/clang 0:02.33 checking for llvm-objdump... /usr/bin/llvm-objdump 0:02.37 checking for ar... /usr/bin/llvm-ar 0:02.42 checking whether ar supports response files... no 0:02.45 checking for host_ar... /usr/bin/llvm-ar 0:02.48 checking for nm... /usr/bin/llvm-nm 0:02.52 checking for -mavxvnni support... yes 0:02.56 checking for -mavx512bw support... yes 0:02.59 checking for -mavx512vnni support... yes 0:02.59 checking for pkg_config... /usr/bin/pkg-config 0:02.59 checking for pkg-config version... 2.3.0 0:02.59 checking whether pkg-config is pkgconf... yes 0:02.60 WARNING: When not building jemalloc, you need to build with --with-redist or set WIN32_REDIST_DIR. 0:02.68 checking for strndup... yes 0:02.77 checking for posix_memalign... yes 0:02.86 checking for memalign... yes 0:02.95 checking for malloc_usable_size... yes 0:02.99 checking for malloc.h... yes 0:03.02 checking whether malloc_usable_size definition can use const argument... no 0:03.05 checking for stdint.h... yes 0:03.08 checking for inttypes.h... yes 0:03.11 checking for alloca.h... yes 0:03.14 checking for sys/byteorder.h... no 0:03.17 checking for getopt.h... yes 0:03.22 checking for unistd.h... yes 0:03.26 checking for nl_types.h... yes 0:03.29 checking for cpuid.h... yes 0:03.33 checking for fts.h... yes 0:03.35 checking for sys/statvfs.h... yes 0:03.39 checking for sys/statfs.h... yes 0:03.43 checking for sys/vfs.h... yes 0:03.47 checking for sys/mount.h... yes 0:03.50 checking for sys/quota.h... yes 0:03.54 checking for linux/quota.h... yes 0:03.57 checking for linux/if_addr.h... yes 0:03.61 checking for linux/rtnetlink.h... yes 0:03.64 checking for sys/queue.h... yes 0:03.68 checking for sys/types.h... yes 0:03.72 checking for netinet/in.h... yes 0:03.75 checking for byteswap.h... yes 0:03.79 checking for memfd_create in sys/mman.h... yes 0:03.88 checking for clock_gettime(CLOCK_MONOTONIC)... yes 0:03.98 checking for res_ninit()... yes 0:04.07 checking for dladdr... yes 0:04.12 checking for dlfcn.h... yes 0:04.20 checking for dlopen in -ldl... yes 0:04.29 checking for gethostbyname_r in -lc_r... no 0:04.37 checking for socket in -lsocket... no 0:04.45 checking for pthread_create... yes 0:04.51 checking for pthread.h... yes 0:04.53 checking whether the C compiler supports -pthread... yes 0:04.66 checking whether 64-bits std::atomic requires -latomic... no 0:04.70 checking whether the C compiler supports -Wbitfield-enum-conversion... yes 0:04.73 checking whether the C++ compiler supports -Wbitfield-enum-conversion... yes 0:04.75 checking whether the C compiler supports -Wformat-type-confusion... yes 0:04.79 checking whether the C++ compiler supports -Wformat-type-confusion... yes 0:04.82 checking whether the C compiler supports -Wshadow-field-in-constructor-modified... yes 0:04.85 checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... yes 0:04.89 checking whether the C compiler supports -Wtautological-constant-in-range-compare... yes 0:04.92 checking whether the C++ compiler supports -Wtautological-constant-in-range-compare... yes 0:04.96 checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... yes 0:04.99 checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... yes 0:05.02 checking whether the C compiler supports -Wunreachable-code-return... yes 0:05.05 checking whether the C++ compiler supports -Wunreachable-code-return... yes 0:05.08 checking whether the C compiler supports -Wunused-but-set-parameter... yes 0:05.12 checking whether the C++ compiler supports -Wunused-but-set-parameter... yes 0:05.16 checking whether the C compiler supports -Wclass-varargs... yes 0:05.20 checking whether the C++ compiler supports -Wclass-varargs... yes 0:05.24 checking whether the C++ compiler supports -Wempty-init-stmt... yes 0:05.27 checking whether the C compiler supports -Wfloat-overflow-conversion... yes 0:05.30 checking whether the C++ compiler supports -Wfloat-overflow-conversion... yes 0:05.34 checking whether the C compiler supports -Wfloat-zero-conversion... yes 0:05.36 checking whether the C++ compiler supports -Wfloat-zero-conversion... yes 0:05.40 checking whether the C compiler supports -Wloop-analysis... yes 0:05.43 checking whether the C++ compiler supports -Wloop-analysis... yes 0:05.47 checking whether the C compiler supports -Wno-range-loop-analysis... yes 0:05.51 checking whether the C++ compiler supports -Wno-range-loop-analysis... yes 0:05.54 checking whether the C++ compiler supports -Wcomma-subscript... no 0:05.57 checking whether the C compiler supports -Wenum-compare-conditional... yes 0:05.61 checking whether the C++ compiler supports -Wenum-compare-conditional... yes 0:05.64 checking whether the C compiler supports -Wenum-float-conversion... yes 0:05.67 checking whether the C++ compiler supports -Wenum-float-conversion... yes 0:05.70 checking whether the C++ compiler supports -Wvolatile... no 0:05.74 checking whether the C++ compiler supports -Wno-deprecated-anon-enum-enum-conversion... yes 0:05.77 checking whether the C++ compiler supports -Wno-deprecated-enum-enum-conversion... yes 0:05.81 checking whether the C++ compiler supports -Wno-deprecated-this-capture... yes 0:05.84 checking whether the C++ compiler supports -Wcomma... yes 0:05.87 checking whether the C compiler supports -Wduplicated-cond... no 0:05.91 checking whether the C++ compiler supports -Wduplicated-cond... no 0:05.95 checking whether the C++ compiler supports -Wimplicit-fallthrough... yes 0:05.98 checking whether the C compiler supports -Wlogical-op... no 0:06.01 checking whether the C++ compiler supports -Wlogical-op... no 0:06.05 checking whether the C compiler supports -Wstring-conversion... yes 0:06.07 checking whether the C++ compiler supports -Wstring-conversion... yes 0:06.11 checking whether the C++ compiler supports -Wno-inline-new-delete... yes 0:06.14 checking whether the C compiler supports -Wno-error=maybe-uninitialized... no 0:06.18 checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... no 0:06.21 checking whether the C compiler supports -Wno-error=deprecated-declarations... yes 0:06.24 checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes 0:06.27 checking whether the C compiler supports -Wno-error=array-bounds... yes 0:06.31 checking whether the C++ compiler supports -Wno-error=array-bounds... yes 0:06.34 checking whether the C compiler supports -Wno-error=free-nonheap-object... yes 0:06.38 checking whether the C++ compiler supports -Wno-error=free-nonheap-object... yes 0:06.41 checking whether the C compiler supports -Wno-multistatement-macros... no 0:06.44 checking whether the C++ compiler supports -Wno-multistatement-macros... no 0:06.47 checking whether the C compiler supports -Wno-error=class-memaccess... no 0:06.51 checking whether the C++ compiler supports -Wno-error=class-memaccess... no 0:06.55 checking whether the C compiler supports -Wno-error=atomic-alignment... yes 0:06.58 checking whether the C++ compiler supports -Wno-error=atomic-alignment... yes 0:06.62 checking whether the C compiler supports -Wno-error=deprecated-builtins... yes 0:06.65 checking whether the C++ compiler supports -Wno-error=deprecated-builtins... yes 0:06.69 checking whether the C compiler supports -Wformat... yes 0:06.72 checking whether the C++ compiler supports -Wformat... yes 0:06.76 checking whether the C compiler supports -Wformat-security... yes 0:06.80 checking whether the C++ compiler supports -Wformat-security... yes 0:06.83 checking whether the C compiler supports -Wformat-overflow=2... no 0:06.86 checking whether the C++ compiler supports -Wformat-overflow=2... no 0:06.90 checking whether the C compiler supports -Werror=implicit-function-declaration... yes 0:06.93 checking whether the C compiler supports -Wno-psabi... yes 0:06.96 checking whether the C++ compiler supports -Wno-psabi... yes 0:07.00 checking whether the C compiler supports -Wthread-safety... yes 0:07.02 checking whether the C++ compiler supports -Wthread-safety... yes 0:07.05 checking whether the C compiler supports -Wno-error=builtin-macro-redefined... yes 0:07.08 checking whether the C++ compiler supports -Wno-error=builtin-macro-redefined... yes 0:07.12 checking whether the C++ compiler supports -Wno-vla-cxx-extension... yes 0:07.15 checking whether the C compiler supports -Wno-unknown-warning-option... yes 0:07.18 checking whether the C++ compiler supports -Wno-unknown-warning-option... yes 0:07.21 checking whether the C++ compiler supports -fno-sized-deallocation... yes 0:07.25 checking whether the C++ compiler supports -fno-aligned-new... yes 0:07.58 checking whether we're trying to statically link with libstdc++... no 0:07.67 checking whether the linker supports Identical Code Folding... yes 0:07.77 checking whether the C linker supports -Wl,--build-id=sha1... yes 0:07.80 checking whether the C assembler supports -Wa,--noexecstack... yes 0:07.89 checking whether the C linker supports -Wl,-z,noexecstack... yes 0:07.98 checking whether the C linker supports -Wl,-z,text... yes 0:08.07 checking whether the C linker supports -Wl,-z,relro... yes 0:08.14 checking whether the C linker supports -Wl,-z,now... yes 0:08.22 checking whether the C linker supports -Wl,-z,nocopyreloc... yes 0:08.27 checking whether the C assembler supports -fPIC... yes 0:08.31 checking whether the C compiler supports -fPIC... yes 0:08.34 checking whether the C++ compiler supports -fPIC... yes 0:08.42 checking what kind of list files are supported by the linker... linkerlist 0:08.42 checking for llvm_profdata... /usr/bin/llvm-profdata 0:08.44 checking whether llvm-profdata supports 'order' subcommand... yes 0:08.50 checking for readelf... /usr/bin/llvm-readelf 0:08.54 checking for objcopy... /usr/bin/llvm-objcopy 0:08.55 checking for alsa... yes 0:08.55 checking MOZ_ALSA_CFLAGS... 0:08.55 checking MOZ_ALSA_LIBS... -lasound 0:08.56 checking for libpulse... yes 0:08.56 checking MOZ_PULSEAUDIO_CFLAGS... -D_REENTRANT 0:08.56 checking MOZ_PULSEAUDIO_LIBS... -lpulse -pthread 0:08.57 checking for nspr >= 4.32... yes 0:08.57 checking NSPR_CFLAGS... -I/usr/include/nspr 0:08.57 checking NSPR_LIBS... -lplds4 -lplc4 -lnspr4 0:08.58 checking for rustc... /opt/rustc/bin/rustc 0:08.58 checking for cargo... /opt/rustc/bin/cargo 0:08.67 checking rustc version... 1.82.0 0:08.68 checking cargo version... 1.82.0 0:08.84 checking for rust host triplet... x86_64-unknown-linux-gnu 0:08.91 checking for rust target triplet... x86_64-unknown-linux-gnu 0:08.91 checking for rustdoc... /opt/rustc/bin/rustdoc 0:08.92 checking for cbindgen... /usr/bin/cbindgen 0:08.92 checking for rustfmt... /opt/rustc/bin/rustfmt 0:08.92 checking for clang for bindgen... /usr/bin/clang++ 0:08.95 checking for libclang for bindgen... /usr/lib/libclang.so 0:08.97 checking that libclang is new enough... yes 0:08.97 checking bindgen cflags... -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN 0:08.98 checking for libffi > 3.0.9... yes 0:08.98 checking MOZ_FFI_CFLAGS... 0:08.99 checking MOZ_FFI_LIBS... -L/usr/lib/../lib -lffi 0:08.99 checking for icu-i18n >= 73.1... yes 0:09.00 checking MOZ_ICU_CFLAGS... 0:09.00 checking MOZ_ICU_LIBS... -licui18n 0:09.04 checking for tm_zone and tm_gmtoff in struct tm... yes 0:09.13 checking for getpagesize... yes 0:09.21 checking for gmtime_r... yes 0:09.29 checking for localtime_r... yes 0:09.38 checking for gettid... yes 0:09.47 checking for setpriority... yes 0:09.56 checking for syscall... yes 0:09.64 checking for getc_unlocked... yes 0:09.72 checking for pthread_getname_np... yes 0:09.82 checking for pthread_get_name_np... no 0:09.92 checking for strerror... yes 0:10.02 checking for nl_langinfo and CODESET... yes 0:10.13 checking for __cxa_demangle... yes 0:10.21 checking for _getc_nolock... no 0:10.31 checking for localeconv... yes 0:10.33 checking for nodejs... /var/cache/pkg/work/src/node-stdout-nonblocking-wrapper (23.3.0) 0:10.34 checking for gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1... yes 0:10.35 checking MOZ_WAYLAND_CFLAGS... -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/local/include -I/usr/include/webp -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid 0:10.36 checking MOZ_WAYLAND_LIBS... -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon 0:10.36 checking for pango >= 1.22.0... yes 0:10.37 checking MOZ_PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1 0:10.37 checking MOZ_PANGO_LIBS... -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz 0:10.38 checking for fontconfig >= 2.7.0... yes 0:10.38 checking _FONTCONFIG_CFLAGS... -I/usr/include/freetype2 -I/usr/include/libpng16 0:10.38 checking _FONTCONFIG_LIBS... -lfontconfig -lfreetype 0:10.39 checking for freetype2 >= 9.10.3... yes 0:10.39 checking _FT2_CFLAGS... -I/usr/include/freetype2 -I/usr/include/libpng16 0:10.39 checking _FT2_LIBS... -lfreetype 0:10.40 checking for tar... /usr/bin/tar 0:10.40 checking for unzip... /usr/bin/unzip 0:10.40 checking for the Mozilla API key... no 0:10.40 checking for the Google Location Service API key... no 0:10.40 checking for the Google Safebrowsing API key... no 0:10.40 checking for the Bing API key... no 0:10.40 checking for the Adjust SDK key... no 0:10.40 checking for the Leanplum SDK key... no 0:10.40 checking for the Pocket API key... no 0:10.40 checking for libwebp >= 1.0.2 libwebpdemux >= 1.0.2... yes 0:10.41 checking MOZ_WEBP_CFLAGS... -I/usr/include/webp 0:10.41 checking MOZ_WEBP_LIBS... -lwebp -lwebpdemux 0:10.41 checking for x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0 xcomposite xcursor xdamage xfixes xi... yes 0:10.42 checking MOZ_X11_CFLAGS... 0:10.42 checking MOZ_X11_LIBS... -lxcb-shm -lX11-xcb -lX11 -lxcb -lXext -lXrandr -lXcomposite -lXcursor -lXdamage -lXfixes -lXi 0:10.43 checking for ice sm... yes 0:10.43 checking MOZ_X11_SM_CFLAGS... -I/usr/include/uuid 0:10.50 checking for stat64... yes 0:10.58 checking for lstat64... yes 0:10.65 checking for truncate64... yes 0:10.73 checking for statvfs64... yes 0:10.81 checking for statvfs... yes 0:10.88 checking for statfs64... yes 0:10.96 checking for statfs... yes 0:11.04 checking for lutimes... yes 0:11.13 checking for posix_fadvise... yes 0:11.20 checking for posix_fallocate... yes 0:11.27 checking for eventfd... yes 0:11.35 checking for arc4random... yes 0:11.43 checking for arc4random_buf... yes 0:11.51 checking for mallinfo... yes 0:11.55 checking for sys/ioccom.h... no 0:11.67 checking for -z pack-relative-relocs option to ld... yes 0:11.68 checking for vpx >= 1.10.0... yes 0:11.69 checking MOZ_LIBVPX_CFLAGS... 0:11.69 checking MOZ_LIBVPX_LIBS... -lvpx -lm 0:11.73 checking for vpx/vpx_decoder.h... yes 0:11.80 checking for vpx_codec_dec_init_ver... yes 0:11.87 checking for jpeg_destroy_compress... yes 0:11.92 checking for sufficient jpeg library version... yes 0:11.97 checking for sufficient libjpeg-turbo JCS_EXTENSIONS... yes 0:11.97 checking for libpng >= 1.6.35... yes 0:11.97 checking MOZ_PNG_CFLAGS... -I/usr/include/libpng16 0:11.97 checking MOZ_PNG_LIBS... -lpng16 0:12.05 checking for png_get_acTL... yes 0:12.05 checking for nasm... /usr/bin/nasm 0:12.06 checking nasm version... 2.16.03 0:12.07 checking for dump_syms... not found 0:12.16 checking for getcontext... yes 0:12.16 checking for nss >= 3.105... yes 0:12.17 checking NSS_CFLAGS... -I/usr/include/nss -I/usr/include/nspr 0:12.17 checking NSS_LIBS... -lnss3 -lnssutil3 -lsmime3 -lssl3 -lsoftokn3 -lplds4 -lplc4 -lnspr4 0:12.18 checking for gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0... yes 0:12.19 checking MOZ_GTK3_CFLAGS... -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/webp -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid 0:12.20 checking MOZ_GTK3_LIBS... -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 0:12.20 checking for glib-2.0 >= 2.42 gobject-2.0... yes 0:12.21 checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 0:12.21 checking GLIB_LIBS... -lgobject-2.0 -lglib-2.0 0:12.21 checking for dbus-1 >= 0.60... yes 0:12.22 checking MOZ_DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include 0:12.22 checking MOZ_DBUS_LIBS... -ldbus-1 0:12.23 checking for pixman-1 >= 0.40.0... yes 0:12.23 checking MOZ_PIXMAN_CFLAGS... -I/usr/include/pixman-1 0:12.23 checking MOZ_PIXMAN_LIBS... -lpixman-1 0:12.28 checking for sin_len in struct sockaddr_in... no 0:12.32 checking for sin_len6 in struct sockaddr_in6... no 0:12.36 checking for sa_len in struct sockaddr... no 0:12.39 checking for pthread_cond_timedwait_monotonic_np... no 0:12.41 checking for 32-bits ethtool_cmd.speed... yes 0:12.44 checking for linux/joystick.h... yes 0:12.49 checking for valid C compiler optimization flags... yes 0:12.49 checking for awk... /usr/bin/gawk 0:12.49 checking for gmake... /usr/bin/make 0:12.49 checking for watchman... not found 0:12.49 checking for xargs... /usr/bin/xargs 0:12.49 checking for rpmbuild... not found 0:12.61 checking for strip... /usr/bin/llvm-strip 0:12.61 checking for zlib >= 1.2.3... yes 0:12.62 checking MOZ_ZLIB_CFLAGS... 0:12.62 checking MOZ_ZLIB_LIBS... -lz 0:12.62 checking for m4... /usr/bin/m4 0:12.69 creating cache ./config.cache 0:12.70 checking if app-specific confvars.sh exists... /var/cache/pkg/work/src/firefox-132.0.2/browser/confvars.sh 0:12.74 updating cache ./config.cache 0:12.75 creating ./config.data 0:12.77 js/src> Refreshing /var/cache/pkg/work/src/firefox-132.0.2/js/src/old-configure with /var/cache/pkg/work/src/firefox-132.0.2/build/autoconf/autoconf.sh 0:12.87 js/src> loading cache ./config.cache 0:12.89 js/src> creating ./config.data 0:12.91 Creating config.status 0:13.13 Reticulating splines... 0:19.23 Finished reading 1987 moz.build files in 2.41s 0:19.23 Read 13 gyp files in parallel contributing 0.00s to total wall time 0:19.23 Processed into 13374 build config descriptors in 1.27s 0:19.23 RecursiveMake backend executed in 2.15s 0:19.23 4192 total backend files; 3178 created; 0 updated; 1014 unchanged; 0 deleted; 19 -> 1571 Makefile 0:19.24 FasterMake backend executed in 0.00s 0:19.24 0 total backend files; 0 created; 0 updated; 0 unchanged; 0 deleted 0:19.24 Clangd backend executed in 0.00s 0:19.24 0 total backend files; 0 created; 0 updated; 0 unchanged; 0 deleted 0:19.24 Total wall time: 6.13s; CPU time: 6.11s; Efficiency: 100%; Untracked: 0.29s 0:20.06 W Adding make options from /var/cache/pkg/work/src/firefox-132.0.2/.mozconfig MOZ_OBJDIR=/var/cache/pkg/work/src/firefox-132.0.2/firefox-shared OBJDIR=/var/cache/pkg/work/src/firefox-132.0.2/firefox-shared FOUND_MOZCONFIG=/var/cache/pkg/work/src/firefox-132.0.2/.mozconfig export FOUND_MOZCONFIG 0:20.06 /usr/bin/make -f client.mk -j36 -s 0:20.07 make[1]: warning: -j36 forced in submake: resetting jobserver mode. 0:20.26 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. 0:20.26 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. 0:20.31 Elapsed: 0.05s; From _tests: Kept 13 existing; Added/updated 666; Removed 0 files and 0 directories. 0:20.39 Elapsed: 0.13s; From dist/bin: Kept 12 existing; Added/updated 2930; Removed 0 files and 0 directories. 0:20.43 Elapsed: 0.17s; From dist/include: Kept 1859 existing; Added/updated 4500; Removed 0 files and 0 directories. 0:20.49 ./mozilla-config.h.stub 0:20.49 ./buildid.h.stub 0:20.49 ./source-repo.h.stub 0:20.49 ./stl.sentinel.stub 0:20.49 ./cbindgen-metadata.json.stub 0:20.49 ./UseCounterList.h.stub 0:20.49 ./UseCounterWorkerList.h.stub 0:20.49 ./ServoCSSPropList.py.stub 0:20.49 ./encodingsgroups.properties.h.stub 0:20.50 ./BaseChars.h.stub 0:20.50 ./IsCombiningDiacritic.h.stub 0:20.50 ./js-confdefs.h.stub 0:20.50 ./js-config.h.stub 0:20.50 ./ProfilingCategoryList.h.stub 0:20.50 ./PrefsGenerated.h.stub 0:20.50 ./ReservedWordsGenerated.h.stub 0:20.50 ./StatsPhasesGenerated.h.stub 0:20.50 ./ABIFunctionTypeGenerated.h.stub 0:20.50 ./MIROpsGenerated.h.stub 0:20.50 ./LIROpsGenerated.h.stub 0:20.50 ./CacheIROpsGenerated.h.stub 0:20.50 ./AtomicOperationsGenerated.h.stub 0:20.51 ./WasmBuiltinModuleGenerated.h.stub 0:20.51 config 0:20.51 ./FrameIdList.h.stub 0:20.51 ./FrameTypeList.h.stub 0:20.51 ./CountedUnknownProperties.h.stub 0:20.51 ./registered_field_trials.h.stub 0:20.51 ./metrics_yamls.cached.stub 0:20.51 ./pings_yamls.cached.stub 0:20.51 ./NimbusFeatureManifest.h.stub 0:20.51 ./TelemetryHistogramEnums.h.stub 0:20.51 ./TelemetryHistogramNameMap.h.stub 0:20.52 ./TelemetryScalarData.h.stub 0:20.52 ./TelemetryScalarEnums.h.stub 0:20.52 ./TelemetryEventData.h.stub 0:20.63 ./TelemetryEventEnums.h.stub 0:20.67 ./TelemetryProcessEnums.h.stub 0:20.73 ./TelemetryProcessData.h.stub 0:20.74 ./TelemetryUserInteractionData.h.stub 0:20.75 ./TelemetryUserInteractionNameMap.h.stub 0:20.76 ./CrashAnnotations.h.stub 0:20.76 ./profiling_categories.rs.stub 0:20.76 ./ErrorList.h.stub 0:20.76 ./ErrorNamesInternal.h.stub 0:20.76 ./error_list.rs.stub 0:20.77 ./Services.h.stub 0:20.77 ./GeckoProcessTypes.h.stub 0:20.77 ./nsGkAtomList.h.stub 0:20.78 ./nsGkAtomConsts.h.stub 0:20.78 ./xpidl.stub.stub 0:20.83 ./application.ini.stub 0:20.84 ./buildconfig.rs.stub 0:20.85 config/nsinstall_real 0:20.86 ./selfhosted.out.h.stub 0:20.91 config/system-header.sentinel.stub 0:21.06 ./application.ini.h.stub 0:21.17 xpcom/components/Components.h.stub 0:21.18 modules/libpref/StaticPrefListAll.h.stub 0:21.19 WARNING: mkdir -dot- requested by /usr/bin/make -C /var/cache/pkg/work/src/firefox-132.0.2/firefox-shared/config/makefiles/xpidl xpidl 0:21.19 config/makefiles/xpidl/Bits.xpt 0:21.19 config/makefiles/xpidl/alerts.xpt 0:21.19 config/makefiles/xpidl/appshell.xpt 0:21.19 config/makefiles/xpidl/appstartup.xpt 0:21.19 config/makefiles/xpidl/autocomplete.xpt 0:21.20 config/makefiles/xpidl/autoplay.xpt 0:21.20 config/makefiles/xpidl/backgroundhangmonitor.xpt 0:21.21 config/makefiles/xpidl/browser-newtab.xpt 0:21.23 config/makefiles/xpidl/browsercompsbase.xpt 0:21.30 config/makefiles/xpidl/caps.xpt 0:21.31 config/makefiles/xpidl/captivedetect.xpt 0:21.36 config/makefiles/xpidl/cascade_bindings.xpt 0:21.42 ./ohttp_pings.rs.stub 0:21.43 config/makefiles/xpidl/chrome.xpt 0:21.43 config/makefiles/xpidl/commandhandler.xpt 0:21.43 config/makefiles/xpidl/commandlines.xpt 0:21.44 config/makefiles/xpidl/composer.xpt 0:21.44 config/makefiles/xpidl/content_events.xpt 0:21.44 config/makefiles/xpidl/content_geckomediaplugins.xpt 0:21.44 config/makefiles/xpidl/docshell.xpt 0:21.44 config/makefiles/xpidl/dom.xpt 0:21.44 config/makefiles/xpidl/dom_audiochannel.xpt 0:21.44 config/makefiles/xpidl/dom_base.xpt 0:21.44 config/makefiles/xpidl/dom_bindings.xpt 0:21.44 config/makefiles/xpidl/dom_events.xpt 0:21.44 config/makefiles/xpidl/dom_geolocation.xpt 0:21.50 config/makefiles/xpidl/dom_identitycredential.xpt 0:21.51 config/makefiles/xpidl/dom_indexeddb.xpt 0:21.53 config/makefiles/xpidl/dom_localstorage.xpt 0:21.54 config/makefiles/xpidl/dom_media.xpt 0:21.54 config/makefiles/xpidl/dom_network.xpt 0:21.54 config/makefiles/xpidl/dom_notification.xpt 0:21.55 config/makefiles/xpidl/dom_payments.xpt 0:21.56 config/makefiles/xpidl/dom_power.xpt 0:21.59 config/makefiles/xpidl/dom_push.xpt 0:21.62 config/makefiles/xpidl/dom_quota.xpt 0:21.62 config/makefiles/xpidl/dom_security.xpt 0:21.64 config/makefiles/xpidl/dom_serializers.xpt 0:21.65 config/makefiles/xpidl/dom_sidebar.xpt 0:21.68 config/makefiles/xpidl/dom_simpledb.xpt 0:21.68 config/makefiles/xpidl/dom_storage.xpt 0:21.73 config/makefiles/xpidl/dom_system.xpt 0:21.76 config/makefiles/xpidl/dom_webauthn.xpt 0:21.76 config/makefiles/xpidl/dom_webspeechrecognition.xpt 0:21.76 config/makefiles/xpidl/dom_webspeechsynth.xpt 0:21.76 config/makefiles/xpidl/dom_workers.xpt 0:21.76 config/makefiles/xpidl/dom_xslt.xpt 0:21.78 config/makefiles/xpidl/dom_xul.xpt 0:21.80 config/makefiles/xpidl/downloads.xpt 0:21.80 config/makefiles/xpidl/editor.xpt 0:21.81 config/makefiles/xpidl/enterprisepolicies.xpt 0:21.82 config/makefiles/xpidl/extensions.xpt 0:21.84 config/makefiles/xpidl/exthandler.xpt 0:21.84 config/makefiles/xpidl/fastfind.xpt 0:21.84 ./CSS2Properties.webidl.stub 0:21.87 ./CSSPageDescriptors.webidl.stub 0:21.87 config/makefiles/xpidl/fog.xpt 0:21.88 ./CSSPositionTryDescriptors.webidl.stub 0:21.89 ./nsCSSPropertyID.h.stub 0:21.90 ./ServoCSSPropList.h.stub 0:21.93 ./CompositorAnimatableProperties.h.stub 0:21.95 config/makefiles/xpidl/gfx.xpt 0:22.00 config/makefiles/xpidl/html5.xpt 0:22.01 config/makefiles/xpidl/htmlparser.xpt 0:22.02 config/makefiles/xpidl/http-sfv.xpt 0:22.02 config/makefiles/xpidl/imglib2.xpt 0:22.04 config/makefiles/xpidl/inspector.xpt 0:22.05 config/makefiles/xpidl/intl.xpt 0:22.06 config/makefiles/xpidl/jar.xpt 0:22.07 config/makefiles/xpidl/jsdevtools.xpt 0:22.08 config/makefiles/xpidl/kvstore.xpt 0:22.08 config/makefiles/xpidl/layout_base.xpt 0:22.09 config/makefiles/xpidl/layout_xul_tree.xpt 0:22.11 config/makefiles/xpidl/locale.xpt 0:22.11 config/makefiles/xpidl/loginmgr.xpt 0:22.11 config/makefiles/xpidl/migration.xpt 0:22.15 config/makefiles/xpidl/mimetype.xpt 0:22.15 config/makefiles/xpidl/mozfind.xpt 0:22.17 config/makefiles/xpidl/mozintl.xpt 0:22.17 config/makefiles/xpidl/necko.xpt 0:22.18 config/makefiles/xpidl/necko_about.xpt 0:22.18 config/makefiles/xpidl/necko_cache2.xpt 0:22.21 config/makefiles/xpidl/necko_cookie.xpt 0:22.21 config/makefiles/xpidl/necko_dns.xpt 0:22.21 config/makefiles/xpidl/necko_file.xpt 0:22.22 config/makefiles/xpidl/necko_http.xpt 0:22.25 config/makefiles/xpidl/necko_res.xpt 0:22.27 config/makefiles/xpidl/necko_socket.xpt 0:22.31 config/makefiles/xpidl/necko_strconv.xpt 0:22.34 config/makefiles/xpidl/necko_viewsource.xpt 0:22.35 config/makefiles/xpidl/necko_websocket.xpt 0:22.36 config/makefiles/xpidl/necko_webtransport.xpt 0:22.37 config/makefiles/xpidl/parentalcontrols.xpt 0:22.38 config/makefiles/xpidl/peerconnection.xpt 0:22.40 config/makefiles/xpidl/pipnss.xpt 0:22.41 config/makefiles/xpidl/places.xpt 0:22.41 config/makefiles/xpidl/pref.xpt 0:22.43 config/makefiles/xpidl/prefetch.xpt 0:22.45 config/makefiles/xpidl/privateattribution.xpt 0:22.46 config/makefiles/xpidl/profiler.xpt 0:22.46 config/makefiles/xpidl/remote.xpt 0:22.47 config/makefiles/xpidl/reputationservice.xpt 0:22.47 config/makefiles/xpidl/sandbox.xpt 0:22.47 config/makefiles/xpidl/satchel.xpt 0:22.49 config/makefiles/xpidl/services.xpt 0:22.50 config/makefiles/xpidl/sessionstore.xpt 0:22.53 config/makefiles/xpidl/shellservice.xpt 0:22.53 config/makefiles/xpidl/shistory.xpt 0:22.54 config/makefiles/xpidl/spellchecker.xpt 0:22.54 config/makefiles/xpidl/startupcache.xpt 0:22.56 config/makefiles/xpidl/storage.xpt 0:22.56 config/makefiles/xpidl/telemetry.xpt 0:22.60 config/makefiles/xpidl/thumbnails.xpt 0:22.62 config/makefiles/xpidl/toolkit_antitracking.xpt 0:22.63 config/makefiles/xpidl/toolkit_asyncshutdown.xpt 0:22.64 config/makefiles/xpidl/toolkit_backgroundtasks.xpt 0:22.64 config/makefiles/xpidl/toolkit_cleardata.xpt 0:22.69 config/makefiles/xpidl/toolkit_contentanalysis.xpt 0:22.73 config/makefiles/xpidl/toolkit_cookiebanners.xpt 0:22.74 config/makefiles/xpidl/toolkit_crashservice.xpt 0:22.75 config/makefiles/xpidl/toolkit_finalizationwitness.xpt 0:22.76 config/makefiles/xpidl/toolkit_modules.xpt 0:22.77 config/makefiles/xpidl/toolkit_processtools.xpt 0:22.78 config/makefiles/xpidl/toolkit_resistfingerprinting.xpt 0:22.79 config/makefiles/xpidl/toolkit_search.xpt 0:22.79 config/makefiles/xpidl/toolkit_shell.xpt 0:22.80 config/makefiles/xpidl/toolkit_terminator.xpt 0:22.80 config/makefiles/xpidl/toolkit_xulstore.xpt 0:22.80 config/makefiles/xpidl/toolkitprofile.xpt 0:22.81 config/makefiles/xpidl/toolkitremote.xpt 0:22.82 config/makefiles/xpidl/txmgr.xpt 0:22.82 config/makefiles/xpidl/txtsvc.xpt 0:22.86 config/makefiles/xpidl/uconv.xpt 0:22.86 config/makefiles/xpidl/update.xpt 0:22.86 config/makefiles/xpidl/uriloader.xpt 0:22.87 config/makefiles/xpidl/url-classifier.xpt 0:22.88 config/makefiles/xpidl/urlformatter.xpt 0:22.91 config/makefiles/xpidl/webBrowser_core.xpt 0:22.93 config/makefiles/xpidl/webbrowserpersist.xpt 0:22.93 config/makefiles/xpidl/webextensions.xpt 0:22.98 config/makefiles/xpidl/webextensions-storage.xpt 0:22.98 config/makefiles/xpidl/webvtt.xpt 0:22.98 config/makefiles/xpidl/widget.xpt 0:23.02 config/makefiles/xpidl/windowcreator.xpt 0:23.05 config/makefiles/xpidl/windowwatcher.xpt 0:23.06 config/makefiles/xpidl/xpcom_base.xpt 0:23.08 config/makefiles/xpidl/xpcom_components.xpt 0:23.10 config/makefiles/xpidl/xpcom_ds.xpt 0:23.10 config/makefiles/xpidl/xpcom_io.xpt 0:23.11 config/makefiles/xpidl/xpcom_system.xpt 0:23.11 config/makefiles/xpidl/xpcom_threads.xpt 0:23.12 config/makefiles/xpidl/xpconnect.xpt 0:23.13 config/makefiles/xpidl/xul.xpt 0:23.13 config/makefiles/xpidl/xulapp.xpt 0:23.13 config/makefiles/xpidl/zipwriter.xpt 0:23.90 config/makefiles/xpidl/xptdata.stub 0:24.38 ./GeneratedElementDocumentState.h.stub 0:24.38 ./fragmentdirectives_ffi_generated.h.stub 0:24.38 ./data_encoding_ffi_generated.h.stub 0:24.38 ./mime_guess_ffi_generated.h.stub 0:24.38 ./audioipc2_client_ffi_generated.h.stub 0:24.38 ./audioipc2_server_ffi_generated.h.stub 0:24.38 ./midir_impl_ffi_generated.h.stub 0:24.38 ./origin_trials_ffi_generated.h.stub 0:24.38 ./webrender_ffi_generated.h.stub 0:24.38 ./wgpu_ffi_generated.h.stub 0:24.39 ./unicode_bidi_ffi_generated.h.stub 0:24.39 ./mapped_hyph.h.stub 0:24.39 ./fluent_ffi_generated.h.stub 0:24.39 ./l10nregistry_ffi_generated.h.stub 0:24.39 ./localization_ffi_generated.h.stub 0:24.39 ./fluent_langneg_ffi_generated.h.stub 0:24.39 ./oxilangtag_ffi_generated.h.stub 0:24.39 ./unic_langid_ffi_generated.h.stub 0:24.39 ./ServoStyleConsts.h.stub 0:24.39 ./mp4parse_ffi_generated.h.stub 0:24.39 ./idna_glue.h.stub 0:24.40 ./MozURL_ffi.h.stub 0:24.40 ./rust_helper.h.stub 0:24.40 ./neqo_glue_ffi_generated.h.stub 0:24.40 ./signature_cache_ffi.h.stub 0:24.40 ./fog_ffi_generated.h.stub 0:24.40 ./jog_ffi_generated.h.stub 0:24.40 ./dap_ffi_generated.h.stub 0:24.40 ./profiler_ffi_generated.h.stub 0:24.40 ./gk_rust_utils_ffi_generated.h.stub 0:27.41 ./EventGIFFTMap.h.stub 0:27.42 ./HistogramGIFFTMap.h.stub 0:27.42 ./ScalarGIFFTMap.h.stub 0:27.42 ./factory.rs.stub 0:27.77 toolkit/components/glean/GleanMetrics.h.stub 0:27.77 toolkit/components/glean/GleanPings.h.stub 0:29.87 dom/media/fake-cdm 0:29.87 browser/app 0:29.87 memory/build 0:29.87 browser/components/shell 0:29.87 build/pure_virtual 0:29.88 memory/mozalloc 0:29.88 mfbt 0:29.88 mozglue/build 0:29.88 mozglue/interposers 0:29.88 mozglue/baseprofiler 0:29.88 config/external/gkcodecs/libgkcodecs.so.symbols.stub 0:29.88 xpcom/glue/standalone 0:29.88 dom/media/gmp-plugin-openh264 0:29.88 devtools/shared/heapsnapshot 0:29.88 ipc/app 0:29.89 browser/components/about 0:29.89 caps 0:29.89 docshell/base 0:29.89 chrome 0:29.89 mozglue/misc 0:29.89 config/external/sqlite/libmozsqlite3.so.symbols.stub 0:29.89 media/libogg 0:29.89 toolkit/library/build/libxul.so.symbols.stub 0:29.89 media/libsoundtouch/src 0:29.89 media/libvorbis 0:29.89 third_party/sqlite3/ext 0:29.89 devtools/platform 0:29.89 third_party/sqlite3/src 0:29.89 config/external/rlbox 0:29.89 media/libopus 0:29.89 docshell/build 0:29.92 media/libaom 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/dom/media/webrtc/sdp/rsdparsa_capi/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/js/src/rust/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/dom/media/gtest/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/bitsdownload/bits_client/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/storage/variant/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/security/manager/ssl/cert_storage/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/glean/tests/gtest/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/netwerk/base/mozurl/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/gtest/xpcom/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/cascade_bloom_filter/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/bitsdownload/bits_client/bits/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust/shared/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust/shared/Cargo.toml: unused manifest key: lib.plugin 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/js/src/fuzz-tests/gluesmith/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/intl/encoding_glue/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/dom/fs/parent/rust/data-encoding-ffi/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/processtools/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/gtest/bench-collections/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/gtest/nsstring/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/uniffi-bindgen-gecko-js/fixtures/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/uniffi-bindgen-gecko-js/fixtures/Cargo.toml: unused manifest key: lib.plugin 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust/Cargo.toml: unused manifest key: lib.plugin 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/modules/libpref/parser/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/bitsdownload/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/uniffi-bindgen-gecko-js/components/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/uniffi-bindgen-gecko-js/components/Cargo.toml: unused manifest key: lib.plugin 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/malloc_size_of_derive/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/tools/profiler/rust-helper/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/js/src/rust/shared/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/gtest/rust/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/gtest/rust/Cargo.toml: unused manifest key: lib.plugin 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/dom/fs/parent/rust/mime-guess-ffi/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:29.94 warning: /var/cache/pkg/work/src/firefox-132.0.2/netwerk/base/rust-helper/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 0:31.43 docshell/shistory 0:31.89 dom/abort 0:31.98 dom/animation 0:32.38 dom/audiochannel 0:32.38 dom/base/UseCounterMetrics.cpp.stub 0:32.43 dom/battery 0:32.64 dom/bindings 0:32.89 dom/broadcastchannel 0:33.06 dom/cache 0:33.14 dom/canvas 0:33.57 dom/clients/api 0:33.66 dom/clients/manager 0:36.86 dom/closewatcher 0:36.95 Compiling proc-macro2 v1.0.86 0:37.08 Compiling unicode-ident v1.0.6 0:37.19 Compiling serde v1.0.210 0:37.63 Compiling cfg-if v1.0.0 0:37.67 Compiling version_check v0.9.4 0:37.71 Compiling libc v0.2.158 0:38.80 Compiling quote v1.0.35 0:39.34 dom/commandhandler 0:39.38 Compiling syn v2.0.68 0:40.22 Compiling memchr v2.7.4 0:41.21 Compiling autocfg v1.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/third_party/rust/autocfg) 0:41.74 Compiling minimal-lexical v0.2.1 0:41.93 Compiling glob v0.3.1 0:42.02 Compiling thiserror v1.0.63 0:42.11 Compiling nom v7.1.3 0:42.16 Compiling log v0.4.20 0:42.19 Compiling once_cell v1.19.0 0:42.20 Compiling mozbuild v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/mozbuild) 0:42.45 Compiling semver v1.0.16 0:42.47 Compiling lazy_static v1.4.0 0:42.53 Compiling ahash v0.8.11 0:42.56 Compiling siphasher v0.3.10 0:42.76 Compiling stable_deref_trait v1.2.0 0:42.80 Compiling zerocopy v0.7.32 0:42.80 Compiling anyhow v1.0.69 0:42.82 Compiling camino v1.1.2 0:42.93 Compiling jobserver v0.1.25 0:43.14 Compiling unicase v2.6.0 0:43.33 Compiling pkg-config v0.3.26 0:43.55 Compiling cc v1.0.89 0:43.61 Compiling encoding_rs v0.8.34 0:43.64 Compiling paste v1.0.11 0:43.84 Compiling equivalent v1.0.1 0:44.31 Compiling mime_guess v2.0.4 0:44.32 Compiling itoa v1.0.5 0:44.36 Compiling bytes v1.4.0 0:44.75 Compiling fs-err v2.9.0 0:45.15 Compiling serde_json v1.0.116 0:45.49 Compiling ryu v1.0.12 0:45.62 Compiling mime v0.3.16 0:45.76 Compiling smawk v0.3.2 0:45.85 Compiling weedle2 v5.0.0 0:45.88 Compiling textwrap v0.16.1 0:45.91 Compiling plain v0.2.3 0:45.99 Compiling askama_escape v0.10.3 0:46.11 Compiling synstructure v0.13.1 0:46.29 Compiling libm v0.2.6 0:46.45 Compiling heck v0.5.0 0:46.50 Compiling either v1.8.1 0:46.51 Compiling static_assertions v1.1.0 0:46.61 Compiling thin-vec v0.2.12 0:46.68 Compiling itertools v0.10.5 0:47.06 Compiling bitflags v2.6.0 0:47.18 Compiling litemap v0.7.3 0:47.37 Compiling writeable v0.5.5 0:47.41 dom/console 0:47.46 Compiling num-traits v0.2.19 0:47.47 Compiling clang-sys v1.7.0 0:47.68 Compiling aho-corasick v1.1.0 0:47.95 Compiling byteorder v1.5.0 0:48.01 Compiling regex-syntax v0.7.5 0:48.24 Compiling libloading v0.8.3 0:48.28 Compiling getrandom v0.2.14 0:48.30 Compiling bindgen v0.69.4 (/var/cache/pkg/work/src/firefox-132.0.2/third_party/rust/bindgen) 0:48.56 Compiling cexpr v0.6.0 0:48.60 Compiling rustc-hash v1.1.0 0:48.67 Compiling lazycell v1.3.0 0:48.73 Compiling shlex v1.1.0 0:48.74 Compiling icu_locid_transform_data v1.5.0 0:48.79 Compiling utf8_iter v1.0.4 0:48.95 Compiling icu_properties_data v1.5.0 0:49.03 Compiling scopeguard v1.1.0 0:49.07 dom/cookiestore 0:49.10 Compiling crossbeam-utils v0.8.20 0:49.13 Compiling cstr v0.2.11 0:49.35 Compiling percent-encoding v2.3.1 0:49.65 Compiling write16 v1.0.0 0:49.70 Compiling icu_normalizer_data v1.5.0 0:49.72 Compiling utf16_iter v1.0.5 0:49.79 Compiling threadbound v0.1.5 0:49.86 Compiling form_urlencoded v1.2.1 0:50.18 Compiling regex-automata v0.3.7 0:50.21 Compiling lock_api v0.4.9 0:50.42 Compiling parking_lot_core v0.9.10 0:50.64 Compiling typenum v1.16.0 0:51.08 Compiling strsim v0.11.1 0:51.10 Compiling fnv v1.0.7 0:51.15 Compiling ident_case v1.0.1 0:51.26 Compiling num-integer v0.1.45 0:51.46 Compiling darling_core v0.20.10 0:51.97 dom/credentialmanagement/identity 0:52.13 dom/credentialmanagement 0:52.16 Compiling generic-array v0.14.6 0:52.48 Compiling base64 v0.21.3 0:52.80 Compiling rand_core v0.6.4 0:53.13 Compiling vcpkg v0.2.999 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/vcpkg) 0:53.17 Compiling libsqlite3-sys v0.28.0 0:53.32 Compiling ppv-lite86 v0.2.17 0:53.34 Compiling cfg_aliases v0.2.1 0:53.37 dom/crypto 0:53.43 Compiling lmdb-rkv-sys v0.11.2 0:53.44 Compiling time v0.1.45 0:53.90 Compiling rand_chacha v0.3.1 0:53.94 Compiling fallible-streaming-iterator v0.1.9 0:54.11 Compiling regex v1.9.4 0:54.14 Compiling fallible-iterator v0.3.0 0:54.37 Compiling rand v0.8.5 0:54.50 Compiling block-buffer v0.10.3 0:54.63 Compiling crypto-common v0.1.6 0:54.73 Compiling digest v0.10.6 0:54.97 Compiling termcolor v1.4.1 0:55.00 Compiling arrayref v0.3.6 0:55.37 Compiling ordered-float v3.4.0 0:55.64 Compiling ffi-support v0.4.4 0:55.76 Compiling slab v0.4.8 0:55.80 Compiling phf_shared v0.11.2 0:56.03 Compiling adler v1.0.2 0:56.04 Compiling id-arena v2.2.1 0:56.06 Compiling phf_generator v0.11.2 0:56.07 Compiling crc32fast v1.4.2 0:56.10 Compiling miniz_oxide v0.7.1 0:56.18 Compiling whatsys v0.3.1 0:56.19 Compiling crossbeam-channel v0.5.13 0:56.25 Compiling memoffset v0.9.0 0:56.33 Compiling rustix v0.38.34 0:56.35 Compiling async-task v4.3.0 0:56.36 Compiling futures-core v0.3.28 0:56.45 Compiling zeitstempel v0.1.1 0:56.49 Compiling linux-raw-sys v0.4.12 0:56.52 Compiling futures-channel v0.3.28 0:56.52 Compiling futures-task v0.3.28 0:56.74 Compiling cfg_aliases v0.1.1 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/cfg_aliases) 0:56.74 Compiling crossbeam-epoch v0.9.14 0:56.74 Compiling futures-sink v0.3.28 0:56.79 Compiling futures-util v0.3.28 0:56.85 Compiling flate2 v1.0.30 0:56.85 Compiling fastrand v2.1.0 0:57.03 Compiling cmake v0.1.999 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/cmake) 0:57.19 Compiling cubeb-sys v0.13.0 0:57.36 Compiling memoffset v0.8.999 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/memoffset) 0:57.36 Compiling type-map v0.4.0 0:57.39 Compiling env_logger v0.10.0 0:57.41 Compiling cpufeatures v0.2.8 0:57.51 Compiling rayon-core v1.12.0 0:57.53 Compiling pin-utils v0.1.0 0:57.57 Compiling futures-io v0.3.28 0:57.62 Compiling pin-project-lite v0.2.14 0:57.68 Compiling khronos_api v3.1.0 0:57.76 Compiling fxhash v0.2.1 0:57.78 Compiling dtoa v0.4.8 0:57.87 Compiling smallbitvec v2.5.1 0:57.94 Compiling neqo-common v0.9.2 (https://github.com/mozilla/neqo?tag=v0.9.2#aca20d38) 0:58.06 Compiling self_cell v0.10.2 0:58.13 Compiling atomic_refcell v0.1.9 0:58.22 Compiling crossbeam-deque v0.8.2 0:58.29 Compiling dtoa-short v0.3.3 0:58.41 Compiling sha2 v0.10.6 0:58.45 Compiling phf_codegen v0.11.2 0:58.51 Compiling libdbus-sys v0.2.2 0:58.55 Compiling xml-rs v0.8.4 0:58.58 Compiling selectors v0.25.0 (/var/cache/pkg/work/src/firefox-132.0.2/servo/components/selectors) 0:58.79 Compiling nix v0.29.0 0:58.98 warning: trait `HasFloat` is never used 0:58.98 --> third_party/rust/bindgen/ir/item.rs:89:18 0:58.98 | 0:58.98 89 | pub(crate) trait HasFloat { 0:58.98 | ^^^^^^^^ 0:58.98 | 0:58.98 = note: `#[warn(dead_code)]` on by default 0:59.02 Compiling glslopt v0.1.11 0:59.17 Compiling glsl v6.0.2 0:59.36 Compiling gl_generator v0.14.0 0:59.39 Compiling servo_arc v0.4.0 (/var/cache/pkg/work/src/firefox-132.0.2/servo/components/servo_arc) 0:59.58 Compiling rust_decimal v1.28.1 0:59.69 dom/debugger 0:59.96 Compiling unicode-xid v0.2.5 0:59.98 dom/encoding 1:00.10 Compiling async-trait v0.1.68 1:00.37 Compiling bindgen v0.64.999 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/bindgen-0.63) 1:00.41 Compiling rayon v1.6.1 1:01.05 Compiling naga v22.0.0 (https://github.com/gfx-rs/wgpu?rev=3fda684eb9e69c78b16312a3e927e3ea82e853d1#3fda684e) 1:01.53 Compiling core_maths v0.1.0 1:01.61 Compiling alsa-sys v0.3.1 1:01.87 Compiling num_cpus v1.16.0 1:01.89 Compiling memmap2 v0.9.3 1:02.57 Compiling glsl-to-cxx v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wr/glsl-to-cxx) 1:02.71 Compiling socket2 v0.5.7 1:03.39 Compiling error-chain v0.12.4 1:03.83 Compiling crossbeam-queue v0.3.8 1:04.71 Compiling precomputed-hash v0.1.1 1:04.80 Compiling same-file v1.0.6 1:04.86 Compiling gleam v0.15.0 1:05.10 Compiling ash v0.38.0+1.3.281 1:05.14 Compiling unicode-width v0.1.10 1:05.19 Compiling data-encoding v2.3.3 1:05.34 Compiling strck v0.1.2 1:05.44 Compiling neqo-transport v0.9.2 (https://github.com/mozilla/neqo?tag=v0.9.2#aca20d38) 1:05.53 Compiling new_debug_unreachable v1.0.4 1:05.58 Compiling icu_segmenter_data v1.5.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/icu_segmenter_data) 1:05.77 Compiling bit-vec v0.8.0 1:05.83 Compiling strck_ident v0.1.2 1:06.19 Compiling codespan-reporting v0.11.1 1:06.39 Compiling bit-set v0.8.0 1:06.60 Compiling walkdir v2.3.2 1:08.03 Compiling fluent-pseudo v0.3.1 1:08.31 Compiling build-parallel v0.1.2 1:08.32 Compiling dbus v0.6.5 1:08.48 Compiling wgpu-hal v22.0.0 (https://github.com/gfx-rs/wgpu?rev=3fda684eb9e69c78b16312a3e927e3ea82e853d1#3fda684e) 1:08.52 Compiling audioipc2 v0.6.0 (https://github.com/mozilla/audioipc?rev=e6f44a2bd1e57d11dfc737632a9e849077632330#e6f44a2b) 1:08.80 Compiling hexf-parse v0.2.1 1:08.99 Compiling nss_build_common v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 1:09.00 Compiling smallvec v1.13.1 1:09.09 Compiling void v1.0.2 1:09.16 Compiling chunky-vec v0.1.0 1:09.59 Compiling wgpu-core v22.0.0 (https://github.com/gfx-rs/wgpu?rev=3fda684eb9e69c78b16312a3e927e3ea82e853d1#3fda684e) 1:09.65 Compiling md-5 v0.10.5 1:09.78 Compiling rmp v0.8.14 1:09.87 Compiling libudev-sys v0.1.3 (/var/cache/pkg/work/src/firefox-132.0.2/dom/webauthn/libudev-sys) 1:10.28 Compiling mio v1.0.1 1:10.29 Compiling iovec v0.1.4 1:10.34 Compiling freetype v0.7.0 1:10.39 Compiling authenticator v0.4.1 1:10.57 Compiling svg_fmt v0.4.1 1:10.60 Compiling litrs v0.4.1 1:10.64 Compiling murmurhash3 v0.0.5 1:10.80 Compiling raw-window-handle v0.6.0 1:10.90 Compiling profiling v1.0.7 1:10.92 Compiling tracy-rs v0.1.2 1:10.95 Compiling keccak v0.1.4 1:10.99 Compiling half v1.8.2 1:11.17 Compiling encoding_c_mem v0.2.6 1:11.26 Compiling replace_with v0.1.7 1:11.27 Compiling cose v0.1.4 (https://github.com/franziskuskiefer/cose-rust?rev=43c22248d136c8b38fe42ea709d08da6355cf04b#43c22248) 1:11.32 Compiling encoding_c v0.9.8 1:11.37 Compiling sha3 v0.10.8 1:11.38 Compiling rust_cascade v1.5.0 1:11.47 Compiling libudev v0.2.0 1:11.53 Compiling quinn-udp v0.5.4 1:11.64 Compiling dirs-sys v0.3.7 1:11.76 Compiling pulse-ffi v0.1.0 (https://github.com/mozilla/cubeb-pulse-rs?rev=8678dcab1c287de79c4c184ccc2e065bc62b70e2#8678dcab) 1:11.79 dom/events 1:11.86 Compiling qcms v0.3.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/qcms) 1:11.98 Compiling bitreader v0.3.6 1:12.01 Compiling cache-padded v1.2.0 1:12.03 Compiling moz_cbor v0.1.2 1:12.06 Compiling subtle v2.5.0 1:12.07 Compiling memalloc v0.1.0 1:12.11 Compiling quick-error v1.2.3 1:12.19 Compiling matches v0.1.10 1:12.19 Compiling time-core v0.1.2 1:12.23 Compiling num-conv v0.1.0 1:12.27 Compiling powerfmt v0.2.0 1:12.31 Compiling runloop v0.1.0 1:12.31 Compiling topological-sort v0.1.0 1:12.35 Compiling diplomat-runtime v0.8.0 1:12.40 Compiling time-macros v0.2.18 1:12.47 Compiling dns-parser v0.8.0 1:12.53 Compiling ringbuf v0.2.8 1:12.75 Compiling dirs v4.0.0 1:12.93 Compiling socket2 v0.4.999 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/socket2) 1:12.98 Compiling dogear v0.5.0 1:13.01 Compiling document-features v0.2.10 1:13.05 Compiling sha1 v0.10.5 1:13.14 Compiling arraystring v0.3.0 1:13.16 Compiling chardetng v0.1.9 (https://github.com/hsivonen/chardetng?rev=3484d3e3ebdc8931493aa5df4d7ee9360a90e76b#3484d3e3) 1:13.42 Compiling object v0.36.4 1:13.60 Compiling xmldecl v0.2.0 1:13.72 Compiling oxilangtag v0.1.3 1:14.05 Compiling rustc-demangle v0.1.21 1:14.09 Compiling typed-arena-nomut v0.1.0 1:14.22 Compiling remove_dir_all v0.5.3 1:14.25 Compiling wpf-gpu-raster v0.1.0 (https://github.com/FirefoxGraphics/wpf-gpu-raster?rev=99979da091fd58fba8477e7fcdf5ec0727102916#99979da0) 1:14.27 Compiling chardetng_c v0.1.2 (https://github.com/hsivonen/chardetng_c?rev=ed8a4c6f900a90d4dbc1d64b856e61490a1c3570#ed8a4c6f) 1:14.45 Compiling cose-c v0.1.5 1:14.50 dom/fetch 1:14.58 Compiling rure v0.2.2 (/var/cache/pkg/work/src/firefox-132.0.2/third_party/rust/rure) 1:14.69 Compiling serde_derive v1.0.210 1:14.74 Compiling thiserror-impl v1.0.63 1:14.76 Compiling zerofrom-derive v0.1.3 1:15.19 Compiling yoke-derive v0.7.4 1:15.28 Compiling zerovec-derive v0.10.2 1:15.76 Compiling displaydoc v0.2.4 1:16.39 Compiling scroll_derive v0.12.0 1:16.41 Compiling uniffi_checksum_derive v0.28.1 1:16.49 Compiling icu_provider_macros v1.5.0 1:16.96 Compiling xpcom_macros v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/xpcom/xpcom_macros) 1:16.99 Compiling darling_macro v0.20.10 1:17.03 Compiling profiler-macros v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/tools/profiler/rust-api/macros) 1:18.18 Compiling error-support-macros v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 1:18.51 Compiling uniffi_meta v0.28.1 1:18.84 Compiling darling v0.20.10 1:18.88 Compiling inherent v1.0.7 1:19.01 Compiling serde_with_macros v3.0.0 1:19.52 Compiling scroll v0.12.0 1:19.53 Compiling futures-macro v0.3.28 1:19.78 Compiling derive_more-impl v1.0.0-beta.2 1:19.94 Compiling goblin v0.8.2 1:20.72 Compiling phf_macros v0.11.2 1:20.82 Compiling malloc_size_of_derive v0.1.3 (/var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/malloc_size_of_derive) 1:20.90 Compiling enum-map-derive v0.17.0 1:21.27 Compiling prost-derive v0.12.1 1:23.29 Compiling cssparser-macros v0.6.1 1:23.62 Compiling to_shmem_derive v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/servo/components/to_shmem_derive) 1:23.80 Compiling peek-poke-derive v0.3.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wr/peek-poke/peek-poke-derive) 1:24.45 Compiling enum-map v2.7.3 1:24.66 Compiling audio_thread_priority v0.32.0 1:25.42 Compiling enumset_derive v0.8.1 1:25.61 Compiling fluent-syntax v0.11.0 1:25.66 Compiling bhttp v0.3.1 1:25.80 Compiling style_derive v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/servo/components/style_derive) 1:25.82 Compiling num-derive v0.4.2 1:25.89 Compiling extend v1.2.0 1:26.25 Compiling mapped_hyph v0.4.3 (https://github.com/jfkthame/mapped_hyph.git?rev=eff105f6ad7ec9b79816cfc1985a28e5340ad14b#eff105f6) 1:26.29 Compiling phf v0.11.2 1:26.50 Compiling moz_asserts v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/mozglue/static/rust/moz_asserts) 1:26.67 Compiling prefs_parser v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/modules/libpref/parser) 1:27.74 dom/file/ipc 1:29.06 dom/file 1:30.03 Compiling enumset v1.1.2 1:31.43 Compiling prost v0.12.1 1:32.43 dom/file/uri 1:32.50 Compiling zerofrom v0.1.4 1:32.60 warning: `bindgen` (lib) generated 1 warning 1:32.60 Compiling gecko-profiler v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/tools/profiler/rust-api) 1:32.65 Compiling yoke v0.7.4 1:32.92 Compiling zerovec v0.10.4 1:33.72 Compiling futures-executor v0.3.28 1:33.88 Compiling futures v0.3.28 1:33.93 Compiling pkcs11-bindings v0.1.5 1:34.15 Compiling derive_more v1.0.0-beta.2 1:34.25 Compiling derive_more v0.99.999 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/derive_more) 1:35.01 Compiling tinystr v0.7.6 1:35.29 Compiling icu_locid v1.5.0 1:35.29 Compiling icu_collections v1.5.0 1:36.68 Compiling icu_provider v1.5.0 1:36.69 Compiling unic-langid-impl v0.9.5 1:37.41 Compiling icu_locid_transform v1.5.0 1:37.65 Compiling icu_segmenter v1.5.0 1:38.47 Compiling unic-langid v0.9.5 1:38.53 Compiling fluent-langneg v0.13.0 1:38.56 Compiling intl_pluralrules v7.0.2 1:38.68 Compiling intl-memoizer v0.5.1 1:38.83 Compiling icu_provider_adapters v1.5.0 1:39.46 dom/filesystem/compat 1:40.01 dom/filesystem 1:40.55 dom/flex 1:40.87 dom/fs/api 1:41.47 Compiling toml v0.5.11 1:41.72 Compiling allocator-api2 v0.2.999 (/var/cache/pkg/work/src/firefox-132.0.2/third_party/rust/allocator-api2) 1:42.48 Compiling hashbrown v0.14.5 1:42.98 Compiling cargo-platform v0.1.2 1:43.30 dom/fs/child 1:43.76 Compiling indexmap v2.2.6 1:43.84 Compiling nsstring v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/nsstring) 1:44.09 Compiling basic-toml v0.1.2 1:45.08 Compiling cargo_metadata v0.15.3 1:45.15 Compiling bincode v1.3.3 1:45.25 dom/fs/parent/datamodel 1:45.50 dom/fs/parent 1:45.99 Compiling uniffi_core v0.28.1 1:46.35 Compiling nserror v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/nserror) 1:46.53 Compiling unicode-bidi v0.3.15 (https://github.com/servo/unicode-bidi?rev=ca612daf1c08c53abe07327cb3e6ef6e0a760f0c#ca612daf) 1:46.92 Compiling uniffi_testing v0.28.1 1:46.95 Compiling uniffi_macros v0.28.1 1:47.23 Compiling uniffi_udl v0.28.1 1:47.33 Compiling icu_properties v1.5.0 1:47.39 Compiling askama_derive v0.12.1 1:47.98 Compiling xpcom v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/xpcom) 1:49.74 Compiling bitflags v1.999.999 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/bitflags) 1:50.34 Compiling uuid v1.3.0 1:50.49 dom/fs/shared 1:50.54 Compiling parking_lot v0.12.1 1:50.73 Compiling icu_normalizer v1.5.0 1:50.86 Compiling arrayvec v0.7.6 1:50.99 Compiling hashlink v0.9.1 1:51.08 dom/gamepad 1:51.26 Compiling euclid v0.22.10 1:51.55 Compiling idna v1.0.2 1:51.92 Compiling rusqlite v0.31.0 1:52.57 Compiling url v2.5.1 1:53.09 Compiling chrono v0.4.19 1:53.25 Compiling lmdb-rkv v0.14.0 1:53.76 Compiling rkv v0.19.0 1:54.30 Compiling app_units v0.7.3 1:54.63 Compiling serde_path_to_error v0.1.11 1:55.10 Compiling serde_bytes v0.11.9 1:55.33 Compiling sync-guid v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 1:55.38 Compiling payload-support v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 1:55.47 CompilingBUILDSTATUS@media/libaom END_Object variance_impl_avx2.o 1:55.47 serde_with v3.0.0 1:55.47 dom/geolocation 1:55.58 Compiling static_prefs v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/modules/libpref/init/static_prefs) 1:55.63 Compiling fluent-bundle v0.15.2 1:55.70 Compiling webrender_build v0.0.2 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wr/webrender_build) 1:55.83 Compiling wr_malloc_size_of v0.0.2 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wr/wr_malloc_size_of) 1:55.99 Compiling cubeb-core v0.13.0 1:56.42 Compiling neqo-crypto v0.9.2 (https://github.com/mozilla/neqo?tag=v0.9.2#aca20d38) 1:56.45 dom/grid 1:56.54 Compiling cssparser v0.34.0 1:56.60 Compiling viaduct v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 1:56.74 Compiling qlog v0.13.0 1:56.89 Compiling hashbrown v0.13.999 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/hashbrown) 1:56.95 Compiling fluent v0.16.0 1:57.00 Compiling peek-poke v0.3.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wr/peek-poke) 1:58.45 Compiling tempfile v3.10.1 1:58.48 dom/html/input 1:58.68 Compiling to_shmem v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/servo/components/to_shmem) 1:58.72 Compiling swgl v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wr/swgl) 1:58.78 Compiling nss-gk-api v0.3.0 1:59.45 Compiling ohttp v0.5.1 1:59.50 Compiling rustc_version v0.4.0 2:00.07 Compiling ron v0.8.1 2:00.60 Compiling spirv v0.3.0+sdk-1.3.268.0 2:00.60 Compiling gpu-descriptor-types v0.2.0 2:01.00 Compiling dom v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/dom/base/rust) 2:01.58 Compiling gpu-alloc-types v0.3.0 2:01.62 Compiling hex v0.4.3 2:02.05 Compiling gpu-alloc v0.6.0 2:02.06 Compiling nix v0.26.99 (/var/cache/pkg/work/src/firefox-132.0.2/build/rust/nix) 2:02.10 Compiling malloc_size_of v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/servo/components/malloc_size_of) 2:02.10 Compiling gpu-descriptor v0.3.0 2:02.31 Compiling mozglue-static v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/mozglue/static/rust) 2:02.62 Compiling webrender v0.62.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wr/webrender) 2:02.73 Compiling sfv v0.9.4 2:03.19 Compiling webrender_api v0.62.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wr/webrender_api) 2:03.61 Compiling cubeb v0.13.0 2:03.74 Compiling fluent-fallback v0.7.0 2:04.23 Compiling style v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/servo/components/style) 2:04.34 Compiling diplomat_core v0.8.0 2:04.44 Compiling wgpu-types v22.0.0 (https://github.com/gfx-rs/wgpu?rev=3fda684eb9e69c78b16312a3e927e3ea82e853d1#3fda684e) 2:04.47 Compiling l10nregistry v0.3.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/l10n/rust/l10nregistry-rs) 2:05.40 dom/html 2:06.23 Compiling askama v0.12.0 2:06.36 Compiling style_traits v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/servo/components/style_traits) 2:06.39 Compiling uniffi_bindgen v0.28.1 2:06.48 Compiling uniffi v0.28.1 2:06.52 Compiling alsa v0.8.1 2:06.57 Compiling fallible_collections v0.4.9 2:06.60 Compiling cubeb-backend v0.13.0 2:06.78 Compiling moz_task v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/moz_task) 2:06.84 Compiling storage_variant v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/storage/variant) 2:06.99 dom/indexedDB 2:07.02 Compiling fluent-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/l10n/rust/fluent-ffi) 2:07.13 Compiling types v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:07.13 Compiling etagere v0.2.13 2:07.26 Compiling plane-split v0.18.0 2:07.73 Compiling uluru v3.0.0 2:07.83 Compiling rmp-serde v1.3.0 2:08.03 Compiling serde_cbor v0.11.2 2:08.59 Compiling clubcard v0.3.2 2:08.62 Compiling midir v0.7.0 (https://github.com/mozilla/midir.git?rev=85156e360a37d851734118104619f86bd18e94c6#85156e36) 2:08.65 Compiling l10nregistry-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/l10n/rust/l10nregistry-ffi) 2:08.70 Compiling storage v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/storage/rust) 2:08.87 Compiling clubcard-crlite v0.3.0 2:09.46 Compiling mp4parse v0.17.0 (https://github.com/mozilla/mp4parse-rust?rev=a138e40ec1c603615873e524b5b22e11c0ec4820#a138e40e) 2:09.63 Compiling neqo-udp v0.9.2 (https://github.com/mozilla/neqo?tag=v0.9.2#aca20d38) 2:09.72 Compiling webrtc-sdp v0.3.11 2:09.74 dom/ipc/jsactor 2:09.84 Compiling unicode-bidi-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/bidi/rust/unicode-bidi-ffi) 2:10.38 Compiling origin-trial-token v0.1.1 2:10.82 Compiling unic-langid-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/locale/rust/unic-langid-ffi) 2:11.29 Compiling pulse v0.3.0 (https://github.com/mozilla/cubeb-pulse-rs?rev=8678dcab1c287de79c4c184ccc2e065bc62b70e2#8678dcab) 2:11.29 Compiling deranged v0.3.11 2:11.81 Compiling prio v0.16.2 2:11.96 Compiling mp4parse_capi v0.17.0 (https://github.com/mozilla/mp4parse-rust?rev=a138e40ec1c603615873e524b5b22e11c0ec4820#a138e40e) 2:12.71 Compiling neqo-qpack v0.9.2 (https://github.com/mozilla/neqo?tag=v0.9.2#aca20d38) 2:12.79 Compiling cubeb-pulse v0.5.0 (https://github.com/mozilla/cubeb-pulse-rs?rev=8678dcab1c287de79c4c184ccc2e065bc62b70e2#8678dcab) 2:12.89 Compiling rsdparsa_capi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/dom/media/webrtc/sdp/rsdparsa_capi) 2:13.14 Compiling time v0.3.36 2:13.31 Compiling fluent-langneg-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/locale/rust/fluent-langneg-ffi) 2:14.11 Compiling neqo-http3 v0.9.2 (https://github.com/mozilla/neqo?tag=v0.9.2#aca20d38) 2:14.30 Compiling dap_ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/telemetry/dap/ffi) 2:14.41 Compiling diplomat v0.8.0 2:14.70 Compiling authrs_bridge v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/dom/webauthn/authrs_bridge) 2:15.03 Compiling origin-trials-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/dom/origin-trials/ffi) 2:15.19 Compiling localization-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/l10n/rust/localization-ffi) 2:15.21 Compiling midir_impl v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/dom/midi/midir_impl) 2:15.78 Compiling bookmark_sync v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/places/bookmark_sync) 2:16.59 Compiling kvstore v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/kvstore) 2:17.43 Compiling audioipc2-client v0.6.0 (https://github.com/mozilla/audioipc?rev=e6f44a2bd1e57d11dfc737632a9e849077632330#e6f44a2b) 2:18.53 Compiling binary_http v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/netwerk/protocol/http/binary_http) 2:19.81 Compiling http_sfv v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/netwerk/base/http-sfv) 2:19.91 Compiling crypto_hash v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/security/manager/ssl/crypto_hash) 2:20.02 Compiling icu_capi v1.5.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/icu_capi) 2:20.95 Compiling jsrust_shared v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/js/src/rust/shared) 2:21.01 Compiling processtools v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/processtools) 2:21.22 Compiling oblivious_http v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/netwerk/protocol/http/oblivious_http) 2:21.48 Compiling cascade_bloom_filter v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/cascade_bloom_filter) 2:21.72 Compiling mozurl v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/netwerk/base/mozurl) 2:21.88 Compiling audioipc2-server v0.6.0 (https://github.com/mozilla/audioipc?rev=e6f44a2bd1e57d11dfc737632a9e849077632330#e6f44a2b) 2:22.01 Compiling mdns_service v0.1.1 (/var/cache/pkg/work/src/firefox-132.0.2/dom/media/webrtc/transport/mdns_service) 2:22.06 Compiling aa-stroke v0.1.0 (https://github.com/FirefoxGraphics/aa-stroke?rev=35a650261605662795a04cc249c465436cbfab45#35a65026) 2:22.17 Compiling idna_glue v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/netwerk/base/idna_glue) 2:22.46 Compiling signature_cache v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/security/certverifier/signature_cache) 2:22.73 Compiling profiler_helper v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/tools/profiler/rust-helper) 2:22.95 Compiling gkrust_utils v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/gkrust_utils) 2:22.98 Compiling buildid_reader v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/buildid_reader) 2:23.03 Compiling mime-guess-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/dom/fs/parent/rust/mime-guess-ffi) 2:23.14 Compiling netwerk_helper v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/netwerk/base/rust-helper) 2:23.57 Compiling encoding_glue v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/encoding_glue) 2:23.63 Compiling dom_fragmentdirectives v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/dom/base/fragmentdirectives) 2:23.81 Compiling data-encoding-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/dom/fs/parent/rust/data-encoding-ffi) 2:23.84 Compiling oxilangtag-ffi v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/intl/locale/rust/oxilangtag-ffi) 2:23.90 Compiling mozilla-central-workspace-hack v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/build/workspace-hack) 2:24.49 dom/ipc 2:26.57 dom/jsurl 2:28.91 dom/l10n 2:30.43 dom/localstorage 2:31.00 Compiling uniffi_build v0.28.1 2:33.15 Compiling wgpu_bindings v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wgpu_bindings) 2:38.61 dom/locks 2:39.41 dom/mathml 2:39.48 dom/media/autoplay 2:43.79 dom/media/bridge 2:48.69 dom/media/doctor 2:49.07 dom/media/driftcontrol 2:49.18 dom/media/eme 2:49.22 dom/media/encoder 2:49.24 dom/media/flac 2:49.73 dom/media/gmp 2:49.80 dom/media/gmp/widevine-adapter 2:50.49 dom/media/imagecapture 2:50.54 Compiling interrupt-support v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:50.90 Compiling glean-core v61.2.0 2:51.24 Compiling error-support v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:51.68 dom/media/ipc 2:51.87 Compiling sync15 v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:52.38 Compiling sql-support v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:52.77 Compiling remote_settings v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:53.95 Compiling golden_gate v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/services/sync/golden_gate) 2:54.36 Compiling relevancy v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:54.42 Compiling suggest v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:54.72 Compiling webext-storage v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:54.77 Compiling tabs v0.1.0 (https://github.com/mozilla/application-services?rev=5af28e120fd636135d50894cf16a74e21dc63045#5af28e12) 2:57.44 Compiling glean v61.2.0 2:58.50 Compiling firefox-on-glean v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/glean/api) 2:58.97 dom/media/mediacapabilities 3:01.80 Compiling app_services_logger v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/services/common/app_services_logger) 3:02.44 Compiling gecko_logger v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/gecko_logger) 3:03.27 Compiling webext_storage_bridge v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/extensions/storage/webext_storage_bridge) 3:03.62 dom/media/mediacontrol 3:03.72 dom/media/mediasession 3:04.80 dom/media/mediasink 3:06.99 dom/media/mediasource 3:07.29 dom/media/mp3 3:07.37 dom/media/mp4 3:09.33 dom/media/ogg 3:09.62 dom/media/platforms/agnostic/bytestreams 3:09.96 dom/media/platforms/agnostic/eme 3:11.16 dom/media/platforms/agnostic/gmp 3:11.84 dom/media/platforms/ffmpeg/ffmpeg57 3:11.87 dom/media/platforms/ffmpeg/ffmpeg58 3:11.92 dom/media/platforms/ffmpeg/ffmpeg59 3:12.29 dom/media/platforms/ffmpeg/ffmpeg60 3:12.96 dom/media/platforms/ffmpeg/ffmpeg61 3:14.32 dom/media/platforms/ffmpeg/ffvpx 3:14.85 dom/media/platforms/ffmpeg/libav53 3:15.71 dom/media/platforms/ffmpeg/libav54 3:15.89 dom/media/platforms/ffmpeg/libav55 3:16.25 dom/media/platforms/ffmpeg 3:17.03 dom/media/platforms/omx 3:18.69 dom/media/platforms 3:18.93 dom/media/systemservices 3:19.21 dom/media 3:21.87 dom/media/utils 3:23.78 dom/media/wave 3:24.06 dom/media/webaudio/blink 3:24.30 dom/media/webaudio 3:24.30 dom/media/webcodecs 3:27.15 dom/media/webm 3:29.64 dom/media/webrtc/common 3:29.89 dom/media/webrtc/jsapi 3:30.07 dom/media/webrtc/jsep 3:30.25 dom/media/webrtc/libwebrtcglue 3:30.59 dom/media/webrtc/sdp 3:32.28 dom/media/webrtc 3:32.63 dom/media/webrtc/transport/build 3:32.87 dom/media/webrtc/transport/ipc 3:33.04 dom/media/webrtc/transport/third_party/nICEr 3:34.56 Compiling gkrust-uniffi-components v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/uniffi-bindgen-gecko-js/components) 3:35.64 dom/media/webrtc/transport/third_party/nrappkit 3:36.24 dom/media/webrtc/transportbridge 3:38.15 dom/media/webspeech/recognition 3:38.33 dom/media/webspeech/synth/speechd 3:38.83 dom/media/webspeech/synth 3:38.89 dom/media/webvtt 3:39.14 dom/messagechannel 3:39.51 dom/midi 3:40.48 dom/navigation 3:42.16 Compiling geckoservo v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/servo/ports/geckolib) 3:43.64 dom/network 3:43.91 dom/notification 3:44.13 dom/origin-trials/keys.inc.stub 3:44.87 dom/payments/ipc 3:44.88 dom/payments 3:45.48 dom/performance 3:45.53 dom/permission 3:45.90 dom/power 3:46.78 dom/privateattribution 3:46.94 dom/promise 3:49.20 Compiling wr_glyph_rasterizer v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/wr/wr_glyph_rasterizer) 3:49.33 Compiling data_storage v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/security/manager/ssl/data_storage) 3:52.68 Compiling neqo_glue v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/netwerk/socket/neqo_glue) 3:52.77 dom/prototype 3:53.40 Compiling jog v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/glean/bindings/jog) 3:53.54 dom/push 3:54.17 Compiling fog_control v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/glean) 3:54.75 dom/quota 3:54.83 Compiling cert_storage v0.0.1 (/var/cache/pkg/work/src/firefox-132.0.2/security/manager/ssl/cert_storage) 3:58.68 dom/reporting 3:58.75 dom/script 3:58.95 dom/security/featurepolicy 3:59.31 dom/security/sanitizer 3:59.63 dom/security 4:00.94 dom/security/trusted-types 4:01.61 dom/serializers 4:01.70 dom/serviceworkers 4:01.87 dom/simpledb 4:03.49 dom/smil 4:03.50 dom/storage 4:05.38 dom/streams 4:05.63 dom/svg 4:06.60 dom/system/linux 4:09.07 Compiling webrender_bindings v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/gfx/webrender_bindings) 4:13.24 Compiling gkrust-shared v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust/shared) 4:14.21 dom/system 4:15.65 dom/url 4:15.78 dom/view-transitions 4:16.07 dom/vr 4:19.40 dom/webauthn 4:19.44 dom/webbrowserpersist 4:21.19 dom/webgpu 4:21.26 dom/webscheduling 4:22.39 dom/websocket 4:23.06 dom/webtransport/api 4:25.25 dom/webtransport/child 4:26.57 dom/webtransport/parent 4:26.98 dom/webtransport/shared 4:26.98 dom/workers/loader 4:27.13 dom/workers/remoteworkers 4:27.73 dom/workers/sharedworkers 4:28.31 dom/workers 4:28.56 dom/worklet/loader 4:28.63 dom/worklet 4:29.30 dom/xhr 4:29.31 dom/xml 4:29.42 dom/xslt/base 4:29.76 dom/xslt/xml 4:29.82 dom/xslt/xpath 4:30.33 dom/xslt/xslt 4:31.34 dom/xul 4:31.72 editor/composer 4:33.81 editor/libeditor 4:33.95 editor/spellchecker 4:36.35 editor/txmgr 4:36.89 extensions/auth 4:38.66 extensions/permissions 4:38.96 extensions/pref/autoconfig/src 4:40.31 extensions/spellcheck/hunspell/glue 4:40.52 extensions/spellcheck/hunspell/src 4:40.59 extensions/spellcheck/ipc 4:41.32 extensions/spellcheck/src 4:41.36 gfx/2d 4:42.27 gfx/angle/targets/angle_common 4:42.33 gfx/angle/targets/preprocessor 4:44.33 gfx/angle/targets/translator 4:47.04 gfx/cairo/cairo/src 4:47.05 gfx/config 4:48.22 gfx/gl 4:48.71 gfx/graphite2/src 4:49.09 gfx/harfbuzz/src 4:49.92 gfx/ipc 4:52.81 gfx/layers 4:52.98 gfx/ots/src 4:53.13 gfx/skia 4:54.20 gfx/src 4:54.35 gfx/thebes 4:55.57 gfx/vr/service/openvr 4:57.33 gfx/vr/service 4:57.84 gfx/vr 5:00.39 gfx/webrender_bindings 5:03.89 gfx/ycbcr 5:04.01 hal 5:05.10 image/build 5:07.06 image/decoders/icon/gtk 5:07.44 image/decoders/icon 5:09.49 image/decoders 5:09.67 image/encoders/bmp 5:10.25 image/encoders/ico 5:10.29 image/encoders/jpeg 5:12.45 image/encoders/png 5:14.23 image/encoders/webp 5:15.78 image 5:15.84 intl/components 5:21.38 intl/hyphenation/glue 5:22.42 intl/l10n 5:22.79 intl/locale/gtk 5:22.98 intl/locale 5:24.40 intl/lwbrk 5:26.40 intl/strres 5:26.88 intl/uconv 5:26.89 intl/unicharutil/util 5:27.01 ipc/chromium/src/third_party 5:27.19 ipc/chromium 5:30.41 ipc/glue 5:30.54 ipc/ipdl 5:32.99 ipc/testshell 5:35.82 js/loader 5:38.14 js/src/debugger 5:38.22 js/src/frontend 5:38.31 js/src/gc/StatsPhasesGenerated.inc.stub 5:39.59 js/src/intgemm 5:40.28 js/src/irregexp 5:45.96 js/src/jit 5:46.39 js/src 5:47.45 js/src/util 5:50.05 js/src/wasm 5:53.03 modules/fdlibm/src 5:55.68 mozglue/static 6:00.12 js/xpconnect/loader 6:02.05 js/xpconnect/src 6:02.21 js/xpconnect/wrappers 6:03.10 layout/base 6:06.70 layout/build 6:08.41 layout/forms 6:12.07 layout/generic 6:13.43 layout/inspector 6:13.71 layout/ipc 6:15.99 layout/mathml 6:16.46 layout/painting 6:16.81 layout/printing 6:22.02 layout/style/nsComputedDOMStyleGenerated.inc.stub 6:22.03 layout/style/nsCSSPropsGenerated.inc.stub 6:22.32 layout/svg 6:24.60 layout/tables 6:27.55 layout 6:28.67 layout/xul 6:29.11 layout/xul/tree 6:30.85 media/libcubeb/src 6:32.60 media/libdav1d/asm 6:32.75 media/libdav1d/16bd_cdef_apply_tmpl.c.stub 6:32.75 media/libdav1d/8bd_cdef_apply_tmpl.c.stub 6:33.01 media/libdav1d/16bd_cdef_tmpl.c.stub 6:33.26 media/libdav1d/8bd_cdef_tmpl.c.stub 6:33.51 media/libdav1d/16bd_fg_apply_tmpl.c.stub 6:33.77 media/libdav1d/8bd_fg_apply_tmpl.c.stub 6:34.02 media/libdav1d/16bd_filmgrain_tmpl.c.stub 6:34.28 media/libdav1d/8bd_filmgrain_tmpl.c.stub 6:34.53 media/libdav1d/16bd_ipred_prepare_tmpl.c.stub 6:34.70 media/libdav1d/8bd_ipred_prepare_tmpl.c.stub 6:34.95 media/libdav1d/16bd_ipred_tmpl.c.stub 6:35.21 media/libdav1d/8bd_ipred_tmpl.c.stub 6:35.46 media/libdav1d/16bd_itx_tmpl.c.stub 6:35.63 media/libdav1d/8bd_itx_tmpl.c.stub 6:35.89 media/libdav1d/16bd_lf_apply_tmpl.c.stub 6:36.09 media/libdav1d/8bd_lf_apply_tmpl.c.stub 6:36.31 media/libmkv 6:36.35 media/libdav1d/16bd_loopfilter_tmpl.c.stub 6:36.61 media/libdav1d/8bd_loopfilter_tmpl.c.stub 6:36.86 media/libdav1d/16bd_looprestoration_tmpl.c.stub 6:36.90 media/libnestegg/src 6:37.12 media/libdav1d/8bd_looprestoration_tmpl.c.stub 6:37.38 media/libdav1d/16bd_lr_apply_tmpl.c.stub 6:37.45 media/libdav1d/8bd_lr_apply_tmpl.c.stub 6:37.61 media/libdav1d/16bd_mc_tmpl.c.stub 6:37.86 media/libdav1d/8bd_mc_tmpl.c.stub 6:37.91 media/libdav1d/16bd_recon_tmpl.c.stub 6:37.92 media/libspeex_resampler/src 6:38.17 media/libdav1d/8bd_recon_tmpl.c.stub 6:39.42 media/libyuv/libyuv 6:39.50 media/mozva 6:42.04 media/psshparser 6:42.07 memory/volatile 6:43.18 modules/brotli 6:44.11 modules/libjar 6:44.36 modules/libjar/zipwriter 6:44.50 modules/libpref 6:45.06 modules/woff2 6:45.29 netwerk/base/http-sfv 6:45.50 netwerk/base/mozurl 6:45.52 netwerk/base/ascii_pac_utils.inc.stub 6:45.72 netwerk/build 6:46.19 netwerk/cache2 6:47.05 netwerk/cookie 6:47.07 netwerk/dns/etld_data.inc.stub 6:47.31 netwerk/ipc 6:47.45 netwerk/mime 6:47.45 netwerk/protocol/about 6:48.40 netwerk/protocol/data 6:49.07 netwerk/protocol/file 6:51.72 netwerk/protocol/gio 6:51.83 netwerk/protocol/http 6:51.87 netwerk/protocol/res 6:52.04 netwerk/protocol/viewsource 6:52.06 netwerk/protocol/websocket 6:52.62 netwerk/protocol/webtransport 6:52.76 netwerk/sctp/datachannel 6:55.07 netwerk/sctp/src 6:57.25 netwerk/socket 6:57.78 netwerk/streamconv/converters 6:58.00 netwerk/streamconv 6:58.55 netwerk/system/linux 6:58.90 netwerk/system/netlink 7:01.81 netwerk/system 7:02.04 netwerk/url-classifier 7:02.73 other-licenses/snappy 7:03.05 parser/expat/lib 7:03.29 parser/html 7:05.06 parser/htmlparser 7:06.20 parser/prototype 7:07.73 security/certverifier 7:07.74 security/ct 7:07.86 security/manager/pki 7:08.44 security/manager/ssl/nsSTSPreloadListGenerated.inc.stub 7:08.44 security/manager/ssl/xpcshell.inc.stub 7:08.46 security/nss/lib/mozpkix 7:08.53 security/manager/ssl/addons-public.inc.stub 7:10.47 security/manager/ssl/addons-public-intermediate.inc.stub 7:11.33 security/sandbox/common 7:11.83 security/sandbox/linux/broker 7:12.45 security/manager/ssl/addons-stage.inc.stub 7:12.48 security/sandbox/linux/glue 7:12.73 security/sandbox/linux/launch 7:12.98 security/sandbox/linux/reporter 7:13.34 security/sandbox/linux 7:13.41 security/manager/ssl/addons-stage-intermediate.inc.stub 7:14.01 startupcache 7:14.06 security/manager/ssl/content-signature-prod.inc.stub 7:14.79 storage 7:14.85 third_party/drm/libdrm 7:14.89 third_party/gbm/libgbm 7:14.93 security/manager/ssl/content-signature-stage.inc.stub 7:15.37 third_party/libepoxy 7:15.79 third_party/libsrtp/src 7:16.27 security/manager/ssl/content-signature-dev.inc.stub 7:16.41 security/manager/ssl/content-signature-local.inc.stub 7:16.81 third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn 7:16.93 third_party/libwebrtc/api/audio/aec3_config_gn 7:17.25 third_party/libwebrtc/api/audio/aec3_factory_gn 7:17.42 third_party/libwebrtc/api/audio/audio_frame_api_gn 7:17.60 third_party/libwebrtc/api/audio/audio_processing_gn 7:17.63 third_party/libwebrtc/api/audio/audio_processing_statistics_gn 7:17.73 third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn 7:17.93 third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn 7:18.04 third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn 7:18.72 third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn 7:18.87 third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn 7:18.90 third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn 7:19.02 third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn 7:19.45 third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn 7:20.05 third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn 7:20.30 third_party/libwebrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn 7:20.52 third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn 7:20.59 third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_multiopus_gn 7:20.77 third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_gn 7:20.95 third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_multiopus_gn 7:20.97 third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn 7:21.15 third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_gn 7:21.29 third_party/libwebrtc/api/audio_options_api_gn 7:21.44 third_party/libwebrtc/api/crypto/options_gn 7:21.70 third_party/libwebrtc/api/environment/environment_factory_gn 7:21.75 third_party/libwebrtc/api/field_trials_registry_gn 7:21.76 third_party/libwebrtc/api/frame_transformer_interface_gn 7:21.85 third_party/libwebrtc/api/media_stream_interface_gn 7:21.91 third_party/libwebrtc/api/neteq/default_neteq_controller_factory_gn 7:21.97 third_party/libwebrtc/api/neteq/neteq_api_gn 7:21.98 third_party/libwebrtc/api/neteq/tick_timer_gn 7:22.02 third_party/libwebrtc/api/rtc_error_gn 7:22.04 third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn 7:22.11 third_party/libwebrtc/api/rtp_headers_gn 7:22.20 third_party/libwebrtc/api/rtp_packet_info_gn 7:22.22 third_party/libwebrtc/api/rtp_parameters_gn 7:22.24 third_party/libwebrtc/api/rtp_sender_setparameters_callback_gn 7:22.24 third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn 7:22.26 third_party/libwebrtc/api/task_queue/task_queue_gn 7:22.27 third_party/libwebrtc/api/transport/bitrate_settings_gn 7:22.31 third_party/libwebrtc/api/transport/field_trial_based_config_gn 7:22.32 third_party/libwebrtc/api/transport/goog_cc_gn 7:22.48 third_party/libwebrtc/api/transport/network_control_gn 7:22.48 third_party/libwebrtc/api/transport/rtp/dependency_descriptor_gn 7:22.64 third_party/libwebrtc/api/transport_api_gn 7:22.65 third_party/libwebrtc/api/units/data_rate_gn 7:22.67 third_party/libwebrtc/api/units/data_size_gn 7:22.70 third_party/libwebrtc/api/units/frequency_gn 7:22.71 third_party/libwebrtc/api/units/time_delta_gn 7:22.83 third_party/libwebrtc/api/units/timestamp_gn 7:22.89 third_party/libwebrtc/api/video/builtin_video_bitrate_allocator_factory_gn 7:22.94 third_party/libwebrtc/api/video/encoded_frame_gn 7:22.96 third_party/libwebrtc/api/video/encoded_image_gn 7:23.04 third_party/libwebrtc/api/video/frame_buffer_gn 7:23.06 third_party/libwebrtc/api/video/video_adaptation_gn 7:23.12 third_party/libwebrtc/api/video/video_bitrate_allocation_gn 7:23.15 third_party/libwebrtc/api/video/video_bitrate_allocator_gn 7:23.15 third_party/libwebrtc/api/video/video_frame_gn 7:23.25 third_party/libwebrtc/api/video/video_frame_i010_gn 7:23.34 third_party/libwebrtc/api/video/video_frame_metadata_gn 7:23.38 third_party/libwebrtc/api/video/video_rtp_headers_gn 7:23.39 third_party/libwebrtc/api/video_codecs/rtc_software_fallback_wrappers_gn 7:23.39 third_party/libwebrtc/api/video_codecs/scalability_mode_gn 7:23.45 third_party/libwebrtc/api/video_codecs/video_codecs_api_gn 7:23.52 third_party/libwebrtc/api/video_codecs/vp8_temporal_layers_factory_gn 7:23.58 third_party/libwebrtc/audio/audio_gn 7:23.75 third_party/libwebrtc/audio/utility/audio_frame_operations_gn 7:23.77 third_party/libwebrtc/call/adaptation/resource_adaptation_gn 7:23.80 third_party/libwebrtc/call/bitrate_allocator_gn 7:23.83 third_party/libwebrtc/call/bitrate_configurator_gn 7:23.93 third_party/libwebrtc/call/call_gn 7:23.95 third_party/libwebrtc/call/call_interfaces_gn 7:23.96 third_party/libwebrtc/call/rtp_interfaces_gn 7:24.14 third_party/libwebrtc/call/rtp_receiver_gn 7:24.17 third_party/libwebrtc/call/rtp_sender_gn 7:24.21 third_party/libwebrtc/call/version_gn 7:24.23 third_party/libwebrtc/call/video_stream_api_gn 7:24.25 third_party/libwebrtc/common_audio/common_audio_avx2_gn 7:24.25 third_party/libwebrtc/common_audio/common_audio_c_gn 7:24.27 third_party/libwebrtc/common_audio/common_audio_cc_gn 7:24.28 third_party/libwebrtc/common_audio/common_audio_gn 7:24.29 third_party/libwebrtc/common_audio/common_audio_sse2_gn 7:24.35 third_party/libwebrtc/common_audio/fir_filter_factory_gn 7:24.53 third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn 7:24.59 third_party/libwebrtc/common_audio/third_party/ooura/fft_size_256_gn 7:24.71 third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_gn 7:24.77 third_party/libwebrtc/common_video/common_video_gn 7:24.78 third_party/libwebrtc/common_video/generic_frame_descriptor/generic_frame_descriptor_gn 7:24.86 third_party/libwebrtc/logging/rtc_event_audio_gn 7:24.89 third_party/libwebrtc/logging/rtc_event_bwe_gn 7:24.91 third_party/libwebrtc/logging/rtc_event_field_gn 7:24.94 third_party/libwebrtc/logging/rtc_event_number_encodings_gn 7:25.02 third_party/libwebrtc/logging/rtc_event_pacing_gn 7:25.02 third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn 7:25.21 third_party/libwebrtc/logging/rtc_event_video_gn 7:25.24 third_party/libwebrtc/logging/rtc_stream_config_gn 7:25.25 third_party/libwebrtc/media/codec_gn 7:25.26 third_party/libwebrtc/media/media_constants_gn 7:25.30 third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn 7:25.41 third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn 7:25.45 third_party/libwebrtc/media/video_adapter_gn 7:25.64 third_party/libwebrtc/media/video_broadcaster_gn 7:25.65 third_party/libwebrtc/media/video_common_gn 7:25.75 third_party/libwebrtc/media/video_source_base_gn 7:25.76 third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn 7:25.76 third_party/libwebrtc/modules/audio_coding/audio_coding_gn 7:25.82 third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn 7:25.92 third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn 7:25.96 third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn 7:25.98 third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn 7:26.16 third_party/libwebrtc/modules/audio_coding/default_neteq_factory_gn 7:26.33 third_party/libwebrtc/modules/audio_coding/g711_c_gn 7:26.43 third_party/libwebrtc/modules/audio_coding/g711_gn 7:26.56 third_party/libwebrtc/modules/audio_coding/g722_c_gn 7:26.59 third_party/libwebrtc/modules/audio_coding/g722_gn 7:26.61 third_party/libwebrtc/modules/audio_coding/ilbc_c_gn 7:26.72 third_party/libwebrtc/modules/audio_coding/ilbc_gn 7:26.73 third_party/libwebrtc/modules/audio_coding/isac_vad_gn 7:26.88 third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn 7:26.89 third_party/libwebrtc/modules/audio_coding/neteq_gn 7:26.95 third_party/libwebrtc/modules/audio_coding/pcm16b_c_gn 7:26.98 third_party/libwebrtc/modules/audio_coding/pcm16b_gn 7:27.05 third_party/libwebrtc/modules/audio_coding/red_gn 7:27.14 third_party/libwebrtc/modules/audio_coding/webrtc_cng_gn 7:27.15 third_party/libwebrtc/modules/audio_coding/webrtc_multiopus_gn 7:27.20 third_party/libwebrtc/modules/audio_coding/webrtc_opus_gn 7:27.35 third_party/libwebrtc/modules/audio_coding/webrtc_opus_wrapper_gn 7:27.39 third_party/libwebrtc/modules/audio_mixer/audio_frame_manipulator_gn 7:27.43 third_party/libwebrtc/modules/audio_mixer/audio_mixer_impl_gn 7:27.45 third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn 7:27.50 third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn 7:27.83 third_party/libwebrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn 7:27.88 third_party/libwebrtc/modules/audio_processing/aec_dump_interface_gn 7:27.88 third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_gn 7:28.11 third_party/libwebrtc/modules/audio_processing/agc/agc_gn 7:28.13 third_party/libwebrtc/modules/audio_processing/agc/legacy_agc_gn 7:28.19 third_party/libwebrtc/modules/audio_processing/agc/level_estimation_gn 7:28.21 third_party/libwebrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_gn 7:28.23 third_party/libwebrtc/modules/audio_processing/agc2/biquad_filter_gn 7:28.33 third_party/libwebrtc/modules/audio_processing/agc2/clipping_predictor_gn 7:28.36 third_party/libwebrtc/modules/audio_processing/agc2/cpu_features_gn 7:28.37 third_party/libwebrtc/modules/audio_processing/agc2/fixed_digital_gn 7:28.39 third_party/libwebrtc/modules/audio_processing/agc2/gain_applier_gn 7:28.46 third_party/libwebrtc/modules/audio_processing/agc2/input_volume_controller_gn 7:28.53 third_party/libwebrtc/modules/audio_processing/agc2/input_volume_stats_reporter_gn 7:28.67 third_party/libwebrtc/modules/audio_processing/agc2/noise_level_estimator_gn 7:28.67 third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_auto_correlation_gn 7:28.82 third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_gn 7:28.82 third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn 7:28.86 third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_lp_residual_gn 7:28.99 third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn 7:29.05 third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_spectral_features_gn 7:29.10 third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn 7:29.15 third_party/libwebrtc/modules/audio_processing/agc2/saturation_protector_gn 7:29.23 third_party/libwebrtc/modules/audio_processing/agc2/speech_level_estimator_gn 7:29.25 third_party/libwebrtc/modules/audio_processing/agc2/vad_wrapper_gn 7:29.30 third_party/libwebrtc/modules/audio_processing/apm_logging_gn 7:29.42 third_party/libwebrtc/modules/audio_processing/audio_buffer_gn 7:29.55 third_party/libwebrtc/modules/audio_processing/audio_frame_proxies_gn 7:29.56 third_party/libwebrtc/modules/audio_processing/audio_processing_gn 7:29.66 third_party/libwebrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster_gn 7:29.83 third_party/libwebrtc/modules/audio_processing/gain_controller2_gn 7:29.86 third_party/libwebrtc/modules/audio_processing/high_pass_filter_gn 7:29.91 third_party/libwebrtc/modules/audio_processing/optionally_built_submodule_creators_gn 7:29.91 third_party/libwebrtc/modules/audio_processing/rms_level_gn 7:29.91 third_party/libwebrtc/modules/audio_processing/ns/ns_gn 7:30.05 third_party/libwebrtc/modules/audio_processing/transient/transient_suppressor_impl_gn 7:30.15 third_party/libwebrtc/modules/audio_processing/transient/voice_probability_delay_unit_gn 7:30.23 third_party/libwebrtc/modules/audio_processing/utility/cascaded_biquad_filter_gn 7:30.25 third_party/libwebrtc/modules/audio_processing/utility/legacy_delay_estimator_gn 7:30.38 third_party/libwebrtc/modules/audio_processing/utility/pffft_wrapper_gn 7:30.39 third_party/libwebrtc/modules/audio_processing/vad/vad_gn 7:30.45 third_party/libwebrtc/modules/congestion_controller/congestion_controller_gn 7:30.50 third_party/libwebrtc/modules/congestion_controller/goog_cc/alr_detector_gn 7:30.51 third_party/libwebrtc/modules/congestion_controller/goog_cc/delay_based_bwe_gn 7:30.52 third_party/libwebrtc/modules/congestion_controller/goog_cc/estimators_gn 7:30.55 third_party/libwebrtc/modules/congestion_controller/goog_cc/goog_cc_gn 7:30.57 third_party/libwebrtc/modules/congestion_controller/goog_cc/link_capacity_estimator_gn 7:30.58 third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v1_gn 7:30.78 third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_gn 7:30.90 third_party/libwebrtc/modules/congestion_controller/goog_cc/probe_controller_gn 7:30.94 third_party/libwebrtc/modules/congestion_controller/goog_cc/pushback_controller_gn 7:30.99 third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn 7:31.08 third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn 7:31.26 third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn 7:31.27 third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn 7:31.27 third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn 7:31.43 third_party/libwebrtc/modules/desktop_capture/primitives_gn 7:31.46 third_party/libwebrtc/modules/pacing/interval_budget_gn 7:31.88 third_party/libwebrtc/modules/pacing/pacing_gn 7:32.00 third_party/libwebrtc/modules/portal/portal_gn 7:32.03 third_party/libwebrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_gn 7:32.05 third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn 7:32.16 third_party/libwebrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_gn 7:32.18 third_party/libwebrtc/modules/rtp_rtcp/leb128_gn 7:32.22 third_party/libwebrtc/modules/rtp_rtcp/ntp_time_util_gn 7:32.25 third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_format_gn 7:32.63 third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn 7:32.90 third_party/libwebrtc/modules/rtp_rtcp/rtp_video_header_gn 7:33.07 third_party/libwebrtc/modules/third_party/fft/fft_gn 7:33.35 third_party/libwebrtc/modules/third_party/g711/g711_3p_gn 7:33.40 third_party/libwebrtc/modules/third_party/g722/g722_3p_gn 7:33.57 third_party/libwebrtc/modules/video_capture/video_capture_internal_impl_gn 7:33.58 third_party/libwebrtc/modules/video_capture/video_capture_module_gn 7:33.64 third_party/libwebrtc/modules/video_coding/chain_diff_calculator_gn 7:33.65 third_party/libwebrtc/modules/video_coding/codecs/av1/av1_svc_config_gn 7:33.67 third_party/libwebrtc/modules/video_coding/encoded_frame_gn 7:33.70 third_party/libwebrtc/modules/video_coding/frame_dependencies_calculator_gn 7:33.72 third_party/libwebrtc/modules/video_coding/frame_helpers_gn 7:34.17 third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn 7:34.34 third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn 7:34.60 third_party/libwebrtc/modules/video_coding/nack_requester_gn 7:34.63 third_party/libwebrtc/modules/video_coding/packet_buffer_gn 7:34.65 third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util_gn 7:34.66 third_party/libwebrtc/modules/video_coding/svc/scalability_structures_gn 7:34.67 third_party/libwebrtc/modules/video_coding/svc/scalable_video_controller_gn 7:34.67 third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator_gn 7:34.90 third_party/libwebrtc/modules/video_coding/timing/decode_time_percentile_filter_gn 7:35.15 third_party/libwebrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter_gn 7:35.25 third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator_gn 7:35.29 third_party/libwebrtc/modules/video_coding/timing/jitter_estimator_gn 7:35.42 third_party/libwebrtc/modules/video_coding/timing/rtt_filter_gn 7:35.48 third_party/libwebrtc/modules/video_coding/timing/timestamp_extrapolator_gn 7:35.48 third_party/libwebrtc/modules/video_coding/timing/timing_module_gn 7:35.50 third_party/libwebrtc/modules/video_coding/video_codec_interface_gn 7:35.56 third_party/libwebrtc/modules/video_coding/video_coding_gn 7:35.63 third_party/libwebrtc/modules/video_coding/video_coding_utility_gn 7:35.65 third_party/libwebrtc/modules/video_coding/webrtc_libvpx_interface_gn 7:35.69 third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn 7:35.75 third_party/libwebrtc/modules/video_coding/webrtc_vp8_scalability_gn 7:35.79 third_party/libwebrtc/modules/video_coding/webrtc_vp8_temporal_layers_gn 7:36.08 third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn 7:36.12 third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn 7:36.22 third_party/libwebrtc/rtc_base/async_dns_resolver_gn 7:36.25 third_party/libwebrtc/rtc_base/audio_format_to_string_gn 7:36.31 third_party/libwebrtc/rtc_base/bit_buffer_gn 7:36.38 third_party/libwebrtc/rtc_base/bitrate_tracker_gn 7:36.45 third_party/libwebrtc/rtc_base/bitstream_reader_gn 7:36.46 third_party/libwebrtc/rtc_base/byte_buffer_gn 7:36.52 third_party/libwebrtc/rtc_base/checks_gn 7:36.52 third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn 7:36.60 third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn 7:36.61 third_party/libwebrtc/rtc_base/criticalsection_gn 7:36.62 third_party/libwebrtc/rtc_base/event_tracer_gn 7:36.68 third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn 7:36.93 third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn 7:37.05 third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn 7:37.28 third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn 7:37.30 third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn 7:37.30 third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn 7:37.31 third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn 7:37.31 third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn 7:37.31 third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn 7:37.32 third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn 7:37.34 third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn 7:37.37 third_party/libwebrtc/rtc_base/frequency_tracker_gn 7:37.37 third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn 7:37.40 third_party/libwebrtc/rtc_base/ip_address_gn 7:37.42 third_party/libwebrtc/rtc_base/logging_gn 7:37.44 third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn 7:37.44 third_party/libwebrtc/rtc_base/net_helpers_gn 7:37.48 third_party/libwebrtc/rtc_base/network/sent_packet_gn 7:37.49 third_party/libwebrtc/rtc_base/network_constants_gn 7:37.49 third_party/libwebrtc/rtc_base/network_route_gn 7:37.75 third_party/libwebrtc/rtc_base/null_socket_server_gn 7:37.94 third_party/libwebrtc/rtc_base/platform_thread_gn 7:38.00 third_party/libwebrtc/rtc_base/platform_thread_types_gn 7:38.08 third_party/libwebrtc/rtc_base/race_checker_gn 7:38.10 third_party/libwebrtc/rtc_base/random_gn 7:38.14 third_party/libwebrtc/rtc_base/rate_limiter_gn 7:38.15 third_party/libwebrtc/rtc_base/rate_statistics_gn 7:38.20 third_party/libwebrtc/rtc_base/rate_tracker_gn 7:38.20 third_party/libwebrtc/rtc_base/rtc_event_gn 7:38.23 third_party/libwebrtc/rtc_base/rtc_numerics_gn 7:38.25 third_party/libwebrtc/rtc_base/sample_counter_gn 7:38.32 third_party/libwebrtc/rtc_base/socket_address_gn 7:38.37 third_party/libwebrtc/rtc_base/socket_gn 7:38.42 third_party/libwebrtc/rtc_base/stringutils_gn 7:38.44 third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn 7:38.46 third_party/libwebrtc/rtc_base/synchronization/yield_gn 7:38.51 third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn 7:38.57 third_party/libwebrtc/rtc_base/system/file_wrapper_gn 7:38.61 third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn 7:38.72 third_party/libwebrtc/rtc_base/third_party/base64/base64_gn 7:38.75 third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn 7:38.76 third_party/libwebrtc/rtc_base/threading_gn 7:38.85 third_party/libwebrtc/rtc_base/timeutils_gn 7:38.96 third_party/libwebrtc/rtc_base/weak_ptr_gn 7:38.97 third_party/libwebrtc/rtc_base/zero_memory_gn 7:38.99 third_party/libwebrtc/system_wrappers/denormal_disabler_gn 7:39.05 third_party/libwebrtc/system_wrappers/field_trial_gn 7:39.07 third_party/libwebrtc/system_wrappers/metrics_gn 7:39.08 third_party/libwebrtc/system_wrappers/system_wrappers_gn 7:39.09 third_party/libwebrtc/test/network/simulated_network_gn 7:39.09 third_party/libwebrtc/third_party/abseil-cpp/absl/base/log_severity_gn 7:39.13 third_party/libwebrtc/third_party/abseil-cpp/absl/base/raw_logging_internal_gn 7:39.15 third_party/libwebrtc/third_party/abseil-cpp/absl/base/throw_delegate_gn 7:39.15 third_party/libwebrtc/third_party/abseil-cpp/absl/numeric/int128_gn 7:39.26 third_party/libwebrtc/third_party/abseil-cpp/absl/strings/string_view_gn 7:39.30 third_party/libwebrtc/third_party/abseil-cpp/absl/strings/strings_gn 7:39.35 third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_optional_access_gn 7:39.49 third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_variant_access_gn 7:39.49 third_party/libwebrtc/third_party/pffft/pffft_gn 7:39.54 third_party/libwebrtc/third_party/rnnoise/rnn_vad_gn 7:39.58 third_party/libwebrtc/video/adaptation/video_adaptation_gn 7:39.61 third_party/libwebrtc/video/config/encoder_config_gn 7:39.65 third_party/libwebrtc/video/config/streams_config_gn 7:39.65 third_party/libwebrtc/video/decode_synchronizer_gn 7:39.66 third_party/libwebrtc/video/frame_cadence_adapter_gn 7:39.68 third_party/libwebrtc/video/frame_decode_timing_gn 7:39.68 third_party/libwebrtc/video/frame_dumping_decoder_gn 7:39.70 third_party/libwebrtc/video/frame_dumping_encoder_gn 7:39.72 third_party/libwebrtc/video/render/incoming_video_stream_gn 7:39.74 third_party/libwebrtc/video/render/video_render_frames_gn 7:39.75 third_party/libwebrtc/video/task_queue_frame_decode_scheduler_gn 7:39.75 third_party/libwebrtc/video/unique_timestamp_counter_gn 7:39.80 third_party/libwebrtc/video/video_gn 7:39.81 third_party/libwebrtc/video/video_receive_stream_timeout_tracker_gn 7:39.84 third_party/libwebrtc/video/video_stream_buffer_controller_gn 7:39.95 Compiling gkrust v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust) 7:39.95 third_party/libwebrtc/video/video_stream_encoder_impl_gn 7:40.05 third_party/msgpack 7:40.12 third_party/pipewire/libpipewire 7:40.17 third_party/sipcc 7:40.21 third_party/wayland-proxy 7:40.38 third_party/zstd 7:40.38 third_party/zstd/huf_decompress_amd64.o 7:40.50 toolkit/components/alerts 7:40.54 toolkit/components/antitracking/bouncetrackingprotection 7:40.60 toolkit/components/antitracking 7:40.62 toolkit/components/autocomplete 7:40.64 toolkit/components/backgroundhangmonitor 7:40.90 toolkit/components/backgroundtasks 7:40.95 toolkit/components/browser 7:40.98 toolkit/components/build 7:41.04 toolkit/components/cascade_bloom_filter 7:41.09 toolkit/components/clearsitedata 7:41.16 toolkit/components/commandlines 7:41.18 toolkit/components/contentanalysis 7:41.25 toolkit/components/cookiebanners 7:41.28 toolkit/components/credentialmanagement 7:41.28 toolkit/components/ctypes 7:41.32 toolkit/components/downloads 7:41.32 toolkit/components/extensions 7:41.33 toolkit/components/extensions/webidl-api 7:41.63 toolkit/components/extensions/webrequest 7:41.66 toolkit/components/finalizationwitness 7:42.16 toolkit/components/find 7:42.37 toolkit/components/formautofill 7:42.40 toolkit/components/glean 7:43.07 toolkit/components/glean/xpcom 7:43.43 toolkit/components/jsoncpp/src/lib_json 7:43.52 toolkit/components/mediasniffer 7:43.62 toolkit/components/mozintl 7:44.16 toolkit/components/nimbus 7:44.22 toolkit/components/places 7:44.62 toolkit/components/printingui/ipc 7:45.11 toolkit/components/processtools 7:45.45 toolkit/components/protobuf 7:45.80 toolkit/components/reflect 7:46.21 toolkit/components/remote 7:47.05 toolkit/components/reputationservice 7:47.91 toolkit/components/resistfingerprinting 7:48.75 toolkit/components/satchel 7:48.80 toolkit/components/sessionstore 7:48.87 toolkit/components/startup 7:49.38 toolkit/components/statusfilter 7:49.78 toolkit/components/telemetry/TelemetryHistogramData.inc.stub 7:50.36 toolkit/components/terminator 7:50.60 toolkit/components/typeaheadfind 7:50.71 toolkit/components/uniffi-js 7:51.27 toolkit/components/url-classifier 7:51.76 toolkit/components/viaduct 7:52.09 toolkit/components/windowwatcher 7:52.66 toolkit/crashreporter 7:52.67 toolkit/library/buildid.cpp.stub 7:53.42 toolkit/mozapps/extensions 7:53.97 toolkit/profile 7:55.46 toolkit/system/gnome 7:55.61 toolkit/system/unixproxy 7:55.95 toolkit/xre 7:56.28 tools/performance 7:56.58 tools/profiler 7:57.80 uriloader/base 7:58.00 uriloader/exthandler 7:58.51 uriloader/prefetch 7:58.52 uriloader/preload 7:59.22 view 7:59.39 widget/gtk/mozgtk 7:59.68 widget/gtk/mozwayland 8:00.51 widget/gtk 8:00.62 widget/gtk/wayland 8:01.74 widget/headless 8:02.82 widget 8:03.52 widget/x11 8:04.52 xpcom/base 8:04.56 xpcom/build/Services.cpp.stub 8:06.42 xpcom/components 8:08.25 xpcom/ds 8:10.13 xpcom/io 8:14.80 xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_x86_64_unix.o 8:14.87 xpcom/reflect/xptcall/md/unix 8:15.49 xpcom/reflect/xptcall 8:15.96 xpcom/reflect/xptinfo 8:16.02 xpcom/string 8:16.52 xpcom/threads 8:16.68 xpfe/appshell 8:16.83 js/xpconnect/shell 8:17.32 media/ffvpx/libavcodec/libmozavcodec.so.symbols.stub 8:17.58 media/ffvpx/libavcodec/bsf 8:17.74 media/ffvpx/libavcodec 8:19.53 media/ffvpx/libavcodec/x86 8:19.88 media/ffvpx/libavutil/libmozavutil.so.symbols.stub 8:19.99 media/ffvpx/libavutil/x86 8:20.32 dom/media/eme/clearkey 8:21.09 media/gmp-clearkey/0.1 8:21.15 modules/xz-embedded 8:21.19 security/manager/ssl/builtins/dynamic-library/libnssckbi.so.symbols.stub 8:21.34 security/manager/ssl/ipcclientcerts/dynamic-library/libipcclientcerts.so.symbols.stub 8:21.93 toolkit/components/telemetry/pingsender 8:21.96 toolkit/xre/glxtest 8:22.19 tools/power 8:22.79 widget/gtk/vaapitest 8:22.85 build/pure_virtual/libpure_virtual.a 8:23.06 dom/media/fake-cdm/libfake.so 8:23.43 dom/media/gmp-plugin-openh264/libfakeopenh264.so 8:23.51 config/external/gkcodecs/libgkcodecs.so 8:23.55 config/external/lgpllibs/liblgpllibs.so 8:23.60 config/external/sqlite/libmozsqlite3.so 8:23.79 dom/base 8:23.87 dom/origin-trials 8:24.27 js/src/gc 8:25.08 layout/style 8:27.73 media/libdav1d 8:28.63 netwerk/base 8:29.94 netwerk/dns 8:30.05 security/manager/ssl 8:36.27 security/sandbox/linux/libmozsandbox.so 8:37.06 toolkit/components/telemetry 8:44.38 toolkit/library/buildid.cpp.stub 8:44.65 toolkit/library 8:46.44 widget/gtk/mozgtk/libmozgtk.so 8:46.65 widget/gtk/mozwayland/libmozwayland.so 8:46.73 xpcom/build 8:47.35 media/ffvpx/libavutil 8:47.44 media/gmp-clearkey/0.1/libclearkey.so 8:48.90 security/manager/ssl/builtins/dynamic-library 8:49.81 security/manager/ssl/ipcclientcerts/dynamic-library 8:49.87 toolkit/components/telemetry/pingsender/pingsender 8:50.42 toolkit/xre/glxtest/glxtest 8:53.59 tools/power/rapl 8:55.80 widget/gtk/vaapitest/vaapitest 8:56.29 browser/app/firefox 8:56.80 js/src/build/libjs_static.a 8:57.70 media/ffvpx/libavutil/libmozavutil.so 9:05.66 media/ffvpx/libavcodec/libmozavcodec.so 12:30.78 Finished `release` profile [optimized] target(s) in 12m 00s 12:32.61 toolkit/library/rust/libgkrust.a 12:32.64 toolkit/library/build/libxul.so 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/cascade_bloom_filter/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/bitsdownload/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust/Cargo.toml: unused manifest key: lib.plugin 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/bitsdownload/bits_client/bits/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/modules/libpref/parser/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/uniffi-bindgen-gecko-js/fixtures/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/uniffi-bindgen-gecko-js/fixtures/Cargo.toml: unused manifest key: lib.plugin 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/dom/fs/parent/rust/data-encoding-ffi/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/js/src/fuzz-tests/gluesmith/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/storage/variant/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/intl/encoding_glue/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/glean/tests/gtest/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/tools/profiler/rust-helper/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/dom/media/webrtc/sdp/rsdparsa_capi/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/gtest/rust/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/gtest/rust/Cargo.toml: unused manifest key: lib.plugin 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/dom/media/gtest/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/gtest/xpcom/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/netwerk/base/mozurl/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/netwerk/base/rust-helper/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/processtools/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/uniffi-bindgen-gecko-js/components/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/uniffi-bindgen-gecko-js/components/Cargo.toml: unused manifest key: lib.plugin 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/js/src/rust/shared/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/security/manager/ssl/cert_storage/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.67 warning: /var/cache/pkg/work/src/firefox-132.0.2/dom/fs/parent/rust/mime-guess-ffi/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.68 warning: /var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/gtest/bench-collections/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.68 warning: /var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/gtest/nsstring/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.68 warning: /var/cache/pkg/work/src/firefox-132.0.2/xpcom/rust/malloc_size_of_derive/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.68 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/components/bitsdownload/bits_client/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.68 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust/shared/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:32.68 warning: /var/cache/pkg/work/src/firefox-132.0.2/toolkit/library/rust/shared/Cargo.toml: unused manifest key: lib.plugin 12:32.68 warning: /var/cache/pkg/work/src/firefox-132.0.2/js/src/rust/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 12:34.01 ld.lld: error: undefined symbol: uloc_toUnicodeLocaleType_76 12:34.01 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.01 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::Calendar::GetBcp47Type()) 12:34.01 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.01 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::Calendar::LegacyIdentifierToBcp47(char const*, int)) 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::Collator::KeywordValueToBcp47Extension(char const*, int)) 12:34.02 ld.lld: error: undefined symbol: ucurr_openISOCurrencies_76 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::Currency::GetISOCurrencies()) 12:34.02 ld.lld: error: undefined symbol: uldn_close_76 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::DisplayNames::~DisplayNames()) 12:34.02 ld.lld: error: undefined symbol: uldn_openForContext_76 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::DisplayNames::TryCreate(char const*, mozilla::intl::DisplayNames::Options)) 12:34.02 ld.lld: error: undefined symbol: u_init_76 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::ICU4CLibrary::Initialize()) 12:34.02 ld.lld: error: undefined symbol: u_cleanup_76 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::ICU4CLibrary::Cleanup()) 12:34.02 ld.lld: error: undefined symbol: u_setMemoryFunctions_76 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::ICU4CLibrary::SetMemoryFunctions(mozilla::intl::ICU4CLibrary::MemoryFunctions)) 12:34.02 ld.lld: error: undefined symbol: uloc_minimizeSubtags_76 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::LikelySubtags(mozilla::intl::LikelySubtags, mozilla::intl::Locale&)) 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::LikelySubtags(mozilla::intl::LikelySubtags, mozilla::intl::Locale&)) 12:34.02 ld.lld: error: undefined symbol: uloc_addLikelySubtags_76 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::LikelySubtags(mozilla::intl::LikelySubtags, mozilla::intl::Locale&)) 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::LikelySubtags(mozilla::intl::LikelySubtags, mozilla::intl::Locale&)) 12:34.02 ld.lld: error: undefined symbol: uloc_canonicalize_76 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::LocaleCanonicalizer::CanonicalizeICULevel1(char const*, mozilla::Vector&)) 12:34.02 >>> referenced by Unified_cpp_intl_components0.cpp 12:34.02 >>> ../../../intl/components/Unified_cpp_intl_components0.o:(mozilla::intl::LocaleCanonicalizer::CanonicalizeICULevel1(char const*, mozilla::Vector&)) 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeSet::UnicodeSet() 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildIgnoreSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildSpecialAddSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddUnicodeCaseEquivalents(v8::internal::ZoneList*, v8::internal::Zone*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced 3 more times 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeSet::add(int) 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildIgnoreSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildIgnoreSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildIgnoreSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced 24 more times 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeSet::add(int, int) 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildIgnoreSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildIgnoreSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildIgnoreSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced 3 more times 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeSet::freeze() 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildIgnoreSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::internal::BuildSpecialAddSet()) in archive ../../../js/src/build/libjs_static.a 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeSet::~UnicodeSet() 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp2.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp2.o:(v8::base::LazyInstanceImpl::~LazyInstanceImpl()) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddUnicodeCaseEquivalents(v8::internal::ZoneList*, v8::internal::Zone*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddCaseEquivalents(v8::internal::Isolate*, v8::internal::Zone*, v8::internal::ZoneList*, bool)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced 6 more times 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeSet::closeOver(int) 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddUnicodeCaseEquivalents(v8::internal::ZoneList*, v8::internal::Zone*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddCaseEquivalents(v8::internal::Isolate*, v8::internal::Zone*, v8::internal::ZoneList*, bool)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by regexp-compiler.cc 12:34.02 >>> regexp-compiler.o:(v8::internal::(anonymous namespace)::GetCaseIndependentLetters(v8::internal::Isolate*, char16_t, bool, unsigned int*, int)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced 4 more times 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeSet::getRangeCount() const 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddUnicodeCaseEquivalents(v8::internal::ZoneList*, v8::internal::Zone*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddUnicodeCaseEquivalents(v8::internal::ZoneList*, v8::internal::Zone*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddCaseEquivalents(v8::internal::Isolate*, v8::internal::Zone*, v8::internal::ZoneList*, bool)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced 5 more times 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeSet::getRangeStart(int) const 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddUnicodeCaseEquivalents(v8::internal::ZoneList*, v8::internal::Zone*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddCaseEquivalents(v8::internal::Isolate*, v8::internal::Zone*, v8::internal::ZoneList*, bool)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by regexp-compiler.cc 12:34.02 >>> regexp-compiler.o:(v8::internal::(anonymous namespace)::GetCaseIndependentLetters(v8::internal::Isolate*, char16_t, bool, unsigned int*, int)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced 2 more times 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeSet::getRangeEnd(int) const 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddUnicodeCaseEquivalents(v8::internal::ZoneList*, v8::internal::Zone*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::CharacterRange::AddCaseEquivalents(v8::internal::Isolate*, v8::internal::Zone*, v8::internal::ZoneList*, bool)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by regexp-compiler.cc 12:34.02 >>> regexp-compiler.o:(v8::internal::(anonymous namespace)::GetCaseIndependentLetters(v8::internal::Isolate*, char16_t, bool, unsigned int*, int)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced 2 more times 12:34.02 ld.lld: error: undefined symbol: icu_76::UnicodeString::UnicodeString(char16_t) 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::RegExpDisjunction::SortConsecutiveAtoms(v8::internal::RegExpCompiler*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::RegExpDisjunction::SortConsecutiveAtoms(v8::internal::RegExpCompiler*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced by Unified_cpp_js_src_irregexp1.cpp 12:34.02 >>> Unified_cpp_js_src_irregexp1.o:(v8::internal::RegExpDisjunction::SortConsecutiveAtoms(v8::internal::RegExpCompiler*)) in archive ../../../js/src/build/libjs_static.a 12:34.02 >>> referenced 7 more times 12:34.02 ld.lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors) 12:34.11 clang++: error: linker command failed with exit code 1 (use -v to see invocation) 12:34.12 make[4]: *** [/var/cache/pkg/work/src/firefox-132.0.2/config/rules.mk:539: ../../../dist/bin/libxul.so] Error 1 12:34.12 make[3]: *** [/var/cache/pkg/work/src/firefox-132.0.2/config/recurse.mk:72: toolkit/library/build/target] Error 2 12:34.12 make[3]: *** Waiting for unfinished jobs.... 12:34.68 warning: trait `HasFloat` is never used 12:34.68 --> third_party/rust/bindgen/ir/item.rs:89:18 12:34.68 | 12:34.68 89 | pub(crate) trait HasFloat { 12:34.68 | ^^^^^^^^ 12:34.68 | 12:34.68 = note: `#[warn(dead_code)]` on by default 12:34.68 warning: `bindgen` (lib) generated 1 warning 12:34.68 Compiling builtins-static v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/security/manager/ssl/builtins) 12:34.68 Compiling mozilla-central-workspace-hack v0.1.0 (/var/cache/pkg/work/src/firefox-132.0.2/build/workspace-hack) 12:34.73 warning: unexpected `cfg` condition value: `testlib` 12:34.73 --> security/manager/ssl/builtins/build.rs:351:11 12:34.73 | 12:34.73 351 | #[cfg(feature = "testlib")] 12:34.74 | ^^^^^^^^^^^^^^^^^^^ 12:34.74 | 12:34.74 = note: expected values for `feature` are: `mozilla-central-workspace-hack` 12:34.74 = help: consider adding `testlib` as a feature in `Cargo.toml` 12:34.74 = note: see for more information about checking conditional configuration 12:34.74 = note: `#[warn(unexpected_cfgs)]` on by default 12:34.74 warning: unexpected `cfg` condition value: `testlib` 12:34.74 --> security/manager/ssl/builtins/build.rs:356:15 12:34.74 | 12:34.74 356 | #[cfg(not(feature = "testlib"))] 12:34.74 | ^^^^^^^^^^^^^^^^^^^ 12:34.74 | 12:34.74 = note: expected values for `feature` are: `mozilla-central-workspace-hack` 12:34.74 = help: consider adding `testlib` as a feature in `Cargo.toml` 12:34.74 = note: see for more information about checking conditional configuration 12:35.79 warning: `builtins-static` (build script) generated 2 warnings 12:40.23 Finished `release` profile [optimized] target(s) in 7.60s 12:40.75 security/manager/ssl/builtins/libbuiltins_static.a 12:40.76 make[2]: *** [/var/cache/pkg/work/src/firefox-132.0.2/config/recurse.mk:34: compile] Error 2 12:40.76 make[1]: *** [/var/cache/pkg/work/src/firefox-132.0.2/config/rules.mk:359: default] Error 2 12:40.76 make: *** [client.mk:60: build] Error 2 12:40.86 W 0 compiler warnings present. Config object not found by mach. Configure complete! Be sure to run |mach build| to pick up any changes Parallelism determined by memory: using 36 jobs for 36 cores based on 125.5 GiB RAM and estimated job size of 1.0 GiB =======> ERROR: Building '/var/cache/pkg/packages/firefox#132.0.2-1.pkg.tar.xz' failed.