You are not logged in.

#1 2020-05-09 08:36:40

Mininux
Member
Registered: 2020-03-22
Posts: 6

Building firefox from abs leads to rust error

Hi,

I'm trying to add a patch to firefox (unity-menubar patch, to get kde global menu working) so I retrieved the pkgbuild with

asp checkout firefox

But when I try makepkg (without even applying the patch) I get this:

 0:25.75 configure: error: building in-tree NSS is not supported on this platform. Use --with-system-nss
 0:25.75 DEBUG: This file contains any messages produced by compilers while
 0:25.75 DEBUG: running configure, to aid debugging if configure makes a mistake.
 0:25.75 DEBUG:
 0:25.75 DEBUG: configure:753: checking host system type
 0:25.75 DEBUG: configure:774: checking target system type
 0:25.75 DEBUG: configure:792: checking build system type
 0:25.75 DEBUG: configure:891: checking for objcopy
 0:25.75 DEBUG: configure:7906: checking NSPR selection
 0:25.75 DEBUG: configure: error: building in-tree NSS is not supported on this platform. Use --with-system-nss
 0:25.76 ERROR: old-configure failed
 0:25.84 *** Fix above errors and then restart with\
 0:25.84                "./mach build"
 0:25.85 make: *** [client.mk:115 : configure] Erreur 1

Of course nss is installed on my system, and the arch binary of firefox works

Any solution ?
Thanks in advance

Last edited by Mininux (2020-05-11 07:16:19)

Offline

#2 2020-05-09 11:39:10

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Building firefox from abs leads to rust error

https://git.archlinux.org/svntogit/pack … es/firefox

Which version are you trying to build, 76.0-2 or 76.0.1-1 ?
If 76.0-2 , Try running asp update .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2020-05-09 12:01:31

Mininux
Member
Registered: 2020-03-22
Posts: 6

Re: Building firefox from abs leads to rust error

Thanks for your answer, after updating this error has gone. But now there is again another one:

 0:29.60 DEBUG: configure: error: Cannot find the ICU directory
 0:29.60 ERROR: old-configure failed
 0:29.69 *** Fix above errors and then restart with\
 0:29.69                "./mach build"
 0:29.69 make: *** [client.mk:115 : configure] Erreur 1

Offline

#4 2020-05-09 12:30:01

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Building firefox from abs leads to rust error

That error suggests something in your build environment is not what the build system expects.

I started a build with extra-x86_64-build that is now running approx 10 minutes without aborting.

Try setting up clean chroot building, see https://wiki.archlinux.org/index.php/De … ean_chroot


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2020-05-09 13:17:12

Mininux
Member
Registered: 2020-03-22
Posts: 6

Re: Building firefox from abs leads to rust error

Building in a clean chroot worked for the ICU error. Now it tells me that

29:17.84 1 warning generated.
29:20.16 1 warning generated.
29:27.51 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/unum.cpp:787:27: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
29:27.51     if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
29:27.51                     ~~~~~~^ ~
29:27.52 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/unum.cpp:814:27: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
29:27.52     if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
29:27.52                     ~~~~~~^ ~
29:28.45 2 warnings generated.
29:29.57 1 warning generated.
29:34.25 1 warning generated.
29:35.49 1 warning generated.
29:35.51 make[2]: *** [/build/firefox/src/firefox-76.0.1/config/recurse.mk:34: compile] Error 2
29:35.51 make[1]: *** [/build/firefox/src/firefox-76.0.1/config/rules.mk:394: default] Error 2
29:35.51 make: *** [client.mk:125: build] Error 2
29:35.52 135 compiler warnings present.
29:35.52 135 compiler warnings present.
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/yacob/build

I don't know if the warnings have something to do with the error.

I'll try with -j1 makeflags instead of -j6

Offline

#6 2020-05-09 15:17:27

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Building firefox from abs leads to rust error

Please post the full output from the failing build.  The excerpt only contains warnings.

Offline

#7 2020-05-09 17:58:07

Mininux
Member
Registered: 2020-03-22
Posts: 6

Re: Building firefox from abs leads to rust error

Ok here it is

==> Starting build()...
Building instrumented browser...
 Config object not found by mach.
 0:02.24 Clobber not needed.
 0:02.24 Adding make options from /build/firefox/src/firefox-76.0.1/.mozconfig
    MOZ_OBJDIR=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu
    OBJDIR=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu
    FOUND_MOZCONFIG=/build/firefox/src/firefox-76.0.1/.mozconfig
    export FOUND_MOZCONFIG
 0:02.26 /usr/bin/make -f client.mk -s configure
 0:02.28 cd /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu
 0:02.28 /build/firefox/src/firefox-76.0.1/configure
 0:02.51 Creating Python 2 environment
 0:07.29 New python executable in /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/python2.7
 0:07.29 Not overwriting existing python script /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/python (you must use /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/python2.7)
 0:07.29 Installing setuptools, pip, wheel...
 0:07.29 done.
 0:07.29 Overwriting /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/activate with new content
 0:07.29 Overwriting /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/activate.fish with new content
 0:07.29 Overwriting /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/activate.csh with new content
 0:07.29 Overwriting /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/python-config with new content
 0:08.04 running build_ext
 0:08.04 copying build/lib.linux-x86_64-2.7/psutil/_psutil_linux.so -> psutil
 0:08.04 copying build/lib.linux-x86_64-2.7/psutil/_psutil_posix.so -> psutil
 0:08.04 Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
 0:08.04 Reexecuting in the virtualenv
 0:08.53 Adding configure options from /build/firefox/src/firefox-76.0.1/.mozconfig
 0:08.53   --enable-application=browser
 0:08.53   --prefix=/usr
 0:08.53   --enable-release
 0:08.53   --enable-hardening
 0:08.53   --enable-optimize
 0:08.53   --enable-rust-simd
 0:08.53   --enable-official-branding
 0:08.53   --enable-update-channel=release
 0:08.53   --with-distribution-id=org.archlinux
 0:08.53   --with-unsigned-addon-scopes=app,system
 0:08.53   --allow-addon-sideload
 0:08.53   --with-google-location-service-api-keyfile=/build/firefox/src/firefox-76.0.1/google-api-key
 0:08.53   --with-google-safebrowsing-api-keyfile=/build/firefox/src/firefox-76.0.1/google-api-key
 0:08.53   --with-mozilla-api-keyfile=/build/firefox/src/firefox-76.0.1/mozilla-api-key
 0:08.53   --with-system-nspr
 0:08.53   --with-system-nss
 0:08.53   --enable-alsa
 0:08.53   --enable-jack
 0:08.53   --enable-startup-notification
 0:08.53   --enable-crashreporter
 0:08.53   --disable-gconf
 0:08.53   --disable-updater
 0:08.53   --disable-tests
 0:08.53   --enable-profile-generate=cross
 0:08.53   MOZ_OFFICIAL_BRANDING_DIRECTORY=/build/firefox/src/firefox-76.0.1/browser/branding/official
 0:08.53   NM=llvm-nm
 0:08.53   MOZ_TELEMETRY_REPORTING=1
 0:08.53   CC=clang --target=x86_64-unknown-linux-gnu
 0:08.53   MOZ_REQUIRE_SIGNING=1
 0:08.53   RANLIB=llvm-ranlib
 0:08.53   MOZ_APP_REMOTINGNAME=firefox
 0:08.53   CXX=clang++ --target=x86_64-unknown-linux-gnu
 0:08.53   AR=llvm-ar
 0:08.53   MOZILLA_OFFICIAL=1
 0:08.58 checking for Python 3... Creating Python 3 environment
 0:14.22 Using base prefix '/usr'
 0:14.22 New python executable in /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python3
 0:14.22 Also creating executable in /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python
 0:14.22 Installing setuptools, pip, wheel...
 0:14.22 done.
 0:16.68 b"running build_ext\nbuilding 'psutil._psutil_linux' extension\ncreating build/temp.linux-x86_64-3.8\ncreating build/temp.linux-x86_64-3.8/psutil\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_common.o\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_posix.o\nIn file included from /usr/include/string.h:495,\n                 from /usr/include/python3.8/Python.h:30,\n                 from psutil/_psutil_posix.c:9:\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_flags\xe2\x80\x99 at psutil/_psutil_posix.c:401:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_mtu\xe2\x80\x99 at psutil/_psutil_posix.c:362:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_linux.o\nIn file included from /usr/include/string.h:495,\n                 from /usr/include/python3.8/Python.h:30,\n                 from psutil/_psutil_linux.c:12:\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_duplex_speed\xe2\x80\x99 at psutil/_psutil_linux.c:504:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ncreating build/lib.linux-x86_64-3.8\ncreating build/lib.linux-x86_64-3.8/psutil\ngcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/psutil/_psutil_common.o build/temp.linux-x86_64-3.8/psutil/_psutil_posix.o build/temp.linux-x86_64-3.8/psutil/_psutil_linux.o -L/usr/lib -o build/lib.linux-x86_64-3.8/psutil/_psutil_linux.cpython-38-x86_64-linux-gnu.so\nbuilding 'psutil._psutil_posix' extension\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_common.o\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_posix.o\nIn file included from /usr/include/string.h:495,\n                 from /usr/include/python3.8/Python.h:30,\n                 from psutil/_psutil_posix.c:9:\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_flags\xe2\x80\x99 at psutil/_psutil_posix.c:401:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_mtu\xe2\x80\x99 at psutil/_psutil_posix.c:362:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ngcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/psutil/_psutil_common.o build/temp.linux-x86_64-3.8/psutil/_psutil_posix.o -L/usr/lib -o build/lib.linux-x86_64-3.8/psutil/_psutil_posix.cpython-38-x86_64-linux-gnu.so\ncopying build/lib.linux-x86_64-3.8/psutil/_psutil_linux.cpython-38-x86_64-linux-gnu.so -> psutil\ncopying build/lib.linux-x86_64-3.8/psutil/_psutil_posix.cpython-38-x86_64-linux-gnu.so -> psutil\n"
 0:16.68 Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
 0:16.68 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python (3.8.2)
 0:16.68 checking for vcs source checkout... no
 0:16.79 checking for a shell... /usr/bin/sh
 0:16.89 checking for host system type... x86_64-pc-linux-gnu
 0:16.89 checking for target system type... x86_64-pc-linux-gnu
 0:18.24 checking whether cross compiling... no
 0:18.59 checking for yasm... /usr/bin/yasm
 0:18.60 checking yasm version... 1.3.0
 0:18.62 checking for the target C compiler... /usr/bin/clang
 0:18.76 checking whether the target C compiler can be used... yes
 0:18.76 checking the target C compiler version... 10.0.0
 0:18.84 checking the target C compiler works... yes
 0:18.84 checking for the target C++ compiler... /usr/bin/clang++
 0:19.00 checking whether the target C++ compiler can be used... yes
 0:19.00 checking the target C++ compiler version... 10.0.0
 0:19.07 checking the target C++ compiler works... yes
 0:19.07 checking for the host C compiler... /usr/bin/clang
 0:19.21 checking whether the host C compiler can be used... yes
 0:19.21 checking the host C compiler version... 10.0.0
 0:19.28 checking the host C compiler works... yes
 0:19.28 checking for the host C++ compiler... /usr/bin/clang++
 0:19.44 checking whether the host C++ compiler can be used... yes
 0:19.44 checking the host C++ compiler version... 10.0.0
 0:19.50 checking the host C++ compiler works... yes
 0:19.60 checking for 64-bit OS... yes
 0:19.68 checking for new enough STL headers from libstdc++... yes
 0:19.69 checking for nasm... /usr/bin/nasm
 0:19.71 checking nasm version... 2.14.02
 0:19.77 checking for linker... bfd
 0:19.77 checking for the assembler... /usr/bin/clang
 0:19.79 checking for ar... /usr/bin/llvm-ar
 0:19.79 checking for pkg_config... /usr/bin/pkg-config
 0:19.80 checking for pkg-config version... 1.6.3
 0:19.87 checking for stdint.h... yes
 0:19.94 checking for inttypes.h... yes
 0:20.02 checking for malloc.h... yes
 0:20.10 checking for alloca.h... yes
 0:20.16 checking for sys/byteorder.h... no
 0:20.22 checking for getopt.h... yes
 0:20.30 checking for unistd.h... yes
 0:20.38 checking for nl_types.h... yes
 0:20.45 checking for cpuid.h... yes
 0:20.53 checking for fts.h... yes
 0:20.60 checking for sys/statvfs.h... yes
 0:20.67 checking for sys/statfs.h... yes
 0:20.75 checking for sys/vfs.h... yes
 0:20.83 checking for sys/mount.h... yes
 0:20.91 checking for sys/quota.h... yes
 0:20.99 checking for linux/quota.h... yes
 0:21.08 checking for linux/if_addr.h... yes
 0:21.17 checking for linux/rtnetlink.h... yes
 0:21.25 checking for sys/queue.h... yes
 0:21.33 checking for sys/types.h... yes
 0:21.41 checking for netinet/in.h... yes
 0:21.48 checking for byteswap.h... yes
 0:21.56 checking for linux/perf_event.h... yes
 0:21.63 checking for perf_event_open system call... yes
 0:21.69 checking whether the C compiler supports -Wbitfield-enum-conversion... yes
 0:21.76 checking whether the C++ compiler supports -Wbitfield-enum-conversion... yes
 0:21.84 checking whether the C compiler supports -Wshadow-field-in-constructor-modified... yes
 0:21.90 checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... yes
 0:21.97 checking whether the C compiler supports -Wunreachable-code-return... yes
 0:22.04 checking whether the C++ compiler supports -Wunreachable-code-return... yes
 0:22.10 checking whether the C compiler supports -Wclass-varargs... yes
 0:22.17 checking whether the C++ compiler supports -Wclass-varargs... yes
 0:22.24 checking whether the C++ compiler supports -Wempty-init-stmt... yes
 0:22.30 checking whether the C compiler supports -Wfloat-overflow-conversion... yes
 0:22.37 checking whether the C++ compiler supports -Wfloat-overflow-conversion... yes
 0:22.44 checking whether the C compiler supports -Wfloat-zero-conversion... yes
 0:22.50 checking whether the C++ compiler supports -Wfloat-zero-conversion... yes
 0:22.57 checking whether the C compiler supports -Wloop-analysis... yes
 0:22.64 checking whether the C++ compiler supports -Wloop-analysis... yes
 0:22.70 checking whether the C++ compiler supports -Wc++2a-compat... yes
 0:22.78 checking whether the C++ compiler supports -Wcomma... yes
 0:22.84 checking whether the C compiler supports -Wduplicated-cond... no
 0:22.90 checking whether the C++ compiler supports -Wduplicated-cond... no
 0:22.97 checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
 0:23.03 checking whether the C++ compiler supports -Wunused-function... yes
 0:23.10 checking whether the C++ compiler supports -Wunused-variable... yes
 0:23.17 checking whether the C compiler supports -Wstring-conversion... yes
 0:23.24 checking whether the C++ compiler supports -Wstring-conversion... yes
 0:23.31 checking whether the C compiler supports -Wtautological-overlap-compare... yes
 0:23.37 checking whether the C++ compiler supports -Wtautological-overlap-compare... yes
 0:23.44 checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... yes
 0:23.52 checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... yes
 0:23.59 checking whether the C compiler supports -Wtautological-unsigned-zero-compare... yes
 0:23.66 checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... yes
 0:23.73 checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... yes
 0:23.80 checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... yes
 0:23.88 checking whether the C++ compiler supports -Wno-inline-new-delete... yes
 0:23.93 checking whether the C compiler supports -Wno-error=maybe-uninitialized... no
 0:23.99 checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... no
 0:24.06 checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
 0:24.13 checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
 0:24.20 checking whether the C compiler supports -Wno-error=array-bounds... yes
 0:24.27 checking whether the C++ compiler supports -Wno-error=array-bounds... yes
 0:24.33 checking whether the C compiler supports -Wno-error=coverage-mismatch... no
 0:24.39 checking whether the C++ compiler supports -Wno-error=coverage-mismatch... no
 0:24.46 checking whether the C compiler supports -Wno-error=backend-plugin... yes
 0:24.52 checking whether the C++ compiler supports -Wno-error=backend-plugin... yes
 0:24.59 checking whether the C compiler supports -Wno-error=free-nonheap-object... no
 0:24.65 checking whether the C++ compiler supports -Wno-error=free-nonheap-object... no
 0:24.71 checking whether the C compiler supports -Wno-multistatement-macros... no
 0:24.77 checking whether the C++ compiler supports -Wno-multistatement-macros... no
 0:24.84 checking whether the C compiler supports -Wno-error=return-std-move... yes
 0:24.90 checking whether the C++ compiler supports -Wno-error=return-std-move... yes
 0:24.98 checking whether the C compiler supports -Wno-error=class-memaccess... no
 0:25.04 checking whether the C++ compiler supports -Wno-error=class-memaccess... no
 0:25.11 checking whether the C compiler supports -Wno-error=atomic-alignment... yes
 0:25.18 checking whether the C++ compiler supports -Wno-error=atomic-alignment... yes
 0:25.25 checking whether the C compiler supports -Wno-error=deprecated-copy... yes
 0:25.31 checking whether the C++ compiler supports -Wno-error=deprecated-copy... yes
 0:25.38 checking whether the C compiler supports -Wformat... yes
 0:25.45 checking whether the C++ compiler supports -Wformat... yes
 0:25.51 checking whether the C compiler supports -Wformat-security... yes
 0:25.59 checking whether the C++ compiler supports -Wformat-security... yes
 0:25.65 checking whether the C compiler supports -Wformat-overflow=2... no
 0:25.71 checking whether the C++ compiler supports -Wformat-overflow=2... no
 0:25.79 checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
 0:25.87 checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
 0:25.88 checking for llvm_profdata... /usr/bin/llvm-profdata
 0:25.95 checking whether the C++ compiler supports -fno-sized-deallocation... yes
 0:26.01 checking whether the C++ compiler supports -fno-aligned-new... yes
 0:26.04 checking for alsa... yes
 0:26.05 checking MOZ_ALSA_CFLAGS...
 0:26.06 checking MOZ_ALSA_LIBS... -lasound
 0:26.08 checking for jack... yes
 0:26.09 checking MOZ_JACK_CFLAGS...
 0:26.10 checking MOZ_JACK_LIBS... -ljack -lpthread
 0:26.12 checking for libpulse... yes
 0:26.12 checking MOZ_PULSEAUDIO_CFLAGS... -D_REENTRANT
 0:26.14 checking MOZ_PULSEAUDIO_LIBS... -lpulse -pthread
 0:26.14 checking for rustc... /usr/bin/rustc
 0:26.14 checking for cargo... /usr/bin/cargo
 0:26.34 checking rustc version... 1.43.1
 0:26.35 checking cargo version... 1.43.0
 0:26.60 checking for rust target triplet... x86_64-unknown-linux-gnu
 0:26.71 checking for rust host triplet... x86_64-unknown-linux-gnu
 0:26.71 checking for rustdoc... /usr/bin/rustdoc
 0:26.73 checking for cbindgen... /usr/bin/cbindgen
 0:26.73 checking for rustfmt... /usr/bin/rustfmt
 0:26.73 checking for clang for bindgen... /usr/bin/clang++
 0:26.80 checking for libclang for bindgen... /usr/lib/libclang.so
 0:26.86 checking that libclang is new enough... yes
 0:26.86 checking bindgen cflags... -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_LINUX=1 --target=x86_64-unknown-linux-gnu -std=gnu++17
 0:26.93 checking for nodejs... /usr/bin/node (14.2.0)
 0:26.95 checking for gtk+-wayland-3.0 >= 3.10 xkbcommon >= 0.4.1 libdrm >= 2.4... yes
 0:27.01 checking MOZ_WAYLAND_CFLAGS... -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/libdrm
 0:27.03 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 -ldrm
 0:27.04 checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0... yes
 0:27.07 checking MOZ_PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1
 0:27.09 checking MOZ_PANGO_LIBS... -lpangoft2-1.0 -lfontconfig -lfreetype -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo
 0:27.10 checking for fontconfig >= 2.7.0... yes
 0:27.11 checking _FONTCONFIG_CFLAGS... -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 0:27.12 checking _FONTCONFIG_LIBS... -lfontconfig -lfreetype
 0:27.13 checking for freetype2 >= 6.1.0... yes
 0:27.15 checking _FT2_CFLAGS... -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 0:27.16 checking _FT2_LIBS... -lfreetype
 0:27.16 checking for tar... /usr/bin/tar
 0:27.16 checking for unzip... /usr/bin/unzip
 0:27.16 checking for zip... /usr/bin/zip
 0:27.16 checking for gn... not found
 0:27.17 checking for the Mozilla API key... yes
 0:27.17 checking for the Google Location Service API key... yes
 0:27.17 checking for the Google Safebrowsing API key... yes
 0:27.17 checking for the Bing API key... no
 0:27.17 checking for the Adjust SDK key... no
 0:27.17 checking for the Leanplum SDK key... no
 0:27.17 checking for the Pocket API key... no
 0:27.33 checking for getcontext... yes
 0:27.34 checking for awk... /usr/bin/gawk
 0:27.34 checking for perl... /usr/bin/perl
 0:27.36 checking for minimum required perl version >= 5.006... 5.030002
 0:27.37 checking for full perl installation... yes
 0:27.38 checking for gmake... /usr/bin/make
 0:27.38 checking for watchman... not found
 0:27.38 checking for xargs... /usr/bin/xargs
 0:27.38 checking for rpmbuild... not found
 0:27.38 checking for NSIS version... no
 0:27.44 checking for llvm-objdump... /usr/bin/llvm-objdump
 0:27.44 checking for autoconf... /usr/bin/autoconf-2.13
 0:28.82 creating cache ./config.cache
 0:28.86 checking host system type... x86_64-pc-linux-gnu
 0:28.88 checking target system type... x86_64-pc-linux-gnu
 0:28.90 checking build system type... x86_64-pc-linux-gnu
 0:28.91 checking for objcopy... /usr/bin/objcopy
 0:28.92 checking for gcc... (cached) /usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99
 0:28.92 checking whether the C compiler (/usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) works... (cached) yes
 0:28.92 checking whether the C compiler (/usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) is a cross-compiler... no
 0:28.92 checking whether we are using GNU C... (cached) yes
 0:28.92 checking whether /usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99 accepts -g... (cached) yes
 0:28.93 checking for c++... (cached) /usr/bin/clang++ --target=x86_64-unknown-linux-gnu -std=gnu++17
 0:28.93 checking whether the C++ compiler (/usr/bin/clang++ --target=x86_64-unknown-linux-gnu -std=gnu++17 -march=x86-64 -mtune=generic -O2 -pipe  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) works... (cached) yes
 0:28.93 checking whether the C++ compiler (/usr/bin/clang++ --target=x86_64-unknown-linux-gnu -std=gnu++17 -march=x86-64 -mtune=generic -O2 -pipe  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) is a cross-compiler... no
 0:28.93 checking whether we are using GNU C++... (cached) yes
 0:28.93 checking whether /usr/bin/clang++ --target=x86_64-unknown-linux-gnu -std=gnu++17 accepts -g... (cached) yes
 0:28.93 checking for ranlib... llvm-ranlib
 0:28.93 checking for /usr/bin/clang... /usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99
 0:28.93 checking for strip... strip
 0:28.93 checking for otool... no
 0:29.22 checking for X... libraries /usr/lib64, headers /usr/include
 0:29.36 checking for dnet_ntoa in -ldnet... no
 0:29.48 checking for dnet_ntoa in -ldnet_stub... no
 0:29.62 checking for gethostbyname... yes
 0:29.76 checking for connect... yes
 0:29.91 checking for remove... yes
 0:30.05 checking for shmat... yes
 0:30.20 checking for IceConnectionNumber in -lICE... yes
 0:30.43 checking for --noexecstack option to as... yes
 0:30.58 checking for -z noexecstack option to ld... yes
 0:30.72 checking for -z text option to ld... yes
 0:30.88 checking for -z relro option to ld... yes
 0:31.02 checking for -z nocopyreloc option to ld... yes
 0:31.15 checking for -Bsymbolic-functions option to ld... yes
 0:31.29 checking for --build-id=sha1 option to ld... yes
 0:31.43 checking for --ignore-unresolved-symbol option to ld... yes
 0:31.49 checking if toolchain supports -mssse3 option... yes
 0:31.57 checking if toolchain supports -msse4.1 option... yes
 0:31.64 checking for x86 AVX2 asm support in compiler... yes
 0:31.75 checking whether the linker supports Identical Code Folding... no
 0:32.20 checking whether removing dead symbols breaks debugging... no
 0:32.29 checking for working const... yes
 0:32.35 checking for mode_t... yes
 0:32.41 checking for off_t... yes
 0:32.49 checking for pid_t... yes
 0:32.55 checking for size_t... yes
 0:32.83 checking whether 64-bits std::atomic requires -latomic... no
 0:32.91 checking for dirent.h that defines DIR... yes
 0:33.03 checking for opendir in -ldir... no
 0:33.11 checking for sockaddr_in.sin_len... false
 0:33.18 checking for sockaddr_in6.sin6_len... false
 0:33.25 checking for sockaddr.sa_len... false
 0:33.37 checking for gethostbyname_r in -lc_r... no
 0:33.65 checking for library containing dlopen... -ldl
 0:33.73 checking for dlfcn.h... yes
 0:33.88 checking for dladdr... yes
 0:34.03 checking for memmem... yes
 0:34.16 checking for socket in -lsocket... no
 0:34.32 checking for XDrawLines in -lX11... yes
 0:34.48 checking for XextAddDisplay in -lXext... yes
 0:34.64 checking for XtFree in -lXt... yes
 0:34.78 checking for xcb_connect in -lxcb... yes
 0:34.93 checking for xcb_shm_query_version in -lxcb-shm... yes
 0:35.07 checking for XGetXCBConnection in -lX11-xcb... yes
 0:35.20 checking for pthread_create in -lpthreads... no
 0:35.36 checking for pthread_create in -lpthread... yes
 0:35.49 checking whether /usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99 accepts -pthread... yes
 0:35.57 checking for pthread.h... yes
 0:35.73 checking for stat64... yes
 0:35.87 checking for lstat64... yes
 0:36.02 checking for truncate64... yes
 0:36.17 checking for statvfs64... yes
 0:36.34 checking for statvfs... yes
 0:36.51 checking for statfs64... yes
 0:36.65 checking for statfs... yes
 0:36.81 checking for getpagesize... yes
 0:36.94 checking for gmtime_r... yes
 0:37.09 checking for localtime_r... yes
 0:37.25 checking for arc4random... no
 0:37.39 checking for arc4random_buf... no
 0:37.54 checking for mallinfo... yes
 0:37.69 checking for gettid... yes
 0:37.85 checking for lchown... yes
 0:38.00 checking for setpriority... yes
 0:38.15 checking for strerror... yes
 0:38.31 checking for syscall... yes
 0:38.47 checking for clock_gettime(CLOCK_MONOTONIC)...
 0:38.59 checking for pthread_cond_timedwait_monotonic_np...
 0:38.77 checking for res_ninit()... yes
 0:38.86 checking for an implementation of va_copy()... yes
 0:38.94 checking whether va_list can be copied by value... no
 0:39.10 checking for __thread keyword for TLS variables... yes
 0:39.24 checking for localeconv... yes
 0:39.36 checking for malloc.h... yes
 0:39.51 checking for strndup... yes
 0:39.66 checking for posix_memalign... yes
 0:39.83 checking for memalign... yes
 0:40.00 checking for malloc_usable_size... yes
 0:40.07 checking whether malloc_usable_size definition can use const argument... no
 0:40.13 checking for valloc in malloc.h... yes
 0:40.19 checking for valloc in unistd.h... no
 0:40.25 checking for _aligned_malloc in malloc.h... no
 0:40.26 checking NSPR selection... system
 0:40.26 checking for nspr-config... /usr/bin/nspr-config
 0:40.29 checking for NSPR - version >= 4.25... yes
 0:40.53 checking for nss-config... /usr/bin/nss-config
 0:40.59 checking for NSS - version >= 3.51.1... yes
 0:40.60 checking if app-specific confvars.sh exists... /build/firefox/src/firefox-76.0.1/browser/confvars.sh
 0:40.60 checking for gtk+-3.0 >= 3.4.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0 ... yes
 0:40.66 checking MOZ_GTK3_CFLAGS... -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/gtk-3.0/unix-print -pthread
 0:40.67 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:40.68 checking for gtk+-2.0 >= 2.18.0 gtk+-unix-print-2.0 glib-2.0 >= 2.22 gobject-2.0 gio-unix-2.0 gdk-x11-2.0... yes
 0:40.74 checking MOZ_GTK2_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gio-unix-2.0 -pthread
 0:40.74 checking MOZ_GTK2_LIBS... -lgtk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0
 0:40.76 checking for dbus-1 >= 0.60... yes
 0:40.76 checking MOZ_DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
 0:40.76 checking MOZ_DBUS_LIBS... -ldbus-1
 0:40.76 checking for dbus-glib-1 >= 0.60... yes
 0:40.77 checking MOZ_DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 0:40.77 checking MOZ_DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
 0:40.95 checking for linux/joystick.h... yes
 0:40.95 checking for gthread-2.0... yes
 0:40.95 checking MOZ_GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 0:40.95 checking MOZ_GTHREAD_LIBS... -lgthread-2.0 -pthread -lglib-2.0
 0:40.95 checking for wget... no
 0:41.10 checking for fdatasync... yes
 0:41.18 checking for valid C compiler optimization flags... yes
 0:41.42 checking for __cxa_demangle... yes
 0:41.50 checking for unwind.h... yes
 0:41.66 checking for _Unwind_Backtrace... yes
 0:41.68 checking for -pipe support... yes
 0:41.82 checking what kind of list files are supported by the linker... linkerscript
 0:41.82 checking for glib-2.0 >= 1.3.7 gobject-2.0... yes
 0:41.82 checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 0:41.83 checking GLIB_LIBS... -lgobject-2.0 -lglib-2.0
 0:41.95 checking for FT_Bitmap_Size.y_ppem... yes
 0:42.12 checking for FT_GlyphSlot_Embolden... yes
 0:42.29 checking for FT_Load_Sfnt_Table... yes
 0:42.41 checking for fontconfig/fcfreetype.h... yes
 0:42.64 checking for posix_fadvise... yes
 0:42.78 checking for posix_fallocate... yes
 0:42.98 updating cache ./config.cache
 0:42.98 creating ./config.data
 0:43.02 js/src> configuring
 0:43.02 js/src> running /build/firefox/src/firefox-76.0.1/configure.py --enable-project=js --enable-crashreporter --disable-gconf --enable-official-branding --enable-startup-notification --disable-updater --prefix=/usr --with-distribution-id=org.archlinux --with-system-nss --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --disable-tests --disable-debug --disable-rust-debug --enable-release --enable-optimize --without-ccache --without-toolchain-prefix --enable-debug-symbols --disable-address-sanitizer --disable-memory-sanitizer --disable-thread-sanitizer --disable-undefined-sanitizer --disable-signed-overflow-sanitizer --disable-unsigned-overflow-sanitizer --disable-frame-pointers --disable-coverage --enable-cargo-incremental --disable-linker --disable-clang-plugin --disable-clang-plugin-alpha --disable-mozsearch-plugin --disable-stdcxx-compat --disable-fuzzing --enable-jemalloc --disable-replace-malloc --without-linux-headers --disable-warnings-as-errors --enable-profile-generate=cross --disable-profile-use --without-pgo-profile-path --disable-lto --enable-new-pass-manager --disable-valgrind --disable-smoosh --without-libclang-path --without-clang-path --disable-js-shell --enable-ion --disable-simulator --disable-instruments --disable-callgrind --disable-profiling --disable-vtune --disable-gc-trace --disable-gczeal --disable-small-chunk-size --disable-trace-logging --disable-oom-breakpoint --disable-perf --disable-jitspew --disable-masm-verbose --disable-more-deterministic --enable-ctypes --without-system-ffi --disable-pipeline-operator --disable-binast --enable-rust-simd --disable-cranelift --disable-wasm-codegen-debug --disable-typed-objects --disable-wasm-bulk-memory --disable-wasm-reftypes --disable-wasm-bigint --disable-wasm-gc --disable-wasm-private-reftypes --disable-wasm-multi-value --enable-shared-memory --disable-new-regexp --with-nspr-cflags=-I/usr/include/nspr --with-nspr-libs=-L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl --prefix=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/dist JS_STANDALONE=
 0:43.30 js/src> checking for Python 3... /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python (3.8.2)
 0:43.30 js/src> checking for vcs source checkout... no
 0:43.40 js/src> checking for a shell... /usr/bin/sh
 0:43.44 js/src> checking for host system type... x86_64-pc-linux-gnu
 0:43.46 js/src> checking for target system type... x86_64-pc-linux-gnu
 0:44.84 js/src> checking whether cross compiling... no
 0:44.85 js/src> checking for yasm... /usr/bin/yasm
 0:44.86 js/src> checking yasm version... 1.3.0
 0:44.88 js/src> checking for the target C compiler... /usr/bin/clang
 0:44.95 js/src> checking whether the target C compiler can be used... yes
 0:44.95 js/src> checking the target C compiler version... 10.0.0
 0:45.03 js/src> checking the target C compiler works... yes
 0:45.03 js/src> checking for the target C++ compiler... /usr/bin/clang++
 0:45.10 js/src> checking whether the target C++ compiler can be used... yes
 0:45.10 js/src> checking the target C++ compiler version... 10.0.0
 0:45.17 js/src> checking the target C++ compiler works... yes
 0:45.17 js/src> checking for the host C compiler... /usr/bin/clang
 0:45.25 js/src> checking whether the host C compiler can be used... yes
 0:45.25 js/src> checking the host C compiler version... 10.0.0
 0:45.33 js/src> checking the host C compiler works... yes
 0:45.33 js/src> checking for the host C++ compiler... /usr/bin/clang++
 0:45.41 js/src> checking whether the host C++ compiler can be used... yes
 0:45.41 js/src> checking the host C++ compiler version... 10.0.0
 0:45.49 js/src> checking the host C++ compiler works... yes
 0:45.57 js/src> checking for 64-bit OS... yes
 0:45.65 js/src> checking for new enough STL headers from libstdc++... yes
 0:45.67 js/src> checking for nasm... /usr/bin/nasm
 0:45.69 js/src> checking nasm version... 2.14.02
 0:45.75 js/src> checking for linker... bfd
 0:45.75 js/src> checking for the assembler... /usr/bin/clang
 0:45.76 js/src> checking for ar... /usr/bin/llvm-ar
 0:45.76 js/src> checking for pkg_config... /usr/bin/pkg-config
 0:45.77 js/src> checking for pkg-config version... 1.6.3
 0:45.85 js/src> checking for stdint.h... yes
 0:45.93 js/src> checking for inttypes.h... yes
 0:46.00 js/src> checking for malloc.h... yes
 0:46.07 js/src> checking for alloca.h... yes
 0:46.13 js/src> checking for sys/byteorder.h... no
 0:46.21 js/src> checking for getopt.h... yes
 0:46.31 js/src> checking for unistd.h... yes
 0:46.39 js/src> checking for nl_types.h... yes
 0:46.46 js/src> checking for cpuid.h... yes
 0:46.54 js/src> checking for fts.h... yes
 0:46.61 js/src> checking for sys/statvfs.h... yes
 0:46.69 js/src> checking for sys/statfs.h... yes
 0:46.75 js/src> checking for sys/vfs.h... yes
 0:46.82 js/src> checking for sys/mount.h... yes
 0:46.90 js/src> checking for sys/quota.h... yes
 0:46.98 js/src> checking for linux/quota.h... yes
 0:47.06 js/src> checking for linux/if_addr.h... yes
 0:47.15 js/src> checking for linux/rtnetlink.h... yes
 0:47.21 js/src> checking for sys/queue.h... yes
 0:47.29 js/src> checking for sys/types.h... yes
 0:47.39 js/src> checking for netinet/in.h... yes
 0:47.46 js/src> checking for byteswap.h... yes
 0:47.55 js/src> checking for linux/perf_event.h... yes
 0:47.61 js/src> checking for perf_event_open system call... yes
 0:47.69 js/src> checking whether the C compiler supports -Wbitfield-enum-conversion... yes
 0:47.75 js/src> checking whether the C++ compiler supports -Wbitfield-enum-conversion... yes
 0:47.83 js/src> checking whether the C compiler supports -Wshadow-field-in-constructor-modified... yes
 0:47.89 js/src> checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... yes
 0:47.98 js/src> checking whether the C compiler supports -Wunreachable-code-return... yes
 0:48.06 js/src> checking whether the C++ compiler supports -Wunreachable-code-return... yes
 0:48.14 js/src> checking whether the C compiler supports -Wclass-varargs... yes
 0:48.21 js/src> checking whether the C++ compiler supports -Wclass-varargs... yes
 0:48.29 js/src> checking whether the C++ compiler supports -Wempty-init-stmt... yes
 0:48.35 js/src> checking whether the C compiler supports -Wfloat-overflow-conversion... yes
 0:48.43 js/src> checking whether the C++ compiler supports -Wfloat-overflow-conversion... yes
 0:48.51 js/src> checking whether the C compiler supports -Wfloat-zero-conversion... yes
 0:48.59 js/src> checking whether the C++ compiler supports -Wfloat-zero-conversion... yes
 0:48.65 js/src> checking whether the C compiler supports -Wloop-analysis... yes
 0:48.72 js/src> checking whether the C++ compiler supports -Wloop-analysis... yes
 0:48.79 js/src> checking whether the C++ compiler supports -Wc++2a-compat... yes
 0:48.87 js/src> checking whether the C++ compiler supports -Wcomma... yes
 0:48.93 js/src> checking whether the C compiler supports -Wduplicated-cond... no
 0:49.00 js/src> checking whether the C++ compiler supports -Wduplicated-cond... no
 0:49.07 js/src> checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
 0:49.14 js/src> checking whether the C++ compiler supports -Wunused-function... yes
 0:49.22 js/src> checking whether the C++ compiler supports -Wunused-variable... yes
 0:49.30 js/src> checking whether the C compiler supports -Wstring-conversion... yes
 0:49.37 js/src> checking whether the C++ compiler supports -Wstring-conversion... yes
 0:49.44 js/src> checking whether the C compiler supports -Wtautological-overlap-compare... yes
 0:49.51 js/src> checking whether the C++ compiler supports -Wtautological-overlap-compare... yes
 0:49.59 js/src> checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... yes
 0:49.67 js/src> checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... yes
 0:49.74 js/src> checking whether the C compiler supports -Wtautological-unsigned-zero-compare... yes
 0:49.81 js/src> checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... yes
 0:49.88 js/src> checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... yes
 0:49.96 js/src> checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... yes
 0:50.04 js/src> checking whether the C++ compiler supports -Wno-inline-new-delete... yes
 0:50.11 js/src> checking whether the C compiler supports -Wno-error=maybe-uninitialized... no
 0:50.17 js/src> checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... no
 0:50.25 js/src> checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
 0:50.31 js/src> checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
 0:50.38 js/src> checking whether the C compiler supports -Wno-error=array-bounds... yes
 0:50.46 js/src> checking whether the C++ compiler supports -Wno-error=array-bounds... yes
 0:50.53 js/src> checking whether the C compiler supports -Wno-error=coverage-mismatch... no
 0:50.59 js/src> checking whether the C++ compiler supports -Wno-error=coverage-mismatch... no
 0:50.66 js/src> checking whether the C compiler supports -Wno-error=backend-plugin... yes
 0:50.74 js/src> checking whether the C++ compiler supports -Wno-error=backend-plugin... yes
 0:50.81 js/src> checking whether the C compiler supports -Wno-error=free-nonheap-object... no
 0:50.89 js/src> checking whether the C++ compiler supports -Wno-error=free-nonheap-object... no
 0:50.96 js/src> checking whether the C compiler supports -Wno-multistatement-macros... no
 0:51.02 js/src> checking whether the C++ compiler supports -Wno-multistatement-macros... no
 0:51.10 js/src> checking whether the C compiler supports -Wno-error=return-std-move... yes
 0:51.18 js/src> checking whether the C++ compiler supports -Wno-error=return-std-move... yes
 0:51.26 js/src> checking whether the C compiler supports -Wno-error=class-memaccess... no
 0:51.32 js/src> checking whether the C++ compiler supports -Wno-error=class-memaccess... no
 0:51.40 js/src> checking whether the C compiler supports -Wno-error=atomic-alignment... yes
 0:51.46 js/src> checking whether the C++ compiler supports -Wno-error=atomic-alignment... yes
 0:51.54 js/src> checking whether the C compiler supports -Wno-error=deprecated-copy... yes
 0:51.61 js/src> checking whether the C++ compiler supports -Wno-error=deprecated-copy... yes
 0:51.69 js/src> checking whether the C compiler supports -Wformat... yes
 0:51.77 js/src> checking whether the C++ compiler supports -Wformat... yes
 0:51.85 js/src> checking whether the C compiler supports -Wformat-security... yes
 0:51.92 js/src> checking whether the C++ compiler supports -Wformat-security... yes
 0:51.99 js/src> checking whether the C compiler supports -Wformat-overflow=2... no
 0:52.06 js/src> checking whether the C++ compiler supports -Wformat-overflow=2... no
 0:52.14 js/src> checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
 0:52.21 js/src> checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
 0:52.28 js/src> checking whether the C++ compiler supports -Wno-noexcept-type... yes
 0:52.28 js/src> checking for llvm_profdata... /usr/bin/llvm-profdata
 0:52.37 js/src> checking whether the C++ compiler supports -fno-sized-deallocation... yes
 0:52.45 js/src> checking whether the C++ compiler supports -fno-aligned-new... yes
 0:52.46 js/src> checking for rustc... /usr/bin/rustc
 0:52.46 js/src> checking for cargo... /usr/bin/cargo
 0:52.61 js/src> checking rustc version... 1.43.1
 0:52.63 js/src> checking cargo version... 1.43.0
 0:52.81 js/src> checking for rust target triplet... x86_64-unknown-linux-gnu
 0:52.93 js/src> checking for rust host triplet... x86_64-unknown-linux-gnu
 0:52.93 js/src> checking for rustdoc... /usr/bin/rustdoc
 0:52.93 js/src> checking for rustfmt... /usr/bin/rustfmt
 0:52.94 js/src> checking for clang for bindgen... /usr/bin/clang++
 0:53.00 js/src> checking for libclang for bindgen... /usr/lib/libclang.so
 0:53.00 js/src> checking that libclang is new enough... yes
 0:53.00 js/src> checking bindgen cflags... -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_LINUX=1 --target=x86_64-unknown-linux-gnu -std=gnu++17
 0:53.02 js/src> checking for awk... /usr/bin/gawk
 0:53.02 js/src> checking for perl... /usr/bin/perl
 0:53.03 js/src> checking for minimum required perl version >= 5.006... 5.030002
 0:53.05 js/src> checking for full perl installation... yes
 0:53.05 js/src> checking for gmake... /usr/bin/make
 0:53.05 js/src> checking for watchman... not found
 0:53.06 js/src> checking for xargs... /usr/bin/xargs
 0:53.06 js/src> checking for rpmbuild... not found
 0:53.06 js/src> checking for NSIS version... no
 0:53.14 js/src> checking for llvm-objdump... /usr/bin/llvm-objdump
 0:53.14 js/src> checking for autoconf... /usr/bin/autoconf-2.13
 0:53.14 js/src> Refreshing /build/firefox/src/firefox-76.0.1/js/src/old-configure with /usr/bin/autoconf-2.13
 0:53.48 js/src> loading cache /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/./config.cache
 0:53.52 js/src> checking host system type... x86_64-pc-linux-gnu
 0:53.54 js/src> checking target system type... x86_64-pc-linux-gnu
 0:53.57 js/src> checking build system type... x86_64-pc-linux-gnu
 0:53.59 js/src> checking for gcc... (cached) /usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99
 0:53.59 js/src> checking whether the C compiler (/usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) works... (cached) yes
 0:53.59 js/src> checking whether the C compiler (/usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) is a cross-compiler... no
 0:53.59 js/src> checking whether we are using GNU C... (cached) yes
 0:53.59 js/src> checking whether /usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99 accepts -g... (cached) yes
 0:53.59 js/src> checking for c++... (cached) /usr/bin/clang++ --target=x86_64-unknown-linux-gnu -std=gnu++17
 0:53.59 js/src> checking whether the C++ compiler (/usr/bin/clang++ --target=x86_64-unknown-linux-gnu -std=gnu++17 -march=x86-64 -mtune=generic -O2 -pipe  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) works... (cached) yes
 0:53.59 js/src> checking whether the C++ compiler (/usr/bin/clang++ --target=x86_64-unknown-linux-gnu -std=gnu++17 -march=x86-64 -mtune=generic -O2 -pipe  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) is a cross-compiler... no
 0:53.59 js/src> checking whether we are using GNU C++... (cached) yes
 0:53.59 js/src> checking whether /usr/bin/clang++ --target=x86_64-unknown-linux-gnu -std=gnu++17 accepts -g... (cached) yes
 0:53.59 js/src> checking for ranlib... (cached) llvm-ranlib
 0:53.59 js/src> checking for /usr/bin/clang... (cached) /usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99
 0:53.59 js/src> checking for strip... (cached) strip
 0:53.60 js/src> checking for sb-conf... no
 0:53.60 js/src> checking for ve... no
 0:53.61 js/src> checking for X... (cached) libraries /usr/lib64, headers /usr/include
 0:53.61 js/src> checking for dnet_ntoa in -ldnet... (cached) no
 0:53.62 js/src> checking for dnet_ntoa in -ldnet_stub... (cached) no
 0:53.62 js/src> checking for gethostbyname... (cached) yes
 0:53.62 js/src> checking for connect... (cached) yes
 0:53.62 js/src> checking for remove... (cached) yes
 0:53.62 js/src> checking for shmat... (cached) yes
 0:53.63 js/src> checking for IceConnectionNumber in -lICE... (cached) yes
 0:53.86 js/src> checking for --noexecstack option to as... yes
 0:54.02 js/src> checking for -z noexecstack option to ld... yes
 0:54.16 js/src> checking for -z text option to ld... yes
 0:54.30 js/src> checking for -z relro option to ld... yes
 0:54.44 js/src> checking for -z nocopyreloc option to ld... yes
 0:54.58 js/src> checking for -Bsymbolic-functions option to ld... yes
 0:54.72 js/src> checking for --build-id=sha1 option to ld... yes
 0:54.84 js/src> checking whether the linker supports Identical Code Folding... no
 0:55.29 js/src> checking whether removing dead symbols breaks debugging... no
 0:55.29 js/src> checking for working const... (cached) yes
 0:55.29 js/src> checking for mode_t... (cached) yes
 0:55.29 js/src> checking for off_t... (cached) yes
 0:55.30 js/src> checking for pid_t... (cached) yes
 0:55.30 js/src> checking for size_t... (cached) yes
 0:55.39 js/src> checking for ssize_t... yes
 0:55.39 js/src> checking whether 64-bits std::atomic requires -latomic... (cached) no
 0:55.39 js/src> checking for dirent.h that defines DIR... (cached) yes
 0:55.41 js/src> checking for opendir in -ldir... (cached) no
 0:55.41 js/src> checking for gethostbyname_r in -lc_r... (cached) no
 0:55.41 js/src> checking for library containing dlopen... (cached) -ldl
 0:55.42 js/src> checking for dlfcn.h... (cached) yes
 0:55.42 js/src> checking for socket in -lsocket... (cached) no
 0:55.43 js/src> checking for pthread_create in -lpthreads... (cached) no
 0:55.43 js/src> checking for pthread_create in -lpthread... (cached) yes
 0:55.58 js/src> checking whether /usr/bin/clang --target=x86_64-unknown-linux-gnu -std=gnu99 accepts -pthread... yes
 0:55.75 js/src> checking for getc_unlocked... yes
 0:55.91 js/src> checking for _getc_nolock... no
 0:55.91 js/src> checking for gmtime_r... (cached) yes
 0:55.91 js/src> checking for localtime_r... (cached) yes
 0:56.08 js/src> checking for pthread_getname_np... yes
 0:56.24 js/src> checking for pthread_get_name_np... no
 0:56.24 js/src> checking for clock_gettime(CLOCK_MONOTONIC)... (cached)
 0:56.40 js/src> checking for sin in -lm... yes
 0:56.41 js/src> checking for res_ninit()... (cached) yes
 0:56.57 js/src> checking for nl_langinfo and CODESET... yes
 0:56.57 js/src> checking for an implementation of va_copy()... (cached) yes
 0:56.57 js/src> checking whether va_list can be copied by value... (cached) no
 0:56.58 js/src> checking for __thread keyword for TLS variables... (cached) yes
 0:56.59 js/src> checking for localeconv... (cached) yes
 0:56.59 js/src> checking NSPR selection... command-line
 0:56.68 js/src> checking for valid optimization flags... yes
 0:56.69 js/src> checking for __cxa_demangle... (cached) yes
 0:56.70 js/src> checking for -pipe support... yes
 0:56.77 js/src> checking for tm_zone tm_gmtoff in struct tm... yes
 0:56.93 js/src> checking what kind of list files are supported by the linker... linkerscript
 0:56.95 js/src> checking for posix_fadvise... (cached) yes
 0:56.96 js/src> checking for posix_fallocate... (cached) yes
 0:56.98 js/src> checking for malloc.h... (cached) yes
 0:56.98 js/src> checking for strndup... (cached) yes
 0:56.99 js/src> checking for posix_memalign... (cached) yes
 0:57.00 js/src> checking for memalign... (cached) yes
 0:57.01 js/src> checking for malloc_usable_size... (cached) yes
 0:57.09 js/src> checking whether malloc_usable_size definition can use const argument... no
 0:57.15 js/src> checking for valloc in malloc.h... yes
 0:57.21 js/src> checking for valloc in unistd.h... no
 0:57.28 js/src> checking for _aligned_malloc in malloc.h... no
 0:57.30 js/src> updating cache /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/./config.cache
 0:57.30 js/src> creating ./config.data
 0:57.34 js/src> Creating config.status
 0:57.49 Creating config.status
 0:57.95 Reticulating splines...
 1:01.73  0:03.85 File already read. Skipping: /build/firefox/src/firefox-76.0.1/gfx/angle/targets/angle_common/moz.build
 1:23.01 Finished reading 1546 moz.build files in 5.88s
 1:23.01 Read 14 gyp files in parallel contributing 0.00s to total wall time
 1:23.01 Processed into 9131 build config descriptors in 6.40s
 1:23.01 RecursiveMake backend executed in 11.03s
 1:23.01   3145 total backend files; 3145 created; 0 updated; 0 unchanged; 0 deleted; 24 -> 1168 Makefile
 1:23.01 FasterMake backend executed in 0.98s
 1:23.01   12 total backend files; 12 created; 0 updated; 0 unchanged; 0 deleted
 1:23.01 Total wall time: 25.12s; CPU time: 24.89s; Efficiency: 99%; Untracked: 0.83s
Configure complete!
Be sure to run |mach build| to pick up any changes
 1:23.58 Clobber not needed.
 1:23.58 Adding make options from /build/firefox/src/firefox-76.0.1/.mozconfig
    MOZ_OBJDIR=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu
    OBJDIR=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu
    FOUND_MOZCONFIG=/build/firefox/src/firefox-76.0.1/.mozconfig
    export FOUND_MOZCONFIG
 1:23.59 /usr/bin/make -f client.mk -s
 1:23.96 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
 1:23.97 Elapsed: 0.00s; From dist/xpi-stage: Kept 0 existing; Added/updated 5; Removed 0 files and 0 directories.
 1:23.97 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
 1:24.17 Elapsed: 0.20s; From _tests: Kept 13 existing; Added/updated 511; Removed 0 files and 0 directories.
 1:24.49 Elapsed: 0.49s; From dist/bin: Kept 8 existing; Added/updated 2600; Removed 0 files and 0 directories.
 1:24.65 Elapsed: 0.69s; From dist/include: Kept 1727 existing; Added/updated 4062; Removed 0 files and 0 directories.
 1:25.01 ./mozilla-config.h.stub
 1:25.23 ./buildid.h.stub
 1:25.45 ./source-repo.h.stub
 1:25.80 config
 1:26.08 config/nsinstall_real
 1:26.40 config/stl.sentinel.stub
 1:26.65 config/system-header.sentinel.stub
 1:27.05 xpcom/xpcom-config.h.stub
 1:27.05 build/application.ini.stub
 1:27.05 dom/webgpu/ffi/wgpu_ffi_generated.h.stubdom/encoding/domainsfallbacks.properties.h.stub
 1:27.05 layout/style/ServoCSSPropList.py.stub
 1:27.06 config/external/ffi/fficonfig.h.stub
 1:27.07 gfx/webrender_bindings/webrender_ffi_generated.h.stub
 1:27.09 intl/hyphenation/glue/mapped_hyph.h.stub
 1:27.36 xpcom/xpcom-private.h.stub
 1:27.37 build/application.ini.h.stub
 1:27.37 config/external/ffi/ffi.h.stub
 1:27.38 dom/encoding/labelsencodings.properties.h.stub
 1:27.69 dom/encoding/localesfallbacks.properties.h.stub
 1:27.71 layout/generic/FrameIdList.h.stub
 1:27.71 js/src/js-confdefs.h.stub
 1:27.94 js/src/js-config.h.stub
 1:27.98 dom/encoding/nonparticipatingdomains.properties.h.stub
 1:28.00 layout/generic/FrameTypeList.h.stub
 1:28.23 js/src/selfhosted.out.h.stub
 1:28.35 media/mp4parse-rust/mp4parse_ffi_generated.h.stub
 1:28.37 netwerk/base/mozurl/MozURL_ffi.h.stub
 1:28.70 /usr/bin/clang++ --target=x86_64-unknown-linux-gnu -std=gnu++17 -E -o self-hosting-preprocessed.pp -Qunused-arguments -D_FORTIFY_SOURCE=2 -DHAVE_POSIX_FALLOCATE=1 -DHAVE_64BIT_BUILD=1 -DXP_UNIX=1 -DHAVE_THREAD_TLS_KEYWORD=1 -DMOZ_AV1=1 -DJS_PUNBOX64=1 -DNO_NSPR_10_SUPPORT=1 -DMOZ_SERVICES_HEALTHREPORT=1 -DHAVE_STDINT_H=1 -DHAVE_POSIX_MEMALIGN=1 -DMOZ_BLOCK_PROFILE_DOWNGRADE=1 -DHAVE___CXA_DEMANGLE=1 -DMOZ_REQUIRE_SIGNING=1 -DMOZ_XUL=1 -DUSE_SKIA=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_MEMMEM=1 -DMALLOC_H=<malloc.h> -DMOZ_MACBUNDLE_ID=org.archlinux.firefox -DSTDC_HEADERS=1 -DHAVE__UNWIND_BACKTRACE=1 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32 -DHAVE_MALLOC_H=1 -DSTATIC_JS_API=1 -DHAVE_FT_GLYPHSLOT_EMBOLDEN=1 -DMOZ_FFMPEG=1 -DMOZ_USER_DIR=".mozilla" -DHAVE_MALLOC_USABLE_SIZE=1 -DMOZILLA_OFFICIAL=1 -DJS_64BIT=1 -DMOZ_FFVPX=1 -DJS_CODEGEN_X64=1 -D_REENTRANT=1 -DHAVE_ALLOCA_H=1 -DHAVE_GETTID=1 -DNS_PRINT_PREVIEW=1 -DMOZ_LIBAV_FFT=1 -DHAVE_SYSCALL=1 -DHAVE_FT_LOAD_SFNT_TABLE=1 -DMOZ_DLL_SUFFIX=".so" -DNS_PRINTING=1 -DMOZ_MEMORY=1 -DMOZ_NEW_CERT_STORAGE=1 -DMOZ_ENABLE_DBUS=1 -DMOZ_ACCESSIBILITY_ATK=1 -DMOZ_WEBSPEECH=1 -DHAVE_STRNDUP=1 -DRELEASE_OR_BETA=1 -DMOZ_ALSA=1 -DCROSS_COMPILE= -DTARGET_XPCOM_ABI="x86_64-gcc3" -DMOZILLA_UAVERSION="76.0" -DXP_LINUX=1 -DMOZ_TREE_PIXMAN=1 -DMOZ_FMP4=1 -DHAVE_POSIX_FADVISE=1 -DMOZ_VERIFY_MAR_SIGNATURE=1 -DHAVE_GETOPT_H=1 -DMOZ_ENABLE_FORKSERVER=1 -DMOZ_APP_UA_NAME="" -DMOZ_SCTP=1 -DMOZ_APP_UA_VERSION="76.0.1" -DMOZ_TREE_CAIRO=1 -DMOZ_DAV1D_ASM=1 -DBROWSER_CHROME_URL_QUOTED="chrome://browser/content/browser.xhtml" -DHAVE_NETINET_IN_H=1 -DVA_COPY=va_copy -DHAVE_MEMALIGN=1 -DMOZ_X11=1 -DHAVE_LOCALECONV=1 -DMOZ_STATIC_JS=1 -DMOZ_LOGGING=1 -DMOZILLA_VERSION_U=76.0.1 -DHAVE_CPUID_H=1 -DMOZ_RAW=1 -DMOZ_NORMANDY=1 -DMOZ_WEBSPEECH_TEST_BACKEND=1 -DMOZ_PULSEAUDIO=1 -DGL_PROVIDER_EGL=1 -DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_LSTAT64=1 -DHAVE_SYS_QUOTA_H=1 -DMOZ_WEBRTC_ASSERT_ALWAYS=1 -DMOZ_BUILD_APP=browser -DMOZ_CRASHREPORTER=1 -DATK_MINOR_VERSION=36 -DMOZ_DEDICATED_PROFILES=1 -DMOZ_PEERCONNECTION=1 -DHAVE_FTS_H=1 -DJS_HAS_INTL_API=1 -DMOZ_WIDGET_GTK=1 -DHAVE_GETCONTEXT=1 -DHAVE_CLOCK_MONOTONIC=1 -DMOZILLA_VERSION="76.0.1" -DHAVE_INTTYPES_H=1 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DACCESSIBILITY=1 -DMOZ_OFFICIAL_BRANDING=1 -DMOZ_SRTP=1 -DMOZ_WEBRTC_SIGNALING=1 -DHAVE_PTHREAD_H=1 -DHAVE_UNISTD_H=1 -DBROWSER_CHROME_URL=chrome://browser/content/browser.xhtml -DMOZ_VORBIS=1 -DMOZ_ENABLE_SKIA=1 -DHAVE_TRUNCATE64=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_STAT64=1 -DHAVE_LINUX_IF_ADDR_H=1 -DMOZ_HAS_REMOTE=1 -DHAVE_SETPRIORITY=1 -DHAVE_LINUX_PERF_EVENT_H=1 -DHAVE_DLOPEN=1 -DMOZ_PROFILE_GENERATE=1 -DMOZ_DLL_PREFIX="lib" -DHAVE_GMTIME_R=1 -DJS_DEFAULT_JITREPORT_GRANULARITY=3 -DMOZ_GECKO_PROFILER_PARSE_ELF=1 -DMOZ_DISTRIBUTION_ID="org.archlinux" -DMOZ_RUST_SIMD=1 -DHAVE_FT_BITMAP_SIZE_Y_PPEM=1 -DFORCE_PR_LOG=1 -DATK_REV_VERSION=0 -DMOZ_SAMPLE_TYPE_FLOAT32=1 -DATK_MAJOR_VERSION=2 -DHAVE_FONTCONFIG_FCFREETYPE_H=1 -DMOZ_PLACES=1 -DMOZ_TELEMETRY_REPORTING=1 -DMOZ_WEBRTC=1 -DHAVE_SYS_TYPES_H=1 -DBUILD_CTYPES=1 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_4 -DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_DLADDR=1 -DMOZ_DATA_REPORTING=1 -DHAVE_RES_NINIT=1 -DMOZ_PROFILER_MEMORY=1 -DHAVE_MALLINFO=1 -DMOZ_SANDBOX=1 -DHAVE_DIRENT_H=1 -DHAVE_LINUX_QUOTA_H=1 -DHAVE_VA_COPY=1 -DU_USING_ICU_NAMESPACE=0 -DMOZ_BUNDLED_FONTS=1 -DMOZ_INSTRUMENT_EVENT_LOOP=1 -DMOZ_GLUE_IN_PROGRAM=1 -DENABLE_SYSTEM_EXTENSION_DIRS=1 -DFUNCPROTO=15 -DHAVE_STRERROR=1 -DMOZ_WAYLAND=1 -DHAVE_NL_TYPES_H=1 -DHAVE_BYTESWAP_H=1 -DHAVE_LCHOWN=1 -DENABLE_SHARED_MEMORY=1 -DMOZ_UPDATE_CHANNEL=release -DMOZ_WEBM_ENCODER=1 -DMOZ_JACK=1 -DHAVE_VALLOC=1 -DMOZ_GECKO_PROFILER=1 -DU_STATIC_IMPLEMENTATION=1 -DMALLOC_USABLE_SIZE_CONST_PTR= -DHAVE_LOCALTIME_R=1 -DHAVE_VA_LIST_AS_ARRAY=1 -DNDEBUG=1 -DTRIMMED=1 self-hosting-cpp-input.cpp
 1:28.73 netwerk/base/rust-helper/rust_helper.h.stub
 1:38.26 layout/style/nsCSSPropertyID.h.stub
 1:38.55 layout/style/ServoCSSPropList.h.stub
 1:38.86 layout/style/CompositorAnimatableProperties.h.stub
 1:39.18 layout/style/CountedUnknownProperties.h.stub
 1:39.51 layout/style/nsComputedDOMStyleGenerated.inc.stub
 1:39.85 layout/style/nsCSSPropsGenerated.inc.stub
 1:40.18 layout/style/ServoStyleConsts.h.stub
 1:46.60 netwerk/socket/neqo_glue/neqo_glue_ffi_generated.h.stub
 1:46.76 security/apps/xpcshell.inc.stub
 1:46.82 toolkit/crashreporter/CrashAnnotations.h.stub
 1:46.92 xpcom/build/Services.h.stub
 1:46.95 xpcom/idl-parser/xpidl/xpidl.stub.stub
 1:47.15 security/apps/addons-public.inc.stub
 1:47.36 xpcom/build/services.rs.stub
 1:47.63 security/apps/addons-public-intermediate.inc.stub
 1:47.77 js/src/frontend/ReservedWordsGenerated.h.stub
 1:47.79 js/src/gc/StatsPhasesGenerated.h.stub
 1:47.85 js/src/jit/MOpcodes.h.stub
 1:48.02 security/apps/addons-stage.inc.stub
 1:48.21 js/src/gc/StatsPhasesGenerated.inc.stub
 1:48.28 js/src/jit/LOpcodes.h.stub
 1:48.42 WARNING: mkdir -dot- requested by /usr/bin/make -C /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/config/makefiles/xpidl xpidl
 1:48.43 config/makefiles/xpidl/Bits.xpt
 1:48.45 config/makefiles/xpidl/accessibility.xpt
 1:48.47 config/makefiles/xpidl/alerts.xpt
 1:48.61 config/makefiles/xpidl/appshell.xpt
 1:48.76 config/makefiles/xpidl/appstartup.xpt
 1:49.11 config/makefiles/xpidl/autocomplete.xpt
 1:49.31 config/makefiles/xpidl/backgroundhangmonitor.xpt
 1:49.68 config/makefiles/xpidl/browser-element.xpt
 1:49.76 config/makefiles/xpidl/browser-newtab.xpt
 1:50.20 config/makefiles/xpidl/browsercompsbase.xpt
 1:50.25 config/makefiles/xpidl/caps.xpt
 1:50.26 config/makefiles/xpidl/captivedetect.xpt
 1:50.67 config/makefiles/xpidl/chrome.xpt
 1:50.69 config/makefiles/xpidl/commandhandler.xpt
 1:50.78 config/makefiles/xpidl/commandlines.xpt
 1:51.02 config/makefiles/xpidl/composer.xpt
 1:51.20 config/makefiles/xpidl/content_events.xpt
 1:51.29 config/makefiles/xpidl/content_geckomediaplugins.xpt
 1:51.36 config/makefiles/xpidl/content_html.xpt
 1:51.78 config/makefiles/xpidl/content_webrtc.xpt
 1:51.80 config/makefiles/xpidl/docshell.xpt
 1:51.81 config/makefiles/xpidl/dom.xpt
 1:51.83 config/makefiles/xpidl/dom_audiochannel.xpt
 1:51.89 config/makefiles/xpidl/dom_base.xpt
 1:52.18 config/makefiles/xpidl/dom_bindings.xpt
 1:52.34 config/makefiles/xpidl/dom_events.xpt
 1:52.34 config/makefiles/xpidl/dom_geolocation.xpt
 1:52.36 config/makefiles/xpidl/dom_html.xpt
 1:52.53 config/makefiles/xpidl/dom_indexeddb.xpt
 1:52.83 config/makefiles/xpidl/dom_localstorage.xpt
 1:52.88 config/makefiles/xpidl/dom_media.xpt
 1:52.91 config/makefiles/xpidl/dom_network.xpt
 1:53.11 config/makefiles/xpidl/dom_notification.xpt
 1:53.30 config/makefiles/xpidl/dom_payments.xpt
 1:53.42 config/makefiles/xpidl/dom_power.xpt
 1:53.45 config/makefiles/xpidl/dom_presentation.xpt
 1:53.49 config/makefiles/xpidl/dom_push.xpt
 1:53.62 config/makefiles/xpidl/dom_quota.xpt
 1:53.67 config/makefiles/xpidl/dom_security.xpt
 1:53.81 config/makefiles/xpidl/dom_sidebar.xpt
 1:54.05 config/makefiles/xpidl/dom_simpledb.xpt
 1:54.28 config/makefiles/xpidl/dom_storage.xpt
 1:54.45 config/makefiles/xpidl/dom_system.xpt
 1:54.50 config/makefiles/xpidl/dom_webauthn.xpt
 1:54.68 config/makefiles/xpidl/dom_webspeechrecognition.xpt
 1:54.87 config/makefiles/xpidl/dom_webspeechsynth.xpt
 1:54.89 config/makefiles/xpidl/dom_workers.xpt
 1:54.91 config/makefiles/xpidl/dom_xslt.xpt
 1:55.05 config/makefiles/xpidl/dom_xul.xpt
 1:55.18 config/makefiles/xpidl/downloads.xpt
 1:55.28 config/makefiles/xpidl/editor.xpt
 1:55.43 config/makefiles/xpidl/enterprisepolicies.xpt
 1:55.53 config/makefiles/xpidl/extensions.xpt
 1:55.55 config/makefiles/xpidl/exthandler.xpt
 1:55.56 config/makefiles/xpidl/fastfind.xpt
 1:55.68 config/makefiles/xpidl/gfx.xpt
 1:55.72 config/makefiles/xpidl/html5.xpt
 1:55.90 config/makefiles/xpidl/htmlparser.xpt
 1:55.93 config/makefiles/xpidl/imglib2.xpt
 1:55.94 config/makefiles/xpidl/inspector.xpt
 1:56.08 config/makefiles/xpidl/intl.xpt
 1:56.12 config/makefiles/xpidl/jar.xpt
 1:56.26 config/makefiles/xpidl/jsdebugger.xpt
 1:56.28 config/makefiles/xpidl/jsinspector.xpt
 1:56.31 config/makefiles/xpidl/kvstore.xpt
 1:56.51 config/makefiles/xpidl/layout_base.xpt
 1:56.53 config/makefiles/xpidl/layout_printing.xpt
 1:56.53 config/makefiles/xpidl/layout_xul_tree.xpt
 1:56.72 config/makefiles/xpidl/locale.xpt
 1:56.78 config/makefiles/xpidl/loginmgr.xpt
 1:57.03 config/makefiles/xpidl/migration.xpt
 1:57.10 config/makefiles/xpidl/mimetype.xpt
 1:57.12 config/makefiles/xpidl/mozfind.xpt
 1:57.16 config/makefiles/xpidl/mozintl.xpt
 1:57.24 config/makefiles/xpidl/necko.xpt
 1:57.26 config/makefiles/xpidl/necko_about.xpt
 1:57.39 config/makefiles/xpidl/necko_cache.xpt
 1:57.53 config/makefiles/xpidl/necko_cache2.xpt
 1:57.80 config/makefiles/xpidl/necko_cookie.xpt
 1:57.82 config/makefiles/xpidl/necko_dns.xpt
 1:57.84 config/makefiles/xpidl/necko_file.xpt
 1:57.87 config/makefiles/xpidl/necko_ftp.xpt
 1:57.90 config/makefiles/xpidl/necko_http.xpt
 1:58.34 config/makefiles/xpidl/necko_mdns.xpt
 1:58.36 config/makefiles/xpidl/necko_res.xpt
 1:58.41 config/makefiles/xpidl/necko_socket.xpt
 1:58.58 config/makefiles/xpidl/necko_strconv.xpt
 1:58.60 config/makefiles/xpidl/necko_viewsource.xpt
 1:58.74 config/makefiles/xpidl/necko_websocket.xpt
 1:59.13 config/makefiles/xpidl/necko_wifi.xpt
 1:59.19 config/makefiles/xpidl/parentalcontrols.xpt
 1:59.38 config/makefiles/xpidl/peerconnection.xpt
 1:59.71 config/makefiles/xpidl/pipnss.xpt
 1:59.87 config/makefiles/xpidl/pippki.xpt
 1:59.95 config/makefiles/xpidl/places.xpt
 2:00.08 config/makefiles/xpidl/plugin.xpt
 2:00.10 config/makefiles/xpidl/pref.xpt
 2:00.42 config/makefiles/xpidl/prefetch.xpt
 2:00.57 config/makefiles/xpidl/profiler.xpt
 2:00.84 config/makefiles/xpidl/remote.xpt
 2:00.97 config/makefiles/xpidl/reputationservice.xpt
 2:01.09 config/makefiles/xpidl/sandbox.xpt
 2:01.13 config/makefiles/xpidl/satchel.xpt
 2:01.31 config/makefiles/xpidl/services-crypto-component.xpt
 2:01.37 config/makefiles/xpidl/services_fxaccounts.xpt
 2:01.54 config/makefiles/xpidl/sessionStore_funcs.xpt
 2:01.54 config/makefiles/xpidl/shellservice.xpt
 2:01.57 config/makefiles/xpidl/shistory.xpt
 2:01.75 config/makefiles/xpidl/spellchecker.xpt
 2:01.78 config/makefiles/xpidl/startupcache.xpt
 2:01.97 config/makefiles/xpidl/storage.xpt
 2:01.99 config/makefiles/xpidl/telemetry.xpt
 2:02.01 config/makefiles/xpidl/thumbnails.xpt
 2:02.02 config/makefiles/xpidl/toolkit_antitracking.xpt
 2:02.27 config/makefiles/xpidl/toolkit_asyncshutdown.xpt
 2:02.38 config/makefiles/xpidl/toolkit_cleardata.xpt
 2:02.47 config/makefiles/xpidl/toolkit_crashservice.xpt
 2:02.51 config/makefiles/xpidl/toolkit_filewatcher.xpt
 2:02.64 config/makefiles/xpidl/toolkit_finalizationwitness.xpt
 2:02.69 config/makefiles/xpidl/toolkit_osfile.xpt
 2:02.95 config/makefiles/xpidl/toolkit_search.xpt
 2:03.05 config/makefiles/xpidl/toolkit_securityreporter.xpt
 2:03.10 config/makefiles/xpidl/toolkit_shell.xpt
 2:03.17 config/makefiles/xpidl/toolkit_xulstore.xpt
 2:03.25 config/makefiles/xpidl/toolkitprofile.xpt
 2:03.44 config/makefiles/xpidl/txmgr.xpt
 2:03.50 config/makefiles/xpidl/txtsvc.xpt
 2:03.63 config/makefiles/xpidl/uconv.xpt
 2:03.66 config/makefiles/xpidl/update.xpt
 2:03.76 config/makefiles/xpidl/uriloader.xpt
 2:03.93 config/makefiles/xpidl/url-classifier.xpt
 2:04.08 config/makefiles/xpidl/urlformatter.xpt
 2:04.18 config/makefiles/xpidl/webBrowser_core.xpt
 2:04.24 config/makefiles/xpidl/webbrowserpersist.xpt
 2:04.25 config/makefiles/xpidl/webextensions.xpt
 2:04.26 config/makefiles/xpidl/webvtt.xpt
 2:04.66 config/makefiles/xpidl/widget.xpt
 2:04.82 config/makefiles/xpidl/windowcreator.xpt
 2:04.91 config/makefiles/xpidl/windowwatcher.xpt
 2:05.14 config/makefiles/xpidl/xpcom_base.xpt
 2:05.26 config/makefiles/xpidl/xpcom_components.xpt
 2:05.28 config/makefiles/xpidl/xpcom_ds.xpt
 2:05.34 config/makefiles/xpidl/xpcom_io.xpt
 2:05.47 config/makefiles/xpidl/xpcom_system.xpt
 2:05.85 config/makefiles/xpidl/xpcom_threads.xpt
 2:06.08 config/makefiles/xpidl/xpconnect.xpt
 2:06.42 config/makefiles/xpidl/xul.xpt
 2:06.70 config/makefiles/xpidl/xulapp.xpt
 2:06.76 config/makefiles/xpidl/zipwriter.xpt
 2:07.64 config/makefiles/xpidl/xptdata.cpp
 2:10.82 accessible/xpcom/xpcAccEvents.h.stub
 2:10.82 intl/l10n/fluent_ffi_generated.h.stub
 2:10.82 intl/locale/encodingsgroups.properties.h.stub
 2:10.82 dom/media/audioipc_client_ffi_generated.h.stub
 2:10.82 dom/base/UseCounterList.h.stub
 2:10.83 dom/bindings/CSS2Properties.webidl.stub
 2:10.83 modules/libpref/StaticPrefListAll.h.stub
 2:11.12 intl/locale/fluent_langneg_ffi_generated.h.stub
 2:11.14 /build/firefox/src/firefox-76.0.1/dom/bindings/GenerateCSS2PropertiesWebIDL.py:26: SyntaxWarning: "is not" with a literal. Did you mean "!="?
 2:11.14   if p.pref is not "":
 2:11.15 dom/base/UseCounterWorkerList.h.stub
 2:11.73 netwerk/dns/etld_data.inc.stub
 2:12.18 security/manager/ssl/nsSTSPreloadList.h.stub
 2:14.10 toolkit/components/telemetry/TelemetryHistogramData.inc.stub
 2:16.07 toolkit/components/telemetry/TelemetryHistogramEnums.h.stub
 2:17.10 toolkit/components/telemetry/TelemetryHistogramNameMap.h.stub
 2:18.52 xpcom/base/ErrorList.h.stub
 2:18.89 xpcom/base/ErrorNamesInternal.h.stub
 2:19.26 xpcom/base/error_list.rs.stub
 2:19.61 xpcom/base/gk_rust_utils_ffi_generated.h.stub
 2:23.14 toolkit/components/telemetry/TelemetryScalarData.h.stub
 2:24.34 intl/locale/unic_langid_ffi_generated.h.stub
 2:24.68 xpcom/components/Components.h.stub
 2:24.69 dom/media/audioipc_server_ffi_generated.h.stub
 2:24.80 xpcom/ds/nsGkAtomList.h.stub
 2:25.35 toolkit/components/telemetry/TelemetryScalarEnums.h.stub
 2:25.40 /build/firefox/src/firefox-76.0.1/xpcom/ds/StaticAtoms.py:2578: SyntaxWarning: "is" with a literal. Did you mean "=="?
 2:25.40   if atom.atom_type is "PseudoElementAtom":
 2:25.40 /build/firefox/src/firefox-76.0.1/xpcom/ds/StaticAtoms.py:2582: SyntaxWarning: "is" with a literal. Did you mean "=="?
 2:25.40   elif atom.atom_type is "NonInheritingAnonBoxAtom" or atom.atom_type is "InheritingAnonBoxAtom":
 2:25.40 /build/firefox/src/firefox-76.0.1/xpcom/ds/StaticAtoms.py:2582: SyntaxWarning: "is" with a literal. Did you mean "=="?
 2:25.40   elif atom.atom_type is "NonInheritingAnonBoxAtom" or atom.atom_type is "InheritingAnonBoxAtom":
 2:25.44 xpcom/ds/nsGkAtomConsts.h.stub
 2:27.54 toolkit/components/telemetry/TelemetryEventData.h.stub
 2:28.72 toolkit/components/telemetry/TelemetryEventEnums.h.stub
 2:29.76 toolkit/components/telemetry/TelemetryProcessEnums.h.stub
 2:30.17 toolkit/components/telemetry/TelemetryProcessData.h.stub
 3:26.88 build/unix/elfhack/inject/x86_64.c.stub
 3:26.88 build/unix/elfhack
 3:26.88 toolkit/library/rust/force-cargo-library-build
 3:26.89 mfbt
 3:26.89 js/src/debugger
 3:26.90 js/src
 3:27.34 build/unix/elfhack/inject
 3:29.92 js/src/frontend
 3:35.35    Compiling libc v0.2.59
 3:38.38    Compiling proc-macro2 v1.0.5
 3:39.50    Compiling unicode-xid v0.2.0
 3:40.00    Compiling syn v1.0.5
 3:42.30    Compiling cfg-if v0.1.10
 3:42.49    Compiling bitflags v1.2.0
 3:44.20    Compiling log v0.4.8
 3:45.36    Compiling byteorder v1.3.2
 3:46.21    Compiling serde v1.0.104
 3:50.18    Compiling lazy_static v1.4.0
 3:50.46    Compiling autocfg v0.1.6
 3:51.32    Compiling cc v1.0.47
 3:56.91    Compiling memchr v2.2.1
 4:00.65    Compiling packed_simd v0.3.3 (https://github.com/hsivonen/packed_simd?rev=3541e3818fdc7c2a24f87e3459151a4ce955a67a#3541e381)
 4:02.10    Compiling pkg-config v0.3.9
 4:06.85 js/src/gc
 4:09.51    Compiling encoding_rs v0.8.22
 4:10.24    Compiling semver-parser v0.7.0
 4:12.92    Compiling version_check v0.9.1
 4:17.20    Compiling matches v0.1.8
 4:17.37    Compiling scopeguard v1.0.0
 4:17.56    Compiling smallvec v1.2.0
 4:18.22    Compiling glob v0.3.0
 4:18.25    Compiling slab v0.4.1
 4:18.57    Compiling ppv-lite86 v0.2.6
 4:20.73    Compiling futures v0.1.23
 4:23.84    Compiling siphasher v0.3.1
 4:25.01    Compiling stable_deref_trait v1.0.0
 4:25.19    Compiling bindgen v0.53.2
 4:26.11    Compiling regex-syntax v0.6.12
 4:29.01    Compiling lazycell v1.2.1
 4:29.03    Compiling shlex v0.1.1
 4:29.33    Compiling peeking_take_while v0.1.2
 4:29.64    Compiling threadbound v0.1.0
 4:29.89    Compiling unicode-normalization v0.1.5
 4:31.03    Compiling fnv v1.0.6
 4:31.39    Compiling ident_case v1.0.0
 4:32.38    Compiling tinystr v0.3.2
 4:33.27    Compiling quick-error v1.2.1
 4:33.50    Compiling percent-encoding v2.1.0
 4:34.88    Compiling itoa v0.4.4
 4:36.64    Compiling khronos_api v3.1.0
 4:39.46    Compiling failure_derive v0.1.6 (https://github.com/badboy/failure?rev=64af847bc5fdcb6d2438bec8a6030812a80519a5#64af847b)
 4:42.10    Compiling smallbitvec v2.3.0
 4:43.62    Compiling typenum v1.10.0
 4:48.64    Compiling dtoa v0.4.2
 4:49.26    Compiling arrayvec v0.5.1
 4:50.42    Compiling nodrop v0.1.12
 4:50.65    Compiling rayon-core v1.6.0
 4:51.43    Compiling xml-rs v0.8.0
 5:04.11    Compiling termcolor v1.0.5
 5:06.80    Compiling either v1.1.0
 5:06.87    Compiling procedural-masquerade v0.1.1
 5:07.13    Compiling thin-slice v0.1.1
 5:07.19    Compiling void v1.0.2
 5:07.39    Compiling static_assertions v1.1.0
 5:07.41    Compiling precomputed-hash v0.1.1
 5:07.48    Compiling same-file v1.0.2
 5:07.52    Compiling arrayref v0.3.5
 5:07.64    Compiling num-integer v0.1.39
 5:07.95    Compiling byte-tools v0.3.0
 5:08.11    Compiling atom v0.3.5
 5:08.24    Compiling ryu v1.0.2
 5:08.36    Compiling atomic_refcell v0.1.0
 5:08.74    Compiling target-lexicon v0.9.0
 5:10.44    Compiling binary-space-partition v0.1.2
 5:10.58    Compiling remove_dir_all v0.5.2
 5:10.70    Compiling plain v0.2.3
 5:10.72    Compiling error-chain v0.11.0
 5:10.92    Compiling colorful v0.2.1
 5:11.63    Compiling cose v0.1.4
 5:12.38    Compiling fluent-syntax v0.9.3
 5:13.40    Compiling encoding_c_mem v0.2.5
 5:14.24    Compiling encoding_c v0.9.7
 5:14.56    Compiling vec_map v0.8.0
 5:15.55    Compiling mp4parse_fallible v0.0.3
 5:15.86    Compiling opaque-debug v0.2.1
 5:15.98    Compiling fake-simd v0.1.2
 5:16.30    Compiling murmurhash3 v0.0.5
 5:16.87    Compiling svg_fmt v0.4.0
 5:18.50    Compiling copyless v0.1.4
 5:18.99    Compiling indexmap v1.1.0
 5:19.85    Compiling moz_cbor v0.1.1
 5:21.13    Compiling id-arena v2.2.1
 5:21.54    Compiling tracy-rs v0.1.0
 5:21.75    Compiling static_prefs v0.1.0 (/build/firefox/src/firefox-76.0.1/modules/libpref/init/static_prefs)
 5:21.89    Compiling unicode-segmentation v1.2.1
 5:21.99    Compiling authenticator v0.2.10
 5:22.64    Compiling once_cell v1.2.0
 5:23.14    Compiling runloop v0.1.0
 5:23.37    Compiling boxfnonce v0.0.3
 5:23.95    Compiling rustc-demangle v0.1.8
 5:23.97    Compiling ringbuf v0.2.1
 5:23.98    Compiling mozilla-central-workspace-hack v0.1.0 (/build/firefox/src/firefox-76.0.1/build/workspace-hack)
 5:24.16    Compiling prefs_parser v0.0.1 (/build/firefox/src/firefox-76.0.1/modules/libpref/parser)
 5:24.44    Compiling bitreader v0.3.2
 5:25.47    Compiling crossbeam-utils v0.6.5
 5:25.48    Compiling thread_local v1.0.1
 5:26.25    Compiling cmake v0.1.29
 5:26.55    Compiling num-traits v0.2.10
 5:27.02    Compiling crossbeam-utils v0.7.0
 5:27.49    Compiling crossbeam-epoch v0.8.0
 5:27.86    Compiling libdbus-sys v0.1.5
 5:28.12    Compiling x11 v2.18.1
 5:28.95    Compiling semver v0.9.0
 5:28.97    Compiling libloading v0.5.0
 5:29.95    Compiling lmdb-rkv-sys v0.11.0
 5:31.29    Compiling mozglue-static v0.1.0 (/build/firefox/src/firefox-76.0.1/mozglue/static/rust)
 5:33.96    Compiling unicode-bidi v0.3.4
 5:34.05    Compiling lock_api v0.3.1
 5:34.41    Compiling nom v5.1.1
 5:34.84    Compiling c2-chacha v0.2.3
 5:35.06    Compiling phf_shared v0.8.0
 5:36.22    Compiling owning_ref v0.4.0
 5:36.64    Compiling clang-sys v0.29.2
 5:38.83    Compiling unic-langid-impl v0.8.0
 5:39.84    Compiling humantime v1.3.0
 5:41.07    Compiling dtoa-short v0.3.1
 5:41.29    Compiling uluru v0.4.0
 5:41.53    Compiling servo_arc v0.1.1 (/build/firefox/src/firefox-76.0.1/servo/components/servo_arc)
 5:41.66    Compiling itertools v0.8.0
 5:42.13    Compiling unreachable v1.0.0
 5:42.33    Compiling walkdir v2.1.4
 5:42.37    Compiling block-padding v0.1.2
 5:42.83    Compiling hibitset v0.6.2
 5:45.50 js/src/jit
 5:49.36    Compiling crossbeam-queue v0.1.2
 5:49.38    Compiling tokio-executor v0.1.9
 5:52.14    Compiling rustc_version v0.2.3
 5:56.62    Compiling cubeb-sys v0.6.2
 6:00.16    Compiling idna v0.2.0
 6:01.09    Compiling unic-langid v0.8.0
 6:02.19    Compiling new_debug_unreachable v1.0.1
 6:06.38    Compiling getrandom v0.1.3
 6:06.57    Compiling iovec v0.1.2
 6:07.01    Compiling thin-vec v0.1.0
 6:07.19    Compiling num_cpus v1.7.0
 6:07.57    Compiling net2 v0.2.33
 6:08.15    Compiling raw-window-handle v0.3.0
 6:08.54    Compiling atty v0.2.11
 6:08.73    Compiling time v0.1.40
 6:09.93    Compiling memmap v0.7.0
 6:11.30    Compiling hashglobe v0.1.0 (/build/firefox/src/firefox-76.0.1/servo/components/hashglobe)
 6:11.40    Compiling shared_library v0.1.9
 6:13.05    Compiling pulse-ffi v0.1.0 (https://github.com/djg/cubeb-pulse-rs?rev=72f813a03cefbdf8e2c58c7410f3556c79429a06#72f813a0)
 6:13.42    Compiling freetype v0.4.0
 6:15.02    Compiling libudev-sys v0.1.3 (/build/firefox/src/firefox-76.0.1/dom/webauthn/libudev-sys)
 6:16.30    Compiling socket2 v0.3.10
 6:20.09    Compiling relevant v0.4.2
 6:20.45    Compiling dogear v0.4.0
 6:20.49    Compiling ffi-support v0.4.0
 6:20.78    Compiling quote v1.0.2
 6:22.97    Compiling fxhash v0.2.1
 6:23.64    Compiling dns-parser v0.8.0
 6:29.88    Compiling base64 v0.10.1
 6:30.40    Compiling tokio-current-thread v0.1.6
 6:31.66    Compiling tokio-timer v0.2.11
 6:33.00    Compiling rustc-hash v1.0.1
 6:37.90    Compiling aho-corasick v0.7.6
 6:56.34 js/src/wasm
 7:03.52    Compiling memoffset v0.5.1
 7:04.46    Compiling parking_lot_core v0.6.2
 7:04.91    Compiling parking_lot v0.9.0
 7:05.63    Compiling gkrust-shared v0.1.0 (/build/firefox/src/firefox-76.0.1/toolkit/library/rust/shared)
 7:07.38    Compiling fluent-langneg v0.12.1
 7:08.49    Compiling intl_pluralrules v6.0.0
 7:14.98    Compiling gl_generator v0.14.0
 7:15.47    Compiling url v2.1.0
 7:20.46    Compiling generic-array v0.12.0
 7:21.42    Compiling cose-c v0.1.5
 7:22.66    Compiling rand_core v0.5.1
 7:23.62    Compiling bytes v0.4.9
 7:28.12    Compiling futures-cpupool v0.1.8
 7:32.36    Compiling mio v0.6.19
 7:32.84    Compiling mapped_hyph v0.3.0 (https://github.com/jfkthame/mapped_hyph.git?tag=v0.3.0#3b5fffbe)
 7:33.09    Compiling ash v0.29.0
 7:43.26    Compiling fallible v0.0.1 (/build/firefox/src/firefox-76.0.1/servo/components/fallible)
 7:43.55    Compiling pulse v0.3.0 (https://github.com/djg/cubeb-pulse-rs?rev=72f813a03cefbdf8e2c58c7410f3556c79429a06#72f813a0)
 7:46.26    Compiling libudev v0.2.0
 7:49.24    Compiling type-map v0.3.0
 7:50.05    Compiling ordered-float v1.0.1
 7:53.13    Compiling mp4parse v0.11.4 (/build/firefox/src/firefox-76.0.1/media/mp4parse-rust/mp4parse)
 8:01.75    Compiling regex v1.3.3
 9:18.73    Compiling dbus v0.6.4
 9:38.53 modules/fdlibm/src
10:13.01    Compiling lmdb-rkv v0.14.0
10:13.93    Compiling cexpr v0.4.0
10:15.69    Compiling glsl v4.0.3
10:32.20    Compiling webrtc-sdp v0.3.3
10:37.40    Compiling digest v0.8.0
10:37.69    Compiling block-buffer v0.7.3
10:37.96    Compiling rand_chacha v0.2.1
10:38.59    Compiling rand_pcg v0.2.1
10:39.17    Compiling tokio-io v0.1.7
10:39.18 modules/zlib/src
10:42.35    Compiling gleam v0.10.0
10:45.77 memory/build
11:04.41 memory/mozalloc
11:04.48 memory/volatile
11:04.50    Compiling mio-uds v0.6.7
11:07.84 mozglue/baseprofiler
11:07.98    Compiling intl-memoizer v0.4.0
11:10.97    Compiling mp4parse_capi v0.11.2 (/build/firefox/src/firefox-76.0.1/media/mp4parse-rust/mp4parse_capi)
11:12.07    Compiling synstructure v0.12.1
11:12.91    Compiling darling_core v0.10.1
11:19.08    Compiling env_logger v0.6.2
11:28.04    Compiling fluent-pseudo v0.2.1
11:31.78    Compiling nsstring v0.1.0 (/build/firefox/src/firefox-76.0.1/xpcom/rust/nsstring)
11:37.76    Compiling shift_or_euc v0.1.0
11:39.56    Compiling chardetng v0.1.6
11:46.80    Compiling audio_thread_priority v0.22.0
11:50.13    Compiling cubeb-core v0.6.2
11:56.39    Compiling glsl-to-cxx v0.1.0 (/build/firefox/src/firefox-76.0.1/gfx/wr/glsl-to-cxx)
12:10.26 mozglue/build
12:34.30    Compiling serde_derive v1.0.104
12:51.83    Compiling xpcom_macros v0.1.0 (/build/firefox/src/firefox-76.0.1/xpcom/rust/xpcom/xpcom_macros)
13:15.57    Compiling proc-macro-hack v0.5.11
13:21.30    Compiling derive_more v0.99.2
13:34.93    Compiling cssparser v0.27.2
13:53.29    Compiling cssparser-macros v0.6.0
13:59.65    Compiling cstr-macros v0.1.6
14:06.42    Compiling rental-impl v0.5.5
14:08.69    Compiling peek-poke-derive v0.2.0 (https://github.com/kvark/peek-poke?rev=969bd7fe2be1a83f87916dc8b388c63cfd457075#969bd7fe)
15:14.46    Compiling scroll_derive v0.10.1
15:16.40    Compiling num-derive v0.3.0
15:47.66    Compiling rust_cascade v0.5.0
15:49.02    Compiling sha2 v0.8.0
16:00.76    Compiling rand v0.7.2
16:02.20    Compiling tokio-reactor v0.1.3
16:08.25    Compiling tokio-codec v0.1.0
16:12.20    Compiling neqo-common v0.2.3 (https://github.com/mozilla/neqo?tag=v0.2.3#b10d8b3c)
16:17.76    Compiling nserror v0.1.0 (/build/firefox/src/firefox-76.0.1/xpcom/rust/nserror)
16:18.48    Compiling shift_or_euc_c v0.1.0
16:18.76    Compiling chardetng_c v0.1.1
16:18.83    Compiling jsrust_shared v0.1.0 (/build/firefox/src/firefox-76.0.1/js/src/rust/shared)
16:19.13    Compiling cubeb v0.6.2
16:19.62    Compiling cubeb-backend v0.6.2
16:22.26    Compiling malloc_size_of_derive v0.1.1
16:33.33    Compiling peek-poke-derive v0.2.1 (/build/firefox/src/firefox-76.0.1/gfx/wr/peek-poke/peek-poke-derive)
16:59.01    Compiling darling_macro v0.10.1
17:16.64    Compiling cstr v0.1.3
17:16.86    Compiling peek-poke v0.2.0 (https://github.com/kvark/peek-poke?rev=969bd7fe2be1a83f87916dc8b388c63cfd457075#969bd7fe)
17:17.82    Compiling scroll v0.10.1
17:22.24 mozglue/misc
17:24.75    Compiling tokio-tcp v0.1.1
17:28.72    Compiling uuid v0.8.1
17:31.70    Compiling tempfile v3.1.0
17:36.49    Compiling tokio-udp v0.1.1
17:38.94    Compiling tokio-uds v0.2.5
17:42.19    Compiling phf_generator v0.8.0
17:42.53    Compiling xpcom v0.1.0 (/build/firefox/src/firefox-76.0.1/xpcom/rust/xpcom)
17:43.49    Compiling netwerk_helper v0.0.1 (/build/firefox/src/firefox-76.0.1/netwerk/base/rust-helper)
17:44.86    Compiling rsdparsa_capi v0.1.0 (/build/firefox/src/firefox-76.0.1/media/webrtc/signaling/src/sdp/rsdparsa_capi)
17:46.39    Compiling encoding_glue v0.1.0 (/build/firefox/src/firefox-76.0.1/intl/encoding_glue)
17:47.64    Compiling cubeb-pulse v0.3.0 (https://github.com/djg/cubeb-pulse-rs?rev=72f813a03cefbdf8e2c58c7410f3556c79429a06#72f813a0)
17:50.53    Compiling crossbeam-deque v0.7.2
17:51.15    Compiling failure v0.1.6 (https://github.com/badboy/failure?rev=64af847bc5fdcb6d2438bec8a6030812a80519a5#64af847b)
17:52.11    Compiling goblin v0.1.2
17:54.35    Compiling darling v0.10.1
17:54.50    Compiling mdns_service v0.1.0 (/build/firefox/src/firefox-76.0.1/media/mtransport/mdns_service)
17:56.06    Compiling gkrust_utils v0.1.0 (/build/firefox/src/firefox-76.0.1/xpcom/rust/gkrust_utils)
17:56.37    Compiling smallvec v0.6.10
17:57.31    Compiling euclid v0.20.8
18:01.75    Compiling bincode v1.2.1
18:02.75    Compiling app_units v0.7.0
18:03.13    Compiling serde_bytes v0.11.2
18:03.35    Compiling webrender_build v0.0.1 (/build/firefox/src/firefox-76.0.1/gfx/wr/webrender_build)
18:04.25    Compiling wgpu-types v0.1.0 (/build/firefox/src/firefox-76.0.1/gfx/wgpu/wgpu-types)
18:05.59    Compiling ron v0.1.7
18:06.01    Compiling sync-guid v0.1.0 (https://github.com/mozilla/application-services?rev=120e51dd5f2aab4194cf0f7e93b2a8923f4504bb#120e51dd)
18:06.87    Compiling serde_json v1.0.44
18:07.09    Compiling phf_codegen v0.8.0
18:07.38    Compiling phf_macros v0.8.0
18:08.99    Compiling toml v0.4.5
18:12.06 config/external/icu/common
18:21.55    Compiling tokio-threadpool v0.1.17
18:33.16    Compiling derive_common v0.0.1 (/build/firefox/src/firefox-76.0.1/servo/components/derive_common)
18:34.59    Compiling gfx-hal v0.4.0
18:35.37    Compiling peek-poke v0.2.0 (/build/firefox/src/firefox-76.0.1/gfx/wr/peek-poke)
18:36.27    Compiling plane-split v0.15.0
18:36.61    Compiling rkv v0.11.1 (https://github.com/mozilla/rkv?rev=e3c3388e6632cf55e08d773b32e58b1cab9b2731#e3c3388e)
18:37.97    Compiling rkv v0.10.4
18:50.89    Compiling wr_malloc_size_of v0.0.1 (/build/firefox/src/firefox-76.0.1/gfx/wr/wr_malloc_size_of)
18:51.35    Compiling object v0.16.0
18:55.29    Compiling rental v0.5.5
18:57.97    Compiling selectors v0.22.0 (/build/firefox/src/firefox-76.0.1/servo/components/selectors)
18:59.27 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/localeprioritylist.cpp:143:25: warning: possible misuse of comma operator here [-Wcomma]
18:59.27                     (++p, (weight = parseWeight(p, limit)) < 0)) {
18:59.27                         ^
18:59.28 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/localeprioritylist.cpp:143:22: note: cast expression to void to silence warning
18:59.28                     (++p, (weight = parseWeight(p, limit)) < 0)) {
18:59.28                      ^~~
18:59.28                      static_cast<void>( )
18:59.96 1 warning generated.
19:02.62    Compiling sync15-traits v0.1.0 (https://github.com/mozilla/application-services?rev=120e51dd5f2aab4194cf0f7e93b2a8923f4504bb#120e51dd)
19:04.25    Compiling webrender v0.61.0 (/build/firefox/src/firefox-76.0.1/gfx/wr/webrender)
19:07.16    Compiling swgl v0.1.0 (/build/firefox/src/firefox-76.0.1/gfx/wr/swgl)
19:10.81    Compiling tokio-fs v0.1.3
19:14.53    Compiling rayon v1.2.0
19:15.18    Compiling storage_variant v0.1.0 (/build/firefox/src/firefox-76.0.1/storage/variant)
19:16.08    Compiling moz_task v0.1.0 (/build/firefox/src/firefox-76.0.1/xpcom/rust/moz_task)
19:16.41    Compiling unic-langid-ffi v0.1.0 (/build/firefox/src/firefox-76.0.1/intl/locale/rust/unic-langid-ffi)
19:17.31    Compiling mozurl v0.0.1 (/build/firefox/src/firefox-76.0.1/netwerk/base/mozurl)
19:18.58    Compiling neqo-crypto v0.2.3 (https://github.com/mozilla/neqo?tag=v0.2.3#b10d8b3c)
19:19.20    Compiling style v0.0.1 (/build/firefox/src/firefox-76.0.1/servo/components/style)
19:20.65    Compiling phf v0.8.0
19:21.03    Compiling webrender_api v0.61.0 (/build/firefox/src/firefox-76.0.1/gfx/wr/webrender_api)
19:22.59    Compiling profiler_helper v0.1.0 (/build/firefox/src/firefox-76.0.1/tools/profiler/rust-helper)
19:24.99    Compiling gfx-backend-vulkan v0.4.0
19:25.05 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/lsr.cpp:88:12: warning: 'return' will never be executed [-Wunreachable-code-return]
19:25.05     return 0;
19:25.05            ^
19:25.33 1 warning generated.
19:26.83    Compiling rendy-descriptor v0.5.1
19:29.63    Compiling rendy-memory v0.5.1
p19:38.05    Compiling gfx-backend-empty v0.4.0
19:38.51    Compiling fluent-bundle v0.11.0
19:39.42    Compiling tokio v0.1.11
19:41.04    Compiling storage v0.1.0 (/build/firefox/src/firefox-76.0.1/storage/rust)
19:42.74    Compiling fluent-langneg-ffi v0.1.0 (/build/firefox/src/firefox-76.0.1/intl/locale/rust/fluent-langneg-ffi)
19:45.95    Compiling kvstore v0.1.0 (/build/firefox/src/firefox-76.0.1/toolkit/components/kvstore)
19:48.56    Compiling cert_storage v0.0.1 (/build/firefox/src/firefox-76.0.1/security/manager/ssl/cert_storage)
19:50.73    Compiling to_shmem_derive v0.0.1 (/build/firefox/src/firefox-76.0.1/servo/components/to_shmem_derive)
19:56.00    Compiling style_derive v0.0.1 (/build/firefox/src/firefox-76.0.1/servo/components/style_derive)
20:02.05    Compiling wgpu-core v0.1.0 (/build/firefox/src/firefox-76.0.1/gfx/wgpu/wgpu-core)
20:05.26    Compiling fluent v0.11.0
20:05.50    Compiling audioipc v0.2.4 (/build/firefox/src/firefox-76.0.1/media/audioipc/audioipc)
20:24.66    Compiling bookmark_sync v0.1.0 (/build/firefox/src/firefox-76.0.1/toolkit/components/places/bookmark_sync)
20:35.99 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/static_unicode_sets.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
20:35.99 #define UNISTR_FROM_STRING_EXPLICIT
20:35.99         ^
20:35.99 <command line>:14:9: note: previous definition is here
20:35.99 #define UNISTR_FROM_STRING_EXPLICIT explicit
20:35.99         ^
20:38.01 1 warning generated.
20:43.27    Compiling to_shmem v0.0.1 (/build/firefox/src/firefox-76.0.1/servo/components/to_shmem)
20:55.20    Compiling fluent-ffi v0.1.0 (/build/firefox/src/firefox-76.0.1/intl/l10n/rust/fluent-ffi)
21:00.11    Compiling audioipc-server v0.2.3 (/build/firefox/src/firefox-76.0.1/media/audioipc/server)
21:01.32 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:661:49: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++20 [-Wc++20-compat]
21:01.32                             src[i2] != (uint8_t)u8"\u0308"[0] ||
21:01.32                                                 ^
21:01.32 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:661:49: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
21:01.32                             src[i2] != (uint8_t)u8"\u0308"[0] ||
21:01.32                                                 ^~
21:01.32 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:662:53: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++20 [-Wc++20-compat]
21:01.32                             src[i2 + 1] != (uint8_t)u8"\u0308"[1];
21:01.32                                                     ^
21:01.32 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:662:53: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
21:01.32                             src[i2 + 1] != (uint8_t)u8"\u0308"[1];
21:01.32                                                     ^~
21:01.33 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:667:49: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++20 [-Wc++20-compat]
21:01.33                             src[i2] != (uint8_t)u8"\u0301"[0] ||
21:01.33                                                 ^
21:01.33 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:667:49: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
21:01.33                             src[i2] != (uint8_t)u8"\u0301"[0] ||
21:01.33                                                 ^~
21:01.33 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:668:53: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++20 [-Wc++20-compat]
21:01.33                             src[i2 + 1] != (uint8_t)u8"\u0301"[1];
21:01.33                                                     ^
21:01.33 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:668:53: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
21:01.33                             src[i2 + 1] != (uint8_t)u8"\u0301"[1];
21:01.33                                                     ^~
21:01.34 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:690:63: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++20 [-Wc++20-compat]
21:01.34                     sink.Append(reinterpret_cast<const char*>(u8"\u0308"), 2);  // restore or add a dialytika
21:01.34                                                               ^
21:01.34 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:690:63: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
21:01.34                     sink.Append(reinterpret_cast<const char*>(u8"\u0308"), 2);  // restore or add a dialytika
21:01.34                                                               ^~
21:01.34 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:693:63: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++20 [-Wc++20-compat]
21:01.34                     sink.Append(reinterpret_cast<const char*>(u8"\u0301"), 2);
21:01.34                                                               ^
21:01.34 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:693:63: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
21:01.34                     sink.Append(reinterpret_cast<const char*>(u8"\u0301"), 2);
21:01.34                                                               ^~
21:01.35 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:696:63: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++20 [-Wc++20-compat]
21:01.35                     sink.Append(reinterpret_cast<const char*>(u8"\u0399"), 2);
21:01.35                                                               ^
21:01.36 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ucasemap.cpp:696:63: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
21:01.36                     sink.Append(reinterpret_cast<const char*>(u8"\u0399"), 2);
21:01.36                                                               ^~
21:03.26 7 warnings generated.
21:12.48    Compiling audioipc-client v0.4.0 (/build/firefox/src/firefox-76.0.1/media/audioipc/client)
21:25.13    Compiling wgpu-remote v0.1.0 (/build/firefox/src/firefox-76.0.1/gfx/wgpu/wgpu-remote)
21:55.75    Compiling neqo-transport v0.2.3 (https://github.com/mozilla/neqo?tag=v0.2.3#b10d8b3c)
22:00.81    Compiling webrender_bindings v0.1.0 (/build/firefox/src/firefox-76.0.1/gfx/webrender_bindings)
22:09.70    Compiling malloc_size_of v0.0.1 (/build/firefox/src/firefox-76.0.1/servo/components/malloc_size_of)
22:10.88    Compiling neqo-qpack v0.2.3 (https://github.com/mozilla/neqo?tag=v0.2.3#b10d8b3c)
22:30.32    Compiling style_traits v0.0.1 (/build/firefox/src/firefox-76.0.1/servo/components/style_traits)
22:30.91    Compiling neqo-http3 v0.2.3 (https://github.com/mozilla/neqo?tag=v0.2.3#b10d8b3c)
23:01.75    Compiling neqo_glue v0.1.0 (/build/firefox/src/firefox-76.0.1/netwerk/socket/neqo_glue)
23:01.81 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/uniset.cpp:192:77: warning: possible misuse of comma operator here [-Wcomma]
23:01.81                     (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
23:01.81                                                                             ^
23:01.81 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/uniset.cpp:192:22: note: cast expression to void to silence warning
23:01.81                     (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
23:01.81                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:01.81                      static_cast<void>(                                     )
23:01.81 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/uniset.cpp:255:73: warning: possible misuse of comma operator here [-Wcomma]
23:01.81                 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
23:01.81                                                                         ^
23:01.81 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/uniset.cpp:255:18: note: cast expression to void to silence warning
23:01.82                 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
23:01.82                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:01.82                  static_cast<void>(                                     )
23:05.60 2 warnings generated.
23:19.91 config/external/icu/data
23:20.19 config/external/icu/i18n
23:24.88 config/external/ffi
23:25.33 /build/firefox/src/firefox-76.0.1/js/src/ctypes/libffi/src/closures.c:460:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
23:25.33       ftruncate (execfd, offset);
23:25.33       ^~~~~~~~~  ~~~~~~~~~~~~~~
23:25.33 /build/firefox/src/firefox-76.0.1/js/src/ctypes/libffi/src/closures.c:472:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
23:25.33       ftruncate (execfd, offset);
23:25.33       ^~~~~~~~~  ~~~~~~~~~~~~~~
23:27.34 2 warnings generated.
23:28.37 config/external/ffi/sysv.o
23:28.55 /build/firefox/src/firefox-76.0.1/js/src/ctypes/libffi/src/x86/ffi64.c:224:16: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
23:28.55         for (i = 0; i < words; i++)
23:28.55                     ~ ^ ~~~~~
23:28.55 /build/firefox/src/firefox-76.0.1/js/src/ctypes/libffi/src/x86/ffi64.c:245:20: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
23:28.55             for (i = 0; i < num; i++)
23:28.55                         ~ ^ ~~~
23:28.55 /build/firefox/src/firefox-76.0.1/js/src/ctypes/libffi/src/x86/ffi64.c:264:20: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
23:28.55             for (i = 1; i < words; i++)
23:28.55                         ~ ^ ~~~~~
23:28.55 /build/firefox/src/firefox-76.0.1/js/src/ctypes/libffi/src/x86/ffi64.c:270:16: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
23:28.56         for (i = 0; i < words; i++)
23:28.56                     ~ ^ ~~~~~
23:28.56 /build/firefox/src/firefox-76.0.1/js/src/ctypes/libffi/src/x86/ffi64.c:323:17: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
23:28.56   for (i = 0; i < n; ++i)
23:28.56               ~ ^ ~
23:28.56 /build/firefox/src/firefox-76.0.1/js/src/ctypes/libffi/src/x86/ffi64.c:494:18: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
23:28.56           for (j = 0; j < n; j++, a += 8, size -= 8)
23:28.56                       ~ ^ ~
23:28.63 /build/firefox/src/firefox-76.0.1/js/src/ctypes/libffi/src/x86/ffi64.c:669:18: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
23:28.63           for (j = 0; j < n; j++, a += 8)
23:28.63                       ~ ^ ~
23:29.26 7 warnings generated.
23:29.28 config/external/ffi/unix64.o
23:29.85 config/external/rlbox
23:29.91 config/external/rlbox_lucet_sandbox
23:30.07 third_party/sqlite3/src
23:32.30 /build/firefox/src/firefox-76.0.1/third_party/sqlite3/src/sqlite3.c:108298:12: warning: code will never be executed [-Wunreachable-code]
23:32.30     pVfs = sqlite3_vfs_find("memdb");
23:32.30            ^~~~~~~~~~~~~~~~
23:32.74 third_party/prio
23:32.84 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:117:9: warning: unknown pragma ignored [-Wunknown-pragmas]
23:32.84 #pragma pipeloop(0)
23:32.84         ^
23:32.84 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:128:9: warning: unknown pragma ignored [-Wunknown-pragmas]
23:32.84 #pragma pipeloop(0)
23:32.84         ^
23:32.85 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:143:9: warning: unknown pragma ignored [-Wunknown-pragmas]
23:32.85 #pragma pipeloop(0)
23:32.85         ^
23:32.85 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:218:9: warning: unknown pragma ignored [-Wunknown-pragmas]
23:32.85 #pragma pipeloop(0)
23:32.85         ^
23:32.85 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:222:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
23:32.85             if ((jj == 30)) {
23:32.85                  ~~~^~~~~
23:32.86 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: remove extraneous parentheses around the comparison to silence this warning
23:32.86             if ((jj == 30)) {
23:32.86                 ~   ^    ~
23:32.86 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: use '=' to turn this equality comparison into an assignment
23:32.86             if ((jj == 30)) {
23:32.86                     ^~
23:32.86                     =
23:32.86 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:195:9: warning: unused variable 'tmp' [-Wunused-variable]
23:32.86     int tmp;
23:32.86         ^
23:32.87 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:196:24: warning: unused variable 'nextm2j' [-Wunused-variable]
23:32.87     double digit, m2j, nextm2j, a, b;
23:32.87                        ^
23:32.87 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/montmulf.c:197:13: warning: unused variable 'dptmp' [-Wunused-variable]
23:32.87     double *dptmp, *pdm1, *pdm2, *pdn, *pdtj, pdn_0, pdm1_0;
23:32.87             ^
23:33.04 /build/firefox/src/firefox-76.0.1/third_party/sqlite3/src/sqlite3.c:144806:39: warning: code will never be executed [-Wunreachable-code]
23:33.04     if( pTerm->wtFlags & TERM_VNULL ) continue;
23:33.04                                       ^~~~~~~~
23:33.11 /build/firefox/src/firefox-76.0.1/third_party/sqlite3/src/sqlite3.c:144755:39: warning: code will never be executed [-Wunreachable-code]
23:33.11     if( pTerm->wtFlags & TERM_VNULL ) continue;
23:33.11                                       ^~~~~~~~
23:33.29 /build/firefox/src/firefox-76.0.1/third_party/sqlite3/src/sqlite3.c:155607:9: warning: code will never be executed [-Wunreachable-code]
23:33.29         YYMINORTYPE yylhsminor;
23:33.29         ^~~~~~~~~~~~~~~~~~~~~~~
23:33.45 /build/firefox/src/firefox-76.0.1/third_party/sqlite3/src/sqlite3.c:163393:10: warning: 'return' will never be executed [-Wunreachable-code-return]
23:33.45   return sqlite3_uri_parameter(zFilename - 3, "\003");
23:33.45          ^~~~~~~~~~~~~~~~~~~~~
23:33.45 8 warnings generated.
23:35.06 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/mpi.c:2118:17: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
23:35.06         int j = MP_MIN(k, MP_DIGIT_BIT);
23:35.06                 ^~~~~~~~~~~~~~~~~~~~~~~
23:35.06 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/mpi-priv.h:86:28: note: expanded from macro 'MP_MIN'
23:35.06 #define MP_MIN(a, b) (((a) < (b)) ? (a) : (b))
23:35.06                         ~  ^  ~
23:35.07 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/mpi.c:2120:15: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
23:35.07         if (j < MP_DIGIT_BIT) {
23:35.07             ~ ^ ~~~~~~~~~~~~
23:35.20 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/mpi.c:4605:13: warning: comparison of integers of different signs: 'mp_digit' (aka 'unsigned long') and 'int' [-Wsign-compare]
23:35.20     if (val >= r)
23:35.20         ~~~ ^  ~
23:35.62 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/mplogic.c:237:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
23:35.62         for (db = 0; db < sizeof(mp_digit); db++) {
23:35.62                      ~~ ^ ~~~~~~~~~~~~~~~~
23:35.62 /build/firefox/src/firefox-76.0.1/security/nss/lib/freebl/mpi/mplogic.c:268:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
23:35.62         for (db = 0; db < sizeof(mp_digit); db++) {
23:35.62                      ~~ ^ ~~~~~~~~~~~~~~~~
23:35.99 2 warnings generated.
23:41.08 third_party/msgpack
23:41.26 3 warnings generated.
23:44.68 media/libjpeg
23:49.04 modules/brotli
23:57.25 modules/woff2
23:59.78 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustring.cpp:861:57: warning: possible misuse of comma operator here [-Wcomma]
23:59.78             (U16_IS_TRAIL(c1) && (iter1->previous(iter1), U16_IS_LEAD(iter1->previous(iter1))))
23:59.78                                                         ^
23:59.79 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustring.cpp:861:35: note: cast expression to void to silence warning
23:59.79             (U16_IS_TRAIL(c1) && (iter1->previous(iter1), U16_IS_LEAD(iter1->previous(iter1))))
23:59.79                                   ^~~~~~~~~~~~~~~~~~~~~~
23:59.79                                   static_cast<void>(    )
23:59.79 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustring.cpp:871:57: warning: possible misuse of comma operator here [-Wcomma]
23:59.79             (U16_IS_TRAIL(c2) && (iter2->previous(iter2), U16_IS_LEAD(iter2->previous(iter2))))
23:59.79                                                         ^
23:59.79 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustring.cpp:871:35: note: cast expression to void to silence warning
23:59.79             (U16_IS_TRAIL(c2) && (iter2->previous(iter2), U16_IS_LEAD(iter2->previous(iter2))))
23:59.79                                   ^~~~~~~~~~~~~~~~~~~~~~
23:59.79                                   static_cast<void>(    )
24:00.24 In file included from Unified_cpp_modules_woff20.cpp:29:
24:00.24 /build/firefox/src/firefox-76.0.1/modules/woff2/src/woff2_dec.cc:1177:12: warning: unused variable 'dst_offset' [-Wunused-variable]
24:00.24   uint64_t dst_offset = first_table_offset;
24:00.24            ^
24:01.64 2 warnings generated.
24:02.89 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:329:50: warning: possible misuse of comma operator here [-Wcomma]
24:02.89                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.89                                                  ^
24:02.89 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:329:32: note: cast expression to void to silence warning
24:02.89                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.89                                ^~~~~~~~~~~~~~~~~~
24:02.89                                static_cast<void>()
24:02.89 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:369:50: warning: possible misuse of comma operator here [-Wcomma]
24:02.89                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.89                                                  ^
24:02.89 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:369:32: note: cast expression to void to silence warning
24:02.89                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.89                                ^~~~~~~~~~~~~~~~~~
24:02.89                                static_cast<void>()
24:02.90 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:434:54: warning: possible misuse of comma operator here [-Wcomma]
24:02.90                         if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.90                                                      ^
24:02.90 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:434:36: note: cast expression to void to silence warning
24:02.90                         if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.90                                    ^~~~~~~~~~~~~~~~~~
24:02.90                                    static_cast<void>()
24:02.90 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:471:50: warning: possible misuse of comma operator here [-Wcomma]
24:02.90                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.90                                                  ^
24:02.90 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:471:32: note: cast expression to void to silence warning
24:02.91                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.91                                ^~~~~~~~~~~~~~~~~~
24:02.91                                static_cast<void>()
24:02.91 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:513:50: warning: possible misuse of comma operator here [-Wcomma]
24:02.91                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.91                                                  ^
24:02.91 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/ustrtrns.cpp:513:32: note: cast expression to void to silence warning
24:02.91                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
24:02.91                                ^~~~~~~~~~~~~~~~~~
24:02.91                                static_cast<void>()
24:04.86 5 warnings generated.
24:09.48 1 warning generated.
24:09.58 modules/xz-embedded
24:12.08 media/libvorbis
24:34.71 media/libmkv
24:34.92 /build/firefox/src/firefox-76.0.1/media/libmkv/EbmlBufferWriter.c:43:13: warning: unused function '_Serialize' [-Wunused-function]
24:34.92 static void _Serialize(EbmlGlobal *glob, const unsigned char *p, const unsigned char *q) {
24:34.92             ^
24:35.02 1 warning generated.
24:35.88 media/libvpx
24:36.95 media/libaom
24:40.14 media/libdav1d/16bd_cdef_apply_tmpl.c.stub
24:40.16 media/libdav1d/16bd_cdef_tmpl.c.stub
24:40.64 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/compactdecimalformat.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
24:40.65 #define UNISTR_FROM_STRING_EXPLICIT
24:40.65         ^
24:40.65 <command line>:14:9: note: previous definition is here
24:40.65 #define UNISTR_FROM_STRING_EXPLICIT explicit
24:40.65         ^
24:40.84 media/libdav1d/16bd_fg_apply_tmpl.c.stub
24:41.23 media/libdav1d/16bd_film_grain_tmpl.c.stub
24:41.62 media/libdav1d/16bd_ipred_prepare_tmpl.c.stub
24:41.96 media/libdav1d/16bd_ipred_tmpl.c.stub
24:42.34 media/libdav1d/16bd_itx_tmpl.c.stub
24:42.77 media/libdav1d/16bd_lf_apply_tmpl.c.stub
24:42.86 1 warning generated.
24:43.15 media/libdav1d/16bd_loopfilter_tmpl.c.stub
24:43.53 media/libdav1d/16bd_looprestoration_tmpl.c.stub
24:43.96 media/libdav1d/16bd_lr_apply_tmpl.c.stub
24:44.31 media/libdav1d/16bd_mc_tmpl.c.stub
24:44.77 media/libdav1d/16bd_recon_tmpl.c.stub
24:45.19 media/libdav1d/8bd_cdef_apply_tmpl.c.stub
24:45.57 media/libdav1d/8bd_cdef_tmpl.c.stub
24:45.96 media/libdav1d/8bd_fg_apply_tmpl.c.stub
24:46.14 media/libdav1d/asm/16bd_cdef_init_tmpl.c.stub
24:46.17 media/libdav1d/asm/16bd_film_grain_init_tmpl.c.stub
24:46.35 media/libdav1d/8bd_film_grain_tmpl.c.stub
24:46.57 media/libdav1d/asm/16bd_ipred_init_tmpl.c.stub
24:46.74 media/libdav1d/8bd_ipred_prepare_tmpl.c.stub
24:46.92 media/libdav1d/asm/16bd_itx_init_tmpl.c.stub
24:47.13 media/libdav1d/8bd_ipred_tmpl.c.stub
24:47.35 media/libdav1d/asm/16bd_loopfilter_init_tmpl.c.stub
24:47.54 media/libdav1d/8bd_itx_tmpl.c.stub
24:47.74 media/libdav1d/asm/16bd_looprestoration_init_tmpl.c.stub
24:47.88 media/libdav1d/8bd_lf_apply_tmpl.c.stub
24:48.14 media/libdav1d/asm/16bd_mc_init_tmpl.c.stub
24:48.20 media/libdav1d/8bd_loopfilter_tmpl.c.stub
24:48.55 media/libdav1d/8bd_looprestoration_tmpl.c.stub
24:48.63 media/libdav1d/asm/8bd_cdef_init_tmpl.c.stub
24:48.93 media/libdav1d/8bd_lr_apply_tmpl.c.stub
24:49.04 media/libdav1d/asm/8bd_film_grain_init_tmpl.c.stub
24:49.34 media/libdav1d/8bd_mc_tmpl.c.stub
24:49.43 media/libdav1d/asm/8bd_ipred_init_tmpl.c.stub
24:49.77 media/libdav1d/8bd_recon_tmpl.c.stub
24:49.82 media/libdav1d/asm/8bd_itx_init_tmpl.c.stub
24:50.18 media/libdav1d/asm/8bd_loopfilter_init_tmpl.c.stub
24:50.50 media/libdav1d/asm/8bd_looprestoration_init_tmpl.c.stub
24:50.54 media/libdav1d
24:50.87 media/libdav1d/asm/8bd_mc_init_tmpl.c.stub
24:51.69 media/libdav1d/asm
25:13.06 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/decimfmt.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
25:13.06 #define UNISTR_FROM_STRING_EXPLICIT
25:13.06         ^
25:13.06 <command line>:14:9: note: previous definition is here
25:13.06 #define UNISTR_FROM_STRING_EXPLICIT explicit
25:13.07         ^
25:19.66 error: could not compile `webrender`.
25:19.66 Caused by:
25:19.66   process didn't exit successfully: `/usr/bin/rustc --crate-name webrender --edition=2018 gfx/wr/webrender/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort --cfg 'feature="capture"' --cfg 'feature="ron"' --cfg 'feature="serde"' --cfg 'feature="serialize_program"' -C metadata=c9371e4f32587b9b -C extra-filename=-c9371e4f32587b9b --out-dir /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/build/firefox/src/firefox-76.0.1/build/cargo-linker -L dependency=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps -L dependency=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps --extern bincode=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libbincode-6bdcdeedcee83497.rmeta --extern bitflags=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libbitflags-44ef52bc2060eb25.rmeta --extern byteorder=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libbyteorder-1c5ee767e0c3b07b.rmeta --extern cfg_if=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libcfg_if-5dd49b28266b4996.rmeta --extern cstr=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libcstr-e0f4eb484d7d61c0.rmeta --extern euclid=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libeuclid-2f0cec492cef9aed.rmeta --extern freetype=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libfreetype-0edc1565eecb9911.rmeta --extern fxhash=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libfxhash-e9a89c68750fdfbe.rmeta --extern gleam=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libgleam-368decc8606831b2.rmeta --extern lazy_static=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/liblazy_static-f2e119db61a921d7.rmeta --extern libc=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/liblibc-201c7ca7102c356a.rmeta --extern log=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/liblog-9aa643ffb3e5f5a5.rmeta --extern malloc_size_of_derive=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps/libmalloc_size_of_derive-e78fb1cb54f361e8.so --extern num_traits=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libnum_traits-237cabcdbb8754a1.rmeta --extern plane_split=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libplane_split-e75707e2fee7b1c3.rmeta --extern rayon=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/librayon-f83a7a13fb434fe6.rmeta --extern ron=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libron-98e213eecc123390.rmeta --extern serde=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libserde-d625c76200bb2483.rmeta --extern smallvec=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libsmallvec-4685e9c66a8e9be2.rmeta --extern svg_fmt=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libsvg_fmt-7182df331cdb0206.rmeta --extern time=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libtime-18b4a045d121554a.rmeta --extern tracy_rs=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libtracy_rs-01d5c63180da68be.rmeta --extern api=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libwebrender_api-4e72d8804b614c85.rmeta --extern webrender_build=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libwebrender_build-2a6a4056711a2117.rmeta --extern malloc_size_of=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libwr_malloc_size_of-e80581ba1c68409a.rmeta -C opt-level=2 -C debuginfo=2 --cap-lints warn -C profile-generate=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu -C codegen-units=1` (signal: 15, SIGTERM: termination signal)
25:19.66 warning: build failed, waiting for other jobs to finish...
25:19.66 1 warning generated.
26:05.97 media/libpng
26:06.81 media/libwebp/src/dec
26:18.29 media/libwebp/src/demux
26:19.70 media/libwebp/src/dsp
26:42.58 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/number_asformat.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
26:42.58 #define UNISTR_FROM_STRING_EXPLICIT
26:42.58         ^
26:42.58 <command line>:14:9: note: previous definition is here
26:42.58 #define UNISTR_FROM_STRING_EXPLICIT explicit
26:42.58         ^
26:45.81 1 warning generated.
26:45.92 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/number_capi.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
26:45.92 #define UNISTR_FROM_STRING_EXPLICIT
26:45.92         ^
26:45.92 <command line>:14:9: note: previous definition is here
26:45.92 #define UNISTR_FROM_STRING_EXPLICIT explicit
26:45.92         ^
26:48.22 1 warning generated.
26:51.82 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/number_currencysymbols.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
26:51.82 #define UNISTR_FROM_STRING_EXPLICIT
26:51.82         ^
26:51.82 <command line>:14:9: note: previous definition is here
26:51.82 #define UNISTR_FROM_STRING_EXPLICIT explicit
26:51.82         ^
26:54.07 1 warning generated.
26:57.65 5 warnings generated.
26:57.73 media/libwebp/src/moz
26:57.91 media/libwebp/src/utils
27:01.46 media/ffvpx/libavutil
27:01.67 In file included from <built-in>:2:
27:01.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:01.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:01.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:01.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:01.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:01.67 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:01.67 #define HAVE_LINUX_PERF_EVENT_H 0
27:01.67         ^
27:01.67 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:01.67 #define HAVE_LINUX_PERF_EVENT_H 1
27:01.67         ^
27:01.77 1 warning generated.
27:01.98 In file included from <built-in>:2:
27:01.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:01.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:01.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:01.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:01.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:01.98 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:01.98 #define HAVE_LINUX_PERF_EVENT_H 0
27:01.98         ^
27:01.98 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:01.98 #define HAVE_LINUX_PERF_EVENT_H 1
27:01.98         ^
27:02.84 1 warning generated.
27:03.06 In file included from <built-in>:2:
27:03.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:03.07 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:03.07 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:03.07 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:03.07 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:03.07 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:03.07 #define HAVE_LINUX_PERF_EVENT_H 0
27:03.07         ^
27:03.07 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:03.07 #define HAVE_LINUX_PERF_EVENT_H 1
27:03.07         ^
27:03.34 1 warning generated.
27:03.58 In file included from <built-in>:2:
27:03.58 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:03.58 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:03.58 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:03.58 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:03.58 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:03.58 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:03.59 #define HAVE_LINUX_PERF_EVENT_H 0
27:03.59         ^
27:03.59 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:03.59 #define HAVE_LINUX_PERF_EVENT_H 1
27:03.59         ^
27:04.05 1 warning generated.
27:04.27 In file included from <built-in>:2:
27:04.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:04.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:04.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:04.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:04.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:04.28 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:04.28 #define HAVE_LINUX_PERF_EVENT_H 0
27:04.28         ^
27:04.28 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:04.28 #define HAVE_LINUX_PERF_EVENT_H 1
27:04.28         ^
27:04.63 1 warning generated.
27:04.95 In file included from <built-in>:2:
27:04.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:04.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:04.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:04.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:04.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:04.95 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:04.95 #define HAVE_LINUX_PERF_EVENT_H 0
27:04.95         ^
27:04.95 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:04.95 #define HAVE_LINUX_PERF_EVENT_H 1
27:04.95         ^
27:05.68 1 warning generated.
27:05.90 In file included from <built-in>:2:
27:05.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:05.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:05.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:05.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:05.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:05.90 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:05.90 #define HAVE_LINUX_PERF_EVENT_H 0
27:05.90         ^
27:05.90 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:05.90 #define HAVE_LINUX_PERF_EVENT_H 1
27:05.90         ^
27:06.06 1 warning generated.
27:06.30 In file included from <built-in>:2:
27:06.30 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:06.30 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:06.30 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:06.30 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:06.31 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:06.31 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:06.31 #define HAVE_LINUX_PERF_EVENT_H 0
27:06.31         ^
27:06.31 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:06.31 #define HAVE_LINUX_PERF_EVENT_H 1
27:06.31         ^
27:06.39 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/cpu.c:132:76: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
27:06.40         { "flags"   , NULL, 0, AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT64_MIN, INT64_MAX, .unit = "flags" },
27:06.40         ~                                                                  ^~~~~~~~~
27:06.40 /usr/lib/clang/10.0.0/include/stdint.h:461:30: note: expanded from macro 'INT64_MAX'
27:06.40 # define INT64_MAX           INT64_C( 9223372036854775807)
27:06.40                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27:06.40 /usr/lib/clang/10.0.0/include/stdint.h:303:22: note: expanded from macro 'INT64_C'
27:06.40 #  define INT64_C(v) __int_c(v, __int64_c_suffix)
27:06.40                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
27:06.40 /usr/lib/clang/10.0.0/include/stdint.h:283:28: note: expanded from macro '__int_c'
27:06.40 #define __int_c(v, suffix) __int_c_join(v, suffix)
27:06.40                            ^~~~~~~~~~~~~~~~~~~~~~~
27:06.40 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
27:06.40 #define __int_c_join(a, b) a ## b
27:06.40                            ^~~~~~
27:06.40 <scratch space>:22:1: note: expanded from here
27:06.40 9223372036854775807L
27:06.40 ^~~~~~~~~~~~~~~~~~~~
27:06.41 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/cpu.c:194:76: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
27:06.41         { "flags"   , NULL, 0, AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT64_MIN, INT64_MAX, .unit = "flags" },
27:06.41         ~                                                                  ^~~~~~~~~
27:06.41 /usr/lib/clang/10.0.0/include/stdint.h:461:30: note: expanded from macro 'INT64_MAX'
27:06.41 # define INT64_MAX           INT64_C( 9223372036854775807)
27:06.41                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27:06.41 /usr/lib/clang/10.0.0/include/stdint.h:303:22: note: expanded from macro 'INT64_C'
27:06.41 #  define INT64_C(v) __int_c(v, __int64_c_suffix)
27:06.41                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
27:06.41 /usr/lib/clang/10.0.0/include/stdint.h:283:28: note: expanded from macro '__int_c'
27:06.41 #define __int_c(v, suffix) __int_c_join(v, suffix)
27:06.41                            ^~~~~~~~~~~~~~~~~~~~~~~
27:06.41 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
27:06.41 #define __int_c_join(a, b) a ## b
27:06.41                            ^~~~~~
27:06.41 <scratch space>:24:1: note: expanded from here
27:06.41 9223372036854775807L
27:06.41 ^~~~~~~~~~~~~~~~~~~~
27:06.47 3 warnings generated.
27:06.50 In file included from <built-in>:2:
27:06.50 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:06.50 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:06.50 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:06.52 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:06.52 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:06.52 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:06.52 #define HAVE_LINUX_PERF_EVENT_H 0
27:06.52         ^
27:06.52 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:06.52 #define HAVE_LINUX_PERF_EVENT_H 1
27:06.52         ^
27:06.65 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/number_mapper.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:06.65 #define UNISTR_FROM_STRING_EXPLICIT
27:06.65         ^
27:06.65 <command line>:14:9: note: previous definition is here
27:06.65 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:06.65         ^
27:06.83 1 warning generated.
27:07.11 In file included from <built-in>:2:
27:07.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:07.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:07.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:07.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:07.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:07.11 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:07.11 #define HAVE_LINUX_PERF_EVENT_H 0
27:07.11         ^
27:07.11 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:07.11 #define HAVE_LINUX_PERF_EVENT_H 1
27:07.11         ^
27:07.57 1 warning generated.
27:07.80 In file included from <built-in>:2:
27:07.80 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:07.80 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:07.80 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:07.80 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:07.80 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:07.80 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:07.80 #define HAVE_LINUX_PERF_EVENT_H 0
27:07.80         ^
27:07.80 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:07.80 #define HAVE_LINUX_PERF_EVENT_H 1
27:07.80         ^
27:07.88 1 warning generated.
27:08.09 In file included from <built-in>:2:
27:08.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:08.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:08.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:08.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:08.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:08.09 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:08.09 #define HAVE_LINUX_PERF_EVENT_H 0
27:08.09         ^
27:08.09 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:08.09 #define HAVE_LINUX_PERF_EVENT_H 1
27:08.09         ^
27:08.14 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/eval.c:235:41: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
27:08.14             return e->value * (r * (1.0/UINT64_MAX));
27:08.14                                        ~^~~~~~~~~~
27:08.14 /usr/lib/clang/10.0.0/include/stdint.h:463:29: note: expanded from macro 'UINT64_MAX'
27:08.14 # define UINT64_MAX         UINT64_C(18446744073709551615)
27:08.14                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27:08.14 /usr/lib/clang/10.0.0/include/stdint.h:304:23: note: expanded from macro 'UINT64_C'
27:08.14 #  define UINT64_C(v) __uint_c(v, __int64_c_suffix)
27:08.14                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27:08.14 /usr/lib/clang/10.0.0/include/stdint.h:284:29: note: expanded from macro '__uint_c'
27:08.14 #define __uint_c(v, suffix) __int_c_join(v##U, suffix)
27:08.14                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
27:08.14 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
27:08.14 #define __int_c_join(a, b) a ## b
27:08.14                            ^~~~~~
27:08.14 <scratch space>:347:1: note: expanded from here
27:08.14 18446744073709551615UL
27:08.14 ^~~~~~~~~~~~~~~~~~~~~~
27:10.48 1 warning generated.
27:10.50 2 warnings generated.
27:10.71 In file included from <built-in>:2:
27:10.71 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:10.71 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:10.71 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:10.71 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:10.71 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:10.71 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:10.71 #define HAVE_LINUX_PERF_EVENT_H 0
27:10.71         ^
27:10.71 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:10.71 #define HAVE_LINUX_PERF_EVENT_H 1
27:10.71         ^
27:10.75 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/number_multiplier.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:10.75 #define UNISTR_FROM_STRING_EXPLICIT
27:10.75         ^
27:10.75 <command line>:14:9: note: previous definition is here
27:10.75 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:10.75         ^
27:10.99 1 warning generated.
27:11.20 In file included from <built-in>:2:
27:11.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:11.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:11.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:11.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:11.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:11.21 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:11.21 #define HAVE_LINUX_PERF_EVENT_H 0
27:11.21         ^
27:11.21 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:11.21 #define HAVE_LINUX_PERF_EVENT_H 1
27:11.21         ^
27:11.58 1 warning generated.
27:11.75 In file included from <built-in>:2:
27:11.75 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:11.75 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:11.75 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:11.76 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:11.76 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:11.76 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:11.76 #define HAVE_LINUX_PERF_EVENT_H 0
27:11.76         ^
27:11.76 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:11.76 #define HAVE_LINUX_PERF_EVENT_H 1
27:11.76         ^
27:12.22 1 warning generated.
27:12.44 In file included from <built-in>:2:
27:12.44 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:12.44 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:12.44 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:12.44 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:12.45 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:12.45 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:12.45 #define HAVE_LINUX_PERF_EVENT_H 0
27:12.45         ^
27:12.45 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:12.45 #define HAVE_LINUX_PERF_EVENT_H 1
27:12.45         ^
27:13.65 1 warning generated.
27:13.65 media/ffvpx/libavutil/x86
27:13.76 1 warning generated.
27:13.86 In file included from <built-in>:3:
27:13.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:13.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:13.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:13.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:13.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:13.86 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:13.86 #define HAVE_LINUX_PERF_EVENT_H 0
27:13.86         ^
27:13.86 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:13.86 #define HAVE_LINUX_PERF_EVENT_H 1
27:13.86         ^
27:13.87 In file included from <built-in>:3:
27:13.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:13.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:13.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:13.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:13.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:13.87 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:13.87 #define HAVE_LINUX_PERF_EVENT_H 0
27:13.87         ^
27:13.87 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:13.87 #define HAVE_LINUX_PERF_EVENT_H 1
27:13.87         ^
27:13.91 1 warning generated.
27:13.97 In file included from <built-in>:2:
27:13.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:13.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:13.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:13.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:13.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:13.98 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:13.98 #define HAVE_LINUX_PERF_EVENT_H 0
27:13.98         ^
27:13.98 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:13.98 #define HAVE_LINUX_PERF_EVENT_H 1
27:13.98         ^
27:14.01 1 warning generated.
27:14.13 In file included from <built-in>:2:
27:14.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:14.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:14.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:14.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:14.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:14.13 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:14.13 #define HAVE_LINUX_PERF_EVENT_H 0
27:14.13         ^
27:14.13 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:14.13 #define HAVE_LINUX_PERF_EVENT_H 1
27:14.13         ^
27:14.19 In file included from <built-in>:3:
27:14.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:14.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:14.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:14.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:14.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:14.20 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:14.20 #define HAVE_LINUX_PERF_EVENT_H 0
27:14.20         ^
27:14.20 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:14.20 #define HAVE_LINUX_PERF_EVENT_H 1
27:14.20         ^
27:14.26 1 warning generated.
27:14.43 In file included from <built-in>:3:
27:14.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:14.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:14.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:14.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:14.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:14.43 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:14.43 #define HAVE_LINUX_PERF_EVENT_H 0
27:14.43         ^
27:14.43 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:14.43 #define HAVE_LINUX_PERF_EVENT_H 1
27:14.43         ^
27:14.48 1 warning generated.
27:14.59 1 warning generated.
27:14.65 In file included from <built-in>:3:
27:14.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:14.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:14.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:14.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:14.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:14.65 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:14.65 #define HAVE_LINUX_PERF_EVENT_H 0
27:14.65         ^
27:14.65 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:14.65 #define HAVE_LINUX_PERF_EVENT_H 1
27:14.65         ^
27:14.72 1 warning generated.
27:15.11 1 warning generated.
27:15.28 In file included from <built-in>:2:
27:15.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:15.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:15.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:15.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:15.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:15.28 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:15.28 #define HAVE_LINUX_PERF_EVENT_H 0
27:15.28         ^
27:15.28 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:15.28 #define HAVE_LINUX_PERF_EVENT_H 1
27:15.28         ^
27:15.54 media/ffvpx/libavcodec
27:15.56 media/ffvpx/libavcodec/x86
27:15.72 In file included from <built-in>:2:
27:15.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:15.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:15.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:15.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:15.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:15.73 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:15.73 #define HAVE_LINUX_PERF_EVENT_H 0
27:15.73         ^
27:15.73 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:15.73 #define HAVE_LINUX_PERF_EVENT_H 1
27:15.73         ^
27:15.76 In file included from <built-in>:3:
27:15.76 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:15.77 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:15.77 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:15.77 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:15.77 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:15.77 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:15.77 #define HAVE_LINUX_PERF_EVENT_H 0
27:15.77         ^
27:15.77 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:15.77 #define HAVE_LINUX_PERF_EVENT_H 1
27:15.77         ^
27:15.81 1 warning generated.
27:15.83 1 warning generated.
27:16.00 In file included from <built-in>:2:
27:16.00 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.00 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:16.00 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.00 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.00 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.00 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.00 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.00         ^
27:16.00 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.00 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.00         ^
27:16.00 In file included from <built-in>:3:
27:16.00 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.00 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:16.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.01 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.01 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.01         ^
27:16.01 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.01 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.01         ^
27:16.04 1 warning generated.
27:16.08 1 warning generated.
27:16.08 1 warning generated.
27:16.27 In file included from <built-in>:2:
27:16.27 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.27 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:16.27 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.27 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.28 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.28 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.28         ^
27:16.28 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.28 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.28         ^
27:16.32 In file included from <built-in>:2:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.hIn file included from <built-in>:3:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.32 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.32 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.32         ^
27:16.32 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.32 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.32         ^
27:16.32 :25:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.32 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.32 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.32         ^
27:16.32 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.32 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.32         ^
27:16.44 1 warning generated.
27:16.44 1 warning generated.
27:16.58 1 warning generated.
27:16.64 In file included from <built-in>:3:
27:16.64 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.64 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:16.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.65 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.65 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.65         ^
27:16.65 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.65 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.65         ^
27:16.67 In file included from <built-in>:2:
27:16.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:16.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.67 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.67 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.68         ^
27:16.68 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.68 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.68         ^
27:16.74 1 warning generated.
27:16.78 1 warning generated.
27:16.83 In file included from <built-in>:2:
27:16.83 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.83 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:16.83 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.83 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.83 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.83 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.83 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.83         ^
27:16.83 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.83 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.84         ^
27:16.94 In file included from <built-in>:3:
27:16.94 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.94 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:16.94 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.94 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.94 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.94 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.94 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.94         ^
27:16.94 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.94 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.94         ^
27:16.95 In file included from <built-in>:2:
27:16.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:16.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:16.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:16.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:16.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:16.96 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:16.96 #define HAVE_LINUX_PERF_EVENT_H 0
27:16.96         ^
27:16.96 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:16.96 #define HAVE_LINUX_PERF_EVENT_H 1
27:16.96         ^
27:16.99 1 warning generated.
27:17.19 In file included from <built-in>:3:
27:17.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:17.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:17.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:17.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:17.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:17.19 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:17.19 #define HAVE_LINUX_PERF_EVENT_H 0
27:17.19         ^
27:17.19 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:17.19 #define HAVE_LINUX_PERF_EVENT_H 1
27:17.19         ^
27:17.25 1 warning generated.
27:17.35 1 warning generated.
27:17.43 In file included from <built-in>:3:
27:17.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:17.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:17.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:17.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:17.43 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:17.43 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:17.43 #define HAVE_LINUX_PERF_EVENT_H 0
27:17.43         ^
27:17.43 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:17.43 #define HAVE_LINUX_PERF_EVENT_H 1
27:17.43         ^
27:17.54 In file included from <built-in>:2:
27:17.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:17.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:17.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:17.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:17.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:17.55 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:17.55 #define HAVE_LINUX_PERF_EVENT_H 0
27:17.55         ^
27:17.55 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:17.55 #define HAVE_LINUX_PERF_EVENT_H 1
27:17.55         ^
27:17.58 1 warning generated.
27:17.64 1 warning generated.
27:17.76 In file included from <built-in>:2:
27:17.76 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:17.76 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:17.76 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:17.76 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:17.76 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:17.77 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:17.77 #define HAVE_LINUX_PERF_EVENT_H 0
27:17.77         ^
27:17.77 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:17.77 #define HAVE_LINUX_PERF_EVENT_H 1
27:17.77         ^
27:17.88 In file included from <built-in>:3:
27:17.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:17.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:17.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:17.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:17.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:17.88 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:17.88 #define HAVE_LINUX_PERF_EVENT_H 0
27:17.88         ^
27:17.88 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:17.88 #define HAVE_LINUX_PERF_EVENT_H 1
27:17.88         ^
27:17.97 1 warning generated.
27:17.98 1 warning generated.
27:18.05 1 warning generated.
27:18.16 In file included from <built-in>:2:
27:18.16 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:18.16 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:18.16 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:18.16 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:18.16 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:18.17 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:18.17 #define HAVE_LINUX_PERF_EVENT_H 0
27:18.17         ^
27:18.17 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:18.17 #define HAVE_LINUX_PERF_EVENT_H 1
27:18.17         ^
27:18.22 In file included from <built-in>:2:
27:18.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:18.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:18.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:18.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:18.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:18.22 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:18.22 #define HAVE_LINUX_PERF_EVENT_H 0
27:18.22         ^
27:18.23 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:18.23 #define HAVE_LINUX_PERF_EVENT_H 1
27:18.23         ^
27:18.26 1 warning generated.
27:18.29 In file included from <built-in>:3:
27:18.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:18.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:18.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:18.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:18.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:18.29 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:18.29 #define HAVE_LINUX_PERF_EVENT_H 0
27:18.29         ^
27:18.30 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:18.30 #define HAVE_LINUX_PERF_EVENT_H 1
27:18.30         ^
27:18.45 In file included from <built-in>:2:
27:18.45 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:18.45 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:18.45 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:18.45 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:18.45 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:18.46 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:18.46 #define HAVE_LINUX_PERF_EVENT_H 0
27:18.46         ^
27:18.46 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:18.46 #define HAVE_LINUX_PERF_EVENT_H 1
27:18.46         ^
27:18.58 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/number_patternstring.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:18.58 #define UNISTR_FROM_STRING_EXPLICIT
27:18.58         ^
27:18.58 <command line>:14:9: note: previous definition is here
27:18.58 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:18.58         ^
27:18.58 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/number_patternstring.cpp:11:9: warning: 'UNISTR_FROM_CHAR_EXPLICIT' macro redefined [-Wmacro-redefined]
27:18.58 #define UNISTR_FROM_CHAR_EXPLICIT
27:18.58         ^
27:18.58 <command line>:13:9: note: previous definition is here
27:18.58 #define UNISTR_FROM_CHAR_EXPLICIT explicit
27:18.58         ^
27:18.72 1 warning generated.
27:18.79 In file included from <built-in>:3:
27:18.79 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:18.80 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:18.80 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:18.80 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:18.80 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:18.80 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:18.80 #define HAVE_LINUX_PERF_EVENT_H 0
27:18.80         ^
27:18.80 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:18.80 #define HAVE_LINUX_PERF_EVENT_H 1
27:18.80         ^
27:18.88 1 warning generated.
27:18.98 1 warning generated.
27:19.06 In file included from <built-in>:2:
27:19.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:19.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:19.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:19.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:19.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:19.06 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:19.06 #define HAVE_LINUX_PERF_EVENT_H 0
27:19.06         ^
27:19.06 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:19.06 #define HAVE_LINUX_PERF_EVENT_H 1
27:19.06         ^
27:19.12 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/opt.c:356:12: warning: 'return' will never be executed [-Wunreachable-code-return]
27:19.12     return 0;
27:19.12            ^
27:19.20 In file included from <built-in>:3:
27:19.20 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:19.20 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:19.20 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:19.20 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:19.20 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:19.20 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:19.20 #define HAVE_LINUX_PERF_EVENT_H 0
27:19.20         ^
27:19.20 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:19.21 #define HAVE_LINUX_PERF_EVENT_H 1
27:19.21         ^
27:19.44 In file included from <built-in>:3:
27:19.44 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:19.44 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:19.44 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:19.44 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:19.44 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:19.44 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:19.44 #define HAVE_LINUX_PERF_EVENT_H 0
27:19.44         ^
27:19.45 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:19.45 #define HAVE_LINUX_PERF_EVENT_H 1
27:19.45         ^
27:19.46 1 warning generated.
27:19.65 1 warning generated.
27:19.66 In file included from <built-in>:2:
27:19.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:19.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:19.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:19.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:19.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:19.67 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:19.67 #define HAVE_LINUX_PERF_EVENT_H 0
27:19.67         ^
27:19.67 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:19.67 #define HAVE_LINUX_PERF_EVENT_H 1
27:19.67         ^
27:19.84 1 warning generated.
27:20.04 In file included from <built-in>:2:
27:20.05 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:20.05 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:20.05 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:20.05 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:20.05 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:20.05 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:20.05 #define HAVE_LINUX_PERF_EVENT_H 0
27:20.05         ^
27:20.05 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:20.05 #define HAVE_LINUX_PERF_EVENT_H 1
27:20.05         ^
27:20.23 1 warning generated.
27:20.46 In file included from <built-in>:2:
27:20.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:20.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:20.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:20.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:20.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:20.47 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:20.47 #define HAVE_LINUX_PERF_EVENT_H 0
27:20.47         ^
27:20.47 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:20.47 #define HAVE_LINUX_PERF_EVENT_H 1
27:20.47         ^
27:20.77 In file included from <built-in>:2:
27:20.77 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:20.77 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:20.77 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:20.77 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:20.77 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:20.77 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:20.78 #define HAVE_LINUX_PERF_EVENT_H 0
27:20.78         ^
27:20.78 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:20.78 #define HAVE_LINUX_PERF_EVENT_H 1
27:20.78         ^
27:20.98 1 warning generated.
27:21.03 1 warning generated.
27:21.17 In file included from <built-in>:3:
27:21.17 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:21.17 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:21.17 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:21.17 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:21.17 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:21.17 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:21.17 #define HAVE_LINUX_PERF_EVENT_H 0
27:21.17         ^
27:21.17 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:21.17 #define HAVE_LINUX_PERF_EVENT_H 1
27:21.17         ^
27:21.22 In file included from <built-in>:2:
27:21.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:21.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:21.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:21.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:21.22 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:21.22 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:21.22 #define HAVE_LINUX_PERF_EVENT_H 0
27:21.23         ^
27:21.23 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:21.23 #define HAVE_LINUX_PERF_EVENT_H 1
27:21.23         ^
27:21.51 1 warning generated.
27:21.70 In file included from <built-in>:2:
27:21.70 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:21.70 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:21.70 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:21.70 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:21.70 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:21.70 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:21.70 #define HAVE_LINUX_PERF_EVENT_H 0
27:21.70         ^
27:21.70 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:21.70 #define HAVE_LINUX_PERF_EVENT_H 1
27:21.70         ^
27:21.71 1 warning generated.
27:21.83 2 warnings generated.
27:22.06 In file included from <built-in>:2:
27:22.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:22.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:22.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:22.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:22.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:22.06 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:22.07 #define HAVE_LINUX_PERF_EVENT_H 0
27:22.07         ^
27:22.07 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:91 warning generated.
27:22.07 : note: previous definition is here
27:22.07 #define HAVE_LINUX_PERF_EVENT_H 1
27:22.07         ^
27:22.26 In file included from <built-in>:2:
27:22.26 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:22.26 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:22.26 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:22.26 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:22.26 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:22.26 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:22.26 #define HAVE_LINUX_PERF_EVENT_H 0
27:22.26         ^
27:22.26 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:22.26 #define HAVE_LINUX_PERF_EVENT_H 1
27:22.26         ^
27:22.44 1 warning generated.
27:22.63 In file included from <built-in>:2:
27:22.63 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:22.63 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:22.63 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:22.63 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:22.63 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:22.63 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:22.63 #define HAVE_LINUX_PERF_EVENT_H 0
27:22.63         ^
27:22.64 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:22.64 #define HAVE_LINUX_PERF_EVENT_H 1
27:22.64         ^
27:22.87 1 warning generated.
27:23.09 1 warning generated.
27:23.11 In file included from <built-in>:2:
27:23.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:23.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:23.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:23.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:23.11 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:23.11 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:23.11 #define HAVE_LINUX_PERF_EVENT_H 0
27:23.11         ^
27:23.11 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:23.11 #define HAVE_LINUX_PERF_EVENT_H 1
27:23.11         ^
27:23.32 In file included from <built-in>:3:
27:23.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:23.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:23.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:23.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:23.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:23.32 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:23.32 #define HAVE_LINUX_PERF_EVENT_H 0
27:23.32         ^
27:23.32 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:23.32 #define HAVE_LINUX_PERF_EVENT_H 1
27:23.32         ^
27:23.34 2 warnings generated.
27:23.65 In file included from <built-in>:3:
27:23.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:23.65 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:23.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:23.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:23.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:23.66 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:23.66 #define HAVE_LINUX_PERF_EVENT_H 0
27:23.66         ^
27:23.66 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:23.66 #define HAVE_LINUX_PERF_EVENT_H 1
27:23.66         ^
27:23.83 1 warning generated.
27:24.46 1 warning generated.
27:24.69 In file included from <built-in>:2:
27:24.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:24.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:24.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:24.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:24.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:24.69 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:24.69 #define HAVE_LINUX_PERF_EVENT_H 0
27:24.69         ^
27:24.69 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:24.69 #define HAVE_LINUX_PERF_EVENT_H 1
27:24.69         ^
27:24.73 1 warning generated.
27:24.91 In file included from <built-in>:2:
27:24.91 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:24.91 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:24.91 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:24.91 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:24.91 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:24.91 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:24.91 #define HAVE_LINUX_PERF_EVENT_H 0
27:24.91         ^
27:24.91 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:24.91 #define HAVE_LINUX_PERF_EVENT_H 1
27:24.91         ^
27:25.00 1 warning generated.
27:25.13 1 warning generated.
27:25.16 1 warning generated.
27:25.22 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/number_skeletons.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:25.22 #define UNISTR_FROM_STRING_EXPLICIT
27:25.22         ^
27:25.22 <command line>:14:9: note: previous definition is here
27:25.22 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:25.22         ^
27:25.30 In file included from <built-in>:2:
27:25.30 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:25.30 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:25.31 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:25.31 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:25.31 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:25.31 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:25.31 #define HAVE_LINUX_PERF_EVENT_H 0
27:25.31         ^
27:25.31 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:25.31 #define HAVE_LINUX_PERF_EVENT_H 1
27:25.31         ^
27:25.34 1 warning generated.
27:25.40 In file included from <built-in>:2:
27:25.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:25.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:25.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:25.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:25.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:25.41 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:25.41 #define HAVE_LINUX_PERF_EVENT_H 0
27:25.41         ^
27:25.41 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:25.41 #define HAVE_LINUX_PERF_EVENT_H 1
27:25.41         ^
27:25.60 In file included from <built-in>:2:
27:25.60 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:25.60 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:25.60 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:25.60 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:25.60 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:25.60 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:25.60 #define HAVE_LINUX_PERF_EVENT_H 0
27:25.60         ^
27:25.60 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:25.60 #define HAVE_LINUX_PERF_EVENT_H 1
27:25.60         ^
27:25.70 1 warning generated.
27:25.87 In file included from <built-in>:2:
27:25.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:25.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:25.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:25.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:25.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:25.88 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:25.88 #define HAVE_LINUX_PERF_EVENT_H 0
27:25.88         ^
27:25.88 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:25.88 #define HAVE_LINUX_PERF_EVENT_H 1
27:25.88         ^
27:25.89 1 warning generated.
27:26.12 In file included from <built-in>:2:
27:26.12 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:26.12 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:26.12 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:26.12 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:26.12 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:26.12 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:26.12 #define HAVE_LINUX_PERF_EVENT_H 0
27:26.12         ^
27:26.12 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:26.12 #define HAVE_LINUX_PERF_EVENT_H 1
27:26.12         ^
27:26.37 1 warning generated.
27:26.44 1 warning generated.
27:26.62 In file included from <built-in>:2:
27:26.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:26.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:26.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:26.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:26.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:26.63 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:26.63 #define HAVE_LINUX_PERF_EVENT_H 0
27:26.63         ^
27:26.63 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:26.63 #define HAVE_LINUX_PERF_EVENT_H 1
27:26.63         ^
27:26.74 In file included from <built-in>:2:
27:26.74 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:26.75 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:26.75 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:26.75 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:26.75 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:26.75 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:26.75 #define HAVE_LINUX_PERF_EVENT_H 0
27:26.75         ^
27:26.75 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:26.75 #define HAVE_LINUX_PERF_EVENT_H 1
27:26.75         ^
27:26.82 1 warning generated.
27:26.84 1 warning generated.
27:27.01 In file included from <built-in>:2:
27:27.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:27.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:27.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:27.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:27.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:27.01 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:27.01 #define HAVE_LINUX_PERF_EVENT_H 0
27:27.01         ^
27:27.01 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:27.01 #define HAVE_LINUX_PERF_EVENT_H 1
27:27.01         ^
27:27.03 In file included from <built-in>:2:
27:27.03 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:27.03 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:27.03 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:27.03 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:27.03 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:27.03 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:27.03 #define HAVE_LINUX_PERF_EVENT_H 0
27:27.03         ^
27:27.03 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:27.03 #define HAVE_LINUX_PERF_EVENT_H 1
27:27.03         ^
27:27.07 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/time.c:68:12: warning: 'return' will never be executed [-Wunreachable-code-return]
27:27.07     return av_gettime() + 42 * 60 * 60 * INT64_C(1000000);
27:27.07            ^~~~~~~~~~
27:27.11 2 warnings generated.
27:27.29 In file included from <built-in>:2:
27:27.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:27.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:27.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:27.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:27.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:27.29 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:27.29 #define HAVE_LINUX_PERF_EVENT_H 0
27:27.29         ^
27:27.29 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:27.29 #define HAVE_LINUX_PERF_EVENT_H 1
27:27.29         ^
27:27.53 1 warning generated.
27:27.72 In file included from <built-in>:2:
27:27.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:27.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:27.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:27.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:27.72 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:27.73 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:27.73 #define HAVE_LINUX_PERF_EVENT_H 0
27:27.73         ^
27:27.73 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:27.73 #define HAVE_LINUX_PERF_EVENT_H 1
27:27.73         ^
27:27.76 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/utils.c:73:42: warning: adding 'unsigned long' to a string does not append to the string [-Wstring-plus-int]
27:27.76     return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
27:27.76            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
27:27.76 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/utils.c:73:42: note: use array indexing to silence this warning
27:27.77     return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
27:27.77                                          ^
27:27.77            &                             [                       ]
27:27.92 2 warnings generated.
27:27.98 media/kiss_fft
27:27.99 1 warning generated.
27:28.21 In file included from <built-in>:2:
27:28.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:28.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:28.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:28.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:28.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:28.21 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:28.21 #define HAVE_LINUX_PERF_EVENT_H 0
27:28.21         ^
27:28.22 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:28.22 #define HAVE_LINUX_PERF_EVENT_H 1
27:28.22         ^
27:28.66 1 warning generated.
27:28.85 In file included from <built-in>:2:
27:28.85 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:28.85 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:28.85 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:28.85 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:28.85 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:28.85 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:28.85 #define HAVE_LINUX_PERF_EVENT_H 0
27:28.85         ^
27:28.85 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:28.85 #define HAVE_LINUX_PERF_EVENT_H 1
27:28.85         ^
27:28.88 In file included from <built-in>:2:
27:28.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:28.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:28.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:28.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:28.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:28.88 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:28.88 #define HAVE_LINUX_PERF_EVENT_H 0
27:28.88         ^
27:28.88 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:28.88 #define HAVE_LINUX_PERF_EVENT_H 1
27:28.88         ^
27:28.95 1 warning generated.
27:29.06 media/libcubeb/src
27:29.19 In file included from <built-in>:2:
27:29.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:29.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:29.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:29.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:29.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:29.19 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:29.19 #define HAVE_LINUX_PERF_EVENT_H 0
27:29.19         ^
27:29.19 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:29.19 #define HAVE_LINUX_PERF_EVENT_H 1
27:29.19         ^
27:29.58 1 warning generated.
27:29.77 1 warning generated.
27:29.79 In file included from <built-in>:2:
27:29.79 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:29.79 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:29.79 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:29.79 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:29.79 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:29.79 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:29.79 #define HAVE_LINUX_PERF_EVENT_H 0
27:29.79         ^
27:29.79 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:29.79 #define HAVE_LINUX_PERF_EVENT_H 1
27:29.79         ^
27:29.82 media/libnestegg/src
27:29.84 1 warning generated.
27:30.01 In file included from <built-in>:2:
27:30.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:30.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:30.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:30.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:30.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:30.01 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:30.01 #define HAVE_LINUX_PERF_EVENT_H 0
27:30.01         ^
27:30.01 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:30.01 #define HAVE_LINUX_PERF_EVENT_H 1
27:30.01         ^
27:30.29 1 warning generated.
27:30.43 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/number_utils.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:30.43 #define UNISTR_FROM_STRING_EXPLICIT
27:30.43         ^
27:30.43 <command line>:14:9: note: previous definition is here
27:30.43 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:30.43         ^
27:31.65 1 warning generated.
27:31.87 In file included from <built-in>:2:
27:31.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:31.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:31.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:31.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:31.87 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:31.87 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:31.87 #define HAVE_LINUX_PERF_EVENT_H 0
27:31.88         ^
27:31.88 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:31.88 #define HAVE_LINUX_PERF_EVENT_H 1
27:31.88         ^
27:32.97 media/libogg
27:33.20 /build/firefox/src/firefox-76.0.1/media/libcubeb/src/cubeb_jack.cpp:749:37: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]
27:33.20   if ((input_device && input_device != JACK_DEFAULT_IN) ||
27:33.20                                     ^  ~~~~~~~~~~~~~~~
27:33.20 /build/firefox/src/firefox-76.0.1/media/libcubeb/src/cubeb_jack.cpp:750:39: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]
27:33.20       (output_device && output_device != JACK_DEFAULT_OUT)) {
27:33.20                                       ^  ~~~~~~~~~~~~~~~~
27:33.87 1 warning generated.
27:34.13 1 warning generated.
27:34.34 In file included from <built-in>:2:
27:34.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:34.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:34.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:34.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:34.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:34.34 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:34.34 #define HAVE_LINUX_PERF_EVENT_H 0
27:34.34         ^
27:34.34 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:34.35 #define HAVE_LINUX_PERF_EVENT_H 1
27:34.35         ^
27:34.40 1 warning generated.
27:34.62 In file included from <built-in>:2:
27:34.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
27:34.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
27:34.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
27:34.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
27:34.62 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
27:34.62 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
27:34.62 #define HAVE_LINUX_PERF_EVENT_H 0
27:34.62         ^
27:34.62 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
27:34.63 #define HAVE_LINUX_PERF_EVENT_H 1
27:34.63         ^
27:34.70 media/libopus
27:34.89 2 warnings generated.
27:35.05 /build/firefox/src/firefox-76.0.1/media/libopus/celt/celt.c:86:13: warning: code will never be executed [-Wunreachable-code]
27:35.05       ret = 0;
27:35.05             ^
27:35.19 1 warning generated.
27:36.78 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numfmt.cpp:1309:15: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
27:36.78     if (style < 0 || style >= UNUM_FORMAT_STYLE_COUNT) {
27:36.78         ~~~~~ ^ ~
27:38.58 1 warning generated.
27:38.70 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_affixes.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:38.70 #define UNISTR_FROM_STRING_EXPLICIT
27:38.70         ^
27:38.70 <command line>:14:9: note: previous definition is here
27:38.70 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:38.70         ^
27:39.76 /build/firefox/src/firefox-76.0.1/media/libcubeb/src/cubeb_mixer.cpp:336:14: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
27:39.76     maxval = INT_MAX;
27:39.76            ~ ^~~~~~~
27:39.76 /usr/lib/clang/10.0.0/include/limits.h:46:19: note: expanded from macro 'INT_MAX'
27:39.76 #define INT_MAX   __INT_MAX__
27:39.76                   ^~~~~~~~~~~
27:39.76 <built-in>:88:21: note: expanded from here
27:39.76 #define __INT_MAX__ 2147483647
27:39.76                     ^~~~~~~~~~
27:41.26 1 warning generated.
27:42.61 1 warning generated.
27:42.72 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_compositions.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:42.72 #define UNISTR_FROM_STRING_EXPLICIT
27:42.72         ^
27:42.72 <command line>:14:9: note: previous definition is here
27:42.72 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:42.72         ^
27:44.41 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_compositions.cpp:67:5: warning: loop will run at most once (loop increment never executed) [-Wunreachable-code-loop-increment]
27:44.41     for (auto& matcher : *this) {
27:44.41     ^~~
27:44.82 2 warnings generated.
27:44.95 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_currency.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:44.95 #define UNISTR_FROM_STRING_EXPLICIT
27:44.95         ^
27:44.95 <command line>:14:9: note: previous definition is here
27:44.95 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:44.95         ^
27:47.32 1 warning generated.
27:47.42 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_decimal.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:47.42 #define UNISTR_FROM_STRING_EXPLICIT
27:47.42         ^
27:47.42 <command line>:14:9: note: previous definition is here
27:47.42 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:47.42         ^
27:48.37 media/libtheora
27:49.94 1 warning generated.
27:50.09 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_impl.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:50.09 #define UNISTR_FROM_STRING_EXPLICIT
27:50.09         ^
27:50.09 <command line>:14:9: note: previous definition is here
27:50.09 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:50.09         ^
27:50.13 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/x86/x86state.c:24:28: warning: unused variable 'OC_FZIG_ZAG_MMX' [-Wunused-const-variable]
27:50.13 static const unsigned char OC_FZIG_ZAG_MMX[128]={
27:50.13                            ^
27:50.15 1 warning generated.
27:50.39 In file included from Unified_c_media_libtheora0.c:20:
27:50.39 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:195:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.39   OC_DCT_CW_PACK( 0,10, -1,0),
27:50.39   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.39 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.41  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.41  ~~~~~~~~~~~~~~^
27:50.41 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:198:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.41   OC_DCT_CW_PACK( 0, 0,  0,1),
27:50.41   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.41 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.41  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.41  ~~~~~~~~~~~~~~^
27:50.41 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:208:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.41   OC_DCT_CW_PACK( 0, 1, -1,0),
27:50.42   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.42 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.42  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.42  ~~~~~~~~~~~~~~^
27:50.42 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:210:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.42   OC_DCT_CW_PACK( 0, 2, -1,0),
27:50.42   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.42 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.42  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.42  ~~~~~~~~~~~~~~^
27:50.43 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:212:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.43   OC_DCT_CW_PACK( 0, 3, -1,0),
27:50.43   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.43 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.43  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.43  ~~~~~~~~~~~~~~^
27:50.43 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:214:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.43   OC_DCT_CW_PACK( 0, 4, -1,0),
27:50.44   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.44 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.44  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.44  ~~~~~~~~~~~~~~^
27:50.44 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:216:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.44   OC_DCT_CW_PACK( 0, 5, -1,0),
27:50.44   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.44 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.44  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.44  ~~~~~~~~~~~~~~^
27:50.44 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:220:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.44   OC_DCT_CW_PACK( 0, 1, -2,0),
27:50.44   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.45 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.45  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.45  ~~~~~~~~~~~~~~^
27:50.46 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:221:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.46   OC_DCT_CW_PACK( 0, 1, -3,0),
27:50.46   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.46 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.46  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.46  ~~~~~~~~~~~~~~^
27:50.46 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:227:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.46   OC_DCT_CW_PACK( 0, 6, -1,0),
27:50.46   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.46 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.46  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.46  ~~~~~~~~~~~~~~^
27:50.47 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:228:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.47   OC_DCT_CW_PACK( 0, 7, -1,0),
27:50.47   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.47 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.47  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.47  ~~~~~~~~~~~~~~^
27:50.47 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:229:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.47   OC_DCT_CW_PACK( 0, 8, -1,0),
27:50.47   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.47 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.47  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.47  ~~~~~~~~~~~~~~^
27:50.48 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:230:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.48   OC_DCT_CW_PACK( 0, 9, -1,0),
27:50.48   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.48 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.48  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.48  ~~~~~~~~~~~~~~^
27:50.48 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:236:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.48   OC_DCT_CW_PACK( 0, 2, -2,0),
27:50.48   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.48 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.49  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.49  ~~~~~~~~~~~~~~^
27:50.49 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:237:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.49   OC_DCT_CW_PACK( 0, 3, -2,0),
27:50.49   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.49 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.50  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.50  ~~~~~~~~~~~~~~^
27:50.50 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:238:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.50   OC_DCT_CW_PACK( 0, 2, -3,0),
27:50.50   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.50 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.50  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.50  ~~~~~~~~~~~~~~^
27:50.50 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:239:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.50   OC_DCT_CW_PACK( 0, 3, -3,0),
27:50.50   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.50 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.50  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.50  ~~~~~~~~~~~~~~^
27:50.50 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:242:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.50   OC_DCT_CW_PACK( 0, 0,  0,1),
27:50.50   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.50 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.50  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.50  ~~~~~~~~~~~~~~^
27:50.53 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:253:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.53   OC_DCT_CW_PACK( 0, 0, -1,0),
27:50.53   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.53 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.53  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.53  ~~~~~~~~~~~~~~^
27:50.53 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:257:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.53   OC_DCT_CW_PACK( 0, 0, -2,0),
27:50.53   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.53 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.53  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.53  ~~~~~~~~~~~~~~^
27:50.53 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:260:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.53   OC_DCT_CW_PACK( 0, 0, -3,0),
27:50.53   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.53 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.53  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.53  ~~~~~~~~~~~~~~^
27:50.54 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:262:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.54   OC_DCT_CW_PACK( 0, 0, -4,0),
27:50.54   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.54 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.54  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.54  ~~~~~~~~~~~~~~^
27:50.54 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:264:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.54   OC_DCT_CW_PACK( 0, 0, -5,0),
27:50.54   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.54 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.54  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.54  ~~~~~~~~~~~~~~^
27:50.54 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:266:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.54   OC_DCT_CW_PACK( 0, 0, -6,0),
27:50.54   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.54 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.54  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.54  ~~~~~~~~~~~~~~^
27:50.54 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:270:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.54   OC_DCT_CW_PACK( 0, 0, -7,0),
27:50.54   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.55 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.55  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.55  ~~~~~~~~~~~~~~^
27:50.55 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:271:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.55   OC_DCT_CW_PACK( 0, 0, -8,0),
27:50.55   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.55 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.55  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.55  ~~~~~~~~~~~~~~^
27:50.55 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:277:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.55   OC_DCT_CW_PACK( 0, 0, -9,0),
27:50.55   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.55 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.55  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.55  ~~~~~~~~~~~~~~^
27:50.55 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:278:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.55   OC_DCT_CW_PACK( 0, 0,-10,0),
27:50.55   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.56 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.56  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.56  ~~~~~~~~~~~~~~^
27:50.56 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:279:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.56   OC_DCT_CW_PACK( 0, 0,-11,0),
27:50.56   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.56 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.56  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.56  ~~~~~~~~~~~~~~^
27:50.56 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:280:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
27:50.56   OC_DCT_CW_PACK( 0, 0,-12,0),
27:50.57   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
27:50.57 /build/firefox/src/firefox-76.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
27:50.57  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
27:50.57  ~~~~~~~~~~~~~~^
27:54.30 1 warning generated.
27:54.43 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_parsednumber.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:54.43 #define UNISTR_FROM_STRING_EXPLICIT
27:54.43         ^
27:54.43 <command line>:14:9: note: previous definition is here
27:54.43 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:54.43         ^
27:56.65 1 warning generated.
27:56.78 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_scientific.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:56.78 #define UNISTR_FROM_STRING_EXPLICIT
27:56.78         ^
27:56.78 <command line>:14:9: note: previous definition is here
27:56.78 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:56.78         ^
27:58.72 1 warning generated.
27:58.84 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_symbols.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
27:58.84 #define UNISTR_FROM_STRING_EXPLICIT
27:58.84         ^
27:58.84 <command line>:14:9: note: previous definition is here
27:58.85 #define UNISTR_FROM_STRING_EXPLICIT explicit
27:58.85         ^
28:01.07 1 warning generated.
28:01.21 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numparse_validators.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
28:01.21 #define UNISTR_FROM_STRING_EXPLICIT
28:01.21         ^
28:01.21 <command line>:14:9: note: previous definition is here
28:01.21 #define UNISTR_FROM_STRING_EXPLICIT explicit
28:01.21         ^
28:01.29 1 warning generated.
28:01.51 In file included from <built-in>:2:
28:01.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:01.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:01.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:01.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:01.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:01.52 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:01.52 #define HAVE_LINUX_PERF_EVENT_H 0
28:01.52         ^
28:01.52 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:01.52 #define HAVE_LINUX_PERF_EVENT_H 1
28:01.52         ^
28:02.11 1 warning generated.
28:02.34 In file included from <built-in>:2:
28:02.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:02.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:02.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:02.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:02.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:02.34 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:02.34 #define HAVE_LINUX_PERF_EVENT_H 0
28:02.34         ^
28:02.34 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:02.34 #define HAVE_LINUX_PERF_EVENT_H 1
28:02.34         ^
28:02.50 30 warnings generated.
28:02.54 media/libspeex_resampler/src
28:02.75 /build/firefox/src/firefox-76.0.1/media/libspeex_resampler/src/resample.c:814:17: warning: unused variable 'i' [-Wunused-variable]
28:02.75    spx_uint32_t i;
28:02.75                 ^
28:02.77 1 warning generated.
28:03.04 In file included from <built-in>:2:
28:03.04 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:03.04 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:03.04 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:03.04 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:03.04 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:03.04 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:03.04 #define HAVE_LINUX_PERF_EVENT_H 0
28:03.04         ^
28:03.04 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:03.04 #define HAVE_LINUX_PERF_EVENT_H 1
28:03.04         ^
28:03.24 1 warning generated.
28:03.30 1 warning generated.
28:03.35 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numrange_fluent.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
28:03.35 #define UNISTR_FROM_STRING_EXPLICIT
28:03.35         ^
28:03.35 <command line>:14:9: note: previous definition is here
28:03.35 #define UNISTR_FROM_STRING_EXPLICIT explicit
28:03.35         ^
28:03.49 In file included from <built-in>:2:
28:03.49 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:03.49 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:03.49 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:03.49 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:03.49 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:03.50 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:03.50 #define HAVE_LINUX_PERF_EVENT_H 0
28:03.50         ^
28:03.50 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:03.50 #define HAVE_LINUX_PERF_EVENT_H 1
28:03.50         ^
28:04.32 1 warning generated.
28:04.39 1 warning generated.
28:04.56 In file included from <built-in>:2:
28:04.56 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:04.56 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:04.56 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:04.56 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:04.56 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:04.56 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:04.56 #define HAVE_LINUX_PERF_EVENT_H 0
28:04.56         ^
28:04.56 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:04.56 #define HAVE_LINUX_PERF_EVENT_H 1
28:04.56         ^
28:04.88 media/libsoundtouch/src
28:05.18 1 warning generated.
28:05.37 In file included from <built-in>:2:
28:05.37 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:05.37 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:05.37 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:05.38 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:05.38 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:05.38 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:05.38 #define HAVE_LINUX_PERF_EVENT_H 0
28:05.38         ^
28:05.38 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:05.38 #define HAVE_LINUX_PERF_EVENT_H 1
28:05.38         ^
28:05.40 1 warning generated.
28:05.59 In file included from <built-in>:2:
28:05.59 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:05.59 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:05.59 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:05.59 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:05.59 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:05.59 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:05.59 #define HAVE_LINUX_PERF_EVENT_H 0
28:05.59         ^
28:05.59 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:05.59 #define HAVE_LINUX_PERF_EVENT_H 1
28:05.59         ^
28:05.65 1 warning generated.
28:05.84 In file included from <built-in>:2:
28:05.84 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:05.84 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:05.84 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:05.84 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:05.84 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:05.84 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:05.84 #define HAVE_LINUX_PERF_EVENT_H 0
28:05.84         ^
28:05.84 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:05.84 #define HAVE_LINUX_PERF_EVENT_H 1
28:05.84         ^
28:05.89 1 warning generated.
28:06.07 In file included from <built-in>:2:
28:06.07 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:06.07 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:06.07 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:06.07 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:06.07 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:06.07 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:06.07 #define HAVE_LINUX_PERF_EVENT_H 0
28:06.08         ^
28:06.08 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:06.08 #define HAVE_LINUX_PERF_EVENT_H 1
28:06.08         ^
28:06.14 1 warning generated.
28:06.40 In file included from <built-in>:2:
28:06.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:06.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:06.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:06.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:06.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:06.40 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:06.40 #define HAVE_LINUX_PERF_EVENT_H 0
28:06.40         ^
28:06.40 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:06.40 #define HAVE_LINUX_PERF_EVENT_H 1
28:06.40         ^
28:07.06 In file included from Unified_cpp_libsoundtouch_src0.cpp:47:
28:07.06 /build/firefox/src/firefox-76.0.1/media/libsoundtouch/src/InterpolateShannon.cpp:71:9: warning: 'PI' macro redefined [-Wmacro-redefined]
28:07.06 #define PI 3.1415926536
28:07.06         ^
28:07.06 /build/firefox/src/firefox-76.0.1/media/libsoundtouch/src/AAFilter.cpp:45:9: note: previous definition is here
28:07.06 #define PI       M_PI
28:07.06         ^
28:07.23 In file included from Unified_cpp_libsoundtouch_src0.cpp:92:
28:07.23 /build/firefox/src/firefox-76.0.1/media/libsoundtouch/src/cpu_detect_x86.cpp:48:12: warning: 'bit_MMX' macro redefined [-Wmacro-redefined]
28:07.23    #define bit_MMX     (1 << 23)
28:07.23            ^
28:07.23 /usr/lib/clang/10.0.0/include/cpuid.h:126:9: note: previous definition is here
28:07.23 #define bit_MMX         0x00800000
28:07.23         ^
28:07.23 In file included from Unified_cpp_libsoundtouch_src0.cpp:92:
28:07.23 /build/firefox/src/firefox-76.0.1/media/libsoundtouch/src/cpu_detect_x86.cpp:49:12: warning: 'bit_SSE' macro redefined [-Wmacro-redefined]
28:07.23    #define bit_SSE     (1 << 25)
28:07.23            ^
28:07.23 /usr/lib/clang/10.0.0/include/cpuid.h:129:9: note: previous definition is here
28:07.23 #define bit_SSE         0x02000000
28:07.23         ^
28:07.24 In file included from Unified_cpp_libsoundtouch_src0.cpp:92:
28:07.24 /build/firefox/src/firefox-76.0.1/media/libsoundtouch/src/cpu_detect_x86.cpp:50:12: warning: 'bit_SSE2' macro redefined [-Wmacro-redefined]
28:07.24    #define bit_SSE2    (1 << 26)
28:07.24            ^
28:07.24 /usr/lib/clang/10.0.0/include/cpuid.h:130:9: note: previous definition is here
28:07.24 #define bit_SSE2        0x04000000
28:07.24         ^
28:07.25 1 warning generated.
28:07.37 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/numrange_impl.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
28:07.37 #define UNISTR_FROM_STRING_EXPLICIT
28:07.37         ^
28:07.37 <command line>:14:9: note: previous definition is here
28:07.37 #define UNISTR_FROM_STRING_EXPLICIT explicit
28:07.37         ^
28:09.75 4 warnings generated.
28:10.92 1 warning generated.
28:11.93 1 warning generated.
28:12.13 In file included from <built-in>:2:
28:12.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:12.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:12.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:12.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:12.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:12.13 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:12.13 #define HAVE_LINUX_PERF_EVENT_H 0
28:12.13         ^
28:12.13 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:12.13 #define HAVE_LINUX_PERF_EVENT_H 1
28:12.13         ^
28:12.25 1 warning generated.
28:12.42 In file included from <built-in>:2:
28:12.42 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:12.42 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:12.42 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:12.42 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:12.42 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:12.42 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:12.42 #define HAVE_LINUX_PERF_EVENT_H 0
28:12.42         ^
28:12.42 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:12.42 #define HAVE_LINUX_PERF_EVENT_H 1
28:12.42         ^
28:12.48 1 warning generated.
28:12.66 In file included from <built-in>:2:
28:12.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:12.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:12.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:12.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:12.66 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:12.66 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:12.66 #define HAVE_LINUX_PERF_EVENT_H 0
28:12.66         ^
28:12.66 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:12.66 #define HAVE_LINUX_PERF_EVENT_H 1
28:12.66         ^
28:12.70 1 warning generated.
28:12.90 In file included from <built-in>:2:
28:12.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:12.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:12.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:12.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:12.90 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:12.90 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:12.90 #define HAVE_LINUX_PERF_EVENT_H 0
28:12.90         ^
28:12.90 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:12.90 #define HAVE_LINUX_PERF_EVENT_H 1
28:12.90         ^
28:13.87 1 warning generated.
28:14.05 In file included from <built-in>:2:
28:14.05 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:14.05 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:14.05 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:14.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:14.06 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:14.06 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:14.06 #define HAVE_LINUX_PERF_EVENT_H 0
28:14.06         ^
28:14.06 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:14.06 #define HAVE_LINUX_PERF_EVENT_H 1
28:14.06         ^
28:14.66 1 warning generated.
28:14.88 In file included from <built-in>:2:
28:14.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:14.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:14.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:14.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:14.88 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:14.88 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:14.88 #define HAVE_LINUX_PERF_EVENT_H 0
28:14.88         ^
28:14.88 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:14.88 #define HAVE_LINUX_PERF_EVENT_H 1
28:14.88         ^
28:14.96 1 warning generated.
28:15.16 In file included from <built-in>:2:
28:15.16 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:15.16 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:15.17 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:15.17 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:15.17 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:15.17 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:15.17 #define HAVE_LINUX_PERF_EVENT_H 0
28:15.17         ^
28:15.17 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:15.17 #define HAVE_LINUX_PERF_EVENT_H 1
28:15.17         ^
28:15.26 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options.cBUILDSTATUS BUILD_VERBOSE media/psshparser
28:15.26 :36:
28:15.26 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options_table.h:45:110: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
28:15.26 {"b", "set bitrate (in bits/s)", OFFSET(bit_rate), AV_OPT_TYPE_INT64, {.i64 = AV_CODEC_DEFAULT_BITRATE }, 0, INT64_MAX, A|V|E},BUILDSTATUS OBJECT_FILE Unified_cpp_media_psshparser0.o
28:15.27 ~                                                                                                            ^~~~~~~~~
28:15.27 /usr/lib/clang/10.0.0/include/stdint.h:461:30: note: expanded from macro 'INT64_MAX'
28:15.27 # define INT64_MAX           INT64_C( 9223372036854775807)
28:15.27                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.27 /usr/lib/clang/10.0.0/include/stdint.h:303:22: note: expanded from macro 'INT64_C'
28:15.27 #  define INT64_C(v) __int_c(v, __int64_c_suffix)
28:15.27                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.27 /usr/lib/clang/10.0.0/include/stdint.h:283:28: note: expanded from macro '__int_c'
28:15.27 #define __int_c(v, suffix) __int_c_join(v, suffix)
28:15.27                            ^~~~~~~~~~~~~~~~~~~~~~~
28:15.27 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
28:15.27 #define __int_c_join(a, b) a ## b
28:15.27                            ^~~~~~
28:15.27 <scratch space>:354:1: note: expanded from here
28:15.27 9223372036854775807L
28:15.27 ^~~~~~~~~~~~~~~~~~~~
28:15.27 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options.c:36:
28:15.27 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options_table.h:347:154: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
28:15.27 {"timecode_frame_start", "GOP timecode frame start number, in non-drop-frame format", OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, V|E},
28:15.27 ~                                                                                                                                                        ^~~~~~~~~
28:15.27 /usr/lib/clang/10.0.0/include/stdint.h:461:30: note: expanded from macro 'INT64_MAX'
28:15.27 # define INT64_MAX           INT64_C( 9223372036854775807)
28:15.27                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.28 /usr/lib/clang/10.0.0/include/stdint.h:303:22: note: expanded from macro 'INT64_C'
28:15.28 #  define INT64_C(v) __int_c(v, __int64_c_suffix)
28:15.28                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.28 /usr/lib/clang/10.0.0/include/stdint.h:283:28: note: expanded from macro '__int_c'
28:15.28 #define __int_c(v, suffix) __int_c_join(v, suffix)
28:15.28                            ^~~~~~~~~~~~~~~~~~~~~~~
28:15.28 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
28:15.28 #define __int_c_join(a, b) a ## b
28:15.28                            ^~~~~~
28:15.28 <scratch space>:355:1: note: expanded from here
28:15.28 9223372036854775807L
28:15.28 ^~~~~~~~~~~~~~~~~~~~
28:15.28 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options.c:36:
28:15.29 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options_table.h:350:92: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
28:15.29 {"channel_layout", NULL, OFFSET(channel_layout), AV_OPT_TYPE_UINT64, {.i64 = DEFAULT }, 0, UINT64_MAX, A|E|D, "channel_layout"},
28:15.29 ~                                                                                          ^~~~~~~~~~
28:15.29 /usr/lib/clang/10.0.0/include/stdint.h:463:29: note: expanded from macro 'UINT64_MAX'
28:15.29 # define UINT64_MAX         UINT64_C(18446744073709551615)
28:15.29                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.29 /usr/lib/clang/10.0.0/include/stdint.h:304:23: note: expanded from macro 'UINT64_C'
28:15.29 #  define UINT64_C(v) __uint_c(v, __int64_c_suffix)
28:15.29                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.29 /usr/lib/clang/10.0.0/include/stdint.h:284:29: note: expanded from macro '__uint_c'
28:15.29 #define __uint_c(v, suffix) __int_c_join(v##U, suffix)
28:15.29                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.29 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
28:15.29 #define __int_c_join(a, b) a ## b
28:15.29                            ^~~~~~
28:15.29 <scratch space>:3:1: note: expanded from here
28:15.29 18446744073709551615UL
28:15.29 ^~~~~~~~~~~~~~~~~~~~~~
28:15.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options.c:36:
28:15.30 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options_table.h:351:108: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
28:15.31 {"request_channel_layout", NULL, OFFSET(request_channel_layout), AV_OPT_TYPE_UINT64, {.i64 = DEFAULT }, 0, UINT64_MAX, A|D, "request_channel_layout"},
28:15.31 ~                                                                                                          ^~~~~~~~~~
28:15.31 /usr/lib/clang/10.0.0/include/stdint.h:463:29: note: expanded from macro 'UINT64_MAX'
28:15.31 # define UINT64_MAX         UINT64_C(18446744073709551615)
28:15.31                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.31 /usr/lib/clang/10.0.0/include/stdint.h:304:23: note: expanded from macro 'UINT64_C'
28:15.31 #  define UINT64_C(v) __uint_c(v, __int64_c_suffix)
28:15.31                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.31 /usr/lib/clang/10.0.0/include/stdint.h:284:29: note: expanded from macro '__uint_c'
28:15.31 #define __uint_c(v, suffix) __int_c_join(v##U, suffix)
28:15.31                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.31 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
28:15.31 #define __int_c_join(a, b) a ## b
28:15.31                            ^~~~~~
28:15.31 <scratch space>:5:1: note: expanded from here
28:15.31 18446744073709551615UL
28:15.31 ^~~~~~~~~~~~~~~~~~~~~~
28:15.33 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options.c:302:119: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
28:15.33 {"best_effort_timestamp", "", FOFFSET(best_effort_timestamp), AV_OPT_TYPE_INT64, {.i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, 0},
28:15.33 ~                                                                                                                     ^~~~~~~~~
28:15.33 /usr/lib/clang/10.0.0/include/stdint.h:461:30: note: expanded from macro 'INT64_MAX'
28:15.33 # define INT64_MAX           INT64_C( 9223372036854775807)
28:15.33                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.33 /usr/lib/clang/10.0.0/include/stdint.h:303:22: note: expanded from macro 'INT64_C'
28:15.33 #  define INT64_C(v) __int_c(v, __int64_c_suffix)
28:15.33                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.33 /usr/lib/clang/10.0.0/include/stdint.h:283:28: note: expanded from macro '__int_c'
28:15.33 #define __int_c(v, suffix) __int_c_join(v, suffix)
28:15.33                            ^~~~~~~~~~~~~~~~~~~~~~~
28:15.33 /usr/lib/clang/10.0.0/include/stdint.h:282:28In file included from <built-in>:2:
28:15.33 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:15.33 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:15.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:15.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:15.34 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:15.34 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:15.34 #define HAVE_LINUX_PERF_EVENT_H 0
28:15.34         ^
28:15.34 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:15.34 #define HAVE_LINUX_PERF_EVENT_H 1
28:15.34         ^
28:15.34 : note: expanded from macro '__int_c_join'
28:15.34 #define __int_c_join(a, b) a ## b
28:15.34                            ^~~~~~
28:15.34 <scratch space>:31:1: note: expanded from here
28:15.34 9223372036854775807L
28:15.34 ^~~~~~~~~~~~~~~~~~~~
28:15.34 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options.c:303:79: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
28:15.34 {"pkt_pos", "", FOFFSET(pkt_pos), AV_OPT_TYPE_INT64, {.i64 = -1 }, INT64_MIN, INT64_MAX, 0},
28:15.34 ~                                                                             ^~~~~~~~~
28:15.34 /usr/lib/clang/10.0.0/include/stdint.h:461:30: note: expanded from macro 'INT64_MAX'
28:15.34 # define INT64_MAX           INT64_C( 9223372036854775807)
28:15.34                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.34 /usr/lib/clang/10.0.0/include/stdint.h:303:22: note: expanded from macro 'INT64_C'
28:15.34 #  define INT64_C(v) __int_c(v, __int64_c_suffix)
28:15.34                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.34 /usr/lib/clang/10.0.0/include/stdint.h:283:28: note: expanded from macro '__int_c'
28:15.34 #define __int_c(v, suffix) __int_c_join(v, suffix)
28:15.34                            ^~~~~~~~~~~~~~~~~~~~~~~
28:15.34 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
28:15.36 #define __int_c_join(a, b) a ## b
28:15.36                            ^~~~~~
28:15.36 <scratch space>:33:1: note: expanded from here
28:15.36 9223372036854775807L
28:15.36 ^~~~~~~~~~~~~~~~~~~~
28:15.37 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options.c:304:81: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
28:15.37 {"pkt_size", "", FOFFSET(pkt_size), AV_OPT_TYPE_INT64, {.i64 = -1 }, INT64_MIN, INT64_MAX, 0},
28:15.37 ~                                                                               ^~~~~~~~~
28:15.37 /usr/lib/clang/10.0.0/include/stdint.h:461:30: note: expanded from macro 'INT64_MAX'
28:15.37 # define INT64_MAX           INT64_C( 9223372036854775807)
28:15.37                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.37 /usr/lib/clang/10.0.0/include/stdint.h:303:22: note: expanded from macro 'INT64_C'
28:15.37 #  define INT64_C(v) __int_c(v, __int64_c_suffix)
28:15.37                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.37 /usr/lib/clang/10.0.0/include/stdint.h:283:28: note: expanded from macro '__int_c'
28:15.37 #define __int_c(v, suffix) __int_c_join(v, suffix)
28:15.37                            ^~~~~~~~~~~~~~~~~~~~~~~
28:15.37 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
28:15.37 #define __int_c_join(a, b) a ## b
28:15.37                            ^~~~~~
28:15.37 <scratch space>:35:1: note: expanded from here
28:15.37 9223372036854775807L
28:15.37 ^~~~~~~~~~~~~~~~~~~~
28:15.37 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/options.c:309:84: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
28:15.37 {"channel_layout", "", FOFFSET(channel_layout), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, 0},
28:15.37 ~                                                                                  ^~~~~~~~~
28:15.37 /usr/lib/clang/10.0.0/include/stdint.h:461:30: note: expanded from macro 'INT64_MAX'
28:15.37 # define INT64_MAX           INT64_C( 9223372036854775807)
28:15.37                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.37 /usr/lib/clang/10.0.0/include/stdint.h:303:22: note: expanded from macro 'INT64_C'
28:15.37 #  define INT64_C(v) __int_c(v, __int64_c_suffix)
28:15.37                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:15.37 /usr/lib/clang/10.0.0/include/stdint.h:283:28: note: expanded from macro '__int_c'
28:15.37 #define __int_c(v, suffix) __int_c_join(v, suffix)
28:15.37                            ^~~~~~~~~~~~~~~~~~~~~~~
28:15.37 /usr/lib/clang/10.0.0/include/stdint.h:282:28: note: expanded from macro '__int_c_join'
28:15.37 #define __int_c_join(a, b) a ## b
28:15.38                            ^~~~~~
28:15.38 <scratch space>:36:1: note: expanded from here
28:15.38 9223372036854775807L
28:15.38 ^~~~~~~~~~~~~~~~~~~~
28:15.62 9 warnings generated.
28:15.69 1 warning generated.
28:15.93 security/sandbox/common
28:15.95 In file included from <built-in>:2:
28:15.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:15.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:15.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:15.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:15.95 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:15.95 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:15.95 #define HAVE_LINUX_PERF_EVENT_H 0
28:15.95         ^
28:15.96 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:15.96 #define HAVE_LINUX_PERF_EVENT_H 1
28:15.96         ^
28:16.09 1 warning generated.
28:16.29 In file included from <built-in>:2:
28:16.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:16.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:16.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:16.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:16.30 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:16.30 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:16.30 #define HAVE_LINUX_PERF_EVENT_H 0
28:16.30         ^
28:16.30 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:16.30 #define HAVE_LINUX_PERF_EVENT_H 1
28:16.30         ^
28:16.36 1 warning generated.
28:16.55 In file included from <built-in>:2:
28:16.55 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:16.55 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:16.55 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:16.55 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:16.55 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:16.55 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:16.55 #define HAVE_LINUX_PERF_EVENT_H 0
28:16.55         ^
28:16.55 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:16.55 #define HAVE_LINUX_PERF_EVENT_H 1
28:16.55         ^
28:16.67 1 warning generated.
28:16.86 In file included from <built-in>:2:
28:16.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:16.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:16.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:16.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:16.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:16.86 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:16.86 #define HAVE_LINUX_PERF_EVENT_H 0
28:16.86         ^
28:16.86 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:16.86 #define HAVE_LINUX_PERF_EVENT_H 1
28:16.86         ^
28:17.51 security/sandbox/linux
28:17.76 1 warning generated.
28:17.99 In file included from <built-in>:2:
28:17.99 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:17.99 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:17.99 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:17.99 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:17.99 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:17.99 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:17.99 #define HAVE_LINUX_PERF_EVENT_H 0
28:17.99         ^
28:17.99 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:17.99 #define HAVE_LINUX_PERF_EVENT_H 1
28:17.99         ^
28:18.28 1 warning generated.
28:18.46 In file included from <built-in>:2:
28:18.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:18.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:18.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:18.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:18.46 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:18.46 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:18.46 #define HAVE_LINUX_PERF_EVENT_H 0
28:18.46         ^
28:18.47 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:18.47 #define HAVE_LINUX_PERF_EVENT_H 1
28:18.47         ^
28:18.50 1 warning generated.
28:18.67 In file included from <built-in>:2:
28:18.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:18.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:18.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:18.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:18.67 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:18.68 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:18.68 #define HAVE_LINUX_PERF_EVENT_H 0
28:18.68         ^
28:18.68 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:18.68 #define HAVE_LINUX_PERF_EVENT_H 1
28:18.68         ^
28:18.79 1 warning generated.
28:18.98 In file included from <built-in>:2:
28:18.98 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:18.99 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:18.99 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:18.99 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:18.99 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:18.99 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:18.99 #define HAVE_LINUX_PERF_EVENT_H 0
28:18.99         ^
28:18.99 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:18.99 #define HAVE_LINUX_PERF_EVENT_H 1
28:18.99         ^
28:19.14 1 warning generated.
28:19.37 In file included from <built-in>:2:
28:19.37 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:19.37 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:19.37 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:19.37 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:19.37 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:19.38 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:19.38 #define HAVE_LINUX_PERF_EVENT_H 0
28:19.38         ^
28:19.38 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:19.38 #define HAVE_LINUX_PERF_EVENT_H 1
28:19.38         ^
28:19.41 1 warning generated.
28:19.61 In file included from <built-in>:2:
28:19.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:19.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:19.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:19.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:19.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:19.61 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:19.61 #define HAVE_LINUX_PERF_EVENT_H 0
28:19.61         ^
28:19.61 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:19.61 #define HAVE_LINUX_PERF_EVENT_H 1
28:19.61         ^
28:22.00 1 warning generated.
28:22.29 In file included from <built-in>:2:
28:22.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:22.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:22.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:22.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:22.29 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:22.29 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:22.29 #define HAVE_LINUX_PERF_EVENT_H 0
28:22.29         ^
28:22.29 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:22.29 #define HAVE_LINUX_PERF_EVENT_H 1
28:22.29         ^
28:22.68 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/utils.c:1447:42: warning: adding 'unsigned long' to a string does not append to the string [-Wstring-plus-int]
28:22.68     return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
28:22.68            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
28:22.68 /build/firefox/src/firefox-76.0.1/media/ffvpx/libavcodec/utils.c:1447:42: note: use array indexing to silence this warning
28:22.68     return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
28:22.68                                          ^
28:22.68            &                             [                       ]
28:24.78 2 warnings generated.
28:24.96 In file included from <built-in>:2:
28:24.96 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:24.97 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:24.97 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:24.97 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:24.97 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:24.97 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:24.97 #define HAVE_LINUX_PERF_EVENT_H 0
28:24.97         ^
28:24.97 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:24.97 #define HAVE_LINUX_PERF_EVENT_H 1
28:24.97         ^
28:25.36 1 warning generated.
28:25.48 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/plurrule.cpp:1664:24: warning: implicit conversion from 'int64_t' (aka 'long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
28:25.48           if (scaled > U_INT64_MAX) {
28:25.48                      ~ ^~~~~~~~~~~
28:25.48 /build/firefox/src/firefox-76.0.1/intl/icu/source/common/unicode/umachine.h:248:33: note: expanded from macro 'U_INT64_MAX'
28:25.48 #     define U_INT64_MAX       ((int64_t)(INT64_C(9223372036854775807)))
28:25.48                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28:25.54 In file included from <built-in>:2:
28:25.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:25.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:25.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:25.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:25.54 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:25.54 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:25.54 #define HAVE_LINUX_PERF_EVENT_H 0
28:25.54         ^
28:25.54 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:25.54 #define HAVE_LINUX_PERF_EVENT_H 1
28:25.54         ^
28:25.85 In file included from <built-in>:2:
28:25.85 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:25.85 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:25.85 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:25.85 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:25.86 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:25.86 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:25.86 #define HAVE_LINUX_PERF_EVENT_H 0
28:25.86         ^
28:25.86 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:25.86 #define HAVE_LINUX_PERF_EVENT_H 1
28:25.86         ^
28:25.92 1 warning generated.
28:26.01 1 warning generated.
28:26.21 In file included from <built-in>:2:
28:26.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:26.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:26.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:26.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:26.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:26.21 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:26.21 #define HAVE_LINUX_PERF_EVENT_H 0
28:26.21         ^
28:26.21 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:26.21 #define HAVE_LINUX_PERF_EVENT_H 1
28:26.21         ^
28:28.92 1 warning generated.
28:34.96 security/sandbox/linux/broker
28:38.82 1 warning generated.
28:39.01 In file included from <built-in>:2:
28:39.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:39.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:39.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:39.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:39.01 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:39.01 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:39.01 #define HAVE_LINUX_PERF_EVENT_H 0
28:39.01         ^
28:39.01 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:39.01 #define HAVE_LINUX_PERF_EVENT_H 1
28:39.01         ^
28:39.13 1 warning generated.
28:39.39 In file included from <built-in>:2:
28:39.39 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:39.39 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:39.39 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:39.39 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:39.39 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:39.39 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:39.39 #define HAVE_LINUX_PERF_EVENT_H 0
28:39.39         ^
28:39.39 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:39.39 #define HAVE_LINUX_PERF_EVENT_H 1
28:39.39         ^
28:44.18 1 warning generated.
28:44.39 In file included from <built-in>:2:
28:44.39 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:44.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:44.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:44.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:44.40 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:44.40 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:44.40 #define HAVE_LINUX_PERF_EVENT_H 0
28:44.40         ^
28:44.40 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:44.40 #define HAVE_LINUX_PERF_EVENT_H 1
28:44.40         ^
28:44.65 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/reldatefmt.cpp:602:27: warning: result of comparison of unsigned enum expression >= 0 is always true [-Wtautological-unsigned-enum-zero-compare]
28:44.65                 if (style >= 0 && genericUnit != INVALID_UNIT) {
28:44.65                     ~~~~~ ^  ~
28:45.05 security/sandbox/linux/glue
28:47.41 1 warning generated.
28:47.47 security/sandbox/linux/launch
28:47.51 security/sandbox/linux/reporter
28:51.05 1 warning generated.
28:51.21 In file included from <built-in>:2:
28:51.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:51.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:51.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:51.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:51.21 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:51.22 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:51.22 #define HAVE_LINUX_PERF_EVENT_H 0
28:51.22         ^
28:51.22 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:51.22 #define HAVE_LINUX_PERF_EVENT_H 1
28:51.22         ^
28:51.36 1 warning generated.
28:51.53 In file included from <built-in>:2:
28:51.53 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:51.53 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:51.53 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:51.53 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:51.53 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:51.53 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:51.53 #define HAVE_LINUX_PERF_EVENT_H 0
28:51.53         ^
28:51.53 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:51.53 #define HAVE_LINUX_PERF_EVENT_H 1
28:51.53         ^
28:51.90 1 warning generated.
28:52.09 In file included from <built-in>:2:
28:52.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
28:52.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
28:52.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
28:52.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
28:52.09 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
28:52.10 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
28:52.10 #define HAVE_LINUX_PERF_EVENT_H 0
28:52.10         ^
28:52.10 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
28:52.10 #define HAVE_LINUX_PERF_EVENT_H 1
28:52.10         ^
28:52.84 security/certverifier
28:54.98 security/ct
28:58.51 security/apps
29:02.26 1 warning generated.
29:02.61 In file included from <built-in>:2:
29:02.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:02.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:02.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:02.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:02.61 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:02.61 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:02.61 #define HAVE_LINUX_PERF_EVENT_H 0
29:02.61         ^
29:02.62 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:02.62 #define HAVE_LINUX_PERF_EVENT_H 1
29:02.62         ^
29:02.90 1 warning generated.
29:03.01 xpcom/string
29:03.08 In file included from <built-in>:2:
29:03.08 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:03.08 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:03.08 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:03.08 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:03.08 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:03.08 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:03.08 #define HAVE_LINUX_PERF_EVENT_H 0
29:03.08         ^
29:03.08 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:03.08 #define HAVE_LINUX_PERF_EVENT_H 1
29:03.08         ^
29:03.13 1 warning generated.
29:03.32 In file included from <built-in>:2:
29:03.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:03.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:03.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:03.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:03.32 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:03.32 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:03.32 #define HAVE_LINUX_PERF_EVENT_H 0
29:03.32         ^
29:03.32 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:03.32 #define HAVE_LINUX_PERF_EVENT_H 1
29:03.32         ^
29:04.83 error: could not compile `style`.
29:04.83 Caused by:
29:04.86   process didn't exit successfully: `/usr/bin/rustc --crate-name style servo/components/style/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort --cfg 'feature="bindgen"' --cfg 'feature="gecko"' --cfg 'feature="gecko_profiler"' --cfg 'feature="nsstring"' --cfg 'feature="regex"' --cfg 'feature="serde"' --cfg 'feature="toml"' -C metadata=589d2bb7f4880765 -C extra-filename=-589d2bb7f4880765 --out-dir /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/build/firefox/src/firefox-76.0.1/build/cargo-linker -L dependency=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps -L dependency=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps --extern app_units=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libapp_units-6d54271b3edc88fa.rmeta --extern arrayvec=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libarrayvec-1aef3b91be0fd2db.rmeta --extern atomic_refcell=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libatomic_refcell-5f215afcba19db59.rmeta --extern bitflags=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libbitflags-44ef52bc2060eb25.rmeta --extern byteorder=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libbyteorder-1c5ee767e0c3b07b.rmeta --extern cssparser=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libcssparser-ba4b555115b68d97.rmeta --extern derive_more=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps/libderive_more-a756f8af7f47aad1.so --extern euclid=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libeuclid-2f0cec492cef9aed.rmeta --extern fallible=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libfallible-32b5bcafb6ae9603.rmeta --extern fxhash=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libfxhash-e9a89c68750fdfbe.rmeta --extern hashglobe=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libhashglobe-0a90188ef422d246.rmeta --extern indexmap=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libindexmap-e7ebd5c09d5bfacb.rmeta --extern itertools=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libitertools-0d3a85381518470d.rmeta --extern itoa=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libitoa-e1e3b9253ab2c970.rmeta --extern lazy_static=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/liblazy_static-f2e119db61a921d7.rmeta --extern log=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/liblog-9aa643ffb3e5f5a5.rmeta --extern malloc_size_of=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libmalloc_size_of-2ebcf08fb3e2a926.rmeta --extern malloc_size_of_derive=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps/libmalloc_size_of_derive-e78fb1cb54f361e8.so --extern matches=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libmatches-0dced7855e07aad3.rmeta --extern debug_unreachable=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libdebug_unreachable-dad6a9465c8fc9df.rmeta --extern nsstring=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libnsstring-27a6bf7e767681b4.rmeta --extern num_derive=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps/libnum_derive-6d05f3151de5002d.so --extern num_integer=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libnum_integer-32ad4eee2462ffe3.rmeta --extern num_traits=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libnum_traits-237cabcdbb8754a1.rmeta --extern num_cpus=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libnum_cpus-6eef5b10d38ee0e7.rmeta --extern owning_ref=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libowning_ref-534575dbda99f1cb.rmeta --extern parking_lot=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libparking_lot-c090ce0b4aadcfd4.rmeta --extern precomputed_hash=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libprecomputed_hash-953663d199c6cda7.rmeta --extern rayon=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/librayon-f83a7a13fb434fe6.rmeta --extern selectors=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libselectors-9753f13ac61646ae.rmeta --extern serde=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libserde-d625c76200bb2483.rmeta --extern servo_arc=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libservo_arc-fcfaa1fa437162ff.rmeta --extern smallbitvec=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libsmallbitvec-c0d8bd2df3aef044.rmeta --extern smallvec=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libsmallvec-25de7a932c4d4f0e.rmeta --extern static_prefs=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libstatic_prefs-5917e09eb0cea904.rmeta --extern style_derive=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps/libstyle_derive-134c71919930044c.so --extern style_traits=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libstyle_traits-efdb35d8b7cd5d0f.rmeta --extern thin_slice=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libthin_slice-8b36c94bc2a43052.rmeta --extern time=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libtime-18b4a045d121554a.rmeta --extern to_shmem=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libto_shmem-4f2aeb66a0d3a015.rmeta --extern to_shmem_derive=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps/libto_shmem_derive-ab06281f7aa488dc.so --extern uluru=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libuluru-6e83495b5b25e969.rmeta --extern unicode_bidi=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libunicode_bidi-3095bb3fd5d5a4e2.rmeta --extern unicode_segmentation=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-1390632d0186adfd.rmeta --extern void=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libvoid-da38060e98ab63e9.rmeta -C opt-level=2 -C debuginfo=2 --cap-lints warn -C profile-generate=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu -C codegen-units=1` (signal: 15, SIGTERM: termination signal)
29:04.90 make[4]: *** [/build/firefox/src/firefox-76.0.1/config/makefiles/rust.mk:294: force-cargo-library-build] Error 101
29:04.90 make[3]: *** [/build/firefox/src/firefox-76.0.1/config/recurse.mk:74: toolkit/library/rust/target] Error 2
29:04.90 make[3]: *** Waiting for unfinished jobs....
29:05.13 In file included from <built-in>:2:
29:05.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:05.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:05.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:05.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:05.13 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:05.14 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:05.14 #define HAVE_LINUX_PERF_EVENT_H 0
29:05.14         ^
29:05.14 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:05.14 #define HAVE_LINUX_PERF_EVENT_H 1
29:05.14         ^
29:08.57 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/string_segment.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
29:08.57 #define UNISTR_FROM_STRING_EXPLICIT
29:08.57         ^
29:08.57 <command line>:14:9: note: previous definition is here
29:08.57 #define UNISTR_FROM_STRING_EXPLICIT explicit
29:08.57         ^
29:10.67 1 warning generated.
29:11.50 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/tmunit.cpp:64:23: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
29:11.50     if (timeUnitField < 0 || timeUnitField >= UTIMEUNIT_FIELD_COUNT) {
29:11.50         ~~~~~~~~~~~~~ ^ ~In file included from <built-in>:2:
29:11.50 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:11.50 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:11.50 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:11.50 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:11.50 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:11.50 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:11.50 #define HAVE_LINUX_PERF_EVENT_H 0
29:11.50         ^
29:11.50 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:11.50 #define HAVE_LINUX_PERF_EVENT_H 1
29:11.50         ^
29:11.62 1 warning generated.
29:12.51 In file included from <built-in>:2:
29:12.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:12.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:12.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:12.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:12.51 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:12.51 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:12.51 #define HAVE_LINUX_PERF_EVENT_H 0
29:12.51         ^
29:12.51 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:12.51 #define HAVE_LINUX_PERF_EVENT_H 1
29:12.51         ^
29:13.30 1 warning generated.
29:13.44 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/tzfmt.cpp:275:13: warning: 'return' will never be executed [-Wunreachable-code-return]
29:13.44     return (width > 0);
29:13.44             ^~~~~
29:13.52 In file included from <built-in>:2:
29:13.52 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:13.52 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:13.52 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:13.52 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:13.52 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:13.52 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:13.52 #define HAVE_LINUX_PERF_EVENT_H 0
29:13.52         ^
29:13.52 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:13.52 #define HAVE_LINUX_PERF_EVENT_H 1
29:13.53         ^
29:13.69 In file included from <built-in>:2:
29:13.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:13.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:13.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:13.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:13.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:13.69 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:13.69 #define HAVE_LINUX_PERF_EVENT_H 0
29:13.69         ^
29:13.69 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:13.69 #define HAVE_LINUX_PERF_EVENT_H 1
29:13.69         ^
29:16.99 1 warning generated.
29:16.99 1 warning generated.
29:17.18 In file included from <built-in>:2:
29:17.18 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:17.18 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:17.18 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:17.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:17.19 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:17.19 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:17.19 #define HAVE_LINUX_PERF_EVENT_H 0
29:17.19         ^
29:17.19 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:17.19 #define HAVE_LINUX_PERF_EVENT_H 1
29:17.19         ^
29:17.47 1 warning generated.
29:17.69 In file included from <built-in>:2:
29:17.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil_visibility.h:26:
29:17.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/log.h:25:
29:17.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/avutil.h:296:
29:17.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/libavutil/common.h:105:
29:17.69 In file included from /build/firefox/src/firefox-76.0.1/media/ffvpx/config.h:45:
29:17.69 /build/firefox/src/firefox-76.0.1/media/ffvpx/config_unix64.h:219:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
29:17.69 #define HAVE_LINUX_PERF_EVENT_H 0
29:17.69         ^
29:17.69 /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/mozilla-config.h:53:9: note: previous definition is here
29:17.69 #define HAVE_LINUX_PERF_EVENT_H 1
29:17.69         ^
29:17.84 1 warning generated.
29:20.16 1 warning generated.
29:27.51 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/unum.cpp:787:27: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
29:27.51     if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
29:27.51                     ~~~~~~^ ~
29:27.52 /build/firefox/src/firefox-76.0.1/intl/icu/source/i18n/unum.cpp:814:27: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
29:27.52     if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
29:27.52                     ~~~~~~^ ~
29:28.45 2 warnings generated.
29:29.57 1 warning generated.
29:34.25 1 warning generated.
29:35.49 1 warning generated.
29:35.51 make[2]: *** [/build/firefox/src/firefox-76.0.1/config/recurse.mk:34: compile] Error 2
29:35.51 make[1]: *** [/build/firefox/src/firefox-76.0.1/config/rules.mk:394: default] Error 2
29:35.51 make: *** [client.mk:125: build] Error 2
29:35.52 135 compiler warnings present.
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/yacob/build

Offline

#8 2020-05-09 18:27:40

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Building firefox from abs leads to rust error

25:19.66 error: could not compile `webrender`.
25:19.66 Caused by:
25:19.66   process didn't exit successfully: `/usr/bin/rustc --crate-name webrender --edition=2018 gfx/wr/webrender/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort --cfg 'feature="capture"' --cfg 'feature="ron"' --cfg 'feature="serde"' --cfg 'feature="serialize_program"' -C metadata=c9371e4f32587b9b -C extra-filename=-c9371e4f32587b9b --out-dir /build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/build/firefox/src/firefox-76.0.1/build/cargo-linker -L dependency=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps -L dependency=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps --extern bincode=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libbincode-6bdcdeedcee83497.rmeta --extern bitflags=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libbitflags-44ef52bc2060eb25.rmeta --extern byteorder=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libbyteorder-1c5ee767e0c3b07b.rmeta --extern cfg_if=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libcfg_if-5dd49b28266b4996.rmeta --extern cstr=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libcstr-e0f4eb484d7d61c0.rmeta --extern euclid=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libeuclid-2f0cec492cef9aed.rmeta --extern freetype=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libfreetype-0edc1565eecb9911.rmeta --extern fxhash=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libfxhash-e9a89c68750fdfbe.rmeta --extern gleam=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libgleam-368decc8606831b2.rmeta --extern lazy_static=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/liblazy_static-f2e119db61a921d7.rmeta --extern libc=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/liblibc-201c7ca7102c356a.rmeta --extern log=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/liblog-9aa643ffb3e5f5a5.rmeta --extern malloc_size_of_derive=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/release/deps/libmalloc_size_of_derive-e78fb1cb54f361e8.so --extern num_traits=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libnum_traits-237cabcdbb8754a1.rmeta --extern plane_split=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libplane_split-e75707e2fee7b1c3.rmeta --extern rayon=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/librayon-f83a7a13fb434fe6.rmeta --extern ron=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libron-98e213eecc123390.rmeta --extern serde=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libserde-d625c76200bb2483.rmeta --extern smallvec=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libsmallvec-4685e9c66a8e9be2.rmeta --extern svg_fmt=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libsvg_fmt-7182df331cdb0206.rmeta --extern time=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libtime-18b4a045d121554a.rmeta --extern tracy_rs=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libtracy_rs-01d5c63180da68be.rmeta --extern api=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libwebrender_api-4e72d8804b614c85.rmeta --extern webrender_build=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libwebrender_build-2a6a4056711a2117.rmeta --extern malloc_size_of=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libwr_malloc_size_of-e80581ba1c68409a.rmeta -C opt-level=2 -C debuginfo=2 --cap-lints warn -C profile-generate=/build/firefox/src/firefox-76.0.1/obj-x86_64-pc-linux-gnu -C codegen-units=1` (signal: 15, SIGTERM: termination signal)
25:19.66 warning: build failed, waiting for other jobs to finish...

Not familiar with rust.

Offline

#9 2020-05-10 13:42:02

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Building firefox from abs leads to rust error

Builds ok here and can't find a similar message.

Not familiar with rust also, but perhaps hardware related ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#10 2021-07-17 05:35:38

umbral_hex
Member
Registered: 2021-07-11
Posts: 2

Re: Building firefox from abs leads to rust error

I am encountering a similar issue that the OP did. I'm hoping that in the year that's gone by, someone has been able to figure out why building Rust snags while compiling Firefox.

My errors are not exactly the same, but also occur when trying to build Firefox via ABS and also involve Rust.

I ran a system update via pacman -Syu, immediatley checked out Firefox via svn update firefox, and then ran the compile with makepkg -s. Here is the error I got as a result.

108:11.51 media/ffvpx/libavcodec/libmozavcodec.so
108:31.70    Compiling webrender v0.61.0 (/home/hex/build/building/firefox/src/firefox-89.0.2/gfx/wr/webrender)
108:46.40    Compiling webrender_bindings v0.1.0 (/home/hex/build/building/firefox/src/firefox-89.0.2/gfx/webrender_bindings)
112:15.93    Compiling gkrust v0.1.0 (/home/hex/build/building/firefox/src/firefox-89.0.2/toolkit/library/rust)
129:05.33 error: could not compile `gkrust`
129:05.34 Caused by:
129:05.34   process didn't exit successfully: `/usr/bin/rustc --crate-name gkrust toolkit/library/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type staticlib --emit=dep-info,link -C opt-level=2 -C panic=abort -C embed-bitcode=no -Clto --cfg 'feature="cubeb-remoting"' --cfg 'feature="cubeb_pulse_rust"' --cfg 'feature="gecko_profiler"' --cfg 'feature="gecko_profiler_parse_elf"' --cfg 'feature="glean_with_gecko"' --cfg 'feature="moz_memory"' --cfg 'feature="moz_places"' --cfg 'feature="oxidized_breakpad"' --cfg 'feature="quantum_render"' --cfg 'feature="remote_agent"' --cfg 'feature="simd-accel"' --cfg 'feature="webgpu"' --cfg 'feature="webrtc"' --cfg 'feature="with_dbus"' -C metadata=6395348f8eecb703 -C extra-filename=-6395348f8eecb703 --out-dir /home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/home/hex/build/building/firefox/src/firefox-89.0.2/build/cargo-linker -L dependency=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/release/deps --extern gkrust_shared=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libgkrust_shared-e66c423127f127f0.rlib --extern mozglue_static=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libmozglue_static-77190fe8a4e1b5ea.rlib --extern mozilla_central_workspace_hack=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libmozilla_central_workspace_hack-353a7fe497a25df6.rlib --extern swgl=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libswgl-b3220e097f2f9139.rlib -C opt-level=2 -C debuginfo=2 --cap-lints warn -Cembed-bitcode=yes -C panic=abort -C profile-generate=/home/hex/build/building/firefox/src/firefox-89.0.2/obj -C codegen-units=1 -L native=/usr/lib -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/build/audioipc-2624d7ff5e3cc892/out -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/build/lmdb-rkv-sys-7f139babe8bf183b/out -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/build/mozglue-static-1c665cf3a3da8194/out -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/dist/bin -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/security/nss/lib/nss/nss_nss3 -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/security/nss/lib/ssl/ssl_ssl3 -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/config/external/nspr/pr -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/build/swgl-8a9e979f64b19c23/out` (signal: 9, SIGKILL: kill)
129:05.38 make[4]: *** [/home/hex/build/building/firefox/src/firefox-89.0.2/config/makefiles/rust.mk:356: force-cargo-library-build] Error 101
129:05.39 make[3]: *** [/home/hex/build/building/firefox/src/firefox-89.0.2/config/recurse.mk:72: toolkit/library/rust/target] Error 2
129:05.39 make[2]: *** [/home/hex/build/building/firefox/src/firefox-89.0.2/config/recurse.mk:34: compile] Error 2
129:05.39 make[1]: *** [/home/hex/build/building/firefox/src/firefox-89.0.2/config/rules.mk:355: default] Error 2
129:05.40 make: *** [client.mk:65: build] Error 2
129:05.42 126 compiler warnings present.
==> ERROR: A failure occurred in build().
    Aborting...

For context, here are the packages I have installed on my system, with versions.

acl 2.3.1-1
adobe-source-code-pro-fonts 2.038ro+1.058it+1.018var-1
adwaita-icon-theme 40.1.1-1
alsa-lib 1.2.5.1-3
alsa-topology-conf 1.2.5.1-1
alsa-ucm-conf 1.2.5.1-1
aom 3.1.1-1
apr 1.7.0-3
apr-util 1.6.1-8
archlinux-keyring 20210616-1
argon2 20190702-3
at-spi2-atk 2.38.0-1
at-spi2-core 2.40.3-1
atk 2.36.0-1
attr 2.5.1-1
audit 3.0.2-1
autoconf 2.71-1
autoconf2.13 2.13-6
automake 1.16.3-1
avahi 0.8+20+gd1e71b3-1
base 2-2
bash 5.1.008-1
binutils 2.36.1-3
bison 3.7.6-1
bluez-libs 5.60-1
brotli 1.0.9-4
bubblewrap 0.4.1-2
bzip2 1.0.8-4
c-ares 1.17.1-1
ca-certificates 20210603-1
ca-certificates-mozilla 3.67-1
ca-certificates-utils 20210603-1
cairo 1.17.4-5
cantarell-fonts 1:0.301-1
cbindgen 0.19.0-1
clang 12.0.1-1
colord 1.4.5-4
compiler-rt 12.0.1-2
coreutils 8.32-1
cryptsetup 2.3.6-1
curl 7.77.0-1
dav1d 0.9.0-1
db 5.3.28-5
dbus 1.12.20-1
dbus-glib 0.112-1
dconf 0.40.0-1
desktop-file-utils 0.26-1
device-mapper 2.03.12-1
diffutils 3.7-3
docbook-xml 4.5-9
docbook-xsl 1.79.2-7
dump_syms 0.0.7-1
e2fsprogs 1.46.2-1
efibootmgr 17-2
efivar 37-4
egl-wayland 1.1.7-1
eglexternalplatform 1.1-2
elfutils 0.185-1
enchant 2.3.0-1
exo 4.16.2-1
expat 2.4.1-1
fakeroot 1.25.3-2
ffmpeg 2:4.4-4
ffmpegthumbnailer 2.2.2-2
file 5.40-5
filesystem 2021.05.31-1
findutils 4.8.0-1
flac 1.3.3-3
flex 2.6.4-3
fontconfig 2:2.13.94-1
freetype2 2.10.4-1
fribidi 1.0.10-1
fuse-common 3.10.4-1
fuse2 2.9.9-4
garcon 4.16.1-1
gawk 5.1.0-1
gc 8.0.4-4
gcc 11.1.0-1
gcc-libs 11.1.0-1
gd 2.3.2-4
gdbm 1.20-1
gdk-pixbuf2 2.42.6-1
gettext 0.21-1
ghostscript 9.54.0-2
giflib 5.2.1-2
git 2.32.0-1
glib-networking 1:2.68.1-1
glib2 2.68.3-1
glib2-docs 2.68.3-1
glibc 2.33-5
gmp 6.2.1-1
gnome-themes-extra 3.28-2
gnu-free-fonts 20120503-8
gnupg 2.2.28-2
gnutls 3.7.2-2
gobject-introspection 1.68.0-1
gobject-introspection-runtime 1.68.0-1
gpgme 1.16.0-1
gpm 1.20.7.r38.ge82d1a6-3
graphite 1:1.3.14-1
graphviz 2.47.3-1
grep 3.6-1
groff 1.22.4-6
grub 2:2.06-1
gsettings-desktop-schemas 40.0-3
gsfonts 20200910-2
gsm 1.0.19-1
gst-plugins-base-libs 1.18.4-1
gstreamer 1.18.4-1
gtk-doc 1.33.2-1
gtk-update-icon-cache 1:4.2.1-2
gtk2 2.24.33-2
gtk3 1:3.24.30-1
gts 0.7.6.121130-2
guile 2.2.7-1
gzip 1.10-3
harfbuzz 2.8.2-1
harfbuzz-icu 2.8.2-1
hicolor-icon-theme 0.17-2
hidapi 0.10.1-1
hwids 20210613-1
hyphen 2.8.8-3
iana-etc 20210624-1
icu 69.1-1
ijs 0.35-3
imake 1.0.8-3
inetutils 2.0-1
intltool 0.51.0-6
iproute2 5.13.0-1
iptables 1:1.8.7-1
iputils 20210202-1
iso-codes 4.6.0-1
jack 0.125.0-9
jansson 2.13.1-1
jbig2dec 0.19-1
js78 78.11.0-1
json-c 0.15-1
json-glib 1.6.2-1
kbd 2.4.0-2
keyutils 1.6.3-1
kmod 29-1
krb5 1.19.1-1
l-smash 2.14.5-2
lame 3.100-3
lcms2 2.12-1
less 1:581.2-1
libarchive 3.5.1-1
libass 0.15.1-1
libassuan 2.5.5-1
libasyncns 0.8+3+g68cd5af-3
libavc1394 0.5.4-4
libavif 0.9.2-1
libbluray 1.3.0-1
libcanberra 0.30+2+gc0620e4-5
libcap 2.51-1
libcap-ng 0.8.2-1
libcloudproviders 0.3.1-2
libcolord 1.4.5-4
libcroco 0.6.13-2
libcups 1:2.3.3op2-3
libdaemon 0.14-5
libdatrie 0.2.13-1
libdbusmenu-glib 16.04.0-4
libdbusmenu-gtk3 16.04.0-4
libde265 1.0.8-1
libdrm 2.4.107-1
libedit 20210522_3.1-1
libelf 0.185-1
libepoxy 1.5.8-1
libevdev 1.11.0-1
libexif 0.6.22-1
libffi 3.3-4
libfontenc 1.1.4-3
libgcrypt 1.9.3-1
libgepub 0.6.0-2
libglvnd 1.3.3-1
libgpg-error 1.42-1
libgsf 1.14.47-1
libgtop 2.40.0+2+g31db82ef-2
libgudev 236-1
libgusb 0.3.7-1
libheif 1.12.0-1
libibus 1.5.24-1
libice 1.0.10-3
libidn 1.37-1
libidn2 2.3.1-1
libiec61883 1.2.0-6
libimobiledevice 1.3.0-3
libinput 1.18.0-1
libjpeg-turbo 2.1.0-1
libksba 1.6.0-1
libldap 2.4.59-1
libmanette 0.2.6-2
libmfx 21.2.3-1
libmm-glib 1.16.6-1
libmnl 1.0.4-3
libmodplug 0.8.9.0-3
libmpc 1.2.1-1
libndp 1.8-1
libnetfilter_conntrack 1.0.8-1
libnewt 0.52.21-5
libnfnetlink 1.0.1-4
libnftnl 1.2.0-1
libnghttp2 1.43.0-1
libnl 3.5.0-3
libnm 1.32.2-1
libnotify 0.7.9-1
libnsl 1.3.0-2
libogg 1.3.5-1
libomxil-bellagio 0.9.3-3
libopenraw 0.3.0-1
libp11-kit 0.24.0-1
libpaper 1.1.28-1
libpcap 1.10.1-1
libpciaccess 0.16-2
libpgm 5.3.128-1
libpipeline 1.5.3-1
libplist 2.2.0-3
libpng 1.6.37-3
libproxy 0.4.17-2
libpsl 0.21.1-1
libpulse 14.2-3
libraw1394 2.1.2-3
librsvg 2:2.50.7-1
libsamplerate 0.2.1-1
libsasl 2.1.27-3
libseccomp 2.5.1-2
libsecret 0.20.4-1
libsm 1.2.3-2
libsndfile 1.0.31-1
libsodium 1.0.18-2
libsoup 2.72.0+10+gfe1e295d-1
libsoxr 0.1.3-2
libssh 0.9.5-1
libssh2 1.9.0-3
libtasn1 4.17.0-1
libteam 1.31-3
libthai 0.1.28-2
libtheora 1.1.1-5
libtiff 4.3.0-1
libtirpc 1.3.2-1
libtool 2.4.6+42+gb88cebd5-16
libunistring 0.9.10-3
libunwind 1.5.0-1
libusb 1.0.24-2
libusbmuxd 2.0.2-1
libutf8proc 2.6.1-1
libuv 1.41.0-1
libva 2.12.0-1
libvdpau 1.4-1
libvorbis 1.3.7-2
libvpx 1.10.0-1
libwacom 1.10-1
libwebp 1.2.0-1
libwnck3 40.0-1
libwpe 1.10.1-1
libx11 1.7.2-1
libxau 1.0.9-3
libxaw 1.0.14-1
libxcb 1.14-1
libxcomposite 0.4.5-3
libxcrypt 4.4.23-1
libxcursor 1.2.0-2
libxdamage 1.1.5-3
libxdmcp 1.1.3-3
libxext 1.3.4-3
libxfce4ui 4.16.0-1
libxfce4util 4.16.0-1
libxfixes 6.0.0-1
libxfont2 2.0.4-3
libxft 2.3.3-2
libxi 1.7.10-3
libxinerama 1.1.4-3
libxkbcommon 1.3.0-1
libxkbfile 1.1.0-2
libxklavier 5.4-3
libxml2 2.9.10-9
libxmu 1.1.3-2
libxpm 3.5.13-2
libxpresent 1.0.0-2
libxrandr 1.5.2-3
libxrender 0.9.10-4
libxres 1.2.1-1
libxshmfence 1.3-2
libxslt 1.1.34-5
libxss 1.2.3-3
libxt 1.2.1-1
libxtst 1.2.3-4
libxv 1.0.11-4
libxvmc 1.0.12-3
libxxf86vm 1.1.4-4
libyuv r2212+dfaf7534-2
licenses 20200427-1
linux 5.12.15.arch1-1
linux-api-headers 5.12.3-1
linux-firmware 20210511.7685cf4-1
lld 12.0.1-1
llvm 12.0.1-1
llvm-libs 12.0.1-1
lm_sensors 1:3.6.0.r41.g31d1f125-1
lz4 1:1.9.3-2
lzo 2.10-3
m4 1.4.19-1
mailcap 2.1.53-1
make 4.3-3
man-db 2.9.4-2
man-pages 5.12-1
mesa 21.1.4-1
meson 0.58.1-1
mkinitcpio 30-1
mkinitcpio-busybox 1.33.1-1
mobile-broadband-provider-info 20201225-1
mpfr 4.1.0-2
mtdev 1.1.6-1
nasm 2.15.05-1
ncurses 6.2-2
netpbm 10.73.34-1
nettle 3.7.3-1
networkmanager 1.32.2-1
ninja 1.10.2-1
nodejs 16.4.2-1
npth 1.6-3
nspr 4.32-1
nss 3.67-1
ntfs-3g 2017.3.23-5
opencore-amr 0.1.5-5
openjpeg2 2.4.0-1
openssl 1.1.1.k-1
opus 1.3.1-2
orc 0.4.32-1
p11-kit 0.24.0-1
pacman 6.0.0-3
pacman-mirrorlist 20210509-1
pam 1.5.1-1
pambase 20210605-2
pango 1:1.48.7-1
patch 2.7.6-8
pciutils 3.7.0-1
pcre 8.45-1
pcre2 10.37-1
perl 5.34.0-1
perl-clone 0.45-3
perl-encode-locale 1.05-8
perl-error 0.17029-3
perl-file-listing 6.14-2
perl-html-parser 3.76-2
perl-html-tagset 3.20-11
perl-http-cookies 6.10-2
perl-http-daemon 6.06-3
perl-http-date 6.05-4
perl-http-message 6.32-2
perl-http-negotiate 6.01-9
perl-io-html 1.004-2
perl-libwww 6.55-1
perl-lwp-mediatypes 6.02-9
perl-mailtools 2.21-5
perl-net-http 6.21-2
perl-timedate 2.33-3
perl-try-tiny 0.30-6
perl-uri 5.09-2
perl-www-robotrules 6.02-9
perl-xml-parser 2.46-3
pinentry 1.1.1-1
pixman 0.40.0-1
pkgconf 1.7.3-1
polkit 0.119-1
polkit-gnome 0.105-8
poppler 21.07.0-1
poppler-glib 21.07.0-1
popt 1.18-1
procps-ng 3.3.17-1
psmisc 23.4-1
python 3.9.6-1
python-anytree 2.8.0-3
python-appdirs 1.4.4-3
python-beaker 1.11.0-6
python-lxml 4.6.3-1
python-mako 1.1.4-1
python-markdown 3.3.4-1
python-markupsafe 2.0.1-1
python-more-itertools 8.7.0-1
python-ordered-set 4.0.2-3
python-packaging 20.9-1
python-psutil 5.8.0-1
python-pygments 2.9.0-1
python-pyparsing 2.4.7-3
python-setuptools 1:57.1.0-1
python-six 1.16.0-1
python-zstandard 0.15.2-1
rav1e 0.4.1-1
readline 8.1.001-1
reflector 2021.7.8-1
rest 0.8.1-3
run-parts 4.11.2-1
rust 1:1.53.0-2
sdl2 2.0.14-1
sed 4.8-1
serf 1.3.9-5
shadow 4.8.1-4
shared-mime-info 2.0+57+gc1d1c70-1
slang 2.3.2-2
sound-theme-freedesktop 0.8-4
speex 1.2.0-3
speexdsp 1.2.0-2
sqlite 3.36.0-1
srt 1.4.3-1
startup-notification 0.12-7
subversion 1.14.1-3
sudo 1.9.7.p1-1
svt-av1 0.8.7-1
sysfsutils 2.1.1-1
systemd 248.3-2
systemd-libs 248.3-2
systemd-sysvcompat 248.3-2
tar 1.34-1
tdb 1.4.3-4
texinfo 6.8-1
thunar 4.16.8-1
thunar-volman 4.16.0-1
tumbler 4.16.0-3
tzdata 2021a-1
unzip 6.0-14
upower 0.99.12-2
usbmuxd 1.1.1-1
util-linux 2.37-3
util-linux-libs 2.37-3
v4l-utils 1.20.0-1
vala 0.52.4-1
vid.stab 1.1-3
vim 8.2.2891-1
vim-runtime 8.2.2891-1
vmaf 1.5.3-1
vte-common 0.64.2-2
vte3 0.64.2-2
vulkan-icd-loader 1.2.182-1
wayland 1.19.0-1
wayland-protocols 1.21-1
webkit2gtk 2.32.2-1
which 2.21-5
woff2 1.0.2-3
wpa_supplicant 2:2.9-8
wpebackend-fdo 1.10.0-1
x264 3:0.161.r3039.544c61f-1
x265 3.5-1
xcb-proto 1.14.1-3
xcb-util 0.4.0-3
xcb-util-image 0.4.0-3
xcb-util-keysyms 0.4.0-3
xcb-util-renderutil 0.3.9-3
xcb-util-wm 0.4.1-3
xdg-dbus-proxy 0.1.2-3
xf86-input-evdev 2.10.6-2
xf86-input-libinput 1.1.0-1
xf86-input-synaptics 1.9.1-2
xf86-video-intel 1:2.99.917+916+g31486f40-1
xfce4-appfinder 4.16.1-2
xfce4-notifyd 0.6.2-2
xfce4-panel 4.16.3-2
xfce4-power-manager 4.16.0-3
xfce4-session 4.16.0-2
xfce4-settings 4.16.2-1
xfce4-terminal 0.8.10-2
xfconf 4.16.0-2
xfwm4 4.16.1-2
xfwm4-themes 4.10.0-4
xkeyboard-config 2.33-1
xorg-font-util 1.3.2-2
xorg-fonts-encodings 1.0.5-2
xorg-iceauth 1.0.8-2
xorg-server 1.20.11-1
xorg-server-common 1.20.11-1
xorg-server-devel 1.20.11-1
xorg-server-xephyr 1.20.11-1
xorg-server-xnest 1.20.11-1
xorg-server-xvfb 1.20.11-1
xorg-setxkbmap 1.3.2-2
xorg-util-macros 1.19.3-1
xorg-xauth 1.1-2
xorg-xinit 1.4.1-3
xorg-xkbcomp 1.4.5-1
xorg-xmodmap 1.0.10-2
xorg-xrdb 1.2.0-2
xorgproto 2021.4-1
xtrans 1.4.0-2
xvidcore 1.3.7-2
xz 5.2.5-1
yasm 1.3.0-4
zeromq 4.3.4-1
zimg 3.0.1-2
zip 3.0-9
zita-alsa-pcmi 0.3.2-3
zita-resampler 1.8.0-1
zlib 1:1.2.11-4
zstd 1.5.0-1

And here is ths PKGBUILD file I worked off of.

# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Jakub Schmidtke <sjakub@gmail.com>

pkgname=firefox
pkgver=89.0.2
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64)
license=(MPL GPL LGPL)
url="https://www.mozilla.org/firefox/"
groups=("modified")
depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
             autoconf2.13 rust clang llvm jack gtk2 nodejs cbindgen nasm
             python-setuptools python-psutil python-zstandard lld dump_syms)
optdepends=('networkmanager: Location detection via available WiFi networks'
            'libnotify: Notification integration'
            'pulseaudio: Audio support'
            'speech-dispatcher: Text-to-Speech'
            'hunspell-en_US: Spell checking, American English'
            'xdg-desktop-portal: Screensharing with Wayland')
options=(!emptydirs !makeflags !strip)
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
        0001-Use-remoting-name-for-GDK-application-names.patch
        $pkgname.desktop)
sha256sums=('3225f583c5e36bdf52ad16f71a2c359deb0c765c38205acdeb6b7b6520ac5494'
            'SKIP'
            '98b6b30973bb1e12e17e8a78baf7d1db0d5085f35252f4611870bb23e8faeff1'
            '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf')
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>

# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
# Note: These are for Arch Linux use ONLY. For your own distribution, please
# get your own set of keys. Feel free to contact foutrelis@archlinux.org for
# more information.
_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM

# Mozilla API keys (see https://location.services.mozilla.com/api)
# Note: These are for Arch Linux use ONLY. For your own distribution, please
# get your own set of keys. Feel free to contact heftig@archlinux.org for
# more information.
_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a

prepare() {
  mkdir mozbuild
  cd firefox-$pkgver

  # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
  patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch

  echo -n "$_google_api_key" >google-api-key
  echo -n "$_mozilla_api_key" >mozilla-api-key

  cat >../mozconfig <<END
ac_add_options --enable-application=browser
mk_add_options MOZ_OBJDIR=${PWD@Q}/obj

ac_add_options --prefix=/usr
ac_add_options --enable-release
ac_add_options --enable-hardening
ac_add_options --enable-optimize
ac_add_options --enable-rust-simd
ac_add_options --enable-linker=lld
ac_add_options --disable-elf-hack

# Branding
ac_add_options --enable-official-branding
ac_add_options --enable-update-channel=release
ac_add_options --with-distribution-id=org.archlinux
ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --allow-addon-sideload
export MOZILLA_OFFICIAL=1
export MOZ_APP_REMOTINGNAME=${pkgname//-/}
export MOZ_REQUIRE_SIGNING=1

# Keys
ac_add_options --with-google-location-service-api-keyfile=${PWD@Q}/google-api-key
ac_add_options --with-google-safebrowsing-api-keyfile=${PWD@Q}/google-api-key
ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key

# System libraries
ac_add_options --with-system-nspr
ac_add_options --with-system-nss

# Features
ac_add_options --enable-alsa
ac_add_options --enable-jack
ac_add_options --enable-crashreporter
ac_add_options --disable-updater
ac_add_options --disable-tests
END
}

build() {
  cd firefox-$pkgver

  export MOZ_NOSPAM=1
  export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
  export MOZ_ENABLE_FULL_SYMBOLS=1
  export MACH_USE_SYSTEM_PYTHON=1

  # LTO needs more open files
  ulimit -n 4096

  # Do 3-tier PGO
  echo "Building instrumented browser..."
  cat >.mozconfig ../mozconfig - <<END
ac_add_options --enable-profile-generate=cross
END
  ./mach build

  echo "Profiling instrumented browser..."
  ./mach package
  LLVM_PROFDATA=llvm-profdata \
    JARLOG_FILE="$PWD/jarlog" \
    xvfb-run -s "-screen 0 1920x1080x24 -nolisten local" \
    ./mach python build/pgo/profileserver.py

  stat -c "Profile data found (%s bytes)" merged.profdata
  test -s merged.profdata

  stat -c "Jar log found (%s bytes)" jarlog
  test -s jarlog

  echo "Removing instrumented browser..."
  ./mach clobber

  echo "Building optimized browser..."
  cat >.mozconfig ../mozconfig - <<END
ac_add_options --enable-lto=cross
ac_add_options --enable-profile-use=cross
ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata
ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog
END
  ./mach build

  echo "Building symbol archive..."
  ./mach buildsymbols
}

package() {
  cd firefox-$pkgver
  DESTDIR="$pkgdir" ./mach install

  local vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
  install -Dvm644 /dev/stdin "$vendorjs" <<END
// Use LANG environment variable to choose locale
pref("intl.locale.requested", "");

// Use system-provided dictionaries
pref("spellchecker.dictionary_path", "/usr/share/hunspell");

// Disable default browser checking.
pref("browser.shell.checkDefaultBrowser", false);

// Don't disable extensions in the application directory
pref("extensions.autoDisableScopes", 11);
END

  local distini="$pkgdir/usr/lib/$pkgname/distribution/distribution.ini"
  install -Dvm644 /dev/stdin "$distini" <<END
[Global]
id=archlinux
version=1.0
about=Mozilla Firefox for Arch Linux

[Preferences]
app.distributor=archlinux
app.distributor.channel=$pkgname
app.partner.archlinux=archlinux
END

  local i theme=official
  for i in 16 22 24 32 48 64 128 256; do
    install -Dvm644 browser/branding/$theme/default$i.png \
      "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
  done
  install -Dvm644 browser/branding/$theme/content/about-logo.png \
    "$pkgdir/usr/share/icons/hicolor/192x192/apps/$pkgname.png"
  install -Dvm644 browser/branding/$theme/content/about-logo@2x.png \
    "$pkgdir/usr/share/icons/hicolor/384x384/apps/$pkgname.png"
  install -Dvm644 browser/branding/$theme/content/identity-icons-brand.svg \
    "$pkgdir/usr/share/icons/hicolor/symbolic/apps/$pkgname-symbolic.svg"

  install -Dvm644 ../$pkgname.desktop \
    "$pkgdir/usr/share/applications/$pkgname.desktop"

  # Install a wrapper to avoid confusion about binary path
  install -Dvm755 /dev/stdin "$pkgdir/usr/bin/$pkgname" <<END
#!/bin/sh
exec /usr/lib/$pkgname/firefox "\$@"
END

  # Replace duplicate binary with wrapper
  # https://bugzilla.mozilla.org/show_bug.cgi?id=658850
  ln -srfv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/firefox-bin"

  # Use system certificates
  local nssckbi="$pkgdir/usr/lib/$pkgname/libnssckbi.so"
  if [[ -e $nssckbi ]]; then
    ln -srfv "$pkgdir/usr/lib/libnssckbi.so" "$nssckbi"
  fi

  export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE="$startdir/.crash-stats-api.token"
  if [[ -f $SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE ]]; then
    make -C obj uploadsymbols
  else
    cp -fvt "$startdir" obj/dist/*crashreporter-symbols-full.tar.zst
  fi
}

# vim:set sw=2 et:

I tried compiling Firefox in a clean chroot, as other posters suggested, and got the same errors. My hardware is a Thinkpad X-1 Carbon (Generation 2), which I have used successfully with Arch for many years.

Any ideas anyone can contribute would be greatly apprecaited.

Offline

#11 2021-07-17 09:33:48

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Building firefox from abs leads to rust error

129:05.34   process didn't exit successfully: `/usr/bin/rustc --crate-name gkrust toolkit/library/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type staticlib --emit=dep-info,link -C opt-level=2 -C panic=abort -C embed-bitcode=no -Clto --cfg 'feature="cubeb-remoting"' --cfg 'feature="cubeb_pulse_rust"' --cfg 'feature="gecko_profiler"' --cfg 'feature="gecko_profiler_parse_elf"' --cfg 'feature="glean_with_gecko"' --cfg 'feature="moz_memory"' --cfg 'feature="moz_places"' --cfg 'feature="oxidized_breakpad"' --cfg 'feature="quantum_render"' --cfg 'feature="remote_agent"' --cfg 'feature="simd-accel"' --cfg 'feature="webgpu"' --cfg 'feature="webrtc"' --cfg 'feature="with_dbus"' -C metadata=6395348f8eecb703 -C extra-filename=-6395348f8eecb703 --out-dir /home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/home/hex/build/building/firefox/src/firefox-89.0.2/build/cargo-linker -L dependency=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/release/deps --extern gkrust_shared=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libgkrust_shared-e66c423127f127f0.rlib --extern mozglue_static=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libmozglue_static-77190fe8a4e1b5ea.rlib --extern mozilla_central_workspace_hack=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libmozilla_central_workspace_hack-353a7fe497a25df6.rlib --extern swgl=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libswgl-b3220e097f2f9139.rlib -C opt-level=2 -C debuginfo=2 --cap-lints warn -Cembed-bitcode=yes -C panic=abort -C profile-generate=/home/hex/build/building/firefox/src/firefox-89.0.2/obj -C codegen-units=1 -L native=/usr/lib -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/build/audioipc-2624d7ff5e3cc892/out -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/build/lmdb-rkv-sys-7f139babe8bf183b/out -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/build/mozglue-static-1c665cf3a3da8194/out -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/dist/bin -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/security/nss/lib/nss/nss_nss3 -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/security/nss/lib/ssl/ssl_ssl3 -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/config/external/nspr/pr -L native=/home/hex/build/building/firefox/src/firefox-89.0.2/obj/x86_64-unknown-linux-gnu/release/build/swgl-8a9e979f64b19c23/out` (signal: 9, SIGKILL: kill)

SIGKILL,  did you check the journal to see if rustc was killed by the OOM killer?
Due to the age of this thread,  please start a new thread for your issue if it was not caused by the OOM killer.

Offline

#12 2021-08-07 21:55:04

umbral_hex
Member
Registered: 2021-07-11
Posts: 2

Re: Building firefox from abs leads to rust error

Sorry for the delay in responding. Yes, pulling the journal for that boot confirmed that the out of memory killer killed the rustc process.

Is there a compile flag I need to include in the PKGBUILD file that controls that? I'm new to compiling, but very interested in learning, so any guidance would be greatly appreciated. Thank you for your help so far.

Offline

#13 2021-08-07 22:18:33

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Building firefox from abs leads to rust error

If you reduce the number of build jobs being run that will reduce memory use.  In general the number of jobs is controlled by MAKEFLAGS.
In this case the mach build system does not use MAKEFLAGS so you need to set MOZ_MAKE_FLAGS.

Offline

Board footer

Powered by FluxBB