Guest User

firefox-wayland-hg

a guest
Jan 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 344.44 KB | None | 0 0
  1. makepkg -Acs
  2. ==> Making package: firefox-wayland-hg r506165.89ca00a3e307-1 (2019-01-17T12:16:24 CET)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Cloning mozilla-unified hg repo...
  7. applying clone bundle from https://hg.cdn.mozilla.net/mozilla-unified/ee96fa31af70531541004213fe82acbb2fa1943e.zstd-max.hg
  8. adding changesets
  9. adding manifests
  10. adding file changes
  11. added 507490 changesets with 3017674 changes to 486749 files (+11 heads)
  12. finished applying clone bundle
  13. searching for changes
  14. adding changesets
  15. adding manifests
  16. adding file changes
  17. added 9 changesets with 33 changes to 29 files
  18. new changesets 8e7a368e513a:4f97b5ecbc24
  19. 507490 local changesets published
  20. -> Found firefox.desktop
  21. -> Found firefox-symbolic.svg
  22. ==> Validating source files with sha256sums...
  23. mozilla-unified ... Skipped
  24. firefox.desktop ... Passed
  25. firefox-symbolic.svg ... Passed
  26. ==> Extracting sources...
  27. -> Creating working copy of mozilla-unified hg repo...
  28. updating to branch default
  29. (warning: large working directory being used without fsmonitor enabled; enable fsmonitor to improve performance; see "hg help -e fsmonitor")
  30. 261236 files updated, 0 files merged, 0 files removed, 0 files unresolved
  31. ==> Starting prepare()...
  32. ==> Starting pkgver()...
  33. ==> Updated version: firefox-wayland-hg r507498.4f97b5ecbc24-1
  34. ==> Starting build()...
  35. Config object not found by mach.
  36. 0:00.75 Clobber not needed.
  37. 0:00.75 Adding make options from /home/username/source/firefox-wayland-hg/src/mozilla-unified/.mozconfig
  38. MOZ_OBJDIR=/home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu
  39. OBJDIR=/home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu
  40. FOUND_MOZCONFIG=/home/username/source/firefox-wayland-hg/src/mozilla-unified/.mozconfig
  41. export FOUND_MOZCONFIG
  42. 0:00.77 /usr/bin/make -f client.mk -s configure
  43. 0:00.78 Generating /home/username/source/firefox-wayland-hg/src/mozilla-unified/configure
  44. 0:00.78 Generating /home/username/source/firefox-wayland-hg/src/mozilla-unified/js/src/configure
  45. 0:00.78 cd /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu
  46. 0:00.78 /home/username/source/firefox-wayland-hg/src/mozilla-unified/configure
  47. 0:00.99 Creating Python environment
  48. 0:02.47 New python executable in /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/python2.7
  49. 0:02.47 Also creating executable in /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/python
  50. 0:02.47 Installing setuptools, pip, wheel...done.
  51. 0:03.49 running build_ext
  52. 0:03.49 building 'psutil._psutil_linux' extension
  53. 0:03.49 creating build
  54. 0:03.49 creating build/temp.linux-x86_64-2.7
  55. 0:03.49 creating build/temp.linux-x86_64-2.7/psutil
  56. 0:03.49 gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=543 -DPSUTIL_LINUX=1 -I/usr/include/python2.7 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_common.o
  57. 0:03.49 gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=543 -DPSUTIL_LINUX=1 -I/usr/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o
  58. 0:03.49 gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=543 -DPSUTIL_LINUX=1 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o
  59. 0:03.49 creating build/lib.linux-x86_64-2.7
  60. 0:03.49 creating build/lib.linux-x86_64-2.7/psutil
  61. 0:03.49 gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/psutil/_psutil_common.o build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/psutil/_psutil_linux.so
  62. 0:03.50 building 'psutil._psutil_posix' extension
  63. 0:03.50 gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=543 -DPSUTIL_LINUX=1 -I/usr/include/python2.7 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_common.o
  64. 0:03.50 gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=543 -DPSUTIL_LINUX=1 -I/usr/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o
  65. 0:03.50 gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/psutil/_psutil_common.o build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/psutil/_psutil_posix.so
  66. 0:03.50 copying build/lib.linux-x86_64-2.7/psutil/_psutil_linux.so -> psutil
  67. 0:03.50 copying build/lib.linux-x86_64-2.7/psutil/_psutil_posix.so -> psutil
  68. 0:03.50 Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
  69. 0:03.50 Reexecuting in the virtualenv
  70. 0:03.74 Adding configure options from /home/username/source/firefox-wayland-hg/src/mozilla-unified/.mozconfig
  71. 0:03.74 --enable-application=browser
  72. 0:03.74 --prefix=/usr
  73. 0:03.74 --enable-release
  74. 0:03.74 --enable-hardening
  75. 0:03.74 --enable-optimize
  76. 0:03.74 --enable-rust-simd
  77. 0:03.74 --enable-lto
  78. 0:03.74 --enable-official-branding
  79. 0:03.74 --enable-update-channel=release
  80. 0:03.74 --with-distribution-id=org.archlinux
  81. 0:03.74 --with-google-api-keyfile=/home/username/source/firefox-wayland-hg/src/mozilla-unified/google-api-key
  82. 0:03.74 --with-mozilla-api-keyfile=/home/username/source/firefox-wayland-hg/src/mozilla-unified/mozilla-api-key
  83. 0:03.74 --enable-system-ffi
  84. 0:03.74 --enable-system-sqlite
  85. 0:03.74 --with-system-bz2
  86. 0:03.74 --with-system-icu
  87. 0:03.74 --with-system-jpeg
  88. 0:03.74 --with-system-libvpx
  89. 0:03.74 --with-system-nspr
  90. 0:03.74 --with-system-nss
  91. 0:03.74 --with-system-zlib
  92. 0:03.74 --enable-alsa
  93. 0:03.74 --enable-jack
  94. 0:03.74 --enable-startup-notification
  95. 0:03.74 --enable-crashreporter
  96. 0:03.74 --disable-gconf
  97. 0:03.74 --disable-updater
  98. 0:03.74 --enable-default-toolkit=cairo-gtk3-wayland
  99. 0:03.74 NM=llvm-nm
  100. 0:03.74 MOZ_TELEMETRY_REPORTING=1
  101. 0:03.74 CC=clang
  102. 0:03.74 MOZ_PGO=1
  103. 0:03.74 MOZ_REQUIRE_SIGNING=1
  104. 0:03.74 RANLIB=llvm-ranlib
  105. 0:03.74 CXX=clang++
  106. 0:03.75 AR=llvm-ar
  107. 0:03.75 MOZILLA_OFFICIAL=1
  108. 0:03.75 BASH_ARGC=([0]="4")
  109. 0:03.75 BASH_ARGV=([0]="/home/username/source/firefox-wayland-hg/src/mozilla-unified/python/mozbuild/mozbuild/action/dump_env.py" [1]="/home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/_virtualenvs/init/bin/python" [2]="/home/username/source/firefox-wayland-hg/src/mozilla-unified/.mozconfig" [3]="/home/username/source/firefox-wayland-hg/src/mozilla-unified")
  110. 0:03.75 checking for vcs source checkout... hg
  111. 0:03.94 checking for a shell... /usr/bin/sh
  112. 0:04.41 checking for host system type... x86_64-pc-linux-gnu
  113. 0:04.41 checking for target system type... x86_64-pc-linux-gnu
  114. 0:04.49 checking whether cross compiling... no
  115. 0:04.55 checking for the target C compiler... /usr/bin/clang
  116. 0:04.66 checking whether the target C compiler can be used... yes
  117. 0:04.69 checking for Python 3... /usr/bin/python3 (3.7.2)
  118. 0:04.69 checking for hg... /usr/bin/hg
  119. 0:04.78 checking for Mercurial version... 4.8.2
  120. 0:04.89 checking for sparse checkout... no
  121. 0:04.89 checking for yasm... /usr/bin/yasm
  122. 0:04.90 checking yasm version... 1.3.0
  123. 0:04.90 checking for nasm... not found
  124. 0:04.90 checking the target C compiler version... 7.0.1
  125. 0:04.96 checking the target C compiler works... yes
  126. 0:04.96 checking for the target C++ compiler... /usr/bin/clang++
  127. 0:05.02 checking whether the target C++ compiler can be used... yes
  128. 0:05.02 checking the target C++ compiler version... 7.0.1
  129. 0:05.08 checking the target C++ compiler works... yes
  130. 0:05.08 checking for the host C compiler... /usr/bin/clang
  131. 0:05.18 checking whether the host C compiler can be used... yes
  132. 0:05.18 checking the host C compiler version... 7.0.1
  133. 0:05.24 checking the host C compiler works... yes
  134. 0:05.24 checking for the host C++ compiler... /usr/bin/clang++
  135. 0:05.30 checking whether the host C++ compiler can be used... yes
  136. 0:05.30 checking the host C++ compiler version... 7.0.1
  137. 0:05.35 checking the host C++ compiler works... yes
  138. 0:05.41 checking for 64-bit OS... yes
  139. 0:05.41 checking for llvm_profdata... /usr/bin/llvm-profdata
  140. 0:05.45 checking for linker... bfd
  141. 0:05.45 checking for the assembler... /usr/bin/clang
  142. 0:05.50 checking whether the C compiler supports -fsanitize=fuzzer-no-link... yes
  143. 0:05.50 checking for ar... /usr/bin/llvm-ar
  144. 0:05.50 checking for pkg_config... /usr/bin/pkg-config
  145. 0:05.52 checking for pkg-config version... 1.5.4
  146. 0:05.57 checking for stdint.h... yes
  147. 0:05.63 checking for inttypes.h... yes
  148. 0:05.69 checking for malloc.h... yes
  149. 0:05.75 checking for alloca.h... yes
  150. 0:05.80 checking for sys/byteorder.h... no
  151. 0:05.85 checking for getopt.h... yes
  152. 0:05.91 checking for unistd.h... yes
  153. 0:05.97 checking for nl_types.h... yes
  154. 0:06.02 checking for cpuid.h... yes
  155. 0:06.08 checking for sys/statvfs.h... yes
  156. 0:06.13 checking for sys/statfs.h... yes
  157. 0:06.19 checking for sys/vfs.h... yes
  158. 0:06.25 checking for sys/mount.h... yes
  159. 0:06.31 checking for sys/quota.h... yes
  160. 0:06.37 checking for linux/quota.h... yes
  161. 0:06.43 checking for linux/if_addr.h... yes
  162. 0:06.49 checking for linux/rtnetlink.h... yes
  163. 0:06.55 checking for sys/queue.h... yes
  164. 0:06.61 checking for sys/types.h... yes
  165. 0:06.67 checking for netinet/in.h... yes
  166. 0:06.72 checking for byteswap.h... yes
  167. 0:06.79 checking for linux/perf_event.h... yes
  168. 0:06.84 checking for perf_event_open system call... yes
  169. 0:06.90 checking whether the C compiler supports -Wbitfield-enum-conversion... yes
  170. 0:06.95 checking whether the C++ compiler supports -Wbitfield-enum-conversion... yes
  171. 0:07.01 checking whether the C compiler supports -Wshadow-field-in-constructor-modified... yes
  172. 0:07.06 checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... yes
  173. 0:07.11 checking whether the C compiler supports -Wunreachable-code-return... yes
  174. 0:07.17 checking whether the C++ compiler supports -Wunreachable-code-return... yes
  175. 0:07.22 checking whether the C compiler supports -Wclass-varargs... yes
  176. 0:07.28 checking whether the C++ compiler supports -Wclass-varargs... yes
  177. 0:07.34 checking whether the C compiler supports -Wfloat-overflow-conversion... yes
  178. 0:07.38 checking whether the C++ compiler supports -Wfloat-overflow-conversion... yes
  179. 0:07.44 checking whether the C compiler supports -Wfloat-zero-conversion... yes
  180. 0:07.50 checking whether the C++ compiler supports -Wfloat-zero-conversion... yes
  181. 0:07.55 checking whether the C compiler supports -Wloop-analysis... yes
  182. 0:07.61 checking whether the C++ compiler supports -Wloop-analysis... yes
  183. 0:07.65 checking whether the C++ compiler supports -Wc++1z-compat... yes
  184. 0:07.71 checking whether the C++ compiler supports -Wc++2a-compat... yes
  185. 0:07.77 checking whether the C++ compiler supports -Wcomma... yes
  186. 0:07.81 checking whether the C compiler supports -Wduplicated-cond... no
  187. 0:07.87 checking whether the C++ compiler supports -Wduplicated-cond... no
  188. 0:07.93 checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
  189. 0:07.98 checking whether the C compiler supports -Wstring-conversion... yes
  190. 0:08.03 checking whether the C++ compiler supports -Wstring-conversion... yes
  191. 0:08.09 checking whether the C compiler supports -Wtautological-overlap-compare... yes
  192. 0:08.14 checking whether the C++ compiler supports -Wtautological-overlap-compare... yes
  193. 0:08.20 checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... yes
  194. 0:08.25 checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... yes
  195. 0:08.30 checking whether the C compiler supports -Wtautological-unsigned-zero-compare... yes
  196. 0:08.36 checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... yes
  197. 0:08.41 checking whether the C++ compiler supports -Wno-inline-new-delete... yes
  198. 0:08.47 checking whether the C compiler supports -Wno-error=maybe-uninitialized... no
  199. 0:08.51 checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... no
  200. 0:08.57 checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
  201. 0:08.62 checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
  202. 0:08.68 checking whether the C compiler supports -Wno-error=array-bounds... yes
  203. 0:08.74 checking whether the C++ compiler supports -Wno-error=array-bounds... yes
  204. 0:08.78 checking whether the C compiler supports -Wno-error=coverage-mismatch... no
  205. 0:08.84 checking whether the C++ compiler supports -Wno-error=coverage-mismatch... no
  206. 0:08.89 checking whether the C compiler supports -Wno-error=free-nonheap-object... no
  207. 0:08.94 checking whether the C++ compiler supports -Wno-error=free-nonheap-object... no
  208. 0:08.99 checking whether the C compiler supports -Wno-error=multistatement-macros... no
  209. 0:09.05 checking whether the C++ compiler supports -Wno-error=multistatement-macros... no
  210. 0:09.09 checking whether the C compiler supports -Wno-error=return-std-move... yes
  211. 0:09.15 checking whether the C++ compiler supports -Wno-error=return-std-move... yes
  212. 0:09.21 checking whether the C compiler supports -Wno-error=class-memaccess... no
  213. 0:09.25 checking whether the C++ compiler supports -Wno-error=class-memaccess... no
  214. 0:09.31 checking whether the C compiler supports -Wno-error=atomic-alignment... yes
  215. 0:09.37 checking whether the C++ compiler supports -Wno-error=atomic-alignment... yes
  216. 0:09.41 checking whether the C compiler supports -Wformat... yes
  217. 0:09.47 checking whether the C++ compiler supports -Wformat... yes
  218. 0:09.52 checking whether the C compiler supports -Wformat-security... yes
  219. 0:09.58 checking whether the C++ compiler supports -Wformat-security... yes
  220. 0:09.63 checking whether the C compiler supports -Wformat-overflow=2... no
  221. 0:09.68 checking whether the C++ compiler supports -Wformat-overflow=2... no
  222. 0:09.74 checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
  223. 0:09.80 checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
  224. 0:09.85 checking whether the C++ compiler supports -fno-sized-deallocation... yes
  225. 0:09.86 checking for alsa... yes
  226. 0:09.86 checking MOZ_ALSA_CFLAGS... -I/usr/include/alsa
  227. 0:09.87 checking MOZ_ALSA_LIBS... -lasound
  228. 0:09.87 checking for jack... yes
  229. 0:09.88 checking MOZ_JACK_CFLAGS...
  230. 0:09.88 checking MOZ_JACK_LIBS... -ljack -lpthread
  231. 0:09.89 checking for libpulse... yes
  232. 0:09.90 checking MOZ_PULSEAUDIO_CFLAGS... -D_REENTRANT
  233. 0:09.90 checking MOZ_PULSEAUDIO_LIBS... -lpulse
  234. 0:09.90 checking for cbindgen... /usr/bin/cbindgen
  235. 0:09.93 checking cbindgen version... 0.6.8
  236. 0:09.93 checking for rustfmt... /usr/bin/rustfmt
  237. 0:09.94 checking for llvm-config... /usr/bin/llvm-config
  238. 0:09.98 checking bindgen cflags... -x c++ -std=gnu++14 -fno-sized-deallocation -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_LINUX=1 -m64
  239. 0:09.98 checking for rustc... /usr/bin/rustc
  240. 0:09.98 checking for cargo... /usr/bin/cargo
  241. 0:10.27 checking rustc version... 1.31.1
  242. 0:10.31 checking cargo version... 1.31.0
  243. 0:10.59 checking for rustdoc... /usr/bin/rustdoc
  244. 0:10.59 checking for libffi > 3.0.9... yes
  245. 0:10.60 checking MOZ_FFI_CFLAGS... -I/usr/lib/libffi-3.2.1/include
  246. 0:10.60 checking MOZ_FFI_LIBS... -L/usr/lib/../lib -lffi
  247. 0:10.66 checking for nodejs... /usr/bin/node (11.6.0)
  248. 0:10.68 checking for gtk+-wayland-3.0 >= 3.10 xkbcommon >= 0.4.1... yes
  249. 0:10.69 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/lib/libffi-3.2.1/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -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/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread
  250. 0:10.69 checking MOZ_WAYLAND_LIBS... -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon
  251. 0:10.70 checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0... yes
  252. 0:10.71 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/lib/libffi-3.2.1/include -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1
  253. 0:10.71 checking MOZ_PANGO_LIBS... -lpangoft2-1.0 -lfontconfig -lfreetype -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo
  254. 0:10.72 checking for fontconfig >= 2.7.0... yes
  255. 0:10.72 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 -I/usr/include/uuid
  256. 0:10.73 checking _FONTCONFIG_LIBS... -lfontconfig -lfreetype
  257. 0:10.73 checking for freetype2 >= 6.1.0... yes
  258. 0:10.74 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
  259. 0:10.74 checking _FT2_LIBS... -lfreetype
  260. 0:10.74 checking for tar... /usr/bin/tar
  261. 0:10.75 checking for unzip... /usr/bin/unzip
  262. 0:10.75 checking for zip... /usr/bin/zip
  263. 0:10.75 checking for gn... not found
  264. 0:10.75 checking for the Mozilla API key... yes
  265. 0:10.75 checking for the Google API key... yes
  266. 0:10.75 checking for the Bing API key... no
  267. 0:10.75 checking for the Adjust SDK key... no
  268. 0:10.75 checking for the Leanplum SDK key... no
  269. 0:10.75 checking for the Pocket API key... no
  270. 0:10.76 checking for vpx >= 1.5.0... yes
  271. 0:10.77 checking MOZ_LIBVPX_CFLAGS...
  272. 0:10.77 checking MOZ_LIBVPX_LIBS... -lvpx -lm
  273. 0:10.83 checking for vpx/vpx_decoder.h... yes
  274. 0:10.91 checking for vpx_codec_dec_init_ver... yes
  275. 0:10.98 checking for jpeg_destroy_compress... yes
  276. 0:11.04 checking for sufficient jpeg library version... yes
  277. 0:11.10 checking for sufficient libjpeg-turbo JCS_EXTENSIONS... yes
  278. 0:11.10 checking for awk... /usr/bin/gawk
  279. 0:11.10 checking for perl... /usr/bin/perl
  280. 0:11.12 checking for minimum required perl version >= 5.006... 5.028001
  281. 0:11.14 checking for full perl installation... yes
  282. 0:11.14 checking for gmake... /usr/bin/make
  283. 0:11.14 checking for watchman... not found
  284. 0:11.14 checking for xargs... /usr/bin/xargs
  285. 0:11.14 checking for rpmbuild... not found
  286. 0:11.14 checking for autoconf... /usr/bin/autoconf-2.13
  287. 0:11.14 Refreshing /home/username/source/firefox-wayland-hg/src/mozilla-unified/old-configure with /usr/bin/autoconf-2.13
  288. 0:11.60 creating cache ./config.cache
  289. 0:11.61 checking host system type... x86_64-pc-linux-gnu
  290. 0:11.62 checking target system type... x86_64-pc-linux-gnu
  291. 0:11.63 checking build system type... x86_64-pc-linux-gnu
  292. 0:11.63 checking for objcopy... /usr/bin/objcopy
  293. 0:11.63 checking for gcc... /usr/bin/clang -std=gnu99
  294. 0:11.70 checking whether the C compiler (/usr/bin/clang -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) works... yes
  295. 0:11.70 checking whether the C compiler (/usr/bin/clang -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) is a cross-compiler... no
  296. 0:11.75 checking whether we are using GNU C... yes
  297. 0:11.80 checking whether /usr/bin/clang -std=gnu99 accepts -g... yes
  298. 0:11.80 checking for c++... /usr/bin/clang++
  299. 0:11.88 checking whether the C++ compiler (/usr/bin/clang++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) works... yes
  300. 0:11.88 checking whether the C++ compiler (/usr/bin/clang++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) is a cross-compiler... no
  301. 0:11.93 checking whether we are using GNU C++... yes
  302. 0:11.98 checking whether /usr/bin/clang++ accepts -g... yes
  303. 0:11.98 checking for ranlib... llvm-ranlib
  304. 0:11.98 checking for /usr/bin/clang... /usr/bin/clang -std=gnu99
  305. 0:11.98 checking for strip... strip
  306. 0:11.98 checking for otool... no
  307. 0:12.16 checking for X... libraries /usr/lib64, headers /usr/include
  308. 0:12.22 checking for dnet_ntoa in -ldnet... no
  309. 0:12.28 checking for dnet_ntoa in -ldnet_stub... no
  310. 0:12.35 checking for gethostbyname... yes
  311. 0:12.42 checking for connect... yes
  312. 0:12.48 checking for remove... yes
  313. 0:12.55 checking for shmat... yes
  314. 0:12.62 checking for IceConnectionNumber in -lICE... yes
  315. 0:12.80 checking for --noexecstack option to as... yes
  316. 0:12.86 checking for -z noexecstack option to ld... yes
  317. 0:12.93 checking for -z text option to ld... yes
  318. 0:12.99 checking for -z relro option to ld... yes
  319. 0:13.06 checking for -z nocopyreloc option to ld... yes
  320. 0:13.12 checking for -Bsymbolic-functions option to ld... yes
  321. 0:13.19 checking for --build-id=sha1 option to ld... yes
  322. 0:13.25 checking for --ignore-unresolved-symbol option to ld... yes
  323. 0:13.31 checking if toolchain supports -mssse3 option... yes
  324. 0:13.36 checking if toolchain supports -msse4.1 option... yes
  325. 0:13.42 checking for x86 AVX2 asm support in compiler... yes
  326. 0:13.48 checking whether the linker supports Identical Code Folding... no
  327. 0:13.80 checking whether removing dead symbols breaks debugging... no
  328. 0:13.86 checking for working const... yes
  329. 0:13.92 checking for mode_t... yes
  330. 0:13.97 checking for off_t... yes
  331. 0:14.02 checking for pid_t... yes
  332. 0:14.08 checking for size_t... yes
  333. 0:14.19 checking whether 64-bits std::atomic requires -latomic... no
  334. 0:14.25 checking for dirent.h that defines DIR... yes
  335. 0:14.32 checking for opendir in -ldir... no
  336. 0:14.38 checking for sockaddr_in.sin_len... false
  337. 0:14.43 checking for sockaddr_in6.sin6_len... false
  338. 0:14.49 checking for sockaddr.sa_len... false
  339. 0:14.55 checking for gethostbyname_r in -lc_r... no
  340. 0:14.68 checking for library containing dlopen... -ldl
  341. 0:14.74 checking for dlfcn.h... yes
  342. 0:14.81 checking for dladdr... yes
  343. 0:14.88 checking for memmem... yes
  344. 0:14.94 checking for socket in -lsocket... no
  345. 0:15.01 checking for XDrawLines in -lX11... yes
  346. 0:15.09 checking for XextAddDisplay in -lXext... yes
  347. 0:15.17 checking for XtFree in -lXt... yes
  348. 0:15.23 checking for xcb_connect in -lxcb... yes
  349. 0:15.31 checking for xcb_shm_query_version in -lxcb-shm... yes
  350. 0:15.37 checking for XGetXCBConnection in -lX11-xcb... yes
  351. 0:15.43 checking for pthread_create in -lpthreads... no
  352. 0:15.50 checking for pthread_create in -lpthread... yes
  353. 0:15.57 checking whether /usr/bin/clang -std=gnu99 accepts -pthread... yes
  354. 0:15.63 checking for pthread.h... yes
  355. 0:15.74 checking whether /usr/bin/clang -std=gnu99 needs -traditional... no
  356. 0:15.81 checking for 8-bit clean memcmp... yes
  357. 0:15.87 checking for stat64... yes
  358. 0:15.94 checking for lstat64... yes
  359. 0:16.02 checking for truncate64... yes
  360. 0:16.08 checking for statvfs64... yes
  361. 0:16.16 checking for statvfs... yes
  362. 0:16.22 checking for statfs64... yes
  363. 0:16.30 checking for statfs... yes
  364. 0:16.36 checking for getpagesize... yes
  365. 0:16.44 checking for gmtime_r... yes
  366. 0:16.50 checking for localtime_r... yes
  367. 0:16.58 checking for arc4random... no
  368. 0:16.64 checking for arc4random_buf... no
  369. 0:16.71 checking for mallinfo... yes
  370. 0:16.79 checking for gettid... no
  371. 0:16.85 checking for lchown... yes
  372. 0:16.92 checking for setpriority... yes
  373. 0:16.99 checking for strerror... yes
  374. 0:17.06 checking for syscall... yes
  375. 0:17.13 checking for clock_gettime(CLOCK_MONOTONIC)...
  376. 0:17.19 checking for pthread_cond_timedwait_monotonic_np...
  377. 0:17.27 checking for res_ninit()... yes
  378. 0:17.34 checking for an implementation of va_copy()... yes
  379. 0:17.40 checking whether va_list can be copied by value... no
  380. 0:17.48 checking for C++ dynamic_cast to void*... yes
  381. 0:17.56 checking for __thread keyword for TLS variables... yes
  382. 0:17.62 checking for localeconv... yes
  383. 0:17.69 checking for malloc.h... yes
  384. 0:17.76 checking for strndup... yes
  385. 0:17.83 checking for posix_memalign... yes
  386. 0:17.90 checking for memalign... yes
  387. 0:17.97 checking for malloc_usable_size... yes
  388. 0:18.05 checking whether malloc_usable_size definition can use const argument... no
  389. 0:18.11 checking for valloc in malloc.h... yes
  390. 0:18.17 checking for valloc in unistd.h... no
  391. 0:18.17 checking NSPR selection... system
  392. 0:18.17 checking for nspr-config... /usr/bin/nspr-config
  393. 0:18.19 checking for NSPR - version >= 4.19... yes
  394. 0:18.50 checking for nss-config... /usr/bin/nss-config
  395. 0:18.54 checking for NSS - version >= 3.41... yes
  396. 0:18.60 checking for gzread in -lz... yes
  397. 0:18.68 checking if app-specific confvars.sh exists... /home/username/source/firefox-wayland-hg/src/mozilla-unified/browser/confvars.sh
  398. 0:18.69 checking for gtk+-3.0 >= 3.4.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0 ... yes
  399. 0:18.71 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/lib/libffi-3.2.1/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -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/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0/unix-print -pthread
  400. 0:18.71 checking MOZ_GTK3_LIBS... -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
  401. 0:18.71 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
  402. 0:18.72 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/lib/libffi-3.2.1/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -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
  403. 0:18.72 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 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0
  404. 0:18.73 checking for libstartup-notification-1.0 >= 0.8... yes
  405. 0:18.73 checking MOZ_STARTUP_NOTIFICATION_CFLAGS... -I/usr/include/startup-notification-1.0
  406. 0:18.73 checking MOZ_STARTUP_NOTIFICATION_LIBS... -lstartup-notification-1
  407. 0:18.74 checking for dbus-1 >= 0.60... yes
  408. 0:18.74 checking MOZ_DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
  409. 0:18.74 checking MOZ_DBUS_LIBS... -ldbus-1
  410. 0:18.74 checking for dbus-glib-1 >= 0.60... yes
  411. 0:18.75 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 -I/usr/lib/libffi-3.2.1/include
  412. 0:18.75 checking MOZ_DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
  413. 0:18.88 checking for linux/joystick.h... yes
  414. 0:18.88 checking for gthread-2.0... yes
  415. 0:18.88 checking MOZ_GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
  416. 0:18.88 checking MOZ_GTHREAD_LIBS... -lgthread-2.0 -pthread -lglib-2.0
  417. 0:18.88 checking for wget... wget
  418. 0:18.90 checking for sqlite3 >= 3.26.0... yes
  419. 0:18.90 checking SQLITE_CFLAGS...
  420. 0:18.90 checking SQLITE_LIBS... -lsqlite3
  421. 0:18.98 checking for SQLITE_SECURE_DELETE support in system SQLite... yes
  422. 0:19.06 checking for SQLITE_THREADSAFE support in system SQLite... yes
  423. 0:19.13 checking for SQLITE_ENABLE_FTS3 support in system SQLite... yes
  424. 0:19.21 checking for SQLITE_ENABLE_UNLOCK_NOTIFY support in system SQLite... yes
  425. 0:19.29 checking for SQLITE_ENABLE_DBSTAT_VTAB support in system SQLite... yes
  426. 0:19.35 checking for valid C compiler optimization flags... yes
  427. 0:19.47 checking for __cxa_demangle... yes
  428. 0:19.53 checking for unwind.h... yes
  429. 0:19.60 checking for _Unwind_Backtrace... yes
  430. 0:19.61 checking for -pipe support... yes
  431. 0:19.80 checking what kind of list files are supported by the linker... list
  432. 0:19.80 checking for glib-2.0 >= 1.3.7 gobject-2.0... yes
  433. 0:19.80 checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include
  434. 0:19.81 checking GLIB_LIBS... -lgobject-2.0 -lglib-2.0
  435. 0:19.89 checking for FT_Bitmap_Size.y_ppem... yes
  436. 0:19.99 checking for FT_GlyphSlot_Embolden... yes
  437. 0:20.07 checking for FT_Load_Sfnt_Table... yes
  438. 0:20.15 checking for fontconfig/fcfreetype.h... yes
  439. 0:20.18 checking for icu-i18n >= 63.1... yes
  440. 0:20.18 checking MOZ_ICU_CFLAGS...
  441. 0:20.18 checking MOZ_ICU_LIBS... -licui18n -licuuc -licudata
  442. 0:20.26 checking for posix_fadvise... yes
  443. 0:20.34 checking for posix_fallocate... yes
  444. 0:20.44 updating cache ./config.cache
  445. 0:20.44 creating ./config.data
  446. 0:20.46 js/src> configuring
  447. 0:20.46 js/src> running /home/username/source/firefox-wayland-hg/src/mozilla-unified/configure.py --enable-project=js --enable-crashreporter --disable-gconf --enable-official-branding --enable-startup-notification --enable-system-sqlite --disable-updater --prefix=/usr --with-distribution-id=org.archlinux --with-system-bz2 --with-system-icu --with-system-nss --with-system-zlib --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --enable-tests --disable-debug --disable-rust-debug --enable-release --enable-optimize --enable-xcode-checks --without-ccache --without-toolchain-prefix --without-visual-studio-version --enable-debug-symbols --disable-profile-generate --disable-profile-use --without-pgo-profile-path --enable-lto --disable-address-sanitizer --disable-undefined-sanitizer --disable-coverage --disable-linker --disable-clang-plugin --disable-mozsearch-plugin --disable-stdcxx-compat --enable-jemalloc --without-linux-headers --disable-warnings-as-errors --disable-valgrind --without-libclang-path --without-clang-path --disable-js-shell --disable-shared-js --disable-export-js --disable-bigint --enable-ion --disable-simulator --disable-instruments --disable-callgrind --enable-profiling --enable-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 --with-system-ffi --disable-fuzzing --disable-pipeline-operator --enable-cranelift --with-nspr-cflags=-I/usr/include/nspr --with-nspr-libs=-L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl --prefix=/home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist JS_STANDALONE=
  448. 0:20.47 js/src> checking for vcs source checkout... hg
  449. 0:20.49 js/src> checking for a shell... /usr/bin/sh
  450. 0:20.50 js/src> checking for host system type... x86_64-pc-linux-gnu
  451. 0:20.52 js/src> checking for target system type... x86_64-pc-linux-gnu
  452. 0:20.52 js/src> checking for android platform directory... no
  453. 0:20.52 js/src> checking for android sysroot directory... no
  454. 0:20.52 js/src> checking for android system directory... no
  455. 0:20.52 js/src> checking for the Android toolchain directory... not found
  456. 0:20.73 js/src> checking whether cross compiling... no
  457. 0:20.73 js/src> checking for the target C compiler... /usr/bin/clang
  458. 0:20.79 js/src> checking whether the target C compiler can be used... yes
  459. 0:20.81 js/src> checking for Python 3... /usr/bin/python3 (3.7.2)
  460. 0:20.81 js/src> checking for hg... /usr/bin/hg
  461. 0:20.91 js/src> checking for Mercurial version... 4.8.2
  462. 0:21.01 js/src> checking for sparse checkout... no
  463. 0:21.01 js/src> checking for yasm... /usr/bin/yasm
  464. 0:21.02 js/src> checking yasm version... 1.3.0
  465. 0:21.02 js/src> checking for nasm... not found
  466. 0:21.02 js/src> checking for android ndk version... no
  467. 0:21.02 js/src> checking for GoogleVR SDK... Not specified
  468. 0:21.02 js/src> checking the target C compiler version... 7.0.1
  469. 0:21.08 js/src> checking the target C compiler works... yes
  470. 0:21.08 js/src> checking for the target C++ compiler... /usr/bin/clang++
  471. 0:21.13 js/src> checking whether the target C++ compiler can be used... yes
  472. 0:21.13 js/src> checking the target C++ compiler version... 7.0.1
  473. 0:21.19 js/src> checking the target C++ compiler works... yes
  474. 0:21.19 js/src> checking for the host C compiler... /usr/bin/clang
  475. 0:21.24 js/src> checking whether the host C compiler can be used... yes
  476. 0:21.24 js/src> checking the host C compiler version... 7.0.1
  477. 0:21.30 js/src> checking the host C compiler works... yes
  478. 0:21.30 js/src> checking for the host C++ compiler... /usr/bin/clang++
  479. 0:21.36 js/src> checking whether the host C++ compiler can be used... yes
  480. 0:21.36 js/src> checking the host C++ compiler version... 7.0.1
  481. 0:21.41 js/src> checking the host C++ compiler works... yes
  482. 0:21.47 js/src> checking for 64-bit OS... yes
  483. 0:21.47 js/src> checking for llvm_profdata... /usr/bin/llvm-profdata
  484. 0:21.50 js/src> checking for linker... bfd
  485. 0:21.50 js/src> checking for the assembler... /usr/bin/clang
  486. 0:21.56 js/src> checking whether the C compiler supports -fsanitize=fuzzer-no-link... yes
  487. 0:21.56 js/src> checking for ar... /usr/bin/llvm-ar
  488. 0:21.56 js/src> checking for pkg_config... /usr/bin/pkg-config
  489. 0:21.57 js/src> checking for pkg-config version... 1.5.4
  490. 0:21.62 js/src> checking for stdint.h... yes
  491. 0:21.68 js/src> checking for inttypes.h... yes
  492. 0:21.74 js/src> checking for malloc.h... yes
  493. 0:21.80 js/src> checking for alloca.h... yes
  494. 0:21.85 js/src> checking for sys/byteorder.h... no
  495. 0:21.91 js/src> checking for getopt.h... yes
  496. 0:21.96 js/src> checking for unistd.h... yes
  497. 0:22.02 js/src> checking for nl_types.h... yes
  498. 0:22.08 js/src> checking for cpuid.h... yes
  499. 0:22.13 js/src> checking for sys/statvfs.h... yes
  500. 0:22.19 js/src> checking for sys/statfs.h... yes
  501. 0:22.24 js/src> checking for sys/vfs.h... yes
  502. 0:22.30 js/src> checking for sys/mount.h... yes
  503. 0:22.36 js/src> checking for sys/quota.h... yes
  504. 0:22.42 js/src> checking for linux/quota.h... yes
  505. 0:22.48 js/src> checking for linux/if_addr.h... yes
  506. 0:22.54 js/src> checking for linux/rtnetlink.h... yes
  507. 0:22.60 js/src> checking for sys/queue.h... yes
  508. 0:22.66 js/src> checking for sys/types.h... yes
  509. 0:22.72 js/src> checking for netinet/in.h... yes
  510. 0:22.78 js/src> checking for byteswap.h... yes
  511. 0:22.84 js/src> checking for linux/perf_event.h... yes
  512. 0:22.89 js/src> checking for perf_event_open system call... yes
  513. 0:22.95 js/src> checking whether the C compiler supports -Wbitfield-enum-conversion... yes
  514. 0:23.00 js/src> checking whether the C++ compiler supports -Wbitfield-enum-conversion... yes
  515. 0:23.06 js/src> checking whether the C compiler supports -Wshadow-field-in-constructor-modified... yes
  516. 0:23.12 js/src> checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... yes
  517. 0:23.17 js/src> checking whether the C compiler supports -Wunreachable-code-return... yes
  518. 0:23.22 js/src> checking whether the C++ compiler supports -Wunreachable-code-return... yes
  519. 0:23.27 js/src> checking whether the C compiler supports -Wclass-varargs... yes
  520. 0:23.33 js/src> checking whether the C++ compiler supports -Wclass-varargs... yes
  521. 0:23.39 js/src> checking whether the C compiler supports -Wfloat-overflow-conversion... yes
  522. 0:23.44 js/src> checking whether the C++ compiler supports -Wfloat-overflow-conversion... yes
  523. 0:23.50 js/src> checking whether the C compiler supports -Wfloat-zero-conversion... yes
  524. 0:23.55 js/src> checking whether the C++ compiler supports -Wfloat-zero-conversion... yes
  525. 0:23.61 js/src> checking whether the C compiler supports -Wloop-analysis... yes
  526. 0:23.67 js/src> checking whether the C++ compiler supports -Wloop-analysis... yes
  527. 0:23.72 js/src> checking whether the C++ compiler supports -Wc++1z-compat... yes
  528. 0:23.77 js/src> checking whether the C++ compiler supports -Wc++2a-compat... yes
  529. 0:23.83 js/src> checking whether the C++ compiler supports -Wcomma... yes
  530. 0:23.88 js/src> checking whether the C compiler supports -Wduplicated-cond... no
  531. 0:23.94 js/src> checking whether the C++ compiler supports -Wduplicated-cond... no
  532. 0:23.98 js/src> checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
  533. 0:24.04 js/src> checking whether the C compiler supports -Wstring-conversion... yes
  534. 0:24.10 js/src> checking whether the C++ compiler supports -Wstring-conversion... yes
  535. 0:24.15 js/src> checking whether the C compiler supports -Wtautological-overlap-compare... yes
  536. 0:24.21 js/src> checking whether the C++ compiler supports -Wtautological-overlap-compare... yes
  537. 0:24.26 js/src> checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... yes
  538. 0:24.32 js/src> checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... yes
  539. 0:24.38 js/src> checking whether the C compiler supports -Wtautological-unsigned-zero-compare... yes
  540. 0:24.43 js/src> checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... yes
  541. 0:24.49 js/src> checking whether the C++ compiler supports -Wno-inline-new-delete... yes
  542. 0:24.54 js/src> checking whether the C compiler supports -Wno-error=maybe-uninitialized... no
  543. 0:24.59 js/src> checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... no
  544. 0:24.65 js/src> checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
  545. 0:24.69 js/src> checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
  546. 0:24.75 js/src> checking whether the C compiler supports -Wno-error=array-bounds... yes
  547. 0:24.81 js/src> checking whether the C++ compiler supports -Wno-error=array-bounds... yes
  548. 0:24.86 js/src> checking whether the C compiler supports -Wno-error=coverage-mismatch... no
  549. 0:24.91 js/src> checking whether the C++ compiler supports -Wno-error=coverage-mismatch... no
  550. 0:24.97 js/src> checking whether the C compiler supports -Wno-error=free-nonheap-object... no
  551. 0:25.02 js/src> checking whether the C++ compiler supports -Wno-error=free-nonheap-object... no
  552. 0:25.07 js/src> checking whether the C compiler supports -Wno-error=multistatement-macros... no
  553. 0:25.13 js/src> checking whether the C++ compiler supports -Wno-error=multistatement-macros... no
  554. 0:25.18 js/src> checking whether the C compiler supports -Wno-error=return-std-move... yes
  555. 0:25.24 js/src> checking whether the C++ compiler supports -Wno-error=return-std-move... yes
  556. 0:25.28 js/src> checking whether the C compiler supports -Wno-error=class-memaccess... no
  557. 0:25.34 js/src> checking whether the C++ compiler supports -Wno-error=class-memaccess... no
  558. 0:25.40 js/src> checking whether the C compiler supports -Wno-error=atomic-alignment... yes
  559. 0:25.45 js/src> checking whether the C++ compiler supports -Wno-error=atomic-alignment... yes
  560. 0:25.51 js/src> checking whether the C compiler supports -Wformat... yes
  561. 0:25.56 js/src> checking whether the C++ compiler supports -Wformat... yes
  562. 0:25.61 js/src> checking whether the C compiler supports -Wformat-security... yes
  563. 0:25.67 js/src> checking whether the C++ compiler supports -Wformat-security... yes
  564. 0:25.72 js/src> checking whether the C compiler supports -Wformat-overflow=2... no
  565. 0:25.77 js/src> checking whether the C++ compiler supports -Wformat-overflow=2... no
  566. 0:25.83 js/src> checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
  567. 0:25.89 js/src> checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
  568. 0:25.94 js/src> checking whether the C++ compiler supports -Wno-noexcept-type... yes
  569. 0:26.00 js/src> checking whether the C++ compiler supports -fno-sized-deallocation... yes
  570. 0:26.00 js/src> checking for rustfmt... /usr/bin/rustfmt
  571. 0:26.00 js/src> checking for llvm-config... /usr/bin/llvm-config
  572. 0:26.05 js/src> checking bindgen cflags... -x c++ -std=gnu++14 -fno-sized-deallocation -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_LINUX=1 -m64
  573. 0:26.05 js/src> checking for rustc... /usr/bin/rustc
  574. 0:26.05 js/src> checking for cargo... /usr/bin/cargo
  575. 0:26.09 js/src> checking rustc version... 1.31.1
  576. 0:26.10 js/src> checking cargo version... 1.31.0
  577. 0:26.27 js/src> checking for rustdoc... /usr/bin/rustdoc
  578. 0:26.29 js/src> checking for libffi > 3.0.9... yes
  579. 0:26.29 js/src> checking MOZ_FFI_CFLAGS... -I/usr/lib/libffi-3.2.1/include
  580. 0:26.30 js/src> checking MOZ_FFI_LIBS... -L/usr/lib/../lib -lffi
  581. 0:26.30 js/src> checking for awk... /usr/bin/gawk
  582. 0:26.30 js/src> checking for perl... /usr/bin/perl
  583. 0:26.30 js/src> checking for minimum required perl version >= 5.006... 5.028001
  584. 0:26.31 js/src> checking for full perl installation... yes
  585. 0:26.31 js/src> checking for gmake... /usr/bin/make
  586. 0:26.31 js/src> checking for watchman... not found
  587. 0:26.31 js/src> checking for xargs... /usr/bin/xargs
  588. 0:26.31 js/src> checking for rpmbuild... not found
  589. 0:26.31 js/src> checking for autoconf... /usr/bin/autoconf-2.13
  590. 0:26.31 js/src> Refreshing /home/username/source/firefox-wayland-hg/src/mozilla-unified/js/src/old-configure with /usr/bin/autoconf-2.13
  591. 0:26.46 js/src> loading cache /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/./config.cache
  592. 0:26.47 js/src> checking host system type... x86_64-pc-linux-gnu
  593. 0:26.48 js/src> checking target system type... x86_64-pc-linux-gnu
  594. 0:26.49 js/src> checking build system type... x86_64-pc-linux-gnu
  595. 0:26.49 js/src> checking for gcc... (cached) /usr/bin/clang -std=gnu99
  596. 0:26.56 js/src> checking whether the C compiler (/usr/bin/clang -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) works... yes
  597. 0:26.56 js/src> checking whether the C compiler (/usr/bin/clang -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) is a cross-compiler... no
  598. 0:26.56 js/src> checking whether we are using GNU C... (cached) yes
  599. 0:26.56 js/src> checking whether /usr/bin/clang -std=gnu99 accepts -g... (cached) yes
  600. 0:26.56 js/src> checking for c++... (cached) /usr/bin/clang++
  601. 0:26.63 js/src> checking whether the C++ compiler (/usr/bin/clang++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) works... yes
  602. 0:26.63 js/src> checking whether the C++ compiler (/usr/bin/clang++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ) is a cross-compiler... no
  603. 0:26.63 js/src> checking whether we are using GNU C++... (cached) yes
  604. 0:26.63 js/src> checking whether /usr/bin/clang++ accepts -g... (cached) yes
  605. 0:26.63 js/src> checking for ranlib... (cached) llvm-ranlib
  606. 0:26.63 js/src> checking for /usr/bin/clang... (cached) /usr/bin/clang -std=gnu99
  607. 0:26.63 js/src> checking for strip... (cached) strip
  608. 0:26.63 js/src> checking for sb-conf... no
  609. 0:26.63 js/src> checking for ve... no
  610. 0:26.63 js/src> checking for X... (cached) libraries /usr/lib64, headers /usr/include
  611. 0:26.64 js/src> checking for dnet_ntoa in -ldnet... (cached) no
  612. 0:26.64 js/src> checking for dnet_ntoa in -ldnet_stub... (cached) no
  613. 0:26.64 js/src> checking for gethostbyname... (cached) yes
  614. 0:26.64 js/src> checking for connect... (cached) yes
  615. 0:26.64 js/src> checking for remove... (cached) yes
  616. 0:26.64 js/src> checking for shmat... (cached) yes
  617. 0:26.64 js/src> checking for IceConnectionNumber in -lICE... (cached) yes
  618. 0:26.82 js/src> checking for --noexecstack option to as... yes
  619. 0:26.89 js/src> checking for -z noexecstack option to ld... yes
  620. 0:26.95 js/src> checking for -z text option to ld... yes
  621. 0:27.02 js/src> checking for -z relro option to ld... yes
  622. 0:27.09 js/src> checking for -z nocopyreloc option to ld... yes
  623. 0:27.15 js/src> checking for -Bsymbolic-functions option to ld... yes
  624. 0:27.21 js/src> checking for --build-id=sha1 option to ld... yes
  625. 0:27.27 js/src> checking whether the linker supports Identical Code Folding... no
  626. 0:27.59 js/src> checking whether removing dead symbols breaks debugging... no
  627. 0:27.60 js/src> checking for working const... (cached) yes
  628. 0:27.60 js/src> checking for mode_t... (cached) yes
  629. 0:27.60 js/src> checking for off_t... (cached) yes
  630. 0:27.60 js/src> checking for pid_t... (cached) yes
  631. 0:27.60 js/src> checking for size_t... (cached) yes
  632. 0:27.66 js/src> checking for ssize_t... yes
  633. 0:27.66 js/src> checking whether 64-bits std::atomic requires -latomic... (cached) no
  634. 0:27.66 js/src> checking for dirent.h that defines DIR... (cached) yes
  635. 0:27.67 js/src> checking for opendir in -ldir... (cached) no
  636. 0:27.67 js/src> checking for gethostbyname_r in -lc_r... (cached) no
  637. 0:27.67 js/src> checking for library containing dlopen... (cached) -ldl
  638. 0:27.67 js/src> checking for dlfcn.h... (cached) yes
  639. 0:27.68 js/src> checking for socket in -lsocket... (cached) no
  640. 0:27.68 js/src> checking for pthread_create in -lpthreads... (cached) no
  641. 0:27.68 js/src> checking for pthread_create in -lpthread... (cached) yes
  642. 0:27.75 js/src> checking whether /usr/bin/clang -std=gnu99 accepts -pthread... yes
  643. 0:27.75 js/src> checking whether /usr/bin/clang -std=gnu99 needs -traditional... (cached) no
  644. 0:27.75 js/src> checking for 8-bit clean memcmp... (cached) yes
  645. 0:27.81 js/src> checking for getc_unlocked... yes
  646. 0:27.89 js/src> checking for _getc_nolock... no
  647. 0:27.89 js/src> checking for gmtime_r... (cached) yes
  648. 0:27.89 js/src> checking for localtime_r... (cached) yes
  649. 0:27.96 js/src> checking for pthread_getname_np... yes
  650. 0:28.03 js/src> checking for pthread_get_name_np... no
  651. 0:28.03 js/src> checking for clock_gettime(CLOCK_MONOTONIC)... (cached)
  652. 0:28.10 js/src> checking for sin in -lm... yes
  653. 0:28.18 js/src> checking for sincos in -lm... yes
  654. 0:28.25 js/src> checking for __sincos in -lm... no
  655. 0:28.25 js/src> checking for res_ninit()... (cached) yes
  656. 0:28.32 js/src> checking for nl_langinfo and CODESET... yes
  657. 0:28.32 js/src> checking for an implementation of va_copy()... (cached) yes
  658. 0:28.32 js/src> checking whether va_list can be copied by value... (cached) no
  659. 0:28.33 js/src> checking for C++ dynamic_cast to void*... (cached) yes
  660. 0:28.33 js/src> checking for __thread keyword for TLS variables... (cached) yes
  661. 0:28.33 js/src> checking for localeconv... (cached) yes
  662. 0:28.33 js/src> checking NSPR selection... command-line
  663. 0:28.40 js/src> checking for valid optimization flags... yes
  664. 0:28.40 js/src> checking for __cxa_demangle... (cached) yes
  665. 0:28.40 js/src> checking for -pipe support... yes
  666. 0:28.46 js/src> checking for tm_zone tm_gmtoff in struct tm... yes
  667. 0:28.66 js/src> checking what kind of list files are supported by the linker... list
  668. 0:28.66 js/src> checking for icu-i18n >= 63.1... yes
  669. 0:28.66 js/src> checking MOZ_ICU_CFLAGS...
  670. 0:28.67 js/src> checking MOZ_ICU_LIBS... -licui18n -licuuc -licudata
  671. 0:28.68 js/src> checking for posix_fadvise... (cached) yes
  672. 0:28.68 js/src> checking for posix_fallocate... (cached) yes
  673. 0:28.68 js/src> checking for malloc.h... (cached) yes
  674. 0:28.69 js/src> checking for strndup... (cached) yes
  675. 0:28.69 js/src> checking for posix_memalign... (cached) yes
  676. 0:28.69 js/src> checking for memalign... (cached) yes
  677. 0:28.69 js/src> checking for malloc_usable_size... (cached) yes
  678. 0:28.75 js/src> checking whether malloc_usable_size definition can use const argument... no
  679. 0:28.81 js/src> checking for valloc in malloc.h... yes
  680. 0:28.87 js/src> checking for valloc in unistd.h... no
  681. 0:28.87 js/src> checking for localeconv... (cached) yes
  682. 0:28.87 js/src> updating cache /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/./config.cache
  683. 0:28.87 js/src> creating ./config.data
  684. 0:28.88 js/src> Creating config.status
  685. 0:28.99 Creating config.status
  686. 0:29.15 Reticulating splines...
  687. 0:30.45 0:01.33 File already read. Skipping: /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/angle/targets/angle_common/moz.build
  688. 0:38.38 Finished reading 2012 moz.build files in 2.13s
  689. 0:38.38 Read 14 gyp files in parallel contributing 0.00s to total wall time
  690. 0:38.38 Processed into 9975 build config descriptors in 2.61s
  691. 0:38.38 RecursiveMake backend executed in 3.91s
  692. 0:38.38 3536 total backend files; 3536 created; 0 updated; 0 unchanged; 0 deleted; 30 -> 1284 Makefile
  693. 0:38.38 FasterMake backend executed in 0.27s
  694. 0:38.38 12 total backend files; 12 created; 0 updated; 0 unchanged; 0 deleted
  695. 0:38.38 Total wall time: 9.25s; CPU time: 9.18s; Efficiency: 99%; Untracked: 0.34s
  696. Configure complete!
  697. Be sure to run |mach build| to pick up any changes
  698. 0:38.70 Clobber not needed.
  699. 0:38.70 Adding make options from /home/username/source/firefox-wayland-hg/src/mozilla-unified/.mozconfig
  700. MOZ_OBJDIR=/home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu
  701. OBJDIR=/home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu
  702. FOUND_MOZCONFIG=/home/username/source/firefox-wayland-hg/src/mozilla-unified/.mozconfig
  703. export FOUND_MOZCONFIG
  704. 0:38.70 /usr/bin/make -f client.mk -s
  705. 0:39.02 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
  706. 0:39.02 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
  707. 0:39.04 Elapsed: 0.01s; From dist/xpi-stage: Kept 0 existing; Added/updated 99; Removed 0 files and 0 directories.
  708. 0:39.23 Elapsed: 0.21s; From dist/include: Kept 1586 existing; Added/updated 3576; Removed 0 files and 0 directories.
  709. 0:39.26 Elapsed: 0.09s; From _tests: Kept 30 existing; Added/updated 999; Removed 0 files and 0 directories.
  710. 0:39.32 Elapsed: 0.15s; From dist/bin: Kept 242 existing; Added/updated 2302; Removed 0 files and 0 directories.
  711. 0:39.35 ./mozilla-config.h.stub
  712. 0:39.50 ./buildid.h.stub
  713. 0:39.66 ./source-repo.h.stub
  714. 0:40.07 config
  715. 0:40.21 config/nsinstall_real
  716. 0:40.37 config/stl.sentinel.stub
  717. 0:40.53 config/system-header.sentinel.stub
  718. 0:40.75 build/application.ini.stub
  719. 0:40.75 js/src/js-confdefs.h.stub
  720. 0:40.76 xpcom/xpcom-config.h.stub
  721. 0:40.77 media/libdav1d/16bd_cdef_apply_tmpl.c.stub
  722. 0:40.93 js/src/js-config.h.stub
  723. 0:40.93 build/application.ini.h.stub
  724. 0:40.93 xpcom/xpcom-private.h.stub
  725. 0:40.95 media/libdav1d/16bd_cdef_tmpl.c.stub
  726. 0:41.11 js/src/selfhosted.out.h.stub
  727. 0:41.11 build/automation.py.stub
  728. 0:41.12 media/libdav1d/16bd_film_grain_tmpl.c.stub
  729. 0:41.13 security/ct/tests/gtest/valid-sth.inc.stub
  730. 0:41.30 media/libdav1d/16bd_ipred_prepare_tmpl.c.stub
  731. 0:41.30 security/apps/xpcshell.inc.stub
  732. 0:41.38 /usr/bin/clang++ -E -o self-hosting-preprocessed.pp -Qunused-arguments -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -DHAVE_POSIX_FALLOCATE=1 -DHAVE_64BIT_BUILD=1 -DXP_UNIX=1 -DHAVE_THREAD_TLS_KEYWORD=1 -DMOZ_AV1=1 -DMOZ_ALLOW_LEGACY_EXTENSIONS=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 -DMOZ_FFVPX=1 -DHAVE___CXA_DEMANGLE=1 -DMOZ_REQUIRE_SIGNING=1 -DMOZ_XUL=1 -DUSE_SKIA=1 -DEXPOSE_INTL_API=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 -DBROWSER_CHROME_URL_QUOTED="chrome://browser/content/browser.xul" -DMOZ_FFMPEG=1 -DMOZ_USER_DIR=".mozilla" -DTRIMMED=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DMOZILLA_OFFICIAL=1 -DMOZ_REPLACE_MALLOC=1 -DJS_CODEGEN_X64=1 -D_REENTRANT=1 -DHAVE_ALLOCA_H=1 -DUSE_SKIA_GPU=1 -DU_USING_ICU_NAMESPACE=0 -DNS_PRINT_PREVIEW=1 -DMOZ_LIBAV_FFT=1 -DHAVE_SYSCALL=1 -DMOZ_TREE_PIXMAN=1 -DMOZ_DLL_SUFFIX=".so" -DNS_PRINTING=1 -DMOZ_MEMORY=1 -DMOZ_ENABLE_DBUS=1 -DMOZ_ACCESSIBILITY_ATK=1 -DMOZ_WEBSPEECH=1 -DHAVE_STRNDUP=1 -DMOZ_ALSA=1 -DCROSS_COMPILE= -DMOZ_SANDBOX=1 -DTARGET_XPCOM_ABI="x86_64-gcc3" -DENABLE_WASM_CRANELIFT=1 -DMOZILLA_UAVERSION="66.0" -DHAVE_FT_LOAD_SFNT_TABLE=1 -DMOZ_FMP4=1 -DMOZ_BUILD_WEBRENDER=1 -DHAVE_GETOPT_H=1 -DMOZ_APP_UA_NAME="" -DMOZ_SYSTEM_ICU=1 -DMOZ_SCTP=1 -DMOZ_APP_UA_VERSION="66.0a1" -DMOZ_TREE_CAIRO=1 -DHAVE_FT_GLYPHSLOT_EMBOLDEN=1 -DMOZ_GLUE_IN_PROGRAM=1 -DVA_COPY=va_copy -DHAVE_MEMALIGN=1 -DHAVE_VPX_VPX_DECODER_H=1 -DMOZ_X11=1 -DFUNCPROTO=15 -DMOZ_SYSTEM_SQLITE=1 -DHAVE_LOCALECONV=1 -DMOZ_STATIC_JS=1 -DMOZ_LOGGING=1 -DMOZILLA_VERSION_U=66.0a1 -DHAVE_CPUID_H=1 -DMOZ_RAW=1 -DHAVE_DLADDR=1 -DMOZ_WEBSPEECH_TEST_BACKEND=1 -DMOZ_PULSEAUDIO=1 -DGL_PROVIDER_EGL=1 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DMOZ_ENABLE_SKIA_PDF=1 -DHAVE_SYS_QUOTA_H=1 -DMOZ_WEBRTC_ASSERT_ALWAYS=1 -DMOZ_BUILD_APP=browser -DMOZ_CRASHREPORTER=1 -DMOZ_ENABLE_SIGNMAR=1 -DATK_MINOR_VERSION=30 -DMOZ_DEDICATED_PROFILES=1 -DMOZ_PEERCONNECTION=1 -DMOZ_WEBM_ENCODER=1 -DMOZ_PHOENIX=1 -DMOZ_WIDGET_GTK=1 -DHAVE_CLOCK_MONOTONIC=1 -DMOZILLA_VERSION="66.0a1" -DMOZ_OFFICIAL_BRANDING=1 -DHAVE_VISIBILITY_ATTRIBUTE=1 -DACCESSIBILITY=1 -DNIGHTLY_BUILD=1 -DHAVE_INTTYPES_H=1 -DMOZ_SRTP=1 -DMOZ_WEBRTC_SIGNALING=1 -DHAVE_PTHREAD_H=1 -DEARLY_BETA_OR_EARLIER=1 -DHAVE_UNISTD_H=1 -DMOZ_ENABLE_SKIA_PDF_SFNTLY=1 -DMOZ_VORBIS=1 -DJS_BUILD_BINAST=1 -DNDEBUG=1 -DMOZ_ENABLE_SKIA=1 -DHAVE_TRUNCATE64=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_STAT64=1 -DMOZ_CONTENT_SANDBOX=1 -DHAVE_LINUX_IF_ADDR_H=1 -DHAVE_SETPRIORITY=1 -DHAVE_LINUX_PERF_EVENT_H=1 -DHAVE_DLOPEN=1 -DMOZ_DLL_PREFIX="lib" -DHAVE_GMTIME_R=1 -DJS_DEFAULT_JITREPORT_GRANULARITY=3 -DBROWSER_CHROME_URL=chrome://browser/content/browser.xul -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_LTO=1 -DMOZ_TELEMETRY_REPORTING=1 -DMOZ_JACK=1 -DHAVE_POSIX_FADVISE=1 -DHAVE_SYS_TYPES_H=1 -DMOZ_GMP_SANDBOX=1 -DMOZ_ENABLE_STARTUP_NOTIFICATION=1 -DBUILD_CTYPES=1 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_4 -DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_VALLOC=1 -DMOZ_DATA_REPORTING=1 -DHAVE_RES_NINIT=1 -DMOZ_GECKO_PROFILER=1 -DMOZ_VTUNE=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLINFO=1 -DXP_LINUX=1 -DHAVE_DIRENT_H=1 -DHAVE_LINUX_QUOTA_H=1 -DHAVE_VA_COPY=1 -DMOZ_BUNDLED_FONTS=1 -DMOZ_INSTRUMENT_EVENT_LOOP=1 -DHAVE_NETINET_IN_H=1 -DENABLE_SYSTEM_EXTENSION_DIRS=1 -DENABLE_INTL_API=1 -DHAVE_STRERROR=1 -DMOZ_WAYLAND=1 -DMOZ_PROFILER_MEMORY=1 -DHAVE_BYTESWAP_H=1 -DHAVE_LCHOWN=1 -DENABLE_TESTS=1 -DHAVE_LSTAT64=1 -DMOZ_UPDATE_CHANNEL=release -DMOZ_PLACES=1 -DMOZ_WEBRTC=1 -DJS_64BIT=1 -DMOZ_PROFILING=1 -DMOZ_TELEMETRY_ON_BY_DEFAULT=1 -DMALLOC_USABLE_SIZE_CONST_PTR= -DGTEST_HAS_RTTI=0 -DHAVE_LOCALTIME_R=1 -DHAVE_VA_LIST_AS_ARRAY=1 self-hosting-cpp-input.cpp
  733. 0:41.40 xpcom/build/Services.cpp.stub
  734. 0:41.41 security/ct/tests/gtest/valid-with-extension-sth.inc.stub
  735. 0:41.47 media/libdav1d/16bd_ipred_tmpl.c.stub
  736. 0:41.47 security/apps/addons-public.inc.stub
  737. 0:41.57 xpcom/build/Services.h.stub
  738. 0:41.64 security/ct/tests/gtest/valid-secp521r1-sha512-sth.inc.stub
  739. 0:41.65 media/libdav1d/16bd_itx_tmpl.c.stub
  740. 0:41.65 security/apps/addons-stage.inc.stub
  741. 0:41.75 xpcom/build/services.rs.stub
  742. 0:41.82 security/apps/privileged-package-root.inc.stub
  743. 0:41.82 media/libdav1d/16bd_lf_apply_tmpl.c.stub
  744. 0:41.87 security/ct/tests/gtest/signature-covers-log-id-sth.inc.stub
  745. 0:41.93 xpcom/tests/gtest/dafsa_test_1.inc.stub
  746. 0:42.01 media/libdav1d/16bd_loopfilter_tmpl.c.stub
  747. 0:42.01 netwerk/necko-config.h.stub
  748. 0:42.10 security/ct/tests/gtest/wrong-spki-sth.inc.stub
  749. 0:42.18 media/libdav1d/16bd_looprestoration_tmpl.c.stub
  750. 0:42.22 gfx/webrender_bindings/webrender_ffi_generated.h.stub
  751. 0:42.32 security/ct/tests/gtest/wrong-signing-key-sth.inc.stub
  752. 0:42.36 media/libdav1d/16bd_lr_apply_tmpl.c.stub
  753. 0:42.53 media/libdav1d/16bd_mc_tmpl.c.stub
  754. 0:42.55 security/ct/tests/gtest/missing-log-id-sth.inc.stub
  755. 0:42.71 media/libdav1d/16bd_recon_tmpl.c.stub
  756. 0:42.77 security/ct/tests/gtest/missing-timestamp-sth.inc.stub
  757. 0:42.88 media/libdav1d/8bd_cdef_apply_tmpl.c.stub
  758. 0:42.99 security/ct/tests/gtest/missing-tree-size-sth.inc.stub
  759. 0:43.06 media/libdav1d/8bd_cdef_tmpl.c.stub
  760. 0:43.15 layout/style/ServoCSSPropList.py.stub
  761. 0:43.23 security/ct/tests/gtest/missing-root-hash-sth.inc.stub
  762. 0:43.24 media/libdav1d/8bd_film_grain_tmpl.c.stub
  763. 0:43.42 media/libdav1d/8bd_ipred_prepare_tmpl.c.stub
  764. 0:43.46 security/ct/tests/gtest/missing-extensions-sth.inc.stub
  765. 0:43.60 media/libdav1d/8bd_ipred_tmpl.c.stub
  766. 0:43.69 security/ct/tests/gtest/truncated-log-id-sth.inc.stub
  767. 0:43.77 media/libdav1d/8bd_itx_tmpl.c.stub
  768. 0:43.92 security/ct/tests/gtest/truncated-timestamp-sth.inc.stub
  769. 0:43.96 media/libdav1d/8bd_lf_apply_tmpl.c.stub
  770. 0:44.14 media/libdav1d/8bd_loopfilter_tmpl.c.stub
  771. 0:44.15 security/ct/tests/gtest/truncated-tree-size-sth.inc.stub
  772. 0:44.32 media/libdav1d/8bd_looprestoration_tmpl.c.stub
  773. 0:44.38 security/ct/tests/gtest/truncated-root-hash-sth.inc.stub
  774. 0:44.49 media/libdav1d/8bd_lr_apply_tmpl.c.stub
  775. 0:44.61 security/ct/tests/gtest/truncated-extension-sth.inc.stub
  776. 0:44.67 media/libdav1d/8bd_mc_tmpl.c.stub
  777. 0:44.84 security/ct/tests/gtest/rsa-signer-rsa-spki-sth.inc.stub
  778. 0:44.85 media/libdav1d/8bd_recon_tmpl.c.stub
  779. 0:45.03 dom/encoding/domainsfallbacks.properties.h.stub
  780. 0:45.09 security/ct/tests/gtest/rsa-signer-ec-spki-sth.inc.stub
  781. 0:45.21 dom/encoding/labelsencodings.properties.h.stub
  782. 0:45.34 security/ct/tests/gtest/ec-signer-rsa-spki-sth.inc.stub
  783. 0:45.38 dom/encoding/localesfallbacks.properties.h.stub
  784. 0:45.56 dom/encoding/nonparticipatingdomains.properties.h.stub
  785. 0:45.58 toolkit/crashreporter/CrashAnnotations.h.stub
  786. 0:45.75 devtools/client/debugger/new/src/node.stub.stub
  787. 0:45.89 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/main.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/vendors.js"
  788. 0:45.89 js/src/frontend/ReservedWordsGenerated.h.stub
  789. 0:46.08 js/src/gc/StatsPhasesGenerated.cpp.stub
  790. 0:46.26 js/src/gc/StatsPhasesGenerated.h.stub
  791. 0:46.28 js/src/jit/MOpcodes.h.stub
  792. 0:46.28 layout/style/nsCSSPropertyID.h.stub
  793. 0:46.44 xpcom/idl-parser/xpidl/xpidl.stub.stub
  794. 0:46.46 layout/style/ServoCSSPropList.h.stub
  795. 0:46.46 js/src/jit/LOpcodes.h.stub
  796. 0:46.65 layout/style/CompositorAnimatableProperties.h.stub
  797. 0:46.65 media/libdav1d/asm/16bd_cdef_init_tmpl.c.stub
  798. 0:46.67 devtools/client/debugger/new/src/actions/node.stub.stub
  799. 0:46.82 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/ast.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/debuggee.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/expressions.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/file-search.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/navigation.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/preview.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/project-text-search.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/quick-open.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/source-tree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/tabs.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/toolbox.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/ui.js"
  800. 0:46.84 layout/style/nsComputedDOMStyleGenerated.cpp.stub
  801. 0:46.85 media/libdav1d/asm/16bd_ipred_init_tmpl.c.stub
  802. 0:47.02 media/libdav1d/asm/16bd_itx_init_tmpl.c.stub
  803. 0:47.03 layout/style/nsCSSPropsGenerated.inc.stub
  804. 0:47.20 media/libdav1d/asm/16bd_loopfilter_init_tmpl.c.stub
  805. 0:47.23 layout/style/ServoStyleConsts.h.stub
  806. 0:47.41 media/libdav1d/asm/16bd_looprestoration_init_tmpl.c.stub
  807. 0:47.57 devtools/client/debugger/new/src/client/node.stub.stub
  808. 0:47.60 media/libdav1d/asm/16bd_mc_init_tmpl.c.stub
  809. 0:47.70 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/chrome.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/firefox.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/index.js"
  810. 0:47.78 media/libdav1d/asm/8bd_cdef_init_tmpl.c.stub
  811. 0:47.97 media/libdav1d/asm/8bd_ipred_init_tmpl.c.stub
  812. 0:48.09 devtools/client/debugger/new/src/components/node.stub.stub
  813. 0:48.15 media/libdav1d/asm/8bd_itx_init_tmpl.c.stub
  814. 0:48.20 devtools/client/debugger/new/src/reducers/node.stub.stub
  815. 0:48.24 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/A11yIntention.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/App.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/ProjectSearch.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/QuickOpenModal.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/ShortcutsModal.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/WelcomeBox.js"
  816. 0:48.33 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/ast.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/async-requests.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/breakpoints.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/debuggee.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/expressions.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/file-search.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/pause.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/pending-breakpoints.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/project-text-search.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/quick-open.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/source-tree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/sources.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/tabs.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/reducers/ui.js"
  817. 0:48.34 media/libdav1d/asm/8bd_loopfilter_init_tmpl.c.stub
  818. 0:48.52 media/libdav1d/asm/8bd_looprestoration_init_tmpl.c.stub
  819. 0:48.71 media/libdav1d/asm/8bd_mc_init_tmpl.c.stub
  820. 0:48.90 devtools/client/debugger/new/src/selectors/node.stub.stub
  821. 0:49.06 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/breakpointAtLocation.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/breakpoints.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/breakpointSources.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/getCallStackFrames.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/inComponent.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/isSelectedFrameVisible.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/visibleBreakpoints.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/visibleColumnBreakpoints.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/visiblePausePoints.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/selectors/visibleSelectedFrame.js"
  822. 0:49.08 devtools/client/debugger/new/src/utils/node.stub.stub
  823. 0:49.25 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/assert.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/ast.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/asyncStoreHelper.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/bootstrap.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/build-query.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/clipboard.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/connect.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/dbg.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/defer.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/DevToolsUtils.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/expressions.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/fromJS.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/function.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/indentation.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/isMinified.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/location.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/log.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/makeRecord.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/memoize.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/path.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/prefs.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/preview.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/project-search.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/quick-open.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/result-list.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/source-maps.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/source-queue.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/source.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/tabs.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/task.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/telemetry.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/text.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/timings.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/ui.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/url.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/utils.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/wasm.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/worker.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/workers.js"
  824. 0:49.35 devtools/client/debugger/new/src/workers/parser/node.stub.stub
  825. 0:49.53 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/workers/parser/index.js"
  826. 0:49.66 devtools/client/debugger/new/src/workers/pretty-print/node.stub.stub
  827. 0:49.82 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/workers/pretty-print/index.js"
  828. 0:49.89 devtools/client/debugger/new/src/workers/search/node.stub.stub
  829. 0:50.03 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/workers/search/index.js"
  830. 0:50.22 build/unix/elfhack/inject/x86_64.c.stub
  831. 0:50.26 WARNING: mkdir -dot- requested by /usr/bin/make -C /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/config/makefiles/xpidl xpidl
  832. 0:50.27 config/makefiles/xpidl/accessibility.xpt
  833. 0:50.27 config/makefiles/xpidl/alerts.xpt
  834. 0:50.32 layout/style/test/gtest/ExampleStylesheet.h.stub
  835. 0:50.42 devtools/client/debugger/new/src/actions/ast/node.stub.stub
  836. 0:50.51 devtools/client/debugger/new/src/actions/breakpoints/node.stub.stub
  837. 0:50.55 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/ast/setInScopeLines.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/ast/setPausePoints.js"
  838. 0:50.63 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/breakpoints/addBreakpoint.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/breakpoints/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/breakpoints/remapLocations.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/breakpoints/syncBreakpoint.js"
  839. 0:50.85 config/makefiles/xpidl/appshell.xpt
  840. 0:50.91 devtools/client/debugger/new/src/actions/pause/node.stub.stub
  841. 0:51.05 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/breakOnNext.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/commands.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/continueToHere.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/fetchScopes.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/mapFrames.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/mapScopes.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/paused.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/pauseOnExceptions.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/resumed.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/selectFrame.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/setPopupObjectProperties.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/pause/skipPausing.js"
  842. 0:51.08 config/makefiles/xpidl/appstartup.xpt
  843. 0:51.23 devtools/client/debugger/new/src/actions/sources/node.stub.stub
  844. 0:51.36 config/makefiles/xpidl/autocomplete.xpt
  845. 0:51.37 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/sources/blackbox.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/sources/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/sources/loadSourceText.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/sources/newSources.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/sources/prettyPrint.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/sources/select.js"
  846. 0:51.57 config/makefiles/xpidl/backgroundhangmonitor.xpt
  847. 0:51.69 devtools/client/debugger/new/src/actions/utils/node.stub.stub
  848. 0:51.86 config/makefiles/xpidl/browser-element.xpt
  849. 0:51.86 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/utils/create-store.js"
  850. 0:51.95 devtools/client/debugger/new/src/client/chrome/node.stub.stub
  851. 0:52.06 config/makefiles/xpidl/browser-newtab.xpt
  852. 0:52.08 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/chrome/commands.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/chrome/create.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/chrome/events.js"
  853. 0:52.16 devtools/client/debugger/new/src/client/firefox/node.stub.stub
  854. 0:52.26 config/makefiles/xpidl/browsercompsbase.xpt
  855. 0:52.30 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/firefox/commands.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/firefox/create.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/firefox/events.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/client/firefox/workers.js"
  856. 0:52.46 config/makefiles/xpidl/caps.xpt
  857. 0:52.48 devtools/client/debugger/new/src/components/Editor/node.stub.stub
  858. 0:52.61 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/Breakpoint.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/Breakpoints.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/ColumnBreakpoint.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/ColumnBreakpoints.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/ConditionalPanel.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/DebugLine.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/EditorMenu.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/EmptyLines.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/Footer.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/GutterMenu.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/HighlightLine.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/HighlightLines.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/SearchBar.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/Tab.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/Tabs.js"
  859. 0:52.66 config/makefiles/xpidl/captivedetect.xpt
  860. 0:52.89 devtools/client/debugger/new/src/components/PrimaryPanes/node.stub.stub
  861. 0:52.94 config/makefiles/xpidl/chrome.xpt
  862. 0:53.03 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/PrimaryPanes/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/PrimaryPanes/Outline.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/PrimaryPanes/OutlineFilter.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/PrimaryPanes/SourcesTree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/PrimaryPanes/SourcesTreeItem.js"
  863. 0:53.14 config/makefiles/xpidl/commandhandler.xpt
  864. 0:53.36 config/makefiles/xpidl/commandlines.xpt
  865. 0:53.71 config/makefiles/xpidl/composer.xpt
  866. 0:53.77 devtools/client/debugger/new/src/components/SecondaryPanes/node.stub.stub
  867. 0:53.77 devtools/client/debugger/new/src/components/shared/node.stub.stub
  868. 0:53.91 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/CommandBar.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Expressions.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Scopes.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/UtilsBar.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Worker.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Workers.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/XHRBreakpoints.js"Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/AccessibleImage.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Accordion.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Badge.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/BracketArrow.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Dropdown.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/ManagedTree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Modal.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Popover.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/PreviewFunction.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/ResultList.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/SearchInput.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/SourceIcon.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Svg.js"
  869. 0:53.94 config/makefiles/xpidl/content_events.xpt
  870. 0:54.15 config/makefiles/xpidl/content_geckomediaplugins.xpt
  871. 0:54.45 config/makefiles/xpidl/content_html.xpt
  872. 0:54.68 devtools/client/debugger/new/src/utils/breakpoint/node.stub.stub
  873. 0:54.70 devtools/client/debugger/new/src/utils/editor/node.stub.stub
  874. 0:54.74 config/makefiles/xpidl/content_webrtc.xpt
  875. 0:54.82 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/breakpoint/astBreakpointLocation.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/breakpoint/index.js"
  876. 0:54.84 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/editor/create-editor.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/editor/get-expression.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/editor/get-token-location.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/editor/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/editor/source-documents.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/editor/source-editor.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/editor/source-search.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/editor/token-events.js"
  877. 0:54.97 config/makefiles/xpidl/devtools_rr.xpt
  878. 0:55.17 config/makefiles/xpidl/docshell.xpt
  879. 0:55.23 devtools/client/debugger/new/src/utils/pause/node.stub.stub
  880. 0:55.39 config/makefiles/xpidl/dom.xpt
  881. 0:55.39 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/pausePoints.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/stepping.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/why.js"
  882. 0:55.48 devtools/client/debugger/new/src/utils/sources-tree/node.stub.stub
  883. 0:55.61 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/addToTree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/collapseTree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/createTree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/formatTree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/getDirectories.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/getURL.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/sortTree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/treeOrder.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/updateTree.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/sources-tree/utils.js"
  884. 0:55.77 devtools/client/debugger/new/src/actions/utils/middleware/node.stub.stub
  885. 0:55.87 config/makefiles/xpidl/dom_audiochannel.xpt
  886. 0:55.90 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/utils/middleware/history.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/utils/middleware/log.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/utils/middleware/promise.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/utils/middleware/thunk.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/utils/middleware/timing.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/actions/utils/middleware/wait-service.js"
  887. 0:56.19 devtools/client/debugger/new/src/components/Editor/Preview/node.stub.stub
  888. 0:56.27 config/makefiles/xpidl/dom_base.xpt
  889. 0:56.34 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/Preview/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/Editor/Preview/Popup.js"
  890. 0:56.34 devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/node.stub.stub
  891. 0:56.47 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/Breakpoint.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/BreakpointHeading.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/BreakpointHeadingsContextMenu.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/BreakpointsContextMenu.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/ExceptionOption.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/index.js"config/makefiles/xpidl/dom_bindings.xpt
  892. 0:56.84 devtools/client/debugger/new/src/components/SecondaryPanes/Frames/node.stub.stub
  893. 0:57.00 config/makefiles/xpidl/dom_events.xpt
  894. 0:57.01 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Frames/Frame.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Frames/FrameMenu.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Frames/Group.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Frames/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/SecondaryPanes/Frames/WhyPaused.js"
  895. 0:57.11 devtools/client/debugger/new/src/components/shared/Button/node.stub.stub
  896. 0:57.23 config/makefiles/xpidl/dom_geolocation.xpt
  897. 0:57.24 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Button/CloseButton.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Button/CommandBarButton.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Button/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/components/shared/Button/PaneToggleButton.js"
  898. 0:57.44 config/makefiles/xpidl/dom_html.xpt
  899. 0:57.62 devtools/client/debugger/new/src/utils/pause/frames/node.stub.stub
  900. 0:57.63 devtools/client/debugger/new/src/utils/pause/mapScopes/node.stub.stub
  901. 0:57.67 config/makefiles/xpidl/dom_indexeddb.xpt
  902. 0:57.75 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/frames/annotateFrames.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/frames/collapseFrames.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/frames/displayName.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/frames/getFrameUrl.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/frames/getLibraryFromUrl.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/frames/index.js"
  903. 0:57.77 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/mapScopes/buildGeneratedBindingList.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/mapScopes/filtering.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/mapScopes/findGeneratedBindingFromPosition.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/mapScopes/getApplicableBindingsForOriginalPosition.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/mapScopes/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/mapScopes/locColumn.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/mapScopes/mappingContains.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/mapScopes/positionCmp.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/mapScopes/rangeMetadata.js"
  904. 0:57.87 config/makefiles/xpidl/dom_localstorage.xpt
  905. 0:58.07 config/makefiles/xpidl/dom_media.xpt
  906. 0:58.24 devtools/client/debugger/new/src/utils/pause/scopes/node.stub.stub
  907. 0:58.28 config/makefiles/xpidl/dom_network.xpt
  908. 0:58.36 Executing "/usr/bin/node /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/build/copy-module.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/scopes/getScope.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/scopes/getVariables.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/scopes/index.js /home/username/source/firefox-wayland-hg/src/mozilla-unified/devtools/client/debugger/new/src/utils/pause/scopes/utils.js"
  909. 0:58.44 config/makefiles/xpidl/dom_notification.xpt
  910. 0:58.55 config/makefiles/xpidl/dom_payments.xpt
  911. 0:58.67 config/makefiles/xpidl/dom_power.xpt
  912. 0:58.77 config/makefiles/xpidl/dom_presentation.xpt
  913. 0:58.78 config/makefiles/xpidl/dom_push.xpt
  914. 0:58.98 config/makefiles/xpidl/dom_quota.xpt
  915. 0:59.12 config/makefiles/xpidl/dom_security.xpt
  916. 0:59.12 config/makefiles/xpidl/dom_sidebar.xpt
  917. 0:59.21 config/makefiles/xpidl/dom_simpledb.xpt
  918. 0:59.37 config/makefiles/xpidl/dom_storage.xpt
  919. 0:59.37 config/makefiles/xpidl/dom_system.xpt
  920. 0:59.42 config/makefiles/xpidl/dom_webauthn.xpt
  921. 0:59.58 config/makefiles/xpidl/dom_webspeechrecognition.xpt
  922. 0:59.58 config/makefiles/xpidl/dom_webspeechsynth.xpt
  923. 0:59.62 config/makefiles/xpidl/dom_workers.xpt
  924. 0:59.78 config/makefiles/xpidl/dom_xslt.xpt
  925. 0:59.79 config/makefiles/xpidl/dom_xul.xpt
  926. 0:59.85 config/makefiles/xpidl/downloads.xpt
  927. 1:00.00 config/makefiles/xpidl/editor.xpt
  928. 1:00.00 config/makefiles/xpidl/enterprisepolicies.xpt
  929. 1:00.01 config/makefiles/xpidl/extensions.xpt
  930. 1:00.13 config/makefiles/xpidl/exthandler.xpt
  931. 1:00.20 config/makefiles/xpidl/fastfind.xpt
  932. 1:00.21 config/makefiles/xpidl/gfx.xpt
  933. 1:00.33 config/makefiles/xpidl/html5.xpt
  934. 1:00.41 config/makefiles/xpidl/htmlparser.xpt
  935. 1:00.41 config/makefiles/xpidl/imglib2.xpt
  936. 1:00.47 config/makefiles/xpidl/inspector.xpt
  937. 1:00.54 config/makefiles/xpidl/intl.xpt
  938. 1:00.61 config/makefiles/xpidl/jar.xpt
  939. 1:00.62 config/makefiles/xpidl/jsdebugger.xpt
  940. 1:00.74 config/makefiles/xpidl/jsinspector.xpt
  941. 1:00.82 config/makefiles/xpidl/layout_base.xpt
  942. 1:00.82 config/makefiles/xpidl/layout_printing.xpt
  943. 1:00.89 config/makefiles/xpidl/layout_xul.xpt
  944. 1:00.95 config/makefiles/xpidl/layout_xul_tree.xpt
  945. 1:01.02 config/makefiles/xpidl/locale.xpt
  946. 1:01.04 config/makefiles/xpidl/loginmgr.xpt
  947. 1:01.10 config/makefiles/xpidl/migration.xpt
  948. 1:01.16 config/makefiles/xpidl/mimetype.xpt
  949. 1:01.25 config/makefiles/xpidl/mozfind.xpt
  950. 1:01.27 config/makefiles/xpidl/mozintl.xpt
  951. 1:01.35 config/makefiles/xpidl/necko.xpt
  952. 1:01.37 config/makefiles/xpidl/necko_about.xpt
  953. 1:01.48 config/makefiles/xpidl/necko_cache.xpt
  954. 1:01.50 config/makefiles/xpidl/necko_cache2.xpt
  955. 1:01.56 config/makefiles/xpidl/necko_cookie.xpt
  956. 1:01.68 config/makefiles/xpidl/necko_dns.xpt
  957. 1:01.78 config/makefiles/xpidl/necko_file.xpt
  958. 1:01.83 config/makefiles/xpidl/necko_ftp.xpt
  959. 1:01.92 config/makefiles/xpidl/necko_http.xpt
  960. 1:02.04 config/makefiles/xpidl/necko_mdns.xpt
  961. 1:02.04 config/makefiles/xpidl/necko_res.xpt
  962. 1:02.17 config/makefiles/xpidl/necko_socket.xpt
  963. 1:02.27 config/makefiles/xpidl/necko_strconv.xpt
  964. 1:02.40 config/makefiles/xpidl/necko_viewsource.xpt
  965. 1:02.45 config/makefiles/xpidl/necko_websocket.xpt
  966. 1:02.51 config/makefiles/xpidl/necko_wifi.xpt
  967. 1:02.65 config/makefiles/xpidl/necko_wyciwyg.xpt
  968. 1:02.68 config/makefiles/xpidl/parentalcontrols.xpt
  969. 1:02.77 config/makefiles/xpidl/peerconnection.xpt
  970. 1:02.86 config/makefiles/xpidl/pipnss.xpt
  971. 1:02.91 config/makefiles/xpidl/pippki.xpt
  972. 1:02.97 config/makefiles/xpidl/places.xpt
  973. 1:03.06 config/makefiles/xpidl/plugin.xpt
  974. 1:03.09 config/makefiles/xpidl/pref.xpt
  975. 1:03.19 config/makefiles/xpidl/prefetch.xpt
  976. 1:03.37 config/makefiles/xpidl/profiler.xpt
  977. 1:03.42 config/makefiles/xpidl/remote.xpt
  978. 1:03.44 config/makefiles/xpidl/reputationservice.xpt
  979. 1:03.47 config/makefiles/xpidl/sandbox.xpt
  980. 1:03.60 config/makefiles/xpidl/satchel.xpt
  981. 1:03.64 config/makefiles/xpidl/services-crypto-component.xpt
  982. 1:03.64 config/makefiles/xpidl/services_fxaccounts.xpt
  983. 1:03.69 config/makefiles/xpidl/shellservice.xpt
  984. 1:03.81 config/makefiles/xpidl/shistory.xpt
  985. 1:03.85 config/makefiles/xpidl/spellchecker.xpt
  986. 1:03.85 config/makefiles/xpidl/storage.xpt
  987. 1:03.89 config/makefiles/xpidl/telemetry.xpt
  988. 1:04.02 config/makefiles/xpidl/test_necko.xpt
  989. 1:04.06 config/makefiles/xpidl/thumbnails.xpt
  990. 1:04.10 config/makefiles/xpidl/toolkit_asyncshutdown.xpt
  991. 1:04.27 config/makefiles/xpidl/toolkit_cleardata.xpt
  992. 1:04.28 config/makefiles/xpidl/toolkit_crashservice.xpt
  993. 1:04.30 config/makefiles/xpidl/toolkit_filewatcher.xpt
  994. 1:04.32 config/makefiles/xpidl/toolkit_finalizationwitness.xpt
  995. 1:04.50 config/makefiles/xpidl/toolkit_osfile.xpt
  996. 1:04.50 config/makefiles/xpidl/toolkit_securityreporter.xpt
  997. 1:04.51 config/makefiles/xpidl/toolkit_sessionstore.xpt
  998. 1:04.53 config/makefiles/xpidl/toolkit_xulstore.xpt
  999. 1:04.70 config/makefiles/xpidl/toolkitprofile.xpt
  1000. 1:04.70 config/makefiles/xpidl/toolkitremote.xpt
  1001. 1:04.71 config/makefiles/xpidl/txmgr.xpt
  1002. 1:04.73 config/makefiles/xpidl/txtsvc.xpt
  1003. 1:04.90 config/makefiles/xpidl/uconv.xpt
  1004. 1:04.91 config/makefiles/xpidl/update.xpt
  1005. 1:04.94 config/makefiles/xpidl/uriloader.xpt
  1006. 1:04.97 config/makefiles/xpidl/url-classifier.xpt
  1007. 1:05.11 config/makefiles/xpidl/urlformatter.xpt
  1008. 1:05.13 config/makefiles/xpidl/webBrowser_core.xpt
  1009. 1:05.13 config/makefiles/xpidl/webbrowserpersist.xpt
  1010. 1:05.26 config/makefiles/xpidl/webextensions.xpt
  1011. 1:05.33 config/makefiles/xpidl/webvtt.xpt
  1012. 1:05.45 config/makefiles/xpidl/widget.xpt
  1013. 1:05.47 config/makefiles/xpidl/windowcreator.xpt
  1014. 1:05.49 config/makefiles/xpidl/windowwatcher.xpt
  1015. 1:05.53 config/makefiles/xpidl/xpcom_base.xpt
  1016. 1:05.67 config/makefiles/xpidl/xpcom_components.xpt
  1017. 1:05.71 config/makefiles/xpidl/xpcom_ds.xpt
  1018. 1:05.79 config/makefiles/xpidl/xpcom_io.xpt
  1019. 1:05.97 config/makefiles/xpidl/xpcom_system.xpt
  1020. 1:06.05 config/makefiles/xpidl/xpcom_threads.xpt
  1021. 1:06.20 config/makefiles/xpidl/xpcomtest.xpt
  1022. 1:06.24 config/makefiles/xpidl/xpconnect.xpt
  1023. 1:06.36 config/makefiles/xpidl/xpctest.xpt
  1024. 1:06.44 config/makefiles/xpidl/xul.xpt
  1025. 1:06.50 config/makefiles/xpidl/xulapp.xpt
  1026. 1:06.55 config/makefiles/xpidl/zipwriter.xpt
  1027. 1:06.83 config/makefiles/xpidl/xptdata.cpp
  1028. 1:07.86 xpcom/ds/nsGkAtomList.h.stub
  1029. 1:07.86 xpcom/base/error_list.rs.stub
  1030. 1:07.86 intl/locale/encodingsgroups.properties.h.stub
  1031. 1:07.86 netwerk/dns/etld_data.inc.stub
  1032. 1:08.04 xpcom/base/ErrorList.h.stub
  1033. 1:08.04 dom/base/PropertyUseCounterMap.inc.stub
  1034. 1:08.08 xpcom/ds/nsGkAtomConsts.h.stub
  1035. 1:08.22 xpcom/base/ErrorNamesInternal.h.stub
  1036. 1:08.22 dom/base/UseCounterList.h.stub
  1037. 1:08.30 dom/bindings/CSS2Properties.webidl.stub
  1038. 1:08.41 accessible/xpcom/xpcAccEvents.h.stub
  1039. 1:08.41 security/manager/ssl/nsSTSPreloadList.h.stub
  1040. 1:08.84 toolkit/components/telemetry/TelemetryEventData.h.stub
  1041. 1:09.16 toolkit/components/telemetry/TelemetryEventEnums.h.stub
  1042. 1:09.46 toolkit/components/telemetry/TelemetryHistogramData.inc.stub
  1043. 1:10.04 toolkit/components/telemetry/TelemetryHistogramEnums.h.stub
  1044. 1:10.37 toolkit/components/telemetry/TelemetryHistogramNameMap.h.stub
  1045. 1:11.04 toolkit/components/telemetry/TelemetryProcessData.h.stub
  1046. 1:11.25 toolkit/components/telemetry/TelemetryProcessEnums.h.stub
  1047. 1:11.45 toolkit/components/telemetry/TelemetryScalarData.h.stub
  1048. 1:11.87 toolkit/components/telemetry/TelemetryScalarEnums.h.stub
  1049. 1:21.89 Generating /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dom/bindings/TestExampleWorkerInterface-example.h
  1050. 1:21.89 Generating /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dom/bindings/TestExampleWorkerInterface-example.cpp
  1051. 1:21.89 Generating /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dom/bindings/TestExampleProxyInterface-example.h
  1052. 1:21.89 Generating /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dom/bindings/TestExampleProxyInterface-example.cpp
  1053. 1:21.89 Generating /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dom/bindings/TestExampleInterface-example.h
  1054. 1:21.90 Generating /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dom/bindings/TestExampleInterface-example.cpp
  1055. 1:22.11 js/src/rust/force-cargo-library-build
  1056. 1:22.11 toolkit/library/rust/force-cargo-library-build
  1057. 1:22.11 toolkit/crashreporter/rust/force-cargo-host-library-build
  1058. 1:22.11 js/src/frontend/binsource/force-cargo-host-program-build
  1059. 1:22.43 Blocking waiting for file lock on build directory
  1060. 1:22.44 Blocking waiting for file lock on build directory
  1061. 1:22.53 Compiling proc-macro2 v0.4.24
  1062. 1:22.73 Compiling proc-macro2 v0.4.24
  1063. 1:23.12 Compiling libc v0.2.43
  1064. 1:23.35 Compiling unicode-xid v0.1.0
  1065. 1:23.46 Compiling ryu v0.2.4
  1066. 1:23.92 Compiling siphasher v0.2.1
  1067. 1:23.94 Compiling serde v1.0.80
  1068. 1:24.18 Compiling unicode-xid v0.1.0
  1069. 1:24.29 Compiling string_cache_shared v0.3.0
  1070. 1:24.36 Compiling serde v1.0.80
  1071. 1:24.56 Compiling libc v0.2.43
  1072. 1:24.96 Compiling void v1.0.2
  1073. 1:25.02 Compiling typenum v1.10.0
  1074. 1:25.36 Compiling cfg-if v0.1.2
  1075. 1:25.85 Compiling cfg-if v0.1.2
  1076. 1:25.91 Compiling ucd-util v0.1.1
  1077. 1:26.21 Compiling regex v1.0.0
  1078. 1:26.21 Compiling nodrop v0.1.12
  1079. 1:26.28 Compiling siphasher v0.2.1
  1080. 1:26.54 Compiling typenum v1.10.0
  1081. 1:26.74 Compiling lazy_static v1.0.1
  1082. 1:26.82 Compiling fixedbitset v0.1.8
  1083. 1:27.06 Compiling utf8-ranges v1.0.0
  1084. 1:27.38 Compiling term v0.4.6
  1085. 1:27.40 Compiling scopeguard v0.3.2
  1086. 1:27.48 Compiling itoa v0.4.1
  1087. 1:27.62 Compiling memoffset v0.2.1
  1088. 1:27.68 Compiling lazy_static v1.0.1
  1089. 1:27.76 Compiling cc v1.0.23
  1090. 1:30.42 Compiling precomputed-hash v0.1.1
  1091. 1:30.49 Compiling bit-vec v0.5.0
  1092. 1:30.82 Compiling either v1.1.0
  1093. 1:30.96 Compiling ordermap v0.3.5
  1094. 1:31.52 Compiling lalrpop-util v0.16.0
  1095. 1:31.71 Compiling regex-syntax v0.4.1
  1096. 1:32.74 Compiling byteorder v1.2.7
  1097. 1:33.13 Compiling failure_derive v0.1.3
  1098. 1:33.61 Compiling cranelift-entity v0.26.0
  1099. 1:34.18 Compiling void v1.0.2
  1100. 1:34.26 Compiling glob v0.2.11
  1101. 1:35.74 Compiling slab v0.4.1
  1102. 1:35.89 Compiling byte-tools v0.3.0
  1103. 1:35.95 Compiling lazycell v0.6.0
  1104. 1:36.05 Compiling khronos_api v3.0.0
  1105. 1:36.47 Compiling futures v0.1.23
  1106. 1:38.13 Compiling diff v0.1.11
  1107. 1:39.15 Compiling simd v0.2.3
  1108. 1:39.23 Compiling byte-tools v0.2.0
  1109. 1:39.34 Compiling unicode-width v0.1.4
  1110. 1:39.35 Compiling arrayref v0.3.4
  1111. 1:39.41 Compiling strsim v0.6.0
  1112. 1:39.43 Compiling procedural-masquerade v0.1.1
  1113. 1:39.59 Compiling gcc v0.3.54
  1114. 1:40.50 Compiling fake-simd v0.1.2
  1115. 1:43.34 Compiling dtoa v0.4.2
  1116. 1:44.08 Compiling ucd-util v0.1.1
  1117. 1:44.40 Compiling regex v1.0.0
  1118. 1:44.94 Compiling pkg-config v0.3.9
  1119. 1:46.49 Compiling num-traits v0.2.6
  1120. 1:47.15 Compiling ident_case v1.0.0
  1121. 1:47.27 Compiling bitflags v1.0.4
  1122. 1:47.39 Compiling fake-simd v0.1.2
  1123. 1:47.46 Compiling utf8-ranges v1.0.0
  1124. 1:47.79 Compiling encoding_rs v0.8.14
  1125. 1:47.96 Compiling strsim v0.7.0
  1126. 1:49.06 Compiling vec_map v0.8.0
  1127. 1:49.24 Compiling xml-rs v0.8.0
  1128. 1:49.55 Compiling unicode-width v0.1.4
  1129. 1:49.64 Compiling quick-error v1.2.1
  1130. 1:49.92 Compiling vec_map v0.8.0
  1131. 1:50.10 Compiling bitflags v1.0.4
  1132. 1:50.15 Compiling termcolor v0.3.6
  1133. 1:51.37 Compiling linked-hash-map v0.5.1
  1134. 1:51.62 Compiling ansi_term v0.11.0
  1135. 1:52.12 Compiling strsim v0.7.0
  1136. 1:53.20 Compiling rand v0.4.3
  1137. 1:53.24 Compiling bindgen v0.43.0
  1138. 1:53.91 Compiling stable_deref_trait v1.0.0
  1139. 1:53.97 Compiling ansi_term v0.11.0
  1140. 1:54.43 Compiling fnv v1.0.6
  1141. 1:54.51 Compiling matches v0.1.6
  1142. 1:54.56 Compiling opaque-debug v0.2.1
  1143. 1:54.84 Compiling memchr v2.0.1
  1144. 1:54.92 Compiling precomputed-hash v0.1.1
  1145. 1:55.04 Compiling peeking_take_while v0.1.2
  1146. 1:55.06 Compiling atty v0.2.11
  1147. 1:55.12 Compiling rayon-core v1.4.0
  1148. 1:55.15 Compiling memchr v1.0.2
  1149. 1:55.30 Compiling thin-slice v0.1.1
  1150. 1:55.35 Compiling phf_shared v0.7.21
  1151. 1:55.43 Compiling same-file v1.0.2
  1152. 1:55.49 Compiling unreachable v1.0.0
  1153. 1:55.63 Compiling log v0.4.5
  1154. 1:55.98 Compiling regex-syntax v0.6.0
  1155. 1:55.99 Compiling smallbitvec v2.3.0
  1156. 1:56.46 Compiling num-integer v0.1.39
  1157. 1:57.02 Compiling scoped-tls v0.1.0
  1158. 1:57.14 Compiling semver-parser v0.7.0
  1159. 1:58.10 Compiling regex-syntax v0.4.1
  1160. 2:05.51 Compiling quick-error v1.2.1
  1161. 2:05.67 Compiling cast v0.2.2
  1162. 2:05.85 Compiling binary-space-partition v0.1.2
  1163. 2:05.96 Compiling cose v0.1.4
  1164. 2:06.16 Compiling termcolor v0.3.6
  1165. 2:07.39 Compiling ascii-canvas v1.0.0
  1166. 2:07.40 Compiling wasmparser v0.22.0
  1167. 2:08.01 Compiling bit-set v0.5.0
  1168. 2:08.21 Compiling itertools v0.7.6
  1169. 2:09.39 Compiling petgraph v0.4.13
  1170. 2:11.30 Compiling block-buffer v0.3.3
  1171. 2:13.63 Compiling unicode-normalization v0.1.5
  1172. 2:13.78 Compiling textwrap v0.9.0
  1173. 2:14.36 Compiling either v1.1.0
  1174. 2:14.49 Compiling moz_cbor v0.1.1
  1175. 2:14.69 Compiling humantime v1.1.1
  1176. 2:15.29 Compiling yaml-rust v0.4.2
  1177. 2:16.82 Compiling error-chain v0.11.0
  1178. 2:17.14 Compiling thread_profiler v0.1.1
  1179. 2:17.23 Compiling percent-encoding v1.0.0
  1180. 2:17.59 Compiling atomic_refcell v0.1.0
  1181. 2:17.74 Compiling bitreader v0.3.0
  1182. 2:18.01 Compiling indexmap v1.0.1
  1183. 2:18.57 Compiling mp4parse_fallible v0.0.1
  1184. 2:18.65 Compiling unicode-segmentation v1.2.1
  1185. 2:19.27 Compiling runloop v0.1.0
  1186. 2:19.49 Compiling lazycell v0.4.0
  1187. 2:19.57 Compiling foreign-types v0.3.0
  1188. 2:19.63 Compiling slab v0.3.0
  1189. 2:19.77 Compiling arrayref v0.3.4
  1190. 2:19.83 Compiling boxfnonce v0.0.3
  1191. 2:20.00 Compiling prefs_parser v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/modules/libpref/parser)
  1192. 2:20.65 Compiling mozilla-central-workspace-hack v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/build/workspace-hack)
  1193. 2:20.72 Compiling proc-macro2 v0.3.5
  1194. 2:24.63 Compiling rand v0.4.3
  1195. 2:24.68 Compiling rand v0.3.22
  1196. 2:24.74 Compiling aho-corasick v0.6.8
  1197. 2:26.28 Compiling memchr v2.0.1
  1198. 2:26.50 Compiling atty v0.2.11
  1199. 2:26.60 Compiling which v1.0.3
  1200. 2:26.86 Compiling crossbeam-utils v0.3.2
  1201. 2:27.06 Compiling log v0.4.5
  1202. 2:27.44 Compiling crossbeam-utils v0.2.2
  1203. 2:27.70 Compiling iovec v0.1.2
  1204. 2:27.84 Compiling net2 v0.2.32
  1205. 2:28.70 Compiling num_cpus v1.7.0
  1206. 2:31.48 Compiling new_debug_unreachable v1.0.1
  1207. 2:31.53 Compiling thread_local v0.3.5
  1208. 2:31.66 Compiling memchr v1.0.2
  1209. 2:31.88 Compiling hashglobe v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/servo/components/hashglobe)
  1210. 2:32.58 Compiling time v0.1.40
  1211. 2:32.66 Compiling ena v0.9.3
  1212. 2:33.73 Compiling clap v2.31.2
  1213. 2:34.07 Compiling memmap v0.5.2
  1214. 2:34.40 Compiling pulse-ffi v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libcubeb/cubeb-pulse-rs/pulse-ffi)
  1215. 2:35.08 Compiling freetype v0.4.0
  1216. 2:35.98 Compiling memmap v0.6.2
  1217. 2:36.26 Compiling thin-vec v0.1.0
  1218. 2:36.93 Compiling arrayvec v0.4.6
  1219. 2:37.41 Compiling phf_shared v0.7.21
  1220. 2:37.69 Compiling libudev-sys v0.1.3 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/dom/webauthn/libudev-sys)
  1221. 2:38.85 Compiling libloading v0.5.0
  1222. 2:39.29 Compiling cmake v0.1.29
  1223. 2:41.10 Compiling fxhash v0.2.1
  1224. 2:41.26 Compiling cranelift-codegen-meta v0.26.0
  1225. 2:47.34 Compiling unreachable v1.0.0
  1226. 2:47.41 Compiling clang-sys v0.26.1
  1227. 2:47.87 Compiling block-padding v0.1.2
  1228. 2:48.09 Compiling tokio-executor v0.1.3
  1229. 2:48.57 Compiling textwrap v0.9.0
  1230. 2:49.34 Compiling dtoa-short v0.3.1
  1231. 2:49.86 Compiling regex-syntax v0.6.0
  1232. 2:58.00 Compiling quote v0.6.10
  1233. 3:00.46 Compiling phf_generator v0.7.21
  1234. 3:01.38 Compiling lmdb-sys v0.8.0
  1235. 3:02.07 Compiling servo_arc v0.1.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/servo/components/servo_arc)
  1236. 3:02.32 Compiling owning_ref v0.4.0
  1237. 3:02.48 Compiling unicode-bidi v0.3.4
  1238. 3:04.52 Compiling cranelift-bforest v0.26.0
  1239. 3:04.98 Compiling walkdir v2.1.4
  1240. 3:06.21 Compiling semver v0.6.0
  1241. 3:07.10 Compiling humantime v1.1.1
  1242. 3:07.71 Compiling itertools v0.7.6
  1243. 3:13.33 Compiling regex v0.2.2
  1244. 3:13.87 Compiling quote v0.5.2
  1245. 3:14.87 Compiling rand v0.3.22
  1246. 3:14.93 Compiling aho-corasick v0.6.8
  1247. 3:15.35 Compiling nom v4.1.1
  1248. 3:17.20 Compiling log v0.3.9
  1249. 3:17.58 Compiling rsdparsa v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/signaling/src/sdp/rsdparsa)
  1250. 3:25.43 Compiling generic-array v0.9.0
  1251. 3:25.89 Compiling bytes v0.4.9
  1252. 3:27.06 Compiling mio v0.6.15
  1253. 3:29.69 Compiling futures-cpupool v0.1.8
  1254. 3:30.98 Compiling uuid v0.6.5
  1255. 3:31.96 Compiling pulse v0.2.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libcubeb/cubeb-pulse-rs/pulse-rs)
  1256. 3:32.96 Compiling profiler_helper v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/tools/profiler/rust-helper)
  1257. 3:33.54 Compiling crossbeam-epoch v0.4.3
  1258. 3:34.41 Compiling crossbeam-epoch v0.3.1
  1259. 3:35.27 Compiling uluru v0.3.0
  1260. 3:36.97 Compiling libudev v0.2.0
  1261. 3:37.52 Compiling cubeb-sys v0.5.1
  1262. 3:38.27 Compiling cranelift-codegen v0.26.0
  1263. 3:39.35 Compiling phf v0.7.21
  1264. 3:39.51 Compiling thread_local v0.3.5
  1265. 3:40.01 Compiling smallvec v0.6.6
  1266. 3:40.42 Compiling syn v0.15.24
  1267. 3:40.77 Compiling new_debug_unreachable v1.0.1
  1268. 3:40.82 Compiling tokio-timer v0.2.5
  1269. 3:42.77 Compiling clap v2.31.2
  1270. 3:55.86 Compiling string_cache_codegen v0.4.2
  1271. 3:59.81 Compiling digest v0.7.6
  1272. 3:59.94 Compiling Inflector v0.11.2
  1273. 4:01.44 Compiling env_logger v0.5.6
  1274. 4:03.29 Compiling serde_derive v1.0.80 (https://github.com/servo/serde?branch=deserialize_from_enums9#e0cc925c)
  1275. 4:08.13 Compiling lock_api v0.1.5
  1276. 4:08.41 Compiling idna v0.1.4
  1277. 4:10.52 Compiling rustc_version v0.2.1
  1278. 4:12.06 Compiling quote v0.6.10
  1279. 4:14.50 Compiling syn v0.13.1
  1280. 4:25.99 Compiling string_cache v0.7.3
  1281. 4:26.65 Compiling sha2 v0.7.1
  1282. 4:27.96 Compiling docopt v0.8.3
  1283. 4:36.97 Compiling lalrpop-snap v0.16.0
  1284. 4:39.06 Compiling phf_generator v0.7.21
  1285. 4:39.20 Compiling cexpr v0.3.3
  1286. 4:45.85 Compiling tokio-io v0.1.7
  1287. 4:46.79 Compiling mio-uds v0.6.4
  1288. 4:47.18 Compiling crossbeam-deque v0.3.1
  1289. 4:47.35 Compiling crossbeam-deque v0.2.0
  1290. 4:47.52 Compiling generic-array v0.12.0
  1291. 4:48.37 Compiling u2fhid v0.2.3 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/dom/webauthn/u2f-hid-rs)
  1292. 5:06.54 Compiling gl_generator v0.10.0
  1293. 5:09.80 Compiling parking_lot_core v0.2.14
  1294. 5:10.78 Compiling fallible v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/servo/components/fallible)
  1295. 5:10.87 Compiling regex v0.2.2
  1296. 5:35.59 Compiling ordered-float v1.0.1
  1297. 5:35.85 Compiling mp4parse v0.11.2 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/mp4parse-rust/mp4parse)
  1298. 5:37.78 Compiling url v1.7.2
  1299. 5:42.04 Compiling gkrust-shared v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/toolkit/library/rust/shared)
  1300. 5:42.36 Compiling cose-c v0.1.5
  1301. 5:42.76 Compiling syn v0.15.24
  1302. 6:13.11 Compiling syn v0.14.6
  1303. 6:28.69 Compiling lalrpop v0.16.0
  1304. 6:43.54 Compiling cstr-macros v0.1.3
  1305. 6:45.17 Compiling xpcom_macros v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/xpcom/rust/xpcom/xpcom_macros)
  1306. 6:53.00 Compiling phf_codegen v0.7.21
  1307. 6:53.15 Compiling tokio-codec v0.1.0
  1308. 6:53.55 Compiling tokio-reactor v0.1.3
  1309. 6:55.05 Compiling tokio-threadpool v0.1.5
  1310. 6:59.34 Compiling digest v0.8.0
  1311. 6:59.47 Compiling block-buffer v0.7.0
  1312. 7:21.41 Compiling gleam v0.6.8
  1313. 7:28.17 Compiling parking_lot v0.6.3
  1314. 7:28.95 Compiling env_logger v0.5.6
  1315. 7:30.78 Compiling nsstring v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/xpcom/rust/nsstring)
  1316. 7:32.61 Compiling encoding_c v0.9.0
  1317. 7:32.86 Compiling lmdb-rkv v0.8.2
  1318. 7:33.55 Compiling mp4parse_capi v0.11.2 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/mp4parse-rust/mp4parse_capi)
  1319. 7:44.64 Compiling serde_derive v1.0.80 (https://github.com/servo/serde?branch=deserialize_from_enums9#e0cc925c)
  1320. 8:16.58 Compiling synstructure v0.10.1
  1321. 8:21.10 Compiling webidl v0.8.0
  1322. 8:31.58 Compiling darling_core v0.8.1
  1323. 8:49.32 Compiling binjs_meta v0.4.3
  1324. 8:50.29 Compiling euclid_macros v0.1.0
  1325. 8:58.15 Compiling binast v0.1.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/js/src/frontend/binsource)
  1326. 8:59.48 Compiling cssparser v0.25.0
  1327. 9:11.07 Finished release [optimized] target(s) in 7m 48s
  1328. 9:11.08 testing/geckodriver/force-cargo-program-build
  1329. 9:11.51 Compiling nodrop v0.1.12
  1330. 9:11.57 Compiling libc v0.2.43
  1331. 9:12.37 Compiling cfg-if v0.1.2
  1332. 9:12.42 Compiling scopeguard v0.3.2
  1333. 9:12.49 Compiling memoffset v0.2.1
  1334. 9:12.55 Compiling lazy_static v1.0.1
  1335. 9:12.62 Compiling byteorder v1.2.7
  1336. 9:13.00 Compiling lazycell v0.6.0
  1337. 9:13.09 Compiling futures v0.1.23
  1338. 9:15.73 Compiling slab v0.4.1
  1339. 9:15.87 Compiling proc-macro2 v0.4.24
  1340. 9:16.47 Compiling build_const v0.2.0
  1341. 9:16.74 Compiling unicode-xid v0.1.0
  1342. 9:16.85 Compiling cc v1.0.23
  1343. 9:21.77 Compiling itoa v0.4.1
  1344. 9:21.94 Compiling num-traits v0.2.6
  1345. 9:22.44 Compiling adler32 v1.0.2
  1346. 9:22.62 Compiling fnv v1.0.6
  1347. 9:22.68 Compiling num-derive v0.2.2
  1348. 9:22.70 Compiling matches v0.1.6
  1349. 9:22.75 Compiling ryu v0.2.4
  1350. 9:23.23 Compiling void v1.0.2
  1351. 9:23.30 Compiling serde v1.0.80
  1352. 9:23.91 Compiling ucd-util v0.1.1
  1353. 9:24.26 Compiling unicode-normalization v0.1.5
  1354. 9:24.99 Compiling indexmap v1.0.1
  1355. 9:25.55 Compiling try-lock v0.2.2
  1356. 9:25.64 Compiling string v0.1.1
  1357. 9:25.75 Compiling regex v1.0.0
  1358. 9:26.27 Compiling cstr v0.1.3
  1359. 9:26.31 Compiling num-integer v0.1.39
  1360. 9:26.33 Compiling selectors v0.21.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/servo/components/selectors)
  1361. 9:26.79 Compiling semver-parser v0.7.0
  1362. 9:27.90 Compiling percent-encoding v1.0.0
  1363. 9:28.23 Compiling cssparser-macros v0.3.3
  1364. 9:28.27 Compiling httparse v1.2.3
  1365. 9:28.76 Compiling utf8-ranges v1.0.0
  1366. 9:29.10 Compiling unicode-width v0.1.4
  1367. 9:29.20 Compiling unicode-segmentation v1.2.1
  1368. 9:29.81 Compiling strsim v0.7.0
  1369. 9:30.86 Compiling geckodriver v0.23.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/testing/geckodriver)
  1370. 9:31.87 Compiling rust-ini v0.10.3
  1371. 9:33.26 Compiling bitflags v1.0.4
  1372. 9:33.34 Compiling podio v0.1.5
  1373. 9:33.48 Compiling arrayvec v0.4.6
  1374. 9:33.93 Compiling iovec v0.1.2
  1375. 9:34.07 Compiling rand v0.4.3
  1376. 9:34.09 Compiling tokio-tcp v0.1.1
  1377. 9:34.98 Compiling tokio-udp v0.1.1
  1378. 9:35.59 Compiling tokio-fs v0.1.3
  1379. 9:35.87 Compiling num_cpus v1.7.0
  1380. 9:36.49 Compiling rayon v1.0.0
  1381. 9:36.79 Compiling memchr v2.0.1
  1382. 9:37.02 Compiling time v0.1.40
  1383. 9:38.49 Compiling term_size v0.3.0
  1384. 9:38.60 Compiling crossbeam-utils v0.3.2
  1385. 9:38.63 Compiling sha2 v0.8.0
  1386. 9:38.81 Compiling log v0.4.5
  1387. 9:39.19 Compiling net2 v0.2.32
  1388. 9:40.05 Compiling base64 v0.10.0
  1389. 9:40.56 Compiling tokio-executor v0.1.3
  1390. 9:41.04 Compiling crc v1.7.0
  1391. 9:41.43 Compiling miniz_oxide_c_api v0.1.2
  1392. 9:41.61 Compiling bzip2-sys v0.1.6
  1393. 9:42.21 Compiling miniz_oxide v0.1.2
  1394. 9:44.64 Compiling unicode-bidi v0.3.4
  1395. 9:46.76 Compiling unreachable v1.0.0
  1396. 9:46.84 Compiling regex-syntax v0.6.0
  1397. 10:00.27 Compiling semver v0.6.0
  1398. 10:01.51 Compiling bytes v0.4.9
  1399. 10:02.69 Compiling rand v0.3.22
  1400. 10:02.77 Compiling uuid v0.6.5
  1401. 10:03.31 Compiling futures-cpupool v0.1.8
  1402. 10:04.49 Compiling aho-corasick v0.6.8
  1403. 10:04.93 Compiling msdos_time v0.1.6
  1404. 10:05.04 Compiling cookie v0.11.0
  1405. 10:06.62 Compiling textwrap v0.9.0
  1406. 10:07.54 Compiling crossbeam-epoch v0.4.3
  1407. 10:08.40 Compiling want v0.0.6
  1408. 10:08.63 Compiling mio v0.6.15
  1409. 10:11.25 Compiling tokio-timer v0.2.5
  1410. 10:19.08 Compiling cubeb-core v0.5.1
  1411. 10:20.00 Compiling idna v0.1.4
  1412. 10:20.37 Compiling nserror v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/xpcom/rust/nserror)
  1413. 10:22.54 Compiling thread_local v0.3.5
  1414. 10:29.17 Compiling tokio-io v0.1.7
  1415. 10:30.10 Compiling http v0.1.10
  1416. 10:34.54 Compiling tempdir v0.3.5
  1417. 10:34.91 Compiling clap v2.31.2
  1418. 10:38.71 Compiling malloc_size_of_derive v0.1.0
  1419. 10:47.64 Compiling darling_macro v0.8.1
  1420. 10:51.59 Compiling tokio v0.1.7
  1421. 10:55.79 Compiling baldrdash v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/js/src/wasm/cranelift)
  1422. 10:57.00 Compiling cubeb v0.5.2
  1423. 10:57.17 Compiling cubeb-backend v0.5.0
  1424. 11:02.68 Compiling xpcom v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/xpcom/rust/xpcom)
  1425. 11:03.12 Compiling crossbeam-deque v0.3.1
  1426. 11:03.28 Compiling quote v0.6.10
  1427. 11:06.77 Compiling url v1.7.2
  1428. 11:20.56 Compiling netwerk_helper v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/base/rust-helper)
  1429. 11:21.16 Compiling encoding_glue v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/intl/encoding_glue)
  1430. 11:21.90 Compiling rsdparsa_capi v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/signaling/src/sdp/rsdparsa_capi)
  1431. 11:24.53 Compiling serde_json v1.0.26
  1432. 11:26.87 Compiling serde_json v1.0.26
  1433. 11:28.33 Compiling toml v0.4.5
  1434. 11:31.10 Compiling tokio-codec v0.1.0
  1435. 11:31.51 Compiling tokio-reactor v0.1.3
  1436. 11:33.05 Compiling h2 v0.1.12
  1437. 11:33.91 Compiling webrender_build v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/wr/webrender_build)
  1438. 11:34.25 Compiling app_units v0.7.0
  1439. 11:34.41 Compiling euclid v0.19.5
  1440. 11:35.49 Compiling bincode v1.0.0
  1441. 11:36.03 Compiling serde_bytes v0.10.4
  1442. 11:36.32 Compiling ron v0.1.7
  1443. 11:40.32 Compiling failure v0.1.3
  1444. 11:40.46 Compiling darling v0.8.1
  1445. 11:40.94 Compiling mozprofile v0.4.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/testing/mozbase/rust/mozprofile)
  1446. 11:43.58 Compiling tokio-core v0.1.17
  1447. 11:43.80 Compiling tokio-threadpool v0.1.5
  1448. 11:46.42 Compiling syn v0.15.24
  1449. 11:47.81 Compiling cubeb-pulse v0.2.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libcubeb/cubeb-pulse-rs)
  1450. 11:49.15 Compiling mozurl v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/base/mozurl)
  1451. 11:49.88 Compiling target-lexicon v0.2.0
  1452. 11:51.87 Compiling style v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/servo/components/style)
  1453. 11:59.33 Compiling webrender v0.58.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/wr/webrender)
  1454. 12:00.27 Compiling wr_malloc_size_of v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/wr/wr_malloc_size_of)
  1455. 12:00.44 Compiling plane-split v0.13.3
  1456. 12:01.00 Compiling rkv v0.5.1
  1457. 12:02.68 Compiling bzip2 v0.3.2
  1458. 12:02.94 Compiling chrono v0.4.6
  1459. 12:03.81 Compiling style_derive v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/servo/components/style_derive)
  1460. 12:05.91 Compiling mozversion v0.1.3 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/testing/mozbase/rust/mozversion)
  1461. 12:07.04 Compiling tokio-tcp v0.1.1
  1462. 12:07.92 Compiling tokio-udp v0.1.1
  1463. 12:08.54 Compiling mozrunner v0.8.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/testing/mozbase/rust/mozrunner)
  1464. 12:10.22 Compiling tokio-fs v0.1.3
  1465. 12:11.10 Compiling serde_derive v1.0.80 (https://github.com/servo/serde?branch=deserialize_from_enums9#e0cc925c)
  1466. 12:26.77 Compiling tokio-uds v0.1.7
  1467. 12:33.76 Compiling flate2 v1.0.1
  1468. 12:34.75 Compiling tokio v0.1.7
  1469. 12:39.06 Compiling zip v0.4.2
  1470. 12:40.51 Compiling hyper v0.12.7
  1471. 12:44.78 Compiling webrender_api v0.58.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/wr/webrender_api)
  1472. 12:48.93 Compiling webdriver v0.38.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/testing/webdriver)
  1473. 13:25.56 Compiling malloc_size_of v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/servo/components/malloc_size_of)
  1474. 13:25.86 Compiling audioipc v0.2.4 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/audioipc/audioipc)
  1475. 13:47.58 Finished release [optimized] target(s) in 4m 36s
  1476. 13:47.59 build/unix/elfhack/inject
  1477. 13:47.70 mfbt
  1478. 13:55.29 mfbt/tests/gtest
  1479. 14:05.00 js/src
  1480. 15:42.83 Compiling style_traits v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/servo/components/style_traits)
  1481. 15:43.49 Compiling audioipc-server v0.2.3 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/audioipc/server)
  1482. 15:56.15 Compiling audioipc-client v0.4.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/media/audioipc/client)
  1483. 17:05.29 Compiling webrender_bindings v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/webrender_bindings)
  1484. 21:02.91 Compiling cranelift-frontend v0.26.0
  1485. 21:05.89 Compiling geckoservo v0.0.1 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/servo/ports/geckolib)
  1486. 21:56.70 js/src/editline
  1487. 21:57.22 js/src/frontend
  1488. 22:15.45 Compiling cranelift-wasm v0.26.0
  1489. 22:24.19 Compiling jsrust_shared v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/js/src/rust/shared)
  1490. 22:25.48 Compiling gkrust v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/toolkit/library/rust)
  1491. 23:31.75 js/src/gc
  1492. 24:25.96 js/src/jit
  1493. 26:13.19 Finished release [optimized] target(s) in 24m 51s
  1494. 26:13.27 js/src/wasm
  1495. 26:13.27 Compiling syn v0.15.24
  1496. 26:29.57 Compiling serde_derive v1.0.80 (https://github.com/servo/serde?branch=deserialize_from_enums9#e0cc925c)
  1497. 26:57.27 Compiling synstructure v0.10.1
  1498. 27:04.46 Compiling serde v1.0.80
  1499. 27:11.06 Compiling failure_derive v0.1.3
  1500. 27:14.80 Compiling serde_json v1.0.26
  1501. 27:18.69 Compiling failure v0.1.3
  1502. 27:18.83 Compiling target-lexicon v0.2.0
  1503. 27:21.47 Compiling cranelift-codegen v0.26.0
  1504. 28:01.94 modules/fdlibm/src
  1505. 28:05.97 memory/mozalloc
  1506. 28:06.27 memory/volatile
  1507. 28:06.73 memory/volatile/tests
  1508. 28:07.94 memory/replace/logalloc
  1509. 28:08.31 mozglue/misc
  1510. 28:17.34 Compiling cranelift-frontend v0.26.0
  1511. 28:20.35 Compiling cranelift-wasm v0.26.0
  1512. 28:25.01 Compiling baldrdash v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/js/src/wasm/cranelift)
  1513. 28:29.57 Compiling jsrust_shared v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/js/src/rust/shared)
  1514. 28:29.67 Compiling jsrust v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/js/src/rust)
  1515. 28:33.58 third_party/prio
  1516. 28:33.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:117:9: warning: unknown pragma ignored [-Wunknown-pragmas]
  1517. 28:33.66 #pragma pipeloop(0)
  1518. 28:33.66 ^
  1519. 28:33.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:128:9: warning: unknown pragma ignored [-Wunknown-pragmas]
  1520. 28:33.66 #pragma pipeloop(0)
  1521. 28:33.66 ^
  1522. 28:33.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:143:9: warning: unknown pragma ignored [-Wunknown-pragmas]
  1523. 28:33.66 #pragma pipeloop(0)
  1524. 28:33.66 ^
  1525. 28:33.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:218:9: warning: unknown pragma ignored [-Wunknown-pragmas]
  1526. 28:33.66 #pragma pipeloop(0)
  1527. 28:33.66 ^
  1528. 28:33.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:222:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  1529. 28:33.66 if ((jj == 30)) {
  1530. 28:33.66 ~~~^~~~~
  1531. 28:33.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: remove extraneous parentheses around the comparison to silence this warning
  1532. 28:33.66 if ((jj == 30)) {
  1533. 28:33.66 ~ ^ ~
  1534. 28:33.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: use '=' to turn this equality comparison into an assignment
  1535. 28:33.66 if ((jj == 30)) {
  1536. 28:33.66 ^~
  1537. 28:33.66 =
  1538. 28:33.67 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:195:9: warning: unused variable 'tmp' [-Wunused-variable]
  1539. 28:33.67 int tmp;
  1540. 28:33.67 ^
  1541. 28:33.67 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:196:24: warning: unused variable 'nextm2j' [-Wunused-variable]
  1542. 28:33.67 double digit, m2j, nextm2j, a, b;
  1543. 28:33.67 ^
  1544. 28:33.67 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:197:13: warning: unused variable 'dptmp' [-Wunused-variable]
  1545. 28:33.67 double *dptmp, *pdm1, *pdm2, *pdn, *pdtj, pdn_0, pdm1_0;
  1546. 28:33.67 ^
  1547. 28:33.75 8 warnings generated.
  1548. 28:34.31 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:2125:17: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  1549. 28:34.31 int j = MP_MIN(k, MP_DIGIT_BIT);
  1550. 28:34.31 ^~~~~~~~~~~~~~~~~~~~~~~
  1551. 28:34.31 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi-priv.h:86:28: note: expanded from macro 'MP_MIN'
  1552. 28:34.31 #define MP_MIN(a, b) (((a) < (b)) ? (a) : (b))
  1553. 28:34.31 ~ ^ ~
  1554. 28:34.31 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:2127:15: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  1555. 28:34.31 if (j < MP_DIGIT_BIT) {
  1556. 28:34.31 ~ ^ ~~~~~~~~~~~~
  1557. 28:34.34 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:4595:13: warning: comparison of integers of different signs: 'mp_digit' (aka 'unsigned long') and 'int' [-Wsign-compare]
  1558. 28:34.34 if (val >= r)
  1559. 28:34.34 ~~~ ^ ~
  1560. 28:35.95 3 warnings generated.
  1561. 28:36.04 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/mplogic.c:237:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  1562. 28:36.04 for (db = 0; db < sizeof(mp_digit); db++) {
  1563. 28:36.04 ~~ ^ ~~~~~~~~~~~~~~~~
  1564. 28:36.04 /home/username/source/firefox-wayland-hg/src/mozilla-unified/security/nss/lib/freebl/mpi/mplogic.c:268:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  1565. 28:36.04 for (db = 0; db < sizeof(mp_digit); db++) {
  1566. 28:36.04 ~~ ^ ~~~~~~~~~~~~~~~~
  1567. 28:36.12 2 warnings generated.
  1568. 28:37.57 media/libjpeg
  1569. 28:39.98 modules/brotli
  1570. 28:41.82 modules/woff2
  1571. 28:42.43 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/modules/woff2/Unified_cpp_modules_woff20.cpp:29:
  1572. 28:42.43 /home/username/source/firefox-wayland-hg/src/mozilla-unified/modules/woff2/src/woff2_dec.cc:1177:12: warning: unused variable 'dst_offset' [-Wunused-variable]
  1573. 28:42.43 uint64_t dst_offset = first_table_offset;
  1574. 28:42.43 ^
  1575. 28:42.57 BUILDSTATUS BUILD_VERBOSE media/libjpeg
  1576. 28:46.15 1 warning generated.
  1577. 28:46.17 modules/xz-embedded
  1578. 28:46.92 media/libvorbis
  1579. 28:50.23 media/libmkv
  1580. 28:50.31 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libmkv/EbmlBufferWriter.c:43:13: warning: unused function '_Serialize' [-Wunused-function]
  1581. 28:50.31 static void _Serialize(EbmlGlobal *glob, const unsigned char *p, const unsigned char *q) {
  1582. 28:50.31 ^
  1583. 28:50.34 1 warning generated.
  1584. 28:50.59 media/libaom
  1585. 28:52.55 media/libdav1d
  1586. 29:08.05 Finished release [optimized] target(s) in 27m 45s
  1587. 29:08.05 Compiling rustc-demangle v0.1.8
  1588. 29:09.13 Compiling dump_syms_rust_demangle v0.1.0 (/home/username/source/firefox-wayland-hg/src/mozilla-unified/toolkit/crashreporter/rust)
  1589. 29:09.26 Finished release [optimized] target(s) in 27m 47s
  1590. 29:09.28 media/libdav1d/asm
  1591. 29:10.25 media/libpng
  1592. 29:13.26 media/libwebp/src/dec
  1593. 29:13.68 media/libwebp/src/demux
  1594. 29:14.06 media/libwebp/src/dsp
  1595. 29:16.95 media/libwebp/src/moz
  1596. 29:17.04 media/libwebp/src/utils
  1597. 29:17.51 media/ffvpx/libavutil/x86
  1598. 29:17.53 media/ffvpx/libavcodec/x86
  1599. 29:17.59 In file included from <built-in>:3:
  1600. 29:17.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1601. 29:17.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1602. 29:17.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1603. 29:17.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1604. 29:17.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1605. 29:17.59 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1606. 29:17.59 #define HAVE_LINUX_PERF_EVENT_H 0
  1607. 29:17.59 ^
  1608. 29:17.59 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1609. 29:17.59 #define HAVE_LINUX_PERF_EVENT_H 1
  1610. 29:17.59 ^
  1611. 29:17.61 In file included from <built-in>:3:
  1612. 29:17.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1613. 29:17.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1614. 29:17.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1615. 29:17.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1616. 29:17.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1617. 29:17.61 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1618. 29:17.61 #define HAVE_LINUX_PERF_EVENT_H 0
  1619. 29:17.61 ^
  1620. 29:17.61 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1621. 29:17.61 #define HAVE_LINUX_PERF_EVENT_H 1
  1622. 29:17.61 ^
  1623. 29:17.63 1 warning generated.
  1624. 29:17.65 1 warning generated.
  1625. 29:17.72 In file included from <built-in>:3:
  1626. 29:17.72 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1627. 29:17.72 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1628. 29:17.72 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1629. 29:17.72 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1630. 29:17.72 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1631. 29:17.72 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1632. 29:17.72 #define HAVE_LINUX_PERF_EVENT_H 0
  1633. 29:17.72 ^
  1634. 29:17.72 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1635. 29:17.72 #define HAVE_LINUX_PERF_EVENT_H 1
  1636. 29:17.72 ^
  1637. 29:17.73 In file included from <built-in>:3:
  1638. 29:17.73 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1639. 29:17.73 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1640. 29:17.73 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1641. 29:17.73 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1642. 29:17.73 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1643. 29:17.73 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1644. 29:17.73 #define HAVE_LINUX_PERF_EVENT_H 0
  1645. 29:17.73 ^
  1646. 29:17.73 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1647. 29:17.73 #define HAVE_LINUX_PERF_EVENT_H 1
  1648. 29:17.73 ^
  1649. 29:17.74 1 warning generated.
  1650. 29:17.74 1 warning generated.
  1651. 29:17.83 In file included from <built-in>:3:
  1652. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1653. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1654. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1655. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1656. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1657. 29:17.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1658. 29:17.83 #define HAVE_LINUX_PERF_EVENT_H 0
  1659. 29:17.83 ^
  1660. 29:17.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1661. 29:17.83 #define HAVE_LINUX_PERF_EVENT_H 1
  1662. 29:17.83 ^
  1663. 29:17.83 In file included from <built-in>:3:
  1664. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1665. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1666. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1667. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1668. 29:17.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1669. 29:17.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1670. 29:17.83 #define HAVE_LINUX_PERF_EVENT_H 0
  1671. 29:17.83 ^
  1672. 29:17.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1673. 29:17.83 #define HAVE_LINUX_PERF_EVENT_H 1
  1674. 29:17.83 ^
  1675. 29:17.85 1 warning generated.
  1676. 29:17.85 1 warning generated.
  1677. 29:17.93 In file included from <built-in>:3:
  1678. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.hIn file included from <built-in>:3:
  1679. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1680. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1681. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1682. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1683. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1684. 29:17.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1685. 29:17.93 #define HAVE_LINUX_PERF_EVENT_H 0
  1686. 29:17.93 ^
  1687. 29:17.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1688. 29:17.93 #define HAVE_LINUX_PERF_EVENT_H 1
  1689. 29:17.93 ^
  1690. 29:17.93 :26:
  1691. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1692. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1693. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1694. 29:17.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1695. 29:17.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1696. 29:17.93 #define HAVE_LINUX_PERF_EVENT_H 0
  1697. 29:17.93 ^
  1698. 29:17.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1699. 29:17.93 #define HAVE_LINUX_PERF_EVENT_H 1
  1700. 29:17.93 ^
  1701. 29:17.95 1 warning generated.
  1702. 29:17.99 1 warning generated.
  1703. 29:18.03 In file included from <built-in>:3:
  1704. 29:18.03 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1705. 29:18.03 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1706. 29:18.03 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1707. 29:18.03 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1708. 29:18.03 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1709. 29:18.03 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1710. 29:18.03 #define HAVE_LINUX_PERF_EVENT_H 0
  1711. 29:18.03 ^
  1712. 29:18.03 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1713. 29:18.03 #define HAVE_LINUX_PERF_EVENT_H 1
  1714. 29:18.03 ^
  1715. 29:18.05 1 warning generated.
  1716. 29:18.08 In file included from <built-in>:3:
  1717. 29:18.08 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1718. 29:18.08 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1719. 29:18.08 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1720. 29:18.08 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1721. 29:18.08 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1722. 29:18.08 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1723. 29:18.08 #define HAVE_LINUX_PERF_EVENT_H 0
  1724. 29:18.08 ^
  1725. 29:18.08 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1726. 29:18.08 #define HAVE_LINUX_PERF_EVENT_H 1
  1727. 29:18.08 ^
  1728. 29:18.09 BUILDSTATUS BUILD_VERBOSE media/kiss_fft
  1729. 29:18.13 1 warning generated.
  1730. 29:18.21 In file included from <built-in>:3:
  1731. 29:18.21 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1732. 29:18.21 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1733. 29:18.21 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1734. 29:18.21 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1735. 29:18.21 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1736. 29:18.22 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1737. 29:18.22 #define HAVE_LINUX_PERF_EVENT_H 0
  1738. 29:18.22 ^
  1739. 29:18.22 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1740. 29:18.22 #define HAVE_LINUX_PERF_EVENT_H 1
  1741. 29:18.22 ^
  1742. 29:18.22 BUILDSTATUS BUILD_VERBOSE media/ffvpx/libavcodec/x86
  1743. 29:18.30 In file included from <built-in>:3:
  1744. 29:18.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1745. 29:18.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1746. 29:18.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1747. 29:18.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1748. 29:18.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1749. 29:18.30 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1750. 29:18.30 #define HAVE_LINUX_PERF_EVENT_H 0
  1751. 29:18.30 ^
  1752. 29:18.30 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1753. 29:18.30 #define HAVE_LINUX_PERF_EVENT_H 1
  1754. 29:18.30 ^
  1755. 29:18.32 BUILDSTATUS BUILD_VERBOSE media/kiss_fft
  1756. 29:18.32 1 warning generated.
  1757. 29:18.41 In file included from <built-in>:3:
  1758. 29:18.41 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1759. 29:18.41 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1760. 29:18.41 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1761. 29:18.41 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1762. 29:18.41 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1763. 29:18.41 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1764. 29:18.41 #define HAVE_LINUX_PERF_EVENT_H 0
  1765. 29:18.41 ^
  1766. 29:18.41 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1767. 29:18.41 #define HAVE_LINUX_PERF_EVENT_H 1
  1768. 29:18.41 ^
  1769. 29:18.45 BUILDSTATUS BUILD_VERBOSE media/libnestegg/src
  1770. 29:18.91 1 warning generated.
  1771. 29:18.96 1 warning generated.
  1772. 29:19.00 In file included from <built-in>:3:
  1773. 29:19.00 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1774. 29:19.00 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1775. 29:19.00 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1776. 29:19.00 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1777. 29:19.00 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1778. 29:19.00 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1779. 29:19.00 #define HAVE_LINUX_PERF_EVENT_H 0
  1780. 29:19.00 ^
  1781. 29:19.00 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1782. 29:19.00 #define HAVE_LINUX_PERF_EVENT_H 1
  1783. 29:19.00 ^
  1784. 29:19.04 In file included from <built-in>:3:
  1785. 29:19.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  1786. 29:19.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  1787. 29:19.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  1788. 29:19.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  1789. 29:19.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  1790. 29:19.04 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1791. 29:19.04 #define HAVE_LINUX_PERF_EVENT_H 0
  1792. 29:19.04 ^
  1793. 29:19.04 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  1794. 29:19.04 #define HAVE_LINUX_PERF_EVENT_H 1
  1795. 29:19.04 ^
  1796. 29:19.09 1 warning generated.
  1797. 29:19.39 media/libogg
  1798. 29:19.52 1 warning generated.
  1799. 29:19.72 media/libopus
  1800. 29:19.85 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libopus/celt/celt.c:86:13: warning: code will never be executed [-Wunreachable-code]
  1801. 29:19.85 ret = 0;
  1802. 29:19.85 ^
  1803. 29:19.85 BUILDSTATUS BUILD_VERBOSE media/libopus
  1804. 29:19.89 1 warning generated.
  1805. 29:21.38 media/libtheora
  1806. 29:22.01 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/x86/x86state.c:24:28: warning: unused variable 'OC_FZIG_ZAG_MMX' [-Wunused-const-variable]
  1807. 29:22.01 static const unsigned char OC_FZIG_ZAG_MMX[128]={
  1808. 29:22.01 ^
  1809. 29:22.01 1 warning generated.
  1810. 29:22.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/libtheora/Unified_c_media_libtheora0.c:20:
  1811. 29:22.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:195:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1812. 29:22.11 OC_DCT_CW_PACK( 0,10, -1,0),
  1813. 29:22.11 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1814. 29:22.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1815. 29:22.11 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1816. 29:22.11 ~~~~~~~~~~~~~~^
  1817. 29:22.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:198:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1818. 29:22.11 OC_DCT_CW_PACK( 0, 0, 0,1),
  1819. 29:22.11 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1820. 29:22.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1821. 29:22.11 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1822. 29:22.11 ~~~~~~~~~~~~~~^
  1823. 29:22.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:208:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1824. 29:22.11 OC_DCT_CW_PACK( 0, 1, -1,0),
  1825. 29:22.11 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1826. 29:22.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1827. 29:22.11 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1828. 29:22.11 ~~~~~~~~~~~~~~^
  1829. 29:22.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:210:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1830. 29:22.11 OC_DCT_CW_PACK( 0, 2, -1,0),
  1831. 29:22.11 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1832. 29:22.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1833. 29:22.12 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1834. 29:22.12 ~~~~~~~~~~~~~~^
  1835. 29:22.12 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:212:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1836. 29:22.12 OC_DCT_CW_PACK( 0, 3, -1,0),
  1837. 29:22.12 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1838. 29:22.12 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1839. 29:22.12 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1840. 29:22.12 ~~~~~~~~~~~~~~^
  1841. 29:22.12 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:214:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1842. 29:22.12 OC_DCT_CW_PACK( 0, 4, -1,0),
  1843. 29:22.12 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1844. 29:22.12 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1845. 29:22.12 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1846. 29:22.12 ~~~~~~~~~~~~~~^
  1847. 29:22.12 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:216:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1848. 29:22.12 OC_DCT_CW_PACK( 0, 5, -1,0),
  1849. 29:22.12 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1850. 29:22.12 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1851. 29:22.12 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1852. 29:22.12 ~~~~~~~~~~~~~~^
  1853. 29:22.12 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:220:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1854. 29:22.12 OC_DCT_CW_PACK( 0, 1, -2,0),
  1855. 29:22.12 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1856. 29:22.12 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1857. 29:22.12 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1858. 29:22.13 ~~~~~~~~~~~~~~^
  1859. 29:22.13 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:221:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1860. 29:22.13 OC_DCT_CW_PACK( 0, 1, -3,0),
  1861. 29:22.13 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1862. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1863. 29:22.14 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1864. 29:22.14 ~~~~~~~~~~~~~~^
  1865. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:227:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1866. 29:22.14 OC_DCT_CW_PACK( 0, 6, -1,0),
  1867. 29:22.14 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1868. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1869. 29:22.14 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1870. 29:22.14 ~~~~~~~~~~~~~~^
  1871. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:228:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1872. 29:22.14 OC_DCT_CW_PACK( 0, 7, -1,0),
  1873. 29:22.14 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1874. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1875. 29:22.14 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1876. 29:22.14 ~~~~~~~~~~~~~~^
  1877. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:229:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1878. 29:22.14 OC_DCT_CW_PACK( 0, 8, -1,0),
  1879. 29:22.14 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1880. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1881. 29:22.14 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1882. 29:22.14 ~~~~~~~~~~~~~~^
  1883. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:230:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1884. 29:22.14 OC_DCT_CW_PACK( 0, 9, -1,0),
  1885. 29:22.14 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1886. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1887. 29:22.14 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1888. 29:22.14 ~~~~~~~~~~~~~~^
  1889. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:236:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1890. 29:22.14 OC_DCT_CW_PACK( 0, 2, -2,0),
  1891. 29:22.14 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1892. 29:22.14 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1893. 29:22.15 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1894. 29:22.15 ~~~~~~~~~~~~~~^
  1895. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:237:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1896. 29:22.15 OC_DCT_CW_PACK( 0, 3, -2,0),
  1897. 29:22.15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1898. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1899. 29:22.15 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1900. 29:22.15 ~~~~~~~~~~~~~~^
  1901. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:238:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1902. 29:22.15 OC_DCT_CW_PACK( 0, 2, -3,0),
  1903. 29:22.15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1904. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1905. 29:22.15 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1906. 29:22.15 ~~~~~~~~~~~~~~^
  1907. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:239:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1908. 29:22.15 OC_DCT_CW_PACK( 0, 3, -3,0),
  1909. 29:22.15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1910. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1911. 29:22.15 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1912. 29:22.15 ~~~~~~~~~~~~~~^
  1913. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:242:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1914. 29:22.15 OC_DCT_CW_PACK( 0, 0, 0,1),
  1915. 29:22.15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1916. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1917. 29:22.15 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1918. 29:22.15 ~~~~~~~~~~~~~~^
  1919. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:253:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1920. 29:22.15 OC_DCT_CW_PACK( 0, 0, -1,0),
  1921. 29:22.15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1922. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1923. 29:22.15 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1924. 29:22.15 ~~~~~~~~~~~~~~^
  1925. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:257:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1926. 29:22.15 OC_DCT_CW_PACK( 0, 0, -2,0),
  1927. 29:22.15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1928. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1929. 29:22.15 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1930. 29:22.15 ~~~~~~~~~~~~~~^
  1931. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:260:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1932. 29:22.15 OC_DCT_CW_PACK( 0, 0, -3,0),
  1933. 29:22.15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1934. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1935. 29:22.15 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1936. 29:22.15 ~~~~~~~~~~~~~~^
  1937. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:262:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1938. 29:22.15 OC_DCT_CW_PACK( 0, 0, -4,0),
  1939. 29:22.15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1940. 29:22.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1941. 29:22.17 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1942. 29:22.17 ~~~~~~~~~~~~~~^
  1943. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:264:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1944. 29:22.17 OC_DCT_CW_PACK( 0, 0, -5,0),
  1945. 29:22.17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1946. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1947. 29:22.17 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1948. 29:22.17 ~~~~~~~~~~~~~~^
  1949. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:266:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1950. 29:22.17 OC_DCT_CW_PACK( 0, 0, -6,0),
  1951. 29:22.17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1952. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1953. 29:22.17 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1954. 29:22.17 ~~~~~~~~~~~~~~^
  1955. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:270:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1956. 29:22.17 OC_DCT_CW_PACK( 0, 0, -7,0),
  1957. 29:22.17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1958. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1959. 29:22.17 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1960. 29:22.17 ~~~~~~~~~~~~~~^
  1961. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:271:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1962. 29:22.17 OC_DCT_CW_PACK( 0, 0, -8,0),
  1963. 29:22.17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1964. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1965. 29:22.17 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1966. 29:22.17 ~~~~~~~~~~~~~~^
  1967. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:277:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1968. 29:22.17 OC_DCT_CW_PACK( 0, 0, -9,0),
  1969. 29:22.17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1970. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1971. 29:22.17 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1972. 29:22.17 ~~~~~~~~~~~~~~^
  1973. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:278:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1974. 29:22.17 OC_DCT_CW_PACK( 0, 0,-10,0),
  1975. 29:22.17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1976. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1977. 29:22.17 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1978. 29:22.17 ~~~~~~~~~~~~~~^
  1979. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:279:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1980. 29:22.17 OC_DCT_CW_PACK( 0, 0,-11,0),
  1981. 29:22.17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1982. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1983. 29:22.17 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1984. 29:22.17 ~~~~~~~~~~~~~~^
  1985. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:280:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1986. 29:22.17 OC_DCT_CW_PACK( 0, 0,-12,0),
  1987. 29:22.17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1988. 29:22.17 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1989. 29:22.17 (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1990. 29:22.18 ~~~~~~~~~~~~~~^
  1991. 29:22.18 BUILDSTATUS BUILD_VERBOSE media/libopus
  1992. 29:22.22 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/libtheora/Unified_c_media_libtheora0.c:92:
  1993. 29:22.22 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/state.c:717:21: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  1994. 29:22.22 _info->colorspace<0||_info->colorspace>=TH_CS_NSPACES||
  1995. 29:22.22 ~~~~~~~~~~~~~~~~~^~
  1996. 29:22.22 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libtheora/lib/state.c:718:20: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  1997. 29:22.22 _info->pixel_fmt<0||_info->pixel_fmt>=TH_PF_NFORMATS){
  1998. 29:22.22 ~~~~~~~~~~~~~~~~^~
  1999. 29:22.54 BUILDSTATUS BUILD_VERBOSE media/libaom
  2000. 29:25.12 32 warnings generated.
  2001. 29:25.14 media/libspeex_resampler/src
  2002. 29:25.21 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libspeex_resampler/src/resample.c:814:17: warning: unused variable 'i' [-Wunused-variable]
  2003. 29:25.21 spx_uint32_t i;
  2004. 29:25.21 ^
  2005. 29:25.31 BUILDSTATUS BUILD_VERBOSE media/libopus
  2006. 29:25.54 1 warning generated.
  2007. 29:28.22 media/libsoundtouch/src
  2008. 29:28.25 media/psshparser
  2009. 29:28.71 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/libsoundtouch/src/Unified_cpp_libsoundtouch_src0.cpp:47:
  2010. 29:28.71 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libsoundtouch/src/InterpolateShannon.cpp:75:9: warning: 'PI' macro redefined [-Wmacro-redefined]
  2011. 29:28.71 #define PI 3.1415926536
  2012. 29:28.71 ^
  2013. 29:28.71 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libsoundtouch/src/AAFilter.cpp:52:9: note: previous definition is here
  2014. 29:28.71 #define PI M_PI
  2015. 29:28.71 ^
  2016. 29:28.75 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/libsoundtouch/src/Unified_cpp_libsoundtouch_src0.cpp:92:
  2017. 29:28.75 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libsoundtouch/src/cpu_detect_x86.cpp:55:12: warning: 'bit_MMX' macro redefined [-Wmacro-redefined]
  2018. 29:28.75 #define bit_MMX (1 << 23)
  2019. 29:28.75 ^
  2020. 29:28.75 /usr/lib/clang/7.0.1/include/cpuid.h:140:9: note: previous definition is here
  2021. 29:28.75 #define bit_MMX 0x00800000
  2022. 29:28.75 ^
  2023. 29:28.75 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/libsoundtouch/src/Unified_cpp_libsoundtouch_src0.cpp:92:
  2024. 29:28.75 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libsoundtouch/src/cpu_detect_x86.cpp:56:12: warning: 'bit_SSE' macro redefined [-Wmacro-redefined]
  2025. 29:28.75 #define bit_SSE (1 << 25)
  2026. 29:28.75 ^
  2027. 29:28.75 /usr/lib/clang/7.0.1/include/cpuid.h:143:9: note: previous definition is here
  2028. 29:28.75 #define bit_SSE 0x02000000
  2029. 29:28.76 ^
  2030. 29:28.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/libsoundtouch/src/Unified_cpp_libsoundtouch_src0.cpp:92:
  2031. 29:28.76 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/libsoundtouch/src/cpu_detect_x86.cpp:57:12: warning: 'bit_SSE2' macro redefined [-Wmacro-redefined]
  2032. 29:28.76 #define bit_SSE2 (1 << 26)
  2033. 29:28.76 ^
  2034. 29:28.76 /usr/lib/clang/7.0.1/include/cpuid.h:144:9: note: previous definition is here
  2035. 29:28.76 #define bit_SSE2 0x04000000
  2036. 29:28.76 ^
  2037. 29:28.78 BUILDSTATUS BUILD_VERBOSE media/libaom
  2038. 29:28.83 security/sandbox/common
  2039. 29:29.27 4 warnings generated.
  2040. 29:29.28 security/sandbox/linux/broker
  2041. 29:29.65 security/sandbox/linux/reporter
  2042. 29:31.35 security/sandbox/linux/gtest
  2043. 29:31.47 security/certverifier
  2044. 29:35.75 security/ct
  2045. 29:37.35 security/ct/tests/gtest
  2046. 29:37.67 security/certverifier/tests/gtest
  2047. 29:38.96 security/apps
  2048. 29:39.47 xpcom/string
  2049. 29:42.23 xpcom/glue/standalone
  2050. 29:43.95 xpcom/base
  2051. 29:46.30 xpcom/ds
  2052. 29:57.63 xpcom/io
  2053. 29:58.95 xpcom/components
  2054. 29:59.02 xpcom/threads
  2055. 30:04.07 xpcom/reflect/xptinfo
  2056. 30:04.37 xpcom/reflect/xptcall
  2057. 30:05.30 xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_x86_64_unix.i_o
  2058. 30:05.39 xpcom/reflect/xptcall/md/unix
  2059. 30:07.34 chrome
  2060. 30:13.77 xpcom/build
  2061. 30:13.95 xpcom/rust/gtest
  2062. 30:17.07 xpcom/tests/gtest
  2063. 30:17.83 modules/libpref
  2064. 30:26.09 modules/libpref/test/gtest
  2065. 30:29.82 intl/gtest
  2066. 30:30.02 intl/hyphenation/hyphen
  2067. 30:30.54 intl/hyphenation/glue
  2068. 30:30.82 intl/locale
  2069. 30:31.51 intl/locale/gtk
  2070. 30:32.72 intl/locale/tests/gtest
  2071. 30:35.25 intl/lwbrk
  2072. 30:35.34 intl/lwbrk/gtest
  2073. 30:36.22 intl/strres
  2074. 30:36.91 intl/unicharutil/util
  2075. 30:37.57 intl/l10n
  2076. 30:40.02 intl/uconv
  2077. 30:41.73 intl/build
  2078. 30:41.75 netwerk/base
  2079. 30:42.59 netwerk/cookie
  2080. 30:42.79 netwerk/dns/mdns/libmdns
  2081. 30:44.10 netwerk/socket
  2082. 30:46.66 netwerk/mime
  2083. 30:48.33 netwerk/streamconv
  2084. 30:50.06 netwerk/streamconv/converters
  2085. 30:56.23 netwerk/cache
  2086. 30:56.89 netwerk/cache2
  2087. 31:08.08 netwerk/protocol/about
  2088. 31:13.09 netwerk/protocol/data
  2089. 31:17.43 netwerk/protocol/file
  2090. 31:22.86 netwerk/protocol/ftp
  2091. 31:26.08 netwerk/protocol/gio
  2092. 31:28.80 netwerk/protocol/http
  2093. 31:35.49 netwerk/protocol/res
  2094. 31:43.53 netwerk/protocol/viewsource
  2095. 31:48.02 netwerk/protocol/websocket
  2096. 31:48.19 netwerk/protocol/wyciwyg
  2097. 31:56.03 netwerk/system/linux
  2098. 31:57.93 netwerk/ipc
  2099. 32:00.71 netwerk/url-classifier
  2100. 32:07.23 netwerk/srtp/src
  2101. 32:09.42 netwerk/sctp/src
  2102. 32:09.55 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:242:6: warning: code will never be executed [-Wunreachable-code]
  2103. 32:09.55 if (zero_address && SCTP_BASE_SYSCTL(sctp_nat_friendly)) {
  2104. 32:09.55 ^~~~~~~~~~~~
  2105. 32:09.55 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:392:6: warning: code will never be executed [-Wunreachable-code]
  2106. 32:09.55 if (sctp_cmpaddr(sa, src)) {
  2107. 32:09.55 ^~~~~~~~~~~~
  2108. 32:09.55 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:523:6: warning: code will never be executed [-Wunreachable-code]
  2109. 32:09.55 if (zero_address && SCTP_BASE_SYSCTL(sctp_nat_friendly)) {
  2110. 32:09.55 ^~~~~~~~~~~~
  2111. 32:09.57 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:1309:13: warning: code will never be executed [-Wunreachable-code]
  2112. 32:09.57 aa->sent = 0; /* clear sent flag */
  2113. 32:09.57 ^
  2114. 32:09.57 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:1525:13: warning: code will never be executed [-Wunreachable-code]
  2115. 32:09.57 aa->sent = 0; /* clear sent flag */
  2116. 32:09.57 ^
  2117. 32:09.58 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:1937:2: warning: code will never be executed [-Wunreachable-code]
  2118. 32:09.58 sctp_add_local_addr_restricted(stcb, ifa);
  2119. 32:09.58 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2120. 32:09.60 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:2846:14: warning: code will never be executed [-Wunreachable-code]
  2121. 32:09.60 sctp_ifa = sctp_find_ifa_by_addr(&store.sa, stcb->asoc.vrf_id,
  2122. 32:09.60 ^~~~~~~~~~~~~~~~~~~~~
  2123. 32:09.60 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:3513:4: warning: code will never be executed [-Wunreachable-code]
  2124. 32:09.60 sctp_asconf_queue_mgmt(stcb, sctp_ifap, SCTP_ADD_IP_ADDRESS);
  2125. 32:09.60 ^~~~~~~~~~~~~~~~~~~~~~
  2126. 32:09.60 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:3412:6: warning: code will never be executed [-Wunreachable-code]
  2127. 32:09.60 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
  2128. 32:09.60 ^~~~
  2129. 32:09.60 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:3464:5: warning: code will never be executed [-Wunreachable-code]
  2130. 32:09.60 sctp_asconf_queue_mgmt(stcb, sctp_ifap, SCTP_ADD_IP_ADDRESS);
  2131. 32:09.60 ^~~~~~~~~~~~~~~~~~~~~~
  2132. 32:09.97 10 warnings generated.
  2133. 32:10.76 netwerk/sctp/datachannel
  2134. 32:19.09 netwerk/wifi
  2135. 32:19.51 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_pcb.c:2751:6: warning: code will never be executed [-Wunreachable-code]
  2136. 32:19.51 if (zero_address) {
  2137. 32:19.51 ^~~~~~~~~~~~
  2138. 32:19.53 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_pcb.c:4155:3: warning: code will never be executed [-Wunreachable-code]
  2139. 32:19.53 being_refed++;
  2140. 32:19.53 ^~~~~~~~~~~
  2141. 32:19.53 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_pcb.c:4153:3: warning: code will never be executed [-Wunreachable-code]
  2142. 32:19.53 being_refed++;
  2143. 32:19.53 ^~~~~~~~~~~
  2144. 32:19.53 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_pcb.c:4151:3: warning: code will never be executed [-Wunreachable-code]
  2145. 32:19.54 being_refed++;
  2146. 32:19.54 ^~~~~~~~~~~
  2147. 32:19.60 BUILDSTATUS BUILD_VERBOSE netwerk/build
  2148. 32:21.00 4 warnings generated.
  2149. 32:21.63 netwerk/test
  2150. 32:22.57 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_usrreq.c:1088:11: warning: 'return' will never be executed [-Wunreachable-code-return]
  2151. 32:22.57 return (0);
  2152. 32:22.57 ^
  2153. 32:22.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_usrreq.c:6879:3: warning: code will never be executed [-Wunreachable-code]
  2154. 32:22.65 sctp_bindx_delete_address(inp, addrs->addr,
  2155. 32:22.65 ^~~~~~~~~~~~~~~~~~~~~~~~~
  2156. 32:22.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_usrreq.c:6828:3: warning: code will never be executed [-Wunreachable-code]
  2157. 32:22.66 sctp_bindx_add_address(so, inp, addrs->addr,
  2158. 32:22.66 ^~~~~~~~~~~~~~~~~~~~~~
  2159. 32:24.33 3 warnings generated.
  2160. 32:25.75 netwerk/test/gtest
  2161. 32:26.64 /home/username/source/firefox-wayland-hg/src/mozilla-unified/netwerk/sctp/src/user_socket.c:2589:27: warning: loop will run at most once (loop increment never executed) [-Wunreachable-code-loop-increment]
  2162. 32:26.64 for (i = 0; i < addrcnt; i++) {
  2163. 32:26.65 ^~~
  2164. 32:27.14 1 warning generated.
  2165. 32:27.15 netwerk/test/gtest/parse-ftp
  2166. 32:27.92 extensions/auth
  2167. 32:28.67 ipc/chromium
  2168. 32:33.12 ipc/chromium/src/third_party
  2169. 32:40.76 ipc/glue
  2170. 32:40.85 ipc/ipdl
  2171. 32:55.24 ipc/testshell
  2172. 33:03.98 ipc/contentproc
  2173. 33:04.70 js/ipc
  2174. 33:16.80 hal
  2175. 33:29.84 js/xpconnect/wrappers
  2176. 33:30.32 js/xpconnect/loader
  2177. 33:43.03 js/xpconnect/src
  2178. 33:46.63 js/xpconnect/tests/components/native
  2179. 33:48.58 intl/chardet
  2180. 33:49.20 modules/libjar
  2181. 33:57.10 modules/libjar/zipwriter
  2182. 34:00.31 storage
  2183. 34:16.97 storage/build
  2184. 34:18.32 storage/test/gtest
  2185. 34:20.37 extensions/cookie
  2186. 34:25.29 extensions/permissions
  2187. 34:28.38 media/webrtc/signaling/src/common
  2188. 34:30.22 media/webrtc/signaling/src/jsep
  2189. 34:30.32 media/webrtc/signaling/src/media-conduit
  2190. 34:43.18 media/webrtc/signaling/src/mediapipeline
  2191. 34:50.42 media/webrtc/signaling/src/peerconnection
  2192. 34:55.43 media/webrtc/signaling/src/sdp
  2193. 35:23.54 media/webrtc/signaling/gtest
  2194. 35:28.82 media/webrtc/trunk/webrtc/api/audio_codecs/audio_codecs_api_gn
  2195. 35:30.82 media/webrtc/trunk/webrtc/api/audio_codecs/builtin_audio_decoder_factory_gn
  2196. 35:31.73 media/webrtc/trunk/webrtc/api/audio_codecs/builtin_audio_encoder_factory_gn
  2197. 35:32.67 media/webrtc/trunk/webrtc/api/audio_codecs/g711/audio_decoder_g711_gn
  2198. 35:33.61 media/webrtc/trunk/webrtc/api/audio_codecs/g711/audio_encoder_g711_gn
  2199. 35:34.77 media/webrtc/trunk/webrtc/api/audio_codecs/g722/audio_decoder_g722_gn
  2200. 35:35.72 media/webrtc/trunk/webrtc/api/audio_codecs/g722/audio_encoder_g722_gn
  2201. 35:36.84 media/webrtc/trunk/webrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn
  2202. 35:37.71 media/webrtc/trunk/webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn
  2203. 35:38.85 media/webrtc/trunk/webrtc/api/audio_codecs/L16/audio_decoder_L16_gn
  2204. 35:39.62 media/webrtc/trunk/webrtc/api/audio_codecs/L16/audio_encoder_L16_gn
  2205. 35:40.39 media/webrtc/trunk/webrtc/api/audio_codecs/opus/audio_decoder_opus_gn
  2206. 35:41.65 media/webrtc/trunk/webrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn
  2207. 35:42.37 media/webrtc/trunk/webrtc/api/audio_codecs/opus/audio_encoder_opus_gn
  2208. 35:42.99 media/webrtc/trunk/webrtc/api/base_peerconnection_api_gn
  2209. 35:44.68 media/webrtc/trunk/webrtc/api/optional_gn
  2210. 35:45.20 media/webrtc/trunk/webrtc/api/video_codecs/video_codecs_api_gn
  2211. 35:45.83 media/webrtc/trunk/webrtc/api/video_frame_api_gn
  2212. 35:46.53 media/webrtc/trunk/webrtc/api/video_frame_api_i420_gn
  2213. 35:47.25 media/webrtc/trunk/webrtc/audio/audio_gn
  2214. 35:51.10 media/webrtc/trunk/webrtc/audio/utility/audio_frame_operations_gn
  2215. 35:51.90 media/webrtc/trunk/webrtc/call/bitrate_allocator_gn
  2216. 35:54.51 media/webrtc/trunk/webrtc/call/call_gn
  2217. 36:02.48 media/webrtc/trunk/webrtc/call/call_interfaces_gn
  2218. 36:03.51 media/webrtc/trunk/webrtc/call/rtp_interfaces_gn
  2219. 36:03.96 media/webrtc/trunk/webrtc/call/rtp_receiver_gn
  2220. 36:04.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/call/rtp_receiver_gn/Unified_cpp_rtp_receiver_gn0.cpp:11:
  2221. 36:04.69 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/call/rtp_demuxer.cc:171:8: warning: unused variable 'has_mid' [-Wunused-variable]
  2222. 36:04.69 bool has_mid = packet.GetExtension<RtpMid>(&packet_mid);
  2223. 36:04.69 ^
  2224. 36:06.75 BUILDSTATUS BUILD_VERBOSE ipc/ipdl
  2225. 36:07.74 1 warning generated.
  2226. 36:07.76 media/webrtc/trunk/webrtc/call/rtp_sender_gn
  2227. 36:08.58 media/webrtc/trunk/webrtc/call/video_stream_api_gn
  2228. 36:11.42 media/webrtc/trunk/webrtc/common_audio/common_audio_c_gn
  2229. 36:13.31 media/webrtc/trunk/webrtc/common_audio/common_audio_cc_gn
  2230. 36:13.71 media/webrtc/trunk/webrtc/common_audio/common_audio_gn
  2231. 36:18.31 media/webrtc/trunk/webrtc/common_audio/fir_filter_factory_gn
  2232. 36:18.85 media/webrtc/trunk/webrtc/common_video/common_video_gn
  2233. 36:19.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/common_video/common_video_gn/Unified_cpp_common_video_gn0.cpp:38:
  2234. 36:19.50 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/common_video/h264/sps_parser.cc:22:9: warning: 'RETURN_EMPTY_ON_FAIL' macro redefined [-Wmacro-redefined]
  2235. 36:19.50 #define RETURN_EMPTY_ON_FAIL(x) \
  2236. 36:19.50 ^
  2237. 36:19.50 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/common_video/h264/pps_parser.cc:20:9: note: previous definition is here
  2238. 36:19.50 #define RETURN_EMPTY_ON_FAIL(x) \
  2239. 36:19.50 ^
  2240. 36:22.25 1 warning generated.
  2241. 36:22.26 media/webrtc/trunk/webrtc/logging/rtc_event_log_api_gn
  2242. 36:31.32 media/webrtc/trunk/webrtc/logging/rtc_event_log_impl_gn
  2243. 36:32.29 media/webrtc/trunk/webrtc/media/rtc_audio_video_gn
  2244. 36:34.50 media/webrtc/trunk/webrtc/media/rtc_h264_profile_id_gn
  2245. 36:35.66 media/webrtc/trunk/webrtc/media/rtc_media_base_gn
  2246. 36:38.57 media/webrtc/trunk/webrtc/modules/audio_coding/audio_coding_gn
  2247. 36:42.37 media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_conversion_gn
  2248. 36:42.57 media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor_config_gn
  2249. 36:43.27 media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor_gn
  2250. 36:43.47 media/webrtc/trunk/webrtc/modules/audio_coding/cng_gn
  2251. 36:43.99 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_coding/cng_gn/Unified_cpp_audio_coding_cng_gn0.cpp:2:
  2252. 36:43.99 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc:48:75: warning: possible misuse of comma operator here [-Wcomma]
  2253. 36:43.99 ([&] { RTC_CHECK(config.IsOk()) << "Invalid configuration."; }(),
  2254. 36:43.99 ^
  2255. 36:43.99 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc:48:12: note: cast expression to void to silence warning
  2256. 36:43.99 ([&] { RTC_CHECK(config.IsOk()) << "Invalid configuration."; }(),
  2257. 36:43.99 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2258. 36:43.99 static_cast<void>( )
  2259. 36:44.27 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/audio_coding/g711_c_gn
  2260. 36:44.39 media/webrtc/trunk/webrtc/modules/audio_coding/g711_gn
  2261. 36:45.36 1 warning generated.
  2262. 36:45.37 media/webrtc/trunk/webrtc/modules/audio_coding/g722_c_gn
  2263. 36:45.53 media/webrtc/trunk/webrtc/modules/audio_coding/g722_gn
  2264. 36:45.87 media/webrtc/trunk/webrtc/modules/audio_coding/ilbc_c_gn
  2265. 36:46.69 media/webrtc/trunk/webrtc/modules/audio_coding/ilbc_gn
  2266. 36:47.33 media/webrtc/trunk/webrtc/modules/audio_coding/isac_c_gn
  2267. 36:47.66 media/webrtc/trunk/webrtc/modules/audio_coding/isac_common_gn
  2268. 36:48.02 media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_c_gn
  2269. 36:48.09 media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_common_gn
  2270. 36:48.35 media/webrtc/trunk/webrtc/modules/audio_coding/isac_gn
  2271. 36:49.43 media/webrtc/trunk/webrtc/modules/audio_coding/legacy_encoded_audio_frame_gn
  2272. 36:50.46 media/webrtc/trunk/webrtc/modules/audio_coding/neteq_decoder_enum_gn
  2273. 36:51.11 media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn
  2274. 36:51.35 media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_c_gn
  2275. 36:51.41 media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_gn
  2276. 36:51.43 media/webrtc/trunk/webrtc/modules/audio_coding/rent_a_codec_gn
  2277. 36:52.22 media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_c_gn
  2278. 36:52.39 media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_gn
  2279. 36:52.43 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn/Unified_cpp_neteq_gn0.cpp:20:
  2280. 36:52.43 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.cc:11:
  2281. 36:52.44 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.h:98:22: warning: possible misuse of comma operator here [-Wcomma]
  2282. 36:52.44 mute_factor = 0,
  2283. 36:52.44 ^
  2284. 36:52.44 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.h:98:7: note: cast expression to void to silence warning
  2285. 36:52.44 mute_factor = 0,
  2286. 36:52.44 ^~~~~~~~~~~~~~~
  2287. 36:52.44 static_cast<void>( )
  2288. 36:53.04 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/audio_device/audio_device_generic_gn
  2289. 36:54.89 media/webrtc/trunk/webrtc/modules/audio_mixer/audio_frame_manipulator_gn
  2290. 36:55.54 media/webrtc/trunk/webrtc/modules/audio_mixer/audio_mixer_impl_gn
  2291. 36:55.94 1 warning generated.
  2292. 36:55.94 media/webrtc/trunk/webrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn
  2293. 36:56.47 media/webrtc/trunk/webrtc/modules/audio_processing/aec_dump_interface_gn
  2294. 36:56.86 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn/Unified_cpp_neteq_gn1.cpp:29:
  2295. 36:56.86 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq_impl.cc:22:
  2296. 36:56.86 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.h:98:22: warning: possible misuse of comma operator here [-Wcomma]
  2297. 36:56.86 mute_factor = 0,
  2298. 36:56.86 ^
  2299. 36:56.86 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.h:98:7: note: cast expression to void to silence warning
  2300. 36:56.86 mute_factor = 0,
  2301. 36:56.86 ^~~~~~~~~~~~~~~
  2302. 36:56.86 static_cast<void>( )
  2303. 36:57.09 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_c_gn
  2304. 36:57.40 media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_c_gn
  2305. 36:58.12 media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn
  2306. 36:58.48 media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_statistics_gn
  2307. 36:58.74 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:26:
  2308. 36:58.74 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  2309. 36:58.74 for (int k = 0; k < v_length; ++k) {
  2310. 36:58.74 ~ ^ ~~~~~~~~
  2311. 36:59.00 1 warning generated.
  2312. 36:59.08 media/webrtc/trunk/webrtc/modules/bitrate_controller/bitrate_controller_gn
  2313. 37:01.67 media/webrtc/trunk/webrtc/modules/congestion_controller/congestion_controller_gn
  2314. 37:03.39 1 warning generated.
  2315. 37:04.32 media/webrtc/trunk/webrtc/modules/media_file/media_file_gn
  2316. 37:06.09 media/webrtc/trunk/webrtc/modules/pacing/pacing_gn
  2317. 37:08.54 media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn
  2318. 37:10.86 media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_format_gn
  2319. 37:10.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/gain_control_impl.cc:16:
  2320. 37:10.91 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  2321. 37:10.91 for (int k = 0; k < v_length; ++k) {
  2322. 37:10.91 ~ ^ ~~~~~~~~
  2323. 37:11.68 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_gn
  2324. 37:11.80 1 warning generated.
  2325. 37:12.72 media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_gn
  2326. 37:13.43 media/webrtc/trunk/webrtc/modules/utility/utility_gn
  2327. 37:14.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn0.cpp:2:
  2328. 37:14.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:30:
  2329. 37:14.28 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  2330. 37:14.28 for (int k = 0; k < v_length; ++k) {
  2331. 37:14.28 ~ ^ ~~~~~~~~
  2332. 37:14.55 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/video_capture/video_capture_internal_impl_gn
  2333. 37:16.09 media/webrtc/trunk/webrtc/modules/video_capture/video_capture_module_gn
  2334. 37:17.47 media/webrtc/trunk/webrtc/modules/video_coding/video_coding_gn
  2335. 37:19.17 1 warning generated.
  2336. 37:19.94 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn1.cpp:2:
  2337. 37:19.94 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/echo_remover.cc:29:
  2338. 37:19.94 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/subtractor.h:18:
  2339. 37:19.94 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h:23:
  2340. 37:19.94 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  2341. 37:19.94 for (int k = 0; k < v_length; ++k) {
  2342. 37:19.94 ~ ^ ~~~~~~~~
  2343. 37:20.07 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/video_coding/video_coding_gn
  2344. 37:24.33 1 warning generated.
  2345. 37:25.00 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn2.cpp:2:
  2346. 37:25.00 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/subtractor.cc:11:
  2347. 37:25.00 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/subtractor.h:18:
  2348. 37:25.00 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h:23:
  2349. 37:25.00 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  2350. 37:25.00 for (int k = 0; k < v_length; ++k) {
  2351. 37:25.00 ~ ^ ~~~~~~~~
  2352. 37:26.81 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_gn
  2353. 37:27.93 media/webrtc/trunk/webrtc/modules/video_coding/video_coding_utility_gn
  2354. 37:28.32 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_h264_gn
  2355. 37:29.36 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_i420_gn
  2356. 37:29.57 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_stereo_gn
  2357. 37:30.07 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp8_gn
  2358. 37:32.18 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp9_gn
  2359. 37:33.17 1 warning generated.
  2360. 37:33.85 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn3.cpp:20:
  2361. 37:33.85 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/level_controller/down_sampler.cc:19:
  2362. 37:33.85 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  2363. 37:33.85 for (int k = 0; k < v_length; ++k) {
  2364. 37:33.85 ~ ^ ~~~~~~~~
  2365. 37:34.25 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/video_processing/video_processing_gn
  2366. 37:35.57 media/webrtc/trunk/webrtc/rtc_base/rtc_base_approved_generic_gn
  2367. 37:36.34 media/webrtc/trunk/webrtc/rtc_base/rtc_numerics_gn
  2368. 37:36.38 media/webrtc/trunk/webrtc/rtc_base/rtc_task_queue_impl_gn
  2369. 37:36.53 media/webrtc/trunk/webrtc/rtc_base/sequenced_task_checker_gn
  2370. 37:36.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/rtc_base/rtc_task_queue_impl_gn/Unified_cpp_c_task_queue_impl_gn0.cpp:2:
  2371. 37:36.91 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/rtc_base/task_queue_libevent.cc:236:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  2372. 37:36.91 write(reply_pipe_, &message, sizeof(message));
  2373. 37:36.91 ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2374. 37:37.06 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/rtc_base/weak_ptr_gn
  2375. 37:37.32 1 warning generated.
  2376. 37:37.63 media/webrtc/trunk/webrtc/system_wrappers/field_trial_default_gn
  2377. 37:37.67 1 warning generated.
  2378. 37:37.69 media/webrtc/trunk/webrtc/system_wrappers/metrics_default_gn
  2379. 37:37.97 media/webrtc/trunk/webrtc/system_wrappers/system_wrappers_gn
  2380. 37:39.28 media/webrtc/trunk/webrtc/video/video_gn
  2381. 37:39.90 media/webrtc/trunk/webrtc/voice_engine/audio_level_gn
  2382. 37:40.52 media/webrtc/trunk/webrtc/voice_engine/voice_engine_gn
  2383. 37:40.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/rtc_base/rtc_base_approved_generic_gn/Unified_cpp__approved_generic_gn1.cpp:29:
  2384. 37:40.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/rtc_base/messagequeue.cc:121:41: warning: unused variable 'iter' [-Wunused-variable]
  2385. 37:40.65 std::vector<MessageQueue *>::iterator iter;
  2386. 37:40.65 ^
  2387. 37:40.65 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/video/video_gn
  2388. 37:42.18 media/webrtc/trunk/webrtc/webrtc_common_gn
  2389. 37:43.06 media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn
  2390. 37:43.70 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/Unified_cpp_p_capture_generic_gn0.cpp:2:
  2391. 37:43.70 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/desktop_capture/app_capturer_x11.cc:144:41: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
  2392. 37:43.70 std::unique_ptr<DesktopFrame> frame = std::move(screen_capturer_proxy_.GetFrame());
  2393. 37:43.70 ^
  2394. 37:43.70 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/desktop_capture/app_capturer_x11.cc:144:41: note: remove std::move call here
  2395. 37:43.70 std::unique_ptr<DesktopFrame> frame = std::move(screen_capturer_proxy_.GetFrame());
  2396. 37:43.70 ^~~~~~~~~~ ~
  2397. 37:43.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/Unified_cpp_p_capture_generic_gn0.cpp:92:
  2398. 37:43.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_device_info.cc:186:27: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'std::map<long, webrtc::DesktopDisplayDevice *, std::less<long>, std::allocator<std::pair<const long, webrtc::DesktopDisplayDevice *> > >::size_type' (aka 'unsigned long') [-Wsign-compare]
  2399. 37:43.83 if(nIndex < 0 || nIndex >= desktop_display_list_.size()) {
  2400. 37:43.83 ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2401. 37:43.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_device_info.cc:205:28: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'std::map<long, webrtc::DesktopDisplayDevice *, std::less<long>, std::allocator<std::pair<const long, webrtc::DesktopDisplayDevice *> > >::size_type' (aka 'unsigned long') [-Wsign-compare]
  2402. 37:43.83 if (nIndex < 0 || nIndex >= desktop_window_list_.size()) {
  2403. 37:43.83 ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2404. 37:43.84 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_device_info.cc:226:27: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'std::map<long, webrtc::DesktopApplication *, std::less<long>, std::allocator<std::pair<const long, webrtc::DesktopApplication *> > >::size_type' (aka 'unsigned long') [-Wsign-compare]
  2405. 37:43.84 if(nIndex < 0 || nIndex >= desktop_application_list_.size()) {
  2406. 37:43.84 ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2407. 37:45.33 1 warning generated.
  2408. 37:46.15 4 warnings generated.
  2409. 37:46.99 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/Unified_cpp_p_capture_generic_gn1.cpp:74:
  2410. 37:46.99 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/webrtc/modules/desktop_capture/x11/desktop_device_info_x11.cc:82:21: warning: comparison of integers of different signs: 'unsigned int' and '__pid_t' (aka 'int') [-Wsign-compare]
  2411. 37:46.99 if (processId == getpid()) {
  2412. 37:46.99 ~~~~~~~~~ ^ ~~~~~~~~
  2413. 37:47.25 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/desktop_capture/primitives_gn
  2414. 37:48.37 media/webrtc/trunk/webrtc/system_wrappers/cpu_features_linux_gn
  2415. 37:48.47 media/webrtc/trunk/webrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn
  2416. 37:49.34 media/webrtc/trunk/webrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn
  2417. 37:49.75 media/webrtc/trunk/webrtc/common_audio/common_audio_sse2_gn
  2418. 37:49.82 1 warning generated.
  2419. 37:49.84 media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_sse2_gn
  2420. 37:50.33 media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn
  2421. 37:50.45 media/webrtc/trunk/webrtc/modules/video_processing/video_processing_sse2_gn
  2422. 37:50.47 media/mtransport/build
  2423. 37:50.58 media/mtransport/ipc
  2424. 37:51.12 testing/gtest
  2425. 37:55.71 testing/gtest/benchmark
  2426. 37:55.78 testing/gtest/mozilla
  2427. 38:00.31 uriloader/base
  2428. 38:01.11 uriloader/exthandler
  2429. 38:05.23 uriloader/prefetch
  2430. 38:05.55 caps
  2431. 38:16.19 caps/tests/gtest
  2432. 38:17.15 parser/expat/lib
  2433. 38:17.97 parser/htmlparser
  2434. 38:18.15 parser/html
  2435. 38:32.04 gfx/cairo/cairo/src
  2436. 38:32.04 gfx/cairo/libpixman/src
  2437. 38:33.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairo-cff-subset.c:43:
  2438. 38:33.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairoint.h:57:
  2439. 38:33.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  2440. 38:33.87 In file included from /usr/include/assert.h:35:
  2441. 38:33.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  2442. 38:33.87 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  2443. 38:33.87 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  2444. 38:33.87 ^
  2445. 38:34.58 1 warning generated.
  2446. 38:34.82 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairo-ft-font.c:42:
  2447. 38:34.82 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairoint.h:57:
  2448. 38:34.82 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  2449. 38:34.82 In file included from /usr/include/assert.h:35:
  2450. 38:34.82 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  2451. 38:34.83 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  2452. 38:34.83 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  2453. 38:34.83 ^
  2454. 38:34.87 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-bits-image.c:268:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  2455. 38:34.87 while (buffer < end && x < pixman_fixed_minus_1)
  2456. 38:34.87 ^~~~~~~~~~~~~~~~~~~~
  2457. 38:34.87 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman.h:133:32: note: expanded from macro 'pixman_fixed_minus_1'
  2458. 38:34.87 #define pixman_fixed_minus_1 (pixman_int_to_fixed(-1))
  2459. 38:34.87 ^~~~~~~~~~~~~~~~~~~~~~~
  2460. 38:34.87 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman.h:135:56: note: expanded from macro 'pixman_int_to_fixed'
  2461. 38:34.87 #define pixman_int_to_fixed(i) ((pixman_fixed_t) ((i) << 16))
  2462. 38:34.87 ~~~ ^
  2463. 38:35.35 BUILDSTATUS BUILD_VERBOSE media/mtransport/build
  2464. 38:35.53 1 warning generated.
  2465. 38:36.02 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairo-pdf-surface.c:43:
  2466. 38:36.02 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairoint.h:57:
  2467. 38:36.02 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  2468. 38:36.02 In file included from /usr/include/assert.h:35:
  2469. 38:36.02 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  2470. 38:36.02 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  2471. 38:36.02 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  2472. 38:36.02 ^
  2473. 38:37.23 BUILDSTATUS BUILD_VERBOSE media/mtransport/build
  2474. 38:37.27 1 warning generated.
  2475. 38:37.44 1 warning generated.
  2476. 38:37.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairo-ps-surface.c:57:
  2477. 38:37.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairoint.h:57:
  2478. 38:37.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  2479. 38:37.50 In file included from /usr/include/assert.h:35:
  2480. 38:37.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  2481. 38:37.50 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  2482. 38:37.50 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  2483. 38:37.50 ^
  2484. 38:38.23 1 warning generated.
  2485. 38:38.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairo-truetype-subset.c:44:
  2486. 38:38.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairoint.h:57:
  2487. 38:38.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  2488. 38:38.58 In file included from /usr/include/assert.h:35:
  2489. 38:38.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  2490. 38:38.59 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  2491. 38:38.59 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  2492. 38:38.59 ^
  2493. 38:39.21 1 warning generated.
  2494. 38:39.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairo-type1-fallback.c:37:
  2495. 38:39.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairoint.h:57:
  2496. 38:39.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  2497. 38:39.28 In file included from /usr/include/assert.h:35:
  2498. 38:39.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  2499. 38:39.28 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  2500. 38:39.28 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  2501. 38:39.28 ^
  2502. 38:39.48 BUILDSTATUS BUILD_VERBOSE gfx/2d
  2503. 38:39.55 1 warning generated.
  2504. 38:39.62 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairo-type1-subset.c:43:
  2505. 38:39.62 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairoint.h:57:
  2506. 38:39.62 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  2507. 38:39.62 In file included from /usr/include/assert.h:35:
  2508. 38:39.62 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  2509. 38:39.62 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  2510. 38:39.62 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  2511. 38:39.62 ^
  2512. 38:39.67 BUILDSTATUS BUILD_VERBOSE gfx/2d
  2513. 38:40.10 1 warning generated.
  2514. 38:40.52 gfx/2d
  2515. 38:41.91 gfx/ycbcr
  2516. 38:44.78 gfx/angle/targets/angle_common
  2517. 38:47.16 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-linear-gradient.c:395:6: warning: code will never be executed [-Wunreachable-code]
  2518. 38:47.16 if (iter->iter_flags & ITER_16)
  2519. 38:47.16 ^~~~
  2520. 38:47.16 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-linear-gradient.c:392:9: note: silence by adding parentheses to mark code as explicitly dead
  2521. 38:47.16 if (0 && linear_gradient_is_horizontal (
  2522. 38:47.16 ^
  2523. 38:47.16 /* DISABLES CODE */ ( )
  2524. 38:47.24 1 warning generated.
  2525. 38:53.36 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/gfx/cairo/cairo/src/Unified_c_gfx_cairo_cairo_src4.c:11:
  2526. 38:53.37 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/cairo/src/cairo.c:301:16: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  2527. 38:53.37 if (status < 0 || status > CAIRO_STATUS_LAST_STATUS) {
  2528. 38:53.37 ~~~~~~ ^ ~
  2529. 38:53.61 BUILDSTATUS BUILD_VERBOSE gfx/2d
  2530. 38:54.05 1 warning generated.
  2531. 38:54.07 gfx/src
  2532. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:80:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
  2533. 38:58.83 #if _PIXMAN_X86_64 || defined (_MSC_VER)
  2534. 38:58.83 ^
  2535. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:6: note: expanded from macro '_PIXMAN_X86_64'
  2536. 38:58.83 (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
  2537. 38:58.83 ^
  2538. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:80:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
  2539. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:28: note: expanded from macro '_PIXMAN_X86_64'
  2540. 38:58.83 (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
  2541. 38:58.83 ^
  2542. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:80:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
  2543. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:51: note: expanded from macro '_PIXMAN_X86_64'
  2544. 38:58.83 (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
  2545. 38:58.83 ^
  2546. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:119:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
  2547. 38:58.83 #if _PIXMAN_X86_64
  2548. 38:58.83 ^
  2549. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:6: note: expanded from macro '_PIXMAN_X86_64'
  2550. 38:58.83 (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
  2551. 38:58.83 ^
  2552. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:119:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
  2553. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:28: note: expanded from macro '_PIXMAN_X86_64'
  2554. 38:58.83 (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
  2555. 38:58.83 ^
  2556. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:119:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
  2557. 38:58.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:51: note: expanded from macro '_PIXMAN_X86_64'
  2558. 38:58.83 (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
  2559. 38:58.83 ^
  2560. 38:58.85 6 warnings generated.
  2561. 38:59.12 gfx/qcms
  2562. 39:01.13 gfx/gl
  2563. 39:13.64 gfx/layers
  2564. 39:31.17 gfx/layers/apz/test/gtest
  2565. 39:54.27 gfx/graphite2/src
  2566. 40:01.17 gfx/harfbuzz/src
  2567. 40:01.61 gfx/ipc
  2568. 40:10.18 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/gfx/harfbuzz/src/Unified_cpp_gfx_harfbuzz_src0.cpp:2:
  2569. 40:10.18 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-layout.cc:37:
  2570. 40:10.18 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:31:
  2571. 40:10.18 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-kern.hh:32:
  2572. 40:10.18 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:32:
  2573. 40:10.18 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1281:85: warning: possible misuse of comma operator here [-Wcomma]
  2574. 40:10.18 && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  2575. 40:10.18 ^
  2576. 40:10.18 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1281:11: note: cast expression to void to silence warning
  2577. 40:10.18 && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  2578. 40:10.18 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2579. 40:10.18 static_cast<void>( )
  2580. 40:10.20 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1930:77: warning: possible misuse of comma operator here [-Wcomma]
  2581. 40:10.20 && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  2582. 40:10.20 ^
  2583. 40:10.20 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1930:11: note: cast expression to void to silence warning
  2584. 40:10.20 && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  2585. 40:10.20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2586. 40:10.20 static_cast<void>( )
  2587. 40:10.34 BUILDSTATUS BUILD_VERBOSE gfx/harfbuzz/src
  2588. 40:10.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/gfx/harfbuzz/src/Unified_cpp_gfx_harfbuzz_src1.cpp:2:
  2589. 40:10.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-shape-complex-arabic.cc:242:
  2590. 40:10.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-shape-complex-arabic-fallback.hh:33:
  2591. 40:10.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:32:
  2592. 40:10.76 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1281:85: warning: possible misuse of comma operator here [-Wcomma]
  2593. 40:10.76 && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  2594. 40:10.76 ^
  2595. 40:10.76 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1281:11: note: cast expression to void to silence warning
  2596. 40:10.76 && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  2597. 40:10.76 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2598. 40:10.76 static_cast<void>( )
  2599. 40:10.78 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1930:77: warning: possible misuse of comma operator here [-Wcomma]
  2600. 40:10.78 && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  2601. 40:10.78 ^
  2602. 40:10.78 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1930:11: note: cast expression to void to silence warning
  2603. 40:10.78 && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  2604. 40:10.78 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2605. 40:10.78 static_cast<void>( )
  2606. 40:17.49 BUILDSTATUS BUILD_VERBOSE gfx/vr
  2607. 40:18.87 2 warnings generated.
  2608. 40:23.08 gfx/vr
  2609. 40:37.76 2 warnings generated.
  2610. 40:37.78 gfx/vr/service
  2611. 40:45.45 gfx/config
  2612. 40:50.25 gfx/webrender_bindings
  2613. 41:05.05 gfx/skia
  2614. 41:45.22 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/skia/skia/src/core/SkXfermode.cpp:139:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  2615. 41:45.22 return false;
  2616. 41:45.22 ^~~~~
  2617. 41:45.37 1 warning generated.
  2618. 42:13.00 gfx/sfntly/cpp/src
  2619. 42:18.24 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/skia/skia/src/gpu/effects/GrOvalEffect.cpp:32:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  2620. 42:18.24 return nullptr;
  2621. 42:18.24 ^~~~~~~
  2622. 42:18.53 1 warning generated.
  2623. 42:43.69 gfx/tests/gtest
  2624. 42:57.26 image
  2625. 43:35.25 image/build
  2626. 43:39.01 image/decoders
  2627. 43:40.99 image/decoders/icon/gtk
  2628. 43:43.26 image/decoders/icon
  2629. 43:46.10 image/encoders/ico
  2630. 43:47.37 image/encoders/png
  2631. 43:51.58 image/encoders/jpeg
  2632. 43:52.77 image/encoders/bmp
  2633. 43:53.89 image/test/gtest
  2634. 43:54.23 dom/abort
  2635. 43:57.59 dom/animation
  2636. 44:13.74 dom/base
  2637. 45:08.08 dom/base/test/gtest
  2638. 45:16.69 dom/bindings
  2639. 45:48.12 dom/bindings/test
  2640. 47:44.31 dom/battery
  2641. 47:47.53 dom/browser-element
  2642. 47:54.75 dom/cache
  2643. 48:23.44 dom/canvas/gtest
  2644. 48:31.22 dom/webgpu
  2645. 48:38.72 dom/clients/api
  2646. 48:45.02 dom/clients/manager
  2647. 48:46.22 dom/commandhandler
  2648. 48:50.14 dom/credentialmanagement
  2649. 48:54.00 dom/crypto
  2650. 49:03.75 dom/encoding
  2651. 49:07.84 dom/events
  2652. 49:08.80 dom/fetch
  2653. 49:26.20 dom/file
  2654. 49:39.53 dom/file/ipc
  2655. 49:48.44 dom/file/uri
  2656. 49:54.97 dom/filehandle
  2657. 50:00.92 dom/filesystem
  2658. 50:11.29 dom/filesystem/compat
  2659. 50:16.98 dom/flex
  2660. 50:18.11 dom/gamepad
  2661. 50:21.61 dom/geolocation
  2662. 50:27.20 dom/grid
  2663. 50:32.74 dom/html
  2664. 50:33.11 dom/html/input
  2665. 50:38.50 dom/jsurl
  2666. 50:43.98 dom/asmjscache
  2667. 50:50.80 dom/mathml
  2668. 50:54.88 dom/media
  2669. 52:22.92 dom/media/doctor
  2670. 52:31.00 dom/media/doctor/gtest
  2671. 52:37.12 dom/media/eme
  2672. 52:48.43 dom/media/encoder
  2673. 52:58.57 dom/media/fake-cdm
  2674. 53:01.24 dom/media/fake-cdm/libfake.so
  2675. 53:01.57 dom/media/flac
  2676. 53:09.75 dom/media/gmp
  2677. 53:21.23 dom/media/gmp/widevine-adapter
  2678. 53:23.81 dom/media/gmp-plugin-openh264
  2679. 53:24.47 dom/media/gmp-plugin-openh264/libfakeopenh264.so
  2680. 53:24.71 dom/media/imagecapture
  2681. 53:29.84 dom/media/ipc
  2682. 53:34.59 dom/media/mediacapabilities
  2683. 53:43.41 dom/media/mediasink
  2684. 53:57.78 dom/media/mediasource
  2685. 54:14.58 dom/media/mediasource/gtest
  2686. 54:15.36 dom/media/mp3
  2687. 54:15.56 dom/media/ogg
  2688. 54:18.07 dom/media/platforms
  2689. 54:22.42 dom/media/platforms/agnostic/bytestreams
  2690. 54:22.50 dom/media/platforms/agnostic/eme
  2691. 54:24.86 dom/media/platforms/agnostic/gmp
  2692. 54:27.84 dom/media/platforms/omx
  2693. 54:31.98 dom/media/platforms/ffmpeg/ffvpx
  2694. 54:35.48 dom/media/platforms/ffmpeg
  2695. 54:37.51 dom/media/platforms/ffmpeg/libav53
  2696. 54:40.52 dom/media/platforms/ffmpeg/libav54
  2697. 54:41.39 dom/media/platforms/ffmpeg/libav55
  2698. 54:43.04 dom/media/platforms/ffmpeg/ffmpeg57
  2699. 54:44.01 dom/media/platforms/ffmpeg/ffmpeg58
  2700. 54:46.88 dom/media/systemservices
  2701. 54:47.67 dom/media/wave
  2702. 54:49.48 dom/media/webaudio
  2703. 54:50.30 dom/media/webaudio/blink
  2704. 54:54.94 dom/media/webm
  2705. 54:57.39 dom/media/webrtc
  2706. 55:04.12 dom/media/webspeech/synth
  2707. 55:04.97 dom/media/webspeech/synth/speechd
  2708. 55:08.79 dom/media/webspeech/recognition
  2709. 55:11.54 dom/media/mp4
  2710. 55:17.05 dom/media/bridge
  2711. 55:19.92 dom/media/gtest
  2712. 55:21.23 dom/media/gtest/mp4_demuxer
  2713. 55:26.10 dom/midi
  2714. 55:28.93 dom/notification
  2715. 55:30.32 dom/offline
  2716. 55:34.21 dom/power
  2717. 55:38.73 dom/push
  2718. 55:38.83 dom/quota
  2719. 55:39.26 dom/quota/test/gtest
  2720. 55:41.61 dom/security
  2721. 55:46.17 dom/security/test/gtest
  2722. 55:50.20 dom/security/featurepolicy
  2723. 55:54.32 dom/security/featurepolicy/test/gtest
  2724. 55:55.39 dom/storage
  2725. 55:55.53 dom/svg
  2726. 55:56.67 dom/network
  2727. 56:05.59 dom/permission
  2728. 56:08.54 dom/plugins/base
  2729. 56:09.53 dom/plugins/ipc
  2730. 56:10.41 dom/indexedDB
  2731. 56:40.50 dom/system
  2732. 56:45.29 dom/workers
  2733. 57:00.61 dom/workers/remoteworkers
  2734. 57:03.09 dom/workers/sharedworkers
  2735. 57:05.86 dom/audiochannel
  2736. 57:09.47 dom/broadcastchannel
  2737. 57:10.39 dom/messagechannel
  2738. 57:10.51 dom/promise
  2739. 57:11.13 dom/smil
  2740. 57:16.89 dom/url
  2741. 57:17.93 dom/webauthn
  2742. 57:18.55 dom/xbl
  2743. 57:22.75 dom/xbl/builtin
  2744. 57:25.76 dom/xbl/builtin/unix
  2745. 57:26.21 dom/xml
  2746. 57:26.30 dom/xslt/base
  2747. 57:29.77 dom/xslt/xml
  2748. 57:31.72 dom/xslt/xpath
  2749. 57:33.85 dom/xslt/xslt
  2750. 57:34.47 dom/xul
  2751. 57:46.30 dom/vr
  2752. 57:47.62 dom/u2f
  2753. 57:49.14 dom/console
  2754. 57:54.28 dom/performance
  2755. 57:54.85 dom/webbrowserpersist
  2756. 57:55.39 dom/xhr
  2757. 57:58.84 dom/worklet
  2758. 58:02.38 dom/script
  2759. 58:05.07 dom/payments
  2760. 58:08.16 dom/payments/ipc
  2761. 58:09.64 dom/websocket
  2762. 58:12.80 dom/serviceworkers
  2763. 58:16.16 dom/serviceworkers/test/gtest
  2764. 58:16.83 dom/simpledb
  2765. 58:18.64 dom/reporting
  2766. 58:22.68 dom/reporting/tests/gtest
  2767. 58:24.30 dom/localstorage
  2768. 58:26.20 dom/prio
  2769. 58:28.68 dom/prio/test/gtest
  2770. 58:29.49 dom/presentation
  2771. 58:39.03 dom/presentation/provider
  2772. 58:40.50 dom/plugins/test/testplugin
  2773. 58:41.81 dom/plugins/test/testplugin/secondplugin
  2774. 58:42.45 dom/plugins/test/testplugin/libnptest.so
  2775. 58:42.79 dom/plugins/test/testplugin/thirdplugin
  2776. 58:43.75 dom/plugins/test/testplugin/secondplugin/libnpsecondtest.so
  2777. 58:44.05 dom/plugins/test/testplugin/flashplugin
  2778. 58:44.75 dom/plugins/test/testplugin/thirdplugin/libnpthirdtest.so
  2779. 58:45.05 view
  2780. 58:45.62 widget
  2781. 58:46.02 dom/plugins/test/testplugin/flashplugin/libnpswftest.so
  2782. 58:46.30 widget/headless
  2783. 58:52.54 widget/gtk
  2784. 58:53.03 widget/gtk/mozgtk/stub
  2785. 58:53.70 widget/gtk/mozgtk/stub/libmozgtk_stub.so
  2786. 58:53.93 widget/gtk/mozgtk/gtk2
  2787. 58:54.11 widget/gtk/mozgtk/gtk2/libmozgtk.so
  2788. 58:54.32 widget/gtk/mozgtk/gtk3
  2789. 58:54.42 widget/gtk/mozgtk/gtk3/libmozgtk.so
  2790. 58:54.64 widget/gtk/wayland
  2791. 58:55.07 widget/gtk/mozwayland
  2792. 58:55.54 widget/gtk/mozwayland/libmozwayland.so
  2793. 58:55.74 widget/gtkxtbin
  2794. 58:56.25 widget/x11
  2795. 58:56.33 editor/libeditor
  2796. 59:36.36 editor/spellchecker
  2797. 59:39.21 editor/txmgr
  2798. 59:40.76 editor/txmgr/tests
  2799. 59:41.06 editor/composer
  2800. 59:42.32 layout/style
  2801. 59:45.31 layout/style/test/gtest
  2802. 59:46.09 layout/base
  2803. 59:46.73 layout/base/gtest
  2804. 59:48.36 layout/generic
  2805. 60:01.46 layout/forms
  2806. 60:28.36 layout/tables
  2807. 60:49.70 layout/svg
  2808. 61:01.79 layout/xul
  2809. 61:18.39 layout/xul/tree
  2810. 61:26.86 layout/xul/grid
  2811. 61:31.87 layout/ipc
  2812. 61:32.11 layout/mathml
  2813. 61:33.82 layout/inspector
  2814. 61:40.88 layout/painting
  2815. 61:51.27 layout/printing
  2816. 61:52.85 layout/build
  2817. 61:52.98 docshell/base
  2818. 62:02.35 docshell/base/timeline
  2819. 62:04.52 docshell/shistory
  2820. 62:06.60 docshell/build
  2821. 62:10.10 xpfe/appshell
  2822. 62:14.84 extensions/universalchardet/src/base
  2823. 62:15.85 extensions/universalchardet/src/xpcom
  2824. 62:16.42 accessible/atk
  2825. 62:18.82 accessible/aom
  2826. 62:23.40 accessible/base
  2827. 62:23.65 accessible/generic
  2828. 62:35.95 accessible/html
  2829. 62:41.62 accessible/ipc
  2830. 62:44.04 accessible/ipc/other
  2831. 62:50.00 accessible/xpcom
  2832. 62:50.74 accessible/xul
  2833. 62:56.91 tools/profiler
  2834. 62:59.26 tools/profiler/tests/gtest
  2835. 62:60.00 extensions/spellcheck/hunspell/glue
  2836. 63:06.99 extensions/spellcheck/hunspell/src
  2837. 63:08.44 In file included from <built-in>:3:
  2838. 63:08.44 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h:48:
  2839. 63:08.44 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/extensions/spellcheck/hunspell/glue/mozHunspellAllocator.h:10:
  2840. 63:08.44 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/include/mozilla/CountingAllocatorBase.h:109:5: warning: instantiation of variable 'mozilla::CountingAllocatorBase<HunspellAllocator>::sAmount' required here, but no definition is available [-Wundefined-var-template]
  2841. 63:08.44 sAmount -= MallocSizeOfOnFree(p);
  2842. 63:08.44 ^
  2843. 63:08.44 /home/username/source/firefox-wayland-hg/src/mozilla-unified/extensions/spellcheck/hunspell/src/affentry.cxx:81:5: note: in instantiation of member function 'mozilla::CountingAllocatorBase<HunspellAllocator>::CountingFree' requested here
  2844. 63:08.44 free(c.l.conds2);
  2845. 63:08.44 ^
  2846. 63:08.44 /home/username/source/firefox-wayland-hg/src/mozilla-unified/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h:52:38: note: expanded from macro 'free'
  2847. 63:08.44 #define free(ptr) HunspellAllocator::CountingFree(ptr)
  2848. 63:08.44 ^
  2849. 63:08.44 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/include/mozilla/CountingAllocatorBase.h:120:21: note: forward declaration of template entity is here
  2850. 63:08.44 static AmountType sAmount;
  2851. 63:08.44 ^
  2852. 63:08.44 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/include/mozilla/CountingAllocatorBase.h:109:5: note: add an explicit instantiation declaration to suppress this warning if 'mozilla::CountingAllocatorBase<HunspellAllocator>::sAmount' is explicitly instantiated in another translation unit
  2853. 63:08.44 sAmount -= MallocSizeOfOnFree(p);
  2854. 63:08.44 ^
  2855. 63:11.41 BUILDSTATUS BUILD_VERBOSE accessible/atk
  2856. 63:22.35 1 warning generated.
  2857. 63:22.37 extensions/spellcheck/src
  2858. 63:25.57 security/manager/ssl/tests/unit/pkcs11testmodule/libpkcs11testmodule.so.symbols.stub
  2859. 63:25.77 security/manager/ssl/tests/unit/pkcs11testmodule
  2860. 63:25.95 security/manager/ssl/tests/unit/pkcs11testmodule/libpkcs11testmodule.so
  2861. 63:26.18 security/manager/ssl/tests/gtest
  2862. 63:27.78 security/manager/pki
  2863. 63:31.61 toolkit/components/remote
  2864. 63:34.28 toolkit/components/alerts
  2865. 63:38.98 toolkit/components/antitracking
  2866. 63:39.67 toolkit/components/backgroundhangmonitor
  2867. 63:44.14 toolkit/components/browser
  2868. 63:44.76 toolkit/components/browser/build
  2869. 63:46.27 toolkit/components/clearsitedata
  2870. 63:46.33 toolkit/components/commandlines
  2871. 63:46.69 toolkit/components/downloads
  2872. 63:48.10 toolkit/components/extensions
  2873. 63:49.41 toolkit/components/extensions/webrequest
  2874. 63:49.57 toolkit/components/finalizationwitness
  2875. 63:50.00 toolkit/components/find
  2876. 63:51.01 toolkit/components/fuzzyfox
  2877. 63:52.53 toolkit/components/jsoncpp/src/lib_json
  2878. 63:56.70 toolkit/components/lz4
  2879. 63:56.89 toolkit/components/mediasniffer
  2880. 63:58.75 toolkit/components/mozintl
  2881. 63:58.93 toolkit/components/osfile
  2882. 63:59.76 toolkit/components/parentalcontrols
  2883. 64:00.63 toolkit/components/perf
  2884. 64:00.65 toolkit/components/perfmonitoring
  2885. 64:01.92 toolkit/components/places
  2886. 64:02.05 toolkit/components/places/tests/gtest
  2887. 64:02.39 toolkit/components/protobuf
  2888. 64:05.76 toolkit/components/reflect
  2889. 64:07.00 toolkit/components/reputationservice
  2890. 64:11.19 toolkit/components/resistfingerprinting
  2891. 64:16.54 toolkit/components/resistfingerprinting/tests
  2892. 64:18.35 toolkit/components/sessionstore
  2893. 64:20.11 toolkit/components/startup
  2894. 64:22.22 toolkit/components/statusfilter
  2895. 64:22.31 toolkit/components/telemetry
  2896. 64:23.76 toolkit/components/telemetry/geckoview/gtest
  2897. 64:28.32 toolkit/components/telemetry/tests/gtest
  2898. 64:32.21 toolkit/components/telemetry/tests
  2899. 64:32.28 toolkit/components/telemetry/tests/libmodules-test.so
  2900. 64:32.48 toolkit/components/thumbnails
  2901. 64:33.97 toolkit/components/typeaheadfind
  2902. 64:34.43 toolkit/components/url-classifier
  2903. 64:35.71 toolkit/components/url-classifier/tests/gtest
  2904. 64:40.41 toolkit/components/windowwatcher
  2905. 64:47.66 toolkit/components/ctypes
  2906. 64:49.11 toolkit/components/ctypes/tests
  2907. 64:49.72 toolkit/components/ctypes/tests/libjsctypes-test.so
  2908. 64:49.80 toolkit/components/autocomplete
  2909. 64:49.98 toolkit/components/printingui
  2910. 64:51.63 toolkit/components/printingui/ipc
  2911. 64:54.37 toolkit/components/satchel
  2912. 64:59.68 toolkit/components/terminator
  2913. 65:01.36 toolkit/components/build
  2914. 65:01.37 toolkit/crashreporter
  2915. 65:04.85 toolkit/crashreporter/breakpad-client/linux
  2916. 65:06.21 toolkit/crashreporter/google-breakpad/src/common
  2917. 65:09.96 toolkit/crashreporter/google-breakpad/src/common/dwarf
  2918. 65:12.05 toolkit/crashreporter/google-breakpad/src/common/linux
  2919. 65:15.61 toolkit/crashreporter/google-breakpad/src/processor
  2920. 65:16.27 toolkit/crashreporter/test/gtest
  2921. 65:16.27 other-licenses/snappy
  2922. 65:17.57 gfx/vr/service/openvr
  2923. 65:19.04 browser/components/dirprovider
  2924. 65:20.19 browser/components/about
  2925. 65:21.49 browser/components/shell
  2926. 65:22.05 security/sandbox/linux
  2927. 65:25.80 js/src/build/libjs_static.a
  2928. 65:28.07 widget/xremoteclient
  2929. 65:29.81 toolkit/system/unixproxy
  2930. 65:31.63 media/libcubeb/src
  2931. 65:33.15 gfx/ots/src
  2932. 65:37.23 netwerk/dns
  2933. 65:43.95 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/gfx/ots/src/Unified_cpp_gfx_ots_src2.cpp:56:
  2934. 65:43.95 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/ots/src/variations.cc:150:18: warning: unused variable 'INNER_INDEX_BIT_COUNT_MASK' [-Wunused-variable]
  2935. 65:43.95 const uint16_t INNER_INDEX_BIT_COUNT_MASK = 0x000F;
  2936. 65:43.95 ^
  2937. 65:44.90 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux
  2938. 65:46.81 media/mtransport/third_party/nICEr
  2939. 65:46.96 security/sandbox/linux/libmozsandbox.so
  2940. 65:47.53 toolkit/recordreplay
  2941. 65:49.73 security/sandbox/linux/launch
  2942. 65:50.38 1 warning generated.
  2943. 65:50.41 media/mtransport/third_party/nrappkit
  2944. 65:51.19 startupcache
  2945. 65:52.02 gfx/thebes
  2946. 65:52.77 config/external/lgpllibs/liblgpllibs.so
  2947. 65:52.88 toolkit/profile
  2948. 65:53.05 toolkit/system/gnome
  2949. 65:56.58 toolkit/mozapps/extensions
  2950. 65:56.58 devtools/shared/heapsnapshot
  2951. 65:57.06 devtools/platform
  2952. 65:58.69 services/crypto/component
  2953. 66:00.51 js/ductwork/debugger
  2954. 66:26.48 media/libyuv/libyuv
  2955. 66:35.88 gfx/angle/targets/preprocessor
  2956. 66:40.24 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1800:6: warning: code will never be executed [-Wunreachable-code]
  2957. 66:40.24 goto yyerrorlab;
  2958. 66:40.24 ^~~~~~~~~~~~~~~
  2959. 66:40.24 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1799:21: note: silence by adding parentheses to mark code as explicitly dead
  2960. 66:40.24 if (/*CONSTCOND*/ 0)
  2961. 66:40.24 ^
  2962. 66:40.24 /* DISABLES CODE */ ( )
  2963. 66:40.24 BUILDSTATUS BUILD_VERBOSE gfx/thebes
  2964. 66:40.62 1 warning generated.
  2965. 66:43.75 toolkit/crashreporter/breakpad-client
  2966. 66:44.23 security/sandbox/linux/glue
  2967. 66:49.40 if ( ! yyg->yy_did_buffer_switch_on_eof )
  2968. 66:49.40 ^~~
  2969. 66:50.21 1 warning generated.
  2970. 66:50.22 dom/ipc
  2971. 66:51.33 extensions/pref/autoconfig/src
  2972. 66:55.18 security/nss/lib/mozpkix
  2973. 67:01.00 toolkit/profile/gtest
  2974. 67:02.77 devtools/shared/heapsnapshot/tests/gtest
  2975. 67:12.94 startupcache/test
  2976. 67:15.44 media/gmp-clearkey/0.1
  2977. 67:17.66 media/gmp-clearkey/0.1/gtest
  2978. 67:19.23 memory/gtest
  2979. 67:21.54 media/gmp-clearkey/0.1/libclearkey.so
  2980. 67:21.88 media/mtransport/test
  2981. 67:25.07 media/webrtc/trunk/third_party/gflags
  2982. 67:25.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/third_party/gflags/gflags_gflags/Unified_cpp_third_party_gflags0.cpp:11:
  2983. 67:25.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:327:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
  2984. 67:25.65 case 2: options->flag_location_substring_search = true;
  2985. 67:25.65 ^
  2986. 67:25.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:327:5: note: insert 'MOZ_FALLTHROUGH;' to silence this warning
  2987. 67:25.65 case 2: options->flag_location_substring_search = true;
  2988. 67:25.65 ^
  2989. 67:25.65 MOZ_FALLTHROUGH;
  2990. 67:25.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:327:5: note: insert 'break;' to avoid fall-through
  2991. 67:25.65 case 2: options->flag_location_substring_search = true;
  2992. 67:25.65 ^
  2993. 67:25.65 break;
  2994. 67:25.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:328:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
  2995. 67:25.65 case 1: options->flag_name_substring_search = true;
  2996. 67:25.65 ^
  2997. 67:25.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:328:5: note: insert 'MOZ_FALLTHROUGH;' to silence this warning
  2998. 67:25.65 case 1: options->flag_name_substring_search = true;
  2999. 67:25.65 ^
  3000. 67:25.65 MOZ_FALLTHROUGH;
  3001. 67:25.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:328:5: note: insert 'break;' to avoid fall-through
  3002. 67:25.65 case 1: options->flag_name_substring_search = true;
  3003. 67:25.65 ^
  3004. 67:25.65 break;
  3005. 67:25.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/third_party/gflags/gflags_gflags/Unified_cpp_third_party_gflags0.cpp:2:
  3006. 67:25.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/webrtc/trunk/third_party/gflags/src/gflags.cc:281:53: warning: unused typedef 'true_false_equal' [-Wunused-local-typedef]
  3007. 67:25.83 COMPILE_ASSERT(sizeof(kTrue) == sizeof(kFalse), true_false_equal);
  3008. 67:25.83 ^
  3009. 67:27.35 BUILDSTATUS BUILD_VERBOSE media/mtransport/test
  3010. 67:29.48 3 warnings generated.
  3011. 67:29.50 build/unix/elfhack
  3012. 67:31.61 /home/username/source/firefox-wayland-hg/src/mozilla-unified/build/unix/elfhack/elfhack.cpp:176:8: warning: 'serialize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  3013. 67:31.61 void serialize(std::ofstream &file, char ei_class, char ei_data) {
  3014. 67:31.62 ^
  3015. 67:31.62 /home/username/source/firefox-wayland-hg/src/mozilla-unified/build/unix/elfhack/elfxx.h:410:16: note: overridden virtual function is here
  3016. 67:31.62 virtual void serialize(std::ofstream &file, char ei_class, char ei_data) {
  3017. 67:31.62 ^
  3018. 67:31.62 /home/username/source/firefox-wayland-hg/src/mozilla-unified/build/unix/elfhack/elfhack.cpp:199:8: warning: 'isRelocatable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  3019. 67:31.62 bool isRelocatable() { return false; }
  3020. 67:31.62 ^
  3021. 67:31.62 /home/username/source/firefox-wayland-hg/src/mozilla-unified/build/unix/elfhack/elfxx.h:364:16: note: overridden virtual function is here
  3022. 67:31.62 virtual bool isRelocatable() {
  3023. 67:31.62 ^
  3024. 67:32.56 mfbt/tests
  3025. 67:33.44 2 warnings generated.
  3026. 67:33.44 build/unix/elfhack/elfhack
  3027. 67:33.67 memory/build
  3028. 67:41.78 xpcom/tests
  3029. 67:42.15 layout/style/test
  3030. 67:42.37 layout/style/test/host_ListCSSProperties
  3031. 67:42.60 tools/power
  3032. 67:43.14 security/manager/ssl/tests/unit/tlsserver/lib
  3033. 67:45.61 toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms
  3034. 67:46.11 toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/dump_syms
  3035. 67:46.50 toolkit/crashreporter/client
  3036. 67:51.70 modules/brotli/brotli
  3037. 67:51.90 testing/tools/screenshot
  3038. 67:52.22 toolkit/crashreporter/client/crashreporter
  3039. 67:52.27 testing/tools/screenshot/screentopng
  3040. 67:52.59 media/ffvpx/libavutil/libmozavutil.so.symbols.stub
  3041. 67:52.77 browser/components/build
  3042. 67:52.78 media/ffvpx/libavutil
  3043. 67:52.86 In file included from <built-in>:2:
  3044. 67:52.86 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3045. 67:52.86 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3046. 67:52.86 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3047. 67:52.86 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3048. 67:52.86 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3049. 67:52.86 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3050. 67:52.86 #define HAVE_LINUX_PERF_EVENT_H 0
  3051. 67:52.86 ^
  3052. 67:52.86 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3053. 67:52.86 #define HAVE_LINUX_PERF_EVENT_H 1
  3054. 67:52.86 ^
  3055. 67:52.89 1 warning generated.
  3056. 67:52.98 In file included from <built-in>:2:
  3057. 67:52.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3058. 67:52.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3059. 67:52.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3060. 67:52.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3061. 67:52.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3062. 67:52.98 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3063. 67:52.98 #define HAVE_LINUX_PERF_EVENT_H 0
  3064. 67:52.98 ^
  3065. 67:52.98 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3066. 67:52.98 #define HAVE_LINUX_PERF_EVENT_H 1
  3067. 67:52.98 ^
  3068. 67:53.02 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  3069. 67:53.16 1 warning generated.
  3070. 67:53.24 In file included from <built-in>:2:
  3071. 67:53.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3072. 67:53.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3073. 67:53.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3074. 67:53.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3075. 67:53.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3076. 67:53.24 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3077. 67:53.24 #define HAVE_LINUX_PERF_EVENT_H 0
  3078. 67:53.24 ^
  3079. 67:53.24 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3080. 67:53.24 #define HAVE_LINUX_PERF_EVENT_H 1
  3081. 67:53.24 ^
  3082. 67:53.30 1 warning generated.
  3083. 67:53.38 In file included from <built-in>:2:
  3084. 67:53.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3085. 67:53.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3086. 67:53.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3087. 67:53.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3088. 67:53.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3089. 67:53.38 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3090. 67:53.38 #define HAVE_LINUX_PERF_EVENT_H 0
  3091. 67:53.38 ^
  3092. 67:53.38 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3093. 67:53.38 #define HAVE_LINUX_PERF_EVENT_H 1
  3094. 67:53.38 ^
  3095. 67:53.40 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  3096. 67:53.50 1 warning generated.
  3097. 67:53.58 In file included from <built-in>:2:
  3098. 67:53.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3099. 67:53.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3100. 67:53.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3101. 67:53.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3102. 67:53.59 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3103. 67:53.59 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3104. 67:53.59 #define HAVE_LINUX_PERF_EVENT_H 0
  3105. 67:53.59 ^
  3106. 67:53.59 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3107. 67:53.59 #define HAVE_LINUX_PERF_EVENT_H 1
  3108. 67:53.59 ^
  3109. 67:53.65 BUILDSTATUS BUILD_VERBOSE toolkit/xre
  3110. 67:53.68 1 warning generated.
  3111. 67:53.77 In file included from <built-in>:2:
  3112. 67:53.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3113. 67:53.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3114. 67:53.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3115. 67:53.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3116. 67:53.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3117. 67:53.77 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3118. 67:53.77 #define HAVE_LINUX_PERF_EVENT_H 0
  3119. 67:53.77 ^
  3120. 67:53.77 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3121. 67:53.77 #define HAVE_LINUX_PERF_EVENT_H 1
  3122. 67:53.77 ^
  3123. 67:53.83 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  3124. 67:53.89 1 warning generated.
  3125. 67:53.98 In file included from <built-in>:2:
  3126. 67:53.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3127. 67:53.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3128. 67:53.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3129. 67:53.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3130. 67:53.98 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3131. 67:53.98 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3132. 67:53.98 #define HAVE_LINUX_PERF_EVENT_H 0
  3133. 67:53.98 ^
  3134. 67:53.98 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3135. 67:53.98 #define HAVE_LINUX_PERF_EVENT_H 1
  3136. 67:53.98 ^
  3137. 67:54.02 1 warning generated.
  3138. 67:54.09 toolkit/xre
  3139. 67:54.11 In file included from <built-in>:2:
  3140. 67:54.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3141. 67:54.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3142. 67:54.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3143. 67:54.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3144. 67:54.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3145. 67:54.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3146. 67:54.11 #define HAVE_LINUX_PERF_EVENT_H 0
  3147. 67:54.11 ^
  3148. 67:54.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3149. 67:54.11 #define HAVE_LINUX_PERF_EVENT_H 1
  3150. 67:54.11 ^
  3151. 67:54.15 1 warning generated.
  3152. 67:54.24 In file included from <built-in>:2:
  3153. 67:54.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3154. 67:54.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3155. 67:54.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3156. 67:54.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3157. 67:54.24 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3158. 67:54.24 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3159. 67:54.24 #define HAVE_LINUX_PERF_EVENT_H 0
  3160. 67:54.24 ^
  3161. 67:54.24 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3162. 67:54.24 #define HAVE_LINUX_PERF_EVENT_H 1
  3163. 67:54.24 ^
  3164. 67:54.28 BUILDSTATUS BUILD_VERBOSE media/mtransport/test
  3165. 67:54.32 1 warning generated.
  3166. 67:54.40 In file included from <built-in>:2:
  3167. 67:54.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3168. 67:54.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3169. 67:54.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3170. 67:54.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3171. 67:54.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3172. 67:54.40 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3173. 67:54.40 #define HAVE_LINUX_PERF_EVENT_H 0
  3174. 67:54.41 ^
  3175. 67:54.41 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3176. 67:54.41 #define HAVE_LINUX_PERF_EVENT_H 1
  3177. 67:54.41 ^
  3178. 67:54.49 1 warning generated.
  3179. 67:54.58 In file included from <built-in>:2:
  3180. 67:54.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3181. 67:54.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3182. 67:54.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3183. 67:54.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3184. 67:54.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3185. 67:54.58 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3186. 67:54.58 #define HAVE_LINUX_PERF_EVENT_H 0
  3187. 67:54.58 ^
  3188. 67:54.58 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3189. 67:54.58 #define HAVE_LINUX_PERF_EVENT_H 1
  3190. 67:54.58 ^
  3191. 67:54.60 1 warning generated.
  3192. 67:54.69 In file included from <built-in>:2:
  3193. 67:54.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3194. 67:54.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3195. 67:54.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3196. 67:54.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3197. 67:54.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3198. 67:54.69 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3199. 67:54.69 #define HAVE_LINUX_PERF_EVENT_H 0
  3200. 67:54.69 ^
  3201. 67:54.69 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3202. 67:54.69 #define HAVE_LINUX_PERF_EVENT_H 1
  3203. 67:54.69 ^
  3204. 67:54.72 1 warning generated.
  3205. 67:54.80 In file included from <built-in>:2:
  3206. 67:54.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3207. 67:54.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3208. 67:54.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3209. 67:54.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3210. 67:54.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3211. 67:54.80 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3212. 67:54.80 #define HAVE_LINUX_PERF_EVENT_H 0
  3213. 67:54.80 ^
  3214. 67:54.80 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3215. 67:54.80 #define HAVE_LINUX_PERF_EVENT_H 1
  3216. 67:54.80 ^
  3217. 67:55.33 1 warning generated.
  3218. 67:55.42 In file included from <built-in>:2:
  3219. 67:55.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3220. 67:55.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3221. 67:55.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3222. 67:55.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3223. 67:55.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3224. 67:55.42 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3225. 67:55.42 #define HAVE_LINUX_PERF_EVENT_H 0
  3226. 67:55.42 ^
  3227. 67:55.42 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3228. 67:55.42 #define HAVE_LINUX_PERF_EVENT_H 1
  3229. 67:55.42 ^
  3230. 67:55.51 1 warning generated.
  3231. 67:55.61 In file included from <built-in>:2:
  3232. 67:55.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3233. 67:55.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3234. 67:55.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3235. 67:55.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3236. 67:55.61 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3237. 67:55.61 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3238. 67:55.61 #define HAVE_LINUX_PERF_EVENT_H 0
  3239. 67:55.61 ^
  3240. 67:55.61 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3241. 67:55.61 #define HAVE_LINUX_PERF_EVENT_H 1
  3242. 67:55.61 ^
  3243. 67:55.67 1 warning generated.
  3244. 67:55.76 In file included from <built-in>:2:
  3245. 67:55.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3246. 67:55.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3247. 67:55.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3248. 67:55.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3249. 67:55.76 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3250. 67:55.76 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3251. 67:55.76 #define HAVE_LINUX_PERF_EVENT_H 0
  3252. 67:55.76 ^
  3253. 67:55.76 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3254. 67:55.76 #define HAVE_LINUX_PERF_EVENT_H 1
  3255. 67:55.76 ^
  3256. 67:55.76 BUILDSTATUS BUILD_VERBOSE toolkit/xre
  3257. 67:55.84 1 warning generated.
  3258. 67:55.92 In file included from <built-in>:2:
  3259. 67:55.92 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3260. 67:55.92 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3261. 67:55.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3262. 67:55.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3263. 67:55.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3264. 67:55.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3265. 67:55.93 #define HAVE_LINUX_PERF_EVENT_H 0
  3266. 67:55.93 ^
  3267. 67:55.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3268. 67:55.93 #define HAVE_LINUX_PERF_EVENT_H 1
  3269. 67:55.93 ^
  3270. 67:56.03 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  3271. 67:56.25 1 warning generated.
  3272. 67:56.34 In file included from <built-in>:2:
  3273. 67:56.34 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3274. 67:56.34 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3275. 67:56.34 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3276. 67:56.34 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3277. 67:56.34 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3278. 67:56.34 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3279. 67:56.34 #define HAVE_LINUX_PERF_EVENT_H 0
  3280. 67:56.34 ^
  3281. 67:56.34 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3282. 67:56.34 #define HAVE_LINUX_PERF_EVENT_H 1
  3283. 67:56.34 ^
  3284. 67:56.49 1 warning generated.
  3285. 67:56.58 In file included from <built-in>:2:
  3286. 67:56.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3287. 67:56.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3288. 67:56.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3289. 67:56.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3290. 67:56.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3291. 67:56.58 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3292. 67:56.58 #define HAVE_LINUX_PERF_EVENT_H 0
  3293. 67:56.58 ^
  3294. 67:56.58 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3295. 67:56.58 #define HAVE_LINUX_PERF_EVENT_H 1
  3296. 67:56.58 ^
  3297. 67:56.73 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  3298. 67:56.85 1 warning generated.
  3299. 67:56.94 In file included from <built-in>:2:
  3300. 67:56.94 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3301. 67:56.94 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3302. 67:56.94 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3303. 67:56.94 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3304. 67:56.94 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3305. 67:56.94 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3306. 67:56.94 #define HAVE_LINUX_PERF_EVENT_H 0
  3307. 67:56.94 ^
  3308. 67:56.94 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3309. 67:56.94 #define HAVE_LINUX_PERF_EVENT_H 1
  3310. 67:56.94 ^
  3311. 67:57.06 1 warning generated.
  3312. 67:57.14 In file included from <built-in>:2:
  3313. 67:57.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3314. 67:57.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3315. 67:57.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3316. 67:57.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3317. 67:57.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3318. 67:57.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3319. 67:57.15 #define HAVE_LINUX_PERF_EVENT_H 0
  3320. 67:57.15 ^
  3321. 67:57.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3322. 67:57.15 #define HAVE_LINUX_PERF_EVENT_H 1
  3323. 67:57.15 ^
  3324. 67:57.16 1 warning generated.
  3325. 67:57.25 In file included from <built-in>:2:
  3326. 67:57.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3327. 67:57.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3328. 67:57.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3329. 67:57.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3330. 67:57.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3331. 67:57.25 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3332. 67:57.25 #define HAVE_LINUX_PERF_EVENT_H 0
  3333. 67:57.25 ^
  3334. 67:57.25 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3335. 67:57.25 #define HAVE_LINUX_PERF_EVENT_H 1
  3336. 67:57.25 ^
  3337. 67:57.33 1 warning generated.
  3338. 67:57.42 In file included from <built-in>:2:
  3339. 67:57.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3340. 67:57.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3341. 67:57.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3342. 67:57.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3343. 67:57.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3344. 67:57.42 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3345. 67:57.42 #define HAVE_LINUX_PERF_EVENT_H 0
  3346. 67:57.42 ^
  3347. 67:57.42 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3348. 67:57.42 #define HAVE_LINUX_PERF_EVENT_H 1
  3349. 67:57.42 ^
  3350. 67:57.52 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  3351. 67:57.54 1 warning generated.
  3352. 67:57.62 In file included from <built-in>:2:
  3353. 67:57.62 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3354. 67:57.62 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3355. 67:57.62 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3356. 67:57.62 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3357. 67:57.62 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3358. 67:57.62 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3359. 67:57.62 #define HAVE_LINUX_PERF_EVENT_H 0
  3360. 67:57.62 ^
  3361. 67:57.62 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3362. 67:57.62 #define HAVE_LINUX_PERF_EVENT_H 1
  3363. 67:57.62 ^
  3364. 67:57.63 1 warning generated.
  3365. 67:57.71 In file included from <built-in>:2:
  3366. 67:57.71 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3367. 67:57.71 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3368. 67:57.71 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3369. 67:57.71 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3370. 67:57.71 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3371. 67:57.71 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3372. 67:57.71 #define HAVE_LINUX_PERF_EVENT_H 0
  3373. 67:57.71 ^
  3374. 67:57.71 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3375. 67:57.72 #define HAVE_LINUX_PERF_EVENT_H 1
  3376. 67:57.72 ^
  3377. 67:57.78 1 warning generated.
  3378. 67:57.87 In file included from <built-in>:2:
  3379. 67:57.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3380. 67:57.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3381. 67:57.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3382. 67:57.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3383. 67:57.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3384. 67:57.87 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3385. 67:57.87 #define HAVE_LINUX_PERF_EVENT_H 0
  3386. 67:57.87 ^
  3387. 67:57.87 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3388. 67:57.87 #define HAVE_LINUX_PERF_EVENT_H 1
  3389. 67:57.87 ^
  3390. 67:57.87 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  3391. 67:58.02 1 warning generated.
  3392. 67:58.11 In file included from <built-in>:2:
  3393. 67:58.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3394. 67:58.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3395. 67:58.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3396. 67:58.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3397. 67:58.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3398. 67:58.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3399. 67:58.11 #define HAVE_LINUX_PERF_EVENT_H 0
  3400. 67:58.11 ^
  3401. 67:58.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3402. 67:58.11 #define HAVE_LINUX_PERF_EVENT_H 1
  3403. 67:58.11 ^
  3404. 67:58.12 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/opt.c:356:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3405. 67:58.12 return 0;
  3406. 67:58.12 ^
  3407. 67:58.17 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  3408. 67:58.75 2 warnings generated.
  3409. 67:58.84 In file included from <built-in>:2:
  3410. 67:58.84 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3411. 67:58.84 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3412. 67:58.84 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3413. 67:58.84 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3414. 67:58.84 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3415. 67:58.84 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3416. 67:58.84 #define HAVE_LINUX_PERF_EVENT_H 0
  3417. 67:58.84 ^
  3418. 67:58.84 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3419. 67:58.84 #define HAVE_LINUX_PERF_EVENT_H 1
  3420. 67:58.84 ^
  3421. 67:59.06 1 warning generated.
  3422. 67:59.14 In file included from <built-in>:2:
  3423. 67:59.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3424. 67:59.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3425. 67:59.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3426. 67:59.15 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3427. 67:59.15 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3428. 67:59.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3429. 67:59.15 #define HAVE_LINUX_PERF_EVENT_H 0
  3430. 67:59.15 ^
  3431. 67:59.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3432. 67:59.15 #define HAVE_LINUX_PERF_EVENT_H 1
  3433. 67:59.15 ^
  3434. 67:59.24 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  3435. 67:59.50 1 warning generated.
  3436. 67:59.58 In file included from <built-in>:2:
  3437. 67:59.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3438. 67:59.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3439. 67:59.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3440. 67:59.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3441. 67:59.58 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3442. 67:59.58 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3443. 67:59.58 #define HAVE_LINUX_PERF_EVENT_H 0
  3444. 67:59.58 ^
  3445. 67:59.58 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3446. 67:59.58 #define HAVE_LINUX_PERF_EVENT_H 1
  3447. 67:59.58 ^
  3448. 67:59.59 1 warning generated.
  3449. 67:59.68 In file included from <built-in>:2:
  3450. 67:59.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3451. 67:59.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3452. 67:59.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3453. 67:59.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3454. 67:59.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3455. 67:59.68 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3456. 67:59.68 #define HAVE_LINUX_PERF_EVENT_H 0
  3457. 67:59.68 ^
  3458. 67:59.68 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3459. 67:59.68 #define HAVE_LINUX_PERF_EVENT_H 1
  3460. 67:59.68 ^
  3461. 67:59.74 1 warning generated.
  3462. 67:59.82 In file included from <built-in>:2:
  3463. 67:59.82 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3464. 67:59.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3465. 67:59.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3466. 67:59.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3467. 67:59.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3468. 67:59.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3469. 67:59.83 #define HAVE_LINUX_PERF_EVENT_H 0
  3470. 67:59.83 ^
  3471. 67:59.83 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3472. 67:59.83 #define HAVE_LINUX_PERF_EVENT_H 1
  3473. 67:59.83 ^
  3474. 67:59.84 1 warning generated.
  3475. 67:59.92 In file included from <built-in>:2:
  3476. 67:59.92 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3477. 67:59.92 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3478. 67:59.92 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3479. 67:59.92 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3480. 67:59.92 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3481. 67:59.92 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3482. 67:59.92 #define HAVE_LINUX_PERF_EVENT_H 0
  3483. 67:59.92 ^
  3484. 67:59.92 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3485. 67:59.92 #define HAVE_LINUX_PERF_EVENT_H 1
  3486. 67:59.92 ^
  3487. 68:00.02 1 warning generated.
  3488. 68:00.10 In file included from <built-in>:2:
  3489. 68:00.10 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3490. 68:00.10 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3491. 68:00.10 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3492. 68:00.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3493. 68:00.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3494. 68:00.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3495. 68:00.11 #define HAVE_LINUX_PERF_EVENT_H 0
  3496. 68:00.11 ^
  3497. 68:00.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3498. 68:00.11 #define HAVE_LINUX_PERF_EVENT_H 1
  3499. 68:00.11 ^
  3500. 68:00.17 1 warning generated.
  3501. 68:00.25 In file included from <built-in>:2:
  3502. 68:00.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3503. 68:00.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3504. 68:00.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3505. 68:00.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3506. 68:00.25 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3507. 68:00.25 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3508. 68:00.25 #define HAVE_LINUX_PERF_EVENT_H 0
  3509. 68:00.25 ^
  3510. 68:00.25 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3511. 68:00.25 #define HAVE_LINUX_PERF_EVENT_H 1
  3512. 68:00.25 ^
  3513. 68:00.30 1 warning generated.
  3514. 68:00.38 In file included from <built-in>:2:
  3515. 68:00.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3516. 68:00.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3517. 68:00.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3518. 68:00.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3519. 68:00.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3520. 68:00.39 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3521. 68:00.39 #define HAVE_LINUX_PERF_EVENT_H 0
  3522. 68:00.39 ^
  3523. 68:00.39 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3524. 68:00.39 #define HAVE_LINUX_PERF_EVENT_H 1
  3525. 68:00.39 ^
  3526. 68:00.40 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/time.c:68:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3527. 68:00.40 return av_gettime() + 42 * 60 * 60 * INT64_C(1000000);
  3528. 68:00.40 ^~~~~~~~~~
  3529. 68:00.42 2 warnings generated.
  3530. 68:00.50 In file included from <built-in>:2:
  3531. 68:00.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3532. 68:00.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3533. 68:00.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3534. 68:00.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3535. 68:00.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3536. 68:00.50 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3537. 68:00.50 #define HAVE_LINUX_PERF_EVENT_H 0
  3538. 68:00.50 ^
  3539. 68:00.50 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3540. 68:00.50 #define HAVE_LINUX_PERF_EVENT_H 1
  3541. 68:00.50 ^
  3542. 68:00.56 1 warning generated.
  3543. 68:00.65 In file included from <built-in>:2:
  3544. 68:00.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3545. 68:00.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3546. 68:00.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3547. 68:00.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3548. 68:00.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3549. 68:00.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3550. 68:00.65 #define HAVE_LINUX_PERF_EVENT_H 0
  3551. 68:00.65 ^
  3552. 68:00.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3553. 68:00.65 #define HAVE_LINUX_PERF_EVENT_H 1
  3554. 68:00.65 ^
  3555. 68:00.71 1 warning generated.
  3556. 68:00.71 media/ffvpx/libavutil/libmozavutil.so
  3557. 68:00.96 gfx/angle/targets/translator
  3558. 68:07.48 security/manager/ssl
  3559. 68:16.12 mozglue/build
  3560. 68:16.29 memory/replace/logalloc/replay
  3561. 68:17.79 memory/replace/logalloc/replay/logalloc-replay
  3562. 68:18.08 mozglue/tests
  3563. 68:18.45 media/webrtc/trunk/gtest
  3564. 68:40.30 uriloader/exthandler/tests
  3565. 68:40.41 security/manager/ssl/tests/unit/tlsserver/cmd
  3566. 68:43.97 toolkit/components/telemetry/pingsender
  3567. 68:44.64 toolkit/components/telemetry/pingsender/pingsender
  3568. 68:45.09 toolkit/crashreporter/minidump-analyzer
  3569. 68:46.62 toolkit/crashreporter/minidump-analyzer/minidump-analyzer
  3570. 68:47.55 testing/mochitest/ssltunnel
  3571. 68:49.28 testing/mochitest/ssltunnel/ssltunnel
  3572. 68:49.67 testing/tools/fileid
  3573. 68:50.24 testing/tools/fileid/fileid
  3574. 68:50.61 browser/app
  3575. 68:51.46 browser/app/firefox
  3576. 68:51.83 media/ffvpx/libavcodec/libmozavcodec.so.symbols.stub
  3577. 68:52.03 media/ffvpx/libavcodec
  3578. 68:52.11 In file included from <built-in>:2:
  3579. 68:52.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3580. 68:52.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3581. 68:52.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3582. 68:52.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3583. 68:52.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3584. 68:52.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3585. 68:52.11 #define HAVE_LINUX_PERF_EVENT_H 0
  3586. 68:52.11 ^
  3587. 68:52.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3588. 68:52.11 #define HAVE_LINUX_PERF_EVENT_H 1
  3589. 68:52.11 ^
  3590. 68:52.19 1 warning generated.
  3591. 68:52.28 In file included from <built-in>:2:
  3592. 68:52.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3593. 68:52.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3594. 68:52.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3595. 68:52.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3596. 68:52.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3597. 68:52.28 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3598. 68:52.28 #define HAVE_LINUX_PERF_EVENT_H 0
  3599. 68:52.28 ^
  3600. 68:52.28 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3601. 68:52.28 #define HAVE_LINUX_PERF_EVENT_H 1
  3602. 68:52.28 ^
  3603. 68:52.31 1 warning generated.
  3604. 68:52.40 In file included from <built-in>:2:
  3605. 68:52.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3606. 68:52.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3607. 68:52.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3608. 68:52.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3609. 68:52.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3610. 68:52.40 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3611. 68:52.40 #define HAVE_LINUX_PERF_EVENT_H 0
  3612. 68:52.40 ^
  3613. 68:52.40 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3614. 68:52.40 #define HAVE_LINUX_PERF_EVENT_H 1
  3615. 68:52.40 ^
  3616. 68:52.48 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
  3617. 68:52.66 1 warning generated.
  3618. 68:52.75 In file included from <built-in>:2:
  3619. 68:52.75 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3620. 68:52.75 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3621. 68:52.75 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3622. 68:52.75 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3623. 68:52.75 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3624. 68:52.75 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3625. 68:52.75 #define HAVE_LINUX_PERF_EVENT_H 0
  3626. 68:52.75 ^
  3627. 68:52.75 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3628. 68:52.75 #define HAVE_LINUX_PERF_EVENT_H 1
  3629. 68:52.75 ^
  3630. 68:52.79 1 warning generated.
  3631. 68:52.87 In file included from <built-in>:2:
  3632. 68:52.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3633. 68:52.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3634. 68:52.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3635. 68:52.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3636. 68:52.87 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3637. 68:52.87 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3638. 68:52.87 #define HAVE_LINUX_PERF_EVENT_H 0
  3639. 68:52.87 ^
  3640. 68:52.87 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3641. 68:52.87 #define HAVE_LINUX_PERF_EVENT_H 1
  3642. 68:52.87 ^
  3643. 68:53.07 1 warning generated.
  3644. 68:53.16 In file included from <built-in>:2:
  3645. 68:53.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3646. 68:53.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3647. 68:53.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3648. 68:53.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3649. 68:53.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3650. 68:53.16 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3651. 68:53.16 #define HAVE_LINUX_PERF_EVENT_H 0
  3652. 68:53.16 ^
  3653. 68:53.16 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3654. 68:53.16 #define HAVE_LINUX_PERF_EVENT_H 1
  3655. 68:53.16 ^
  3656. 68:53.22 1 warning generated.
  3657. 68:53.24 js/src/jsapi-tests
  3658. 68:53.30 In file included from <built-in>:2:
  3659. 68:53.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3660. 68:53.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3661. 68:53.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3662. 68:53.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3663. 68:53.30 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3664. 68:53.30 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3665. 68:53.30 #define HAVE_LINUX_PERF_EVENT_H 0
  3666. 68:53.30 ^
  3667. 68:53.30 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3668. 68:53.30 #define HAVE_LINUX_PERF_EVENT_H 1
  3669. 68:53.30 ^
  3670. 68:53.34 1 warning generated.
  3671. 68:53.43 In file included from <built-in>:2:
  3672. 68:53.43 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3673. 68:53.43 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3674. 68:53.43 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3675. 68:53.43 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3676. 68:53.43 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3677. 68:53.43 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3678. 68:53.43 #define HAVE_LINUX_PERF_EVENT_H 0
  3679. 68:53.43 ^
  3680. 68:53.43 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3681. 68:53.43 #define HAVE_LINUX_PERF_EVENT_H 1
  3682. 68:53.43 ^
  3683. 68:53.55 1 warning generated.
  3684. 68:53.64 In file included from <built-in>:2:
  3685. 68:53.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3686. 68:53.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3687. 68:53.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3688. 68:53.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3689. 68:53.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3690. 68:53.64 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3691. 68:53.65 #define HAVE_LINUX_PERF_EVENT_H 0
  3692. 68:53.65 ^
  3693. 68:53.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3694. 68:53.65 #define HAVE_LINUX_PERF_EVENT_H 1
  3695. 68:53.65 ^
  3696. 68:53.66 BUILDSTATUS BUILD_VERBOSE js/src/jsapi-tests
  3697. 68:53.71 1 warning generated.
  3698. 68:53.79 In file included from <built-in>:2:
  3699. 68:53.79 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3700. 68:53.79 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3701. 68:53.79 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3702. 68:53.79 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3703. 68:53.79 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3704. 68:53.80 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3705. 68:53.80 #define HAVE_LINUX_PERF_EVENT_H 0
  3706. 68:53.80 ^
  3707. 68:53.80 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3708. 68:53.80 #define HAVE_LINUX_PERF_EVENT_H 1
  3709. 68:53.80 ^
  3710. 68:53.84 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavcodec/decode.c:1351:13: warning: variable 'ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  3711. 68:53.84 if (i == n) {
  3712. 68:53.84 ^~~~~~
  3713. 68:53.84 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavcodec/decode.c:1432:12: note: uninitialized use occurs here
  3714. 68:53.85 return ret;
  3715. 68:53.85 ^~~
  3716. 68:53.85 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavcodec/decode.c:1351:9: note: remove the 'if' if its condition is always false
  3717. 68:53.85 if (i == n) {
  3718. 68:53.85 ^~~~~~~~~~~~~
  3719. 68:53.85 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavcodec/decode.c:1303:5: note: variable 'ret' is declared here
  3720. 68:53.85 enum AVPixelFormat ret, user_choice;
  3721. 68:53.85 ^
  3722. 68:54.08 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
  3723. 68:54.44 2 warnings generated.
  3724. 68:54.53 In file included from <built-in>:2:
  3725. 68:54.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3726. 68:54.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3727. 68:54.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3728. 68:54.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3729. 68:54.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3730. 68:54.53 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3731. 68:54.53 #define HAVE_LINUX_PERF_EVENT_H 0
  3732. 68:54.53 ^
  3733. 68:54.53 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3734. 68:54.53 #define HAVE_LINUX_PERF_EVENT_H 1
  3735. 68:54.53 ^
  3736. 68:54.58 1 warning generated.
  3737. 68:54.66 In file included from <built-in>:2:
  3738. 68:54.66 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3739. 68:54.66 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3740. 68:54.66 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3741. 68:54.66 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3742. 68:54.66 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3743. 68:54.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3744. 68:54.66 #define HAVE_LINUX_PERF_EVENT_H 0
  3745. 68:54.66 ^
  3746. 68:54.66 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3747. 68:54.66 #define HAVE_LINUX_PERF_EVENT_H 1
  3748. 68:54.66 ^
  3749. 68:54.85 1 warning generated.
  3750. 68:54.93 In file included from <built-in>:2:
  3751. 68:54.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3752. 68:54.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3753. 68:54.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3754. 68:54.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3755. 68:54.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3756. 68:54.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3757. 68:54.93 #define HAVE_LINUX_PERF_EVENT_H 0
  3758. 68:54.93 ^
  3759. 68:54.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3760. 68:54.93 #define HAVE_LINUX_PERF_EVENT_H 1
  3761. 68:54.93 ^
  3762. 68:55.07 1 warning generated.
  3763. 68:55.15 In file included from <built-in>:2:
  3764. 68:55.15 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3765. 68:55.15 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3766. 68:55.15 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3767. 68:55.15 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3768. 68:55.15 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3769. 68:55.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3770. 68:55.15 #define HAVE_LINUX_PERF_EVENT_H 0
  3771. 68:55.15 ^
  3772. 68:55.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3773. 68:55.15 #define HAVE_LINUX_PERF_EVENT_H 1
  3774. 68:55.15 ^
  3775. 68:55.17 1 warning generated.
  3776. 68:55.26 In file included from <built-in>:2:
  3777. 68:55.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3778. 68:55.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3779. 68:55.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3780. 68:55.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3781. 68:55.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3782. 68:55.26 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3783. 68:55.26 #define HAVE_LINUX_PERF_EVENT_H 0
  3784. 68:55.26 ^
  3785. 68:55.26 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3786. 68:55.26 #define HAVE_LINUX_PERF_EVENT_H 1
  3787. 68:55.26 ^
  3788. 68:55.82 1 warning generated.
  3789. 68:55.91 In file included from <built-in>:2:
  3790. 68:55.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3791. 68:55.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3792. 68:55.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3793. 68:55.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3794. 68:55.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3795. 68:55.91 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3796. 68:55.91 #define HAVE_LINUX_PERF_EVENT_H 0
  3797. 68:55.91 ^
  3798. 68:55.91 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3799. 68:55.91 #define HAVE_LINUX_PERF_EVENT_H 1
  3800. 68:55.91 ^
  3801. 68:56.35 1 warning generated.
  3802. 68:56.44 In file included from <built-in>:2:
  3803. 68:56.44 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3804. 68:56.44 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3805. 68:56.44 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3806. 68:56.44 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3807. 68:56.44 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3808. 68:56.44 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3809. 68:56.44 #define HAVE_LINUX_PERF_EVENT_H 0
  3810. 68:56.44 ^
  3811. 68:56.44 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3812. 68:56.44 #define HAVE_LINUX_PERF_EVENT_H 1
  3813. 68:56.44 ^
  3814. 68:56.46 1 warning generated.
  3815. 68:56.54 In file included from <built-in>:2:
  3816. 68:56.54 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3817. 68:56.54 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3818. 68:56.54 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3819. 68:56.54 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3820. 68:56.54 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3821. 68:56.54 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3822. 68:56.54 #define HAVE_LINUX_PERF_EVENT_H 0
  3823. 68:56.54 ^
  3824. 68:56.54 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3825. 68:56.54 #define HAVE_LINUX_PERF_EVENT_H 1
  3826. 68:56.54 ^
  3827. 68:57.87 BUILDSTATUS BUILD_VERBOSE js/src/jsapi-tests
  3828. 69:01.55 1 warning generated.
  3829. 69:01.65 In file included from <built-in>:2:
  3830. 69:01.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3831. 69:01.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3832. 69:01.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3833. 69:01.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3834. 69:01.65 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3835. 69:01.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3836. 69:01.65 #define HAVE_LINUX_PERF_EVENT_H 0
  3837. 69:01.65 ^
  3838. 69:01.65 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3839. 69:01.65 #define HAVE_LINUX_PERF_EVENT_H 1
  3840. 69:01.65 ^
  3841. 69:01.75 1 warning generated.
  3842. 69:01.83 In file included from <built-in>:2:
  3843. 69:01.83 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3844. 69:01.84 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3845. 69:01.84 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3846. 69:01.84 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3847. 69:01.84 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3848. 69:01.84 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3849. 69:01.84 #define HAVE_LINUX_PERF_EVENT_H 0
  3850. 69:01.84 ^
  3851. 69:01.84 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3852. 69:01.84 #define HAVE_LINUX_PERF_EVENT_H 1
  3853. 69:01.84 ^
  3854. 69:01.85 1 warning generated.
  3855. 69:01.93 In file included from <built-in>:2:
  3856. 69:01.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3857. 69:01.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3858. 69:01.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3859. 69:01.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3860. 69:01.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3861. 69:01.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3862. 69:01.93 #define HAVE_LINUX_PERF_EVENT_H 0
  3863. 69:01.93 ^
  3864. 69:01.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3865. 69:01.93 #define HAVE_LINUX_PERF_EVENT_H 1
  3866. 69:01.94 ^
  3867. 69:01.96 1 warning generated.
  3868. 69:02.04 In file included from <built-in>:2:
  3869. 69:02.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3870. 69:02.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3871. 69:02.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3872. 69:02.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3873. 69:02.04 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3874. 69:02.04 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3875. 69:02.04 #define HAVE_LINUX_PERF_EVENT_H 0
  3876. 69:02.04 ^
  3877. 69:02.05 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3878. 69:02.05 #define HAVE_LINUX_PERF_EVENT_H 1
  3879. 69:02.05 ^
  3880. 69:02.07 1 warning generated.
  3881. 69:02.15 In file included from <built-in>:2:
  3882. 69:02.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3883. 69:02.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3884. 69:02.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3885. 69:02.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3886. 69:02.16 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3887. 69:02.16 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3888. 69:02.16 #define HAVE_LINUX_PERF_EVENT_H 0
  3889. 69:02.16 ^
  3890. 69:02.16 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3891. 69:02.16 #define HAVE_LINUX_PERF_EVENT_H 1
  3892. 69:02.16 ^
  3893. 69:02.27 1 warning generated.
  3894. 69:02.36 In file included from <built-in>:2:
  3895. 69:02.36 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3896. 69:02.36 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3897. 69:02.36 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3898. 69:02.36 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3899. 69:02.36 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3900. 69:02.36 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3901. 69:02.36 #define HAVE_LINUX_PERF_EVENT_H 0
  3902. 69:02.36 ^
  3903. 69:02.36 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3904. 69:02.36 #define HAVE_LINUX_PERF_EVENT_H 1
  3905. 69:02.36 ^
  3906. 69:02.48 1 warning generated.
  3907. 69:02.57 In file included from <built-in>:2:
  3908. 69:02.57 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3909. 69:02.57 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3910. 69:02.57 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3911. 69:02.57 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3912. 69:02.57 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3913. 69:02.57 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3914. 69:02.57 #define HAVE_LINUX_PERF_EVENT_H 0
  3915. 69:02.57 ^
  3916. 69:02.57 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3917. 69:02.57 #define HAVE_LINUX_PERF_EVENT_H 1
  3918. 69:02.57 ^
  3919. 69:02.59 1 warning generated.
  3920. 69:02.68 In file included from <built-in>:2:
  3921. 69:02.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3922. 69:02.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3923. 69:02.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3924. 69:02.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3925. 69:02.68 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3926. 69:02.68 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3927. 69:02.68 #define HAVE_LINUX_PERF_EVENT_H 0
  3928. 69:02.68 ^
  3929. 69:02.68 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3930. 69:02.68 #define HAVE_LINUX_PERF_EVENT_H 1
  3931. 69:02.68 ^
  3932. 69:02.72 1 warning generated.
  3933. 69:02.80 In file included from <built-in>:2:
  3934. 69:02.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3935. 69:02.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3936. 69:02.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3937. 69:02.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3938. 69:02.80 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3939. 69:02.80 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3940. 69:02.80 #define HAVE_LINUX_PERF_EVENT_H 0
  3941. 69:02.80 ^
  3942. 69:02.80 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3943. 69:02.80 #define HAVE_LINUX_PERF_EVENT_H 1
  3944. 69:02.80 ^
  3945. 69:03.02 1 warning generated.
  3946. 69:03.11 In file included from <built-in>:2:
  3947. 69:03.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3948. 69:03.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3949. 69:03.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3950. 69:03.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3951. 69:03.11 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3952. 69:03.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3953. 69:03.11 #define HAVE_LINUX_PERF_EVENT_H 0
  3954. 69:03.11 ^
  3955. 69:03.11 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3956. 69:03.11 #define HAVE_LINUX_PERF_EVENT_H 1
  3957. 69:03.11 ^
  3958. 69:03.19 1 warning generated.
  3959. 69:03.28 In file included from <built-in>:2:
  3960. 69:03.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3961. 69:03.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3962. 69:03.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3963. 69:03.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3964. 69:03.28 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3965. 69:03.28 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3966. 69:03.28 #define HAVE_LINUX_PERF_EVENT_H 0
  3967. 69:03.28 ^
  3968. 69:03.28 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3969. 69:03.28 #define HAVE_LINUX_PERF_EVENT_H 1
  3970. 69:03.28 ^
  3971. 69:03.30 1 warning generated.
  3972. 69:03.38 In file included from <built-in>:2:
  3973. 69:03.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3974. 69:03.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3975. 69:03.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3976. 69:03.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3977. 69:03.38 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3978. 69:03.38 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3979. 69:03.38 #define HAVE_LINUX_PERF_EVENT_H 0
  3980. 69:03.38 ^
  3981. 69:03.38 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3982. 69:03.38 #define HAVE_LINUX_PERF_EVENT_H 1
  3983. 69:03.38 ^
  3984. 69:03.42 1 warning generated.
  3985. 69:03.50 In file included from <built-in>:2:
  3986. 69:03.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  3987. 69:03.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  3988. 69:03.50 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  3989. 69:03.51 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  3990. 69:03.51 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  3991. 69:03.51 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3992. 69:03.51 #define HAVE_LINUX_PERF_EVENT_H 0
  3993. 69:03.51 ^
  3994. 69:03.51 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  3995. 69:03.51 #define HAVE_LINUX_PERF_EVENT_H 1
  3996. 69:03.51 ^
  3997. 69:03.55 1 warning generated.
  3998. 69:03.64 In file included from <built-in>:2:
  3999. 69:03.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4000. 69:03.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4001. 69:03.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4002. 69:03.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4003. 69:03.64 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4004. 69:03.64 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4005. 69:03.64 #define HAVE_LINUX_PERF_EVENT_H 0
  4006. 69:03.64 ^
  4007. 69:03.64 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4008. 69:03.64 #define HAVE_LINUX_PERF_EVENT_H 1
  4009. 69:03.64 ^
  4010. 69:03.66 1 warning generated.
  4011. 69:03.74 In file included from <built-in>:2:
  4012. 69:03.74 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4013. 69:03.74 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4014. 69:03.74 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4015. 69:03.74 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4016. 69:03.74 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4017. 69:03.74 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4018. 69:03.74 #define HAVE_LINUX_PERF_EVENT_H 0
  4019. 69:03.74 ^
  4020. 69:03.74 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4021. 69:03.74 #define HAVE_LINUX_PERF_EVENT_H 1
  4022. 69:03.74 ^
  4023. 69:04.39 1 warning generated.
  4024. 69:04.49 In file included from <built-in>:2:
  4025. 69:04.49 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4026. 69:04.49 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4027. 69:04.49 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4028. 69:04.49 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4029. 69:04.49 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4030. 69:04.49 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4031. 69:04.49 #define HAVE_LINUX_PERF_EVENT_H 0
  4032. 69:04.49 ^
  4033. 69:04.49 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4034. 69:04.49 #define HAVE_LINUX_PERF_EVENT_H 1
  4035. 69:04.49 ^
  4036. 69:04.60 1 warning generated.
  4037. 69:04.69 In file included from <built-in>:2:
  4038. 69:04.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4039. 69:04.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4040. 69:04.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4041. 69:04.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4042. 69:04.69 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4043. 69:04.69 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4044. 69:04.69 #define HAVE_LINUX_PERF_EVENT_H 0
  4045. 69:04.69 ^
  4046. 69:04.69 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4047. 69:04.69 #define HAVE_LINUX_PERF_EVENT_H 1
  4048. 69:04.69 ^
  4049. 69:04.75 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
  4050. 69:04.85 1 warning generated.
  4051. 69:04.93 In file included from <built-in>:2:
  4052. 69:04.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4053. 69:04.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4054. 69:04.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4055. 69:04.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4056. 69:04.93 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4057. 69:04.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4058. 69:04.93 #define HAVE_LINUX_PERF_EVENT_H 0
  4059. 69:04.93 ^
  4060. 69:04.93 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4061. 69:04.93 #define HAVE_LINUX_PERF_EVENT_H 1
  4062. 69:04.93 ^
  4063. 69:04.97 1 warning generated.
  4064. 69:05.06 In file included from <built-in>:2:
  4065. 69:05.06 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4066. 69:05.06 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4067. 69:05.06 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4068. 69:05.06 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4069. 69:05.06 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4070. 69:05.06 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4071. 69:05.06 #define HAVE_LINUX_PERF_EVENT_H 0
  4072. 69:05.06 ^
  4073. 69:05.06 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4074. 69:05.06 #define HAVE_LINUX_PERF_EVENT_H 1
  4075. 69:05.06 ^
  4076. 69:06.19 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
  4077. 69:08.77 1 warning generated.
  4078. 69:08.85 In file included from <built-in>:2:
  4079. 69:08.85 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4080. 69:08.85 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4081. 69:08.85 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4082. 69:08.85 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4083. 69:08.85 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4084. 69:08.85 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4085. 69:08.85 #define HAVE_LINUX_PERF_EVENT_H 0
  4086. 69:08.86 ^
  4087. 69:08.86 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4088. 69:08.86 #define HAVE_LINUX_PERF_EVENT_H 1
  4089. 69:08.86 ^
  4090. 69:08.88 1 warning generated.
  4091. 69:08.97 In file included from <built-in>:2:
  4092. 69:08.97 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4093. 69:08.97 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4094. 69:08.97 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4095. 69:08.97 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4096. 69:08.97 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4097. 69:08.97 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4098. 69:08.97 #define HAVE_LINUX_PERF_EVENT_H 0
  4099. 69:08.97 ^
  4100. 69:08.97 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4101. 69:08.97 #define HAVE_LINUX_PERF_EVENT_H 1
  4102. 69:08.97 ^
  4103. 69:10.04 1 warning generated.
  4104. 69:10.14 In file included from <built-in>:2:
  4105. 69:10.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4106. 69:10.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4107. 69:10.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4108. 69:10.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4109. 69:10.14 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4110. 69:10.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4111. 69:10.15 #define HAVE_LINUX_PERF_EVENT_H 0
  4112. 69:10.15 ^
  4113. 69:10.15 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4114. 69:10.15 #define HAVE_LINUX_PERF_EVENT_H 1
  4115. 69:10.15 ^
  4116. 69:10.31 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/gtest
  4117. 69:11.66 1 warning generated.
  4118. 69:11.77 In file included from <built-in>:2:
  4119. 69:11.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4120. 69:11.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4121. 69:11.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4122. 69:11.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4123. 69:11.77 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4124. 69:11.77 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4125. 69:11.77 #define HAVE_LINUX_PERF_EVENT_H 0
  4126. 69:11.77 ^
  4127. 69:11.77 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4128. 69:11.77 #define HAVE_LINUX_PERF_EVENT_H 1
  4129. 69:11.77 ^
  4130. 69:11.82 1 warning generated.
  4131. 69:11.91 In file included from <built-in>:2:
  4132. 69:11.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4133. 69:11.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4134. 69:11.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4135. 69:11.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4136. 69:11.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4137. 69:11.91 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4138. 69:11.91 #define HAVE_LINUX_PERF_EVENT_H 0
  4139. 69:11.91 ^
  4140. 69:11.91 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4141. 69:11.91 #define HAVE_LINUX_PERF_EVENT_H 1
  4142. 69:11.91 ^
  4143. 69:11.99 1 warning generated.
  4144. 69:12.07 In file included from <built-in>:2:
  4145. 69:12.07 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4146. 69:12.07 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4147. 69:12.07 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4148. 69:12.07 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4149. 69:12.07 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4150. 69:12.07 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4151. 69:12.07 #define HAVE_LINUX_PERF_EVENT_H 0
  4152. 69:12.08 ^
  4153. 69:12.08 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4154. 69:12.08 #define HAVE_LINUX_PERF_EVENT_H 1
  4155. 69:12.08 ^
  4156. 69:12.91 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/gtest
  4157. 69:19.15 1 warning generated.
  4158. 69:19.26 In file included from <built-in>:2:
  4159. 69:19.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4160. 69:19.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4161. 69:19.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4162. 69:19.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4163. 69:19.26 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4164. 69:19.26 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4165. 69:19.26 #define HAVE_LINUX_PERF_EVENT_H 0
  4166. 69:19.26 ^
  4167. 69:19.26 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4168. 69:19.26 #define HAVE_LINUX_PERF_EVENT_H 1
  4169. 69:19.26 ^
  4170. 69:19.33 1 warning generated.
  4171. 69:19.42 In file included from <built-in>:2:
  4172. 69:19.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4173. 69:19.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4174. 69:19.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4175. 69:19.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4176. 69:19.42 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4177. 69:19.42 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4178. 69:19.42 #define HAVE_LINUX_PERF_EVENT_H 0
  4179. 69:19.42 ^
  4180. 69:19.42 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4181. 69:19.42 #define HAVE_LINUX_PERF_EVENT_H 1
  4182. 69:19.42 ^
  4183. 69:19.44 1 warning generated.
  4184. 69:19.53 In file included from <built-in>:2:
  4185. 69:19.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4186. 69:19.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4187. 69:19.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4188. 69:19.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4189. 69:19.53 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4190. 69:19.53 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4191. 69:19.53 #define HAVE_LINUX_PERF_EVENT_H 0
  4192. 69:19.53 ^
  4193. 69:19.53 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4194. 69:19.53 #define HAVE_LINUX_PERF_EVENT_H 1
  4195. 69:19.53 ^
  4196. 69:19.84 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/gtest
  4197. 69:22.36 1 warning generated.
  4198. 69:22.45 In file included from <built-in>:2:
  4199. 69:22.45 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4200. 69:22.45 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4201. 69:22.45 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4202. 69:22.45 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4203. 69:22.45 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4204. 69:22.45 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4205. 69:22.45 #define HAVE_LINUX_PERF_EVENT_H 0
  4206. 69:22.45 ^
  4207. 69:22.45 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4208. 69:22.45 #define HAVE_LINUX_PERF_EVENT_H 1
  4209. 69:22.45 ^
  4210. 69:24.30 1 warning generated.
  4211. 69:24.40 In file included from <built-in>:2:
  4212. 69:24.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4213. 69:24.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4214. 69:24.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4215. 69:24.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4216. 69:24.40 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4217. 69:24.40 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4218. 69:24.40 #define HAVE_LINUX_PERF_EVENT_H 0
  4219. 69:24.40 ^
  4220. 69:24.40 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4221. 69:24.40 #define HAVE_LINUX_PERF_EVENT_H 1
  4222. 69:24.40 ^
  4223. 69:24.52 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/gtest
  4224. 69:26.98 1 warning generated.
  4225. 69:27.09 In file included from <built-in>:2:
  4226. 69:27.09 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4227. 69:27.09 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4228. 69:27.09 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4229. 69:27.09 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4230. 69:27.09 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4231. 69:27.10 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4232. 69:27.10 #define HAVE_LINUX_PERF_EVENT_H 0
  4233. 69:27.10 ^
  4234. 69:27.10 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4235. 69:27.10 #define HAVE_LINUX_PERF_EVENT_H 1
  4236. 69:27.10 ^
  4237. 69:27.26 1 warning generated.
  4238. 69:27.35 In file included from <built-in>:2:
  4239. 69:27.35 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4240. 69:27.35 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4241. 69:27.35 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4242. 69:27.35 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4243. 69:27.35 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4244. 69:27.35 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4245. 69:27.35 #define HAVE_LINUX_PERF_EVENT_H 0
  4246. 69:27.35 ^
  4247. 69:27.35 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4248. 69:27.35 #define HAVE_LINUX_PERF_EVENT_H 1
  4249. 69:27.35 ^
  4250. 69:27.74 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/gtest
  4251. 69:28.14 1 warning generated.
  4252. 69:28.22 In file included from <built-in>:2:
  4253. 69:28.23 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4254. 69:28.23 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4255. 69:28.23 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4256. 69:28.23 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4257. 69:28.23 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4258. 69:28.23 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4259. 69:28.23 #define HAVE_LINUX_PERF_EVENT_H 0
  4260. 69:28.23 ^
  4261. 69:28.23 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4262. 69:28.23 #define HAVE_LINUX_PERF_EVENT_H 1
  4263. 69:28.23 ^
  4264. 69:28.82 1 warning generated.
  4265. 69:28.91 In file included from <built-in>:2:
  4266. 69:28.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4267. 69:28.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4268. 69:28.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4269. 69:28.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4270. 69:28.91 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4271. 69:28.91 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4272. 69:28.91 #define HAVE_LINUX_PERF_EVENT_H 0
  4273. 69:28.91 ^
  4274. 69:28.91 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4275. 69:28.91 #define HAVE_LINUX_PERF_EVENT_H 1
  4276. 69:28.91 ^
  4277. 69:29.28 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/gtest
  4278. 69:33.38 1 warning generated.
  4279. 69:33.48 In file included from <built-in>:2:
  4280. 69:33.48 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil_visibility.h:26:
  4281. 69:33.48 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/log.h:25:
  4282. 69:33.48 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/avutil.h:296:
  4283. 69:33.48 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/libavutil/common.h:105:
  4284. 69:33.48 In file included from /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config.h:40:
  4285. 69:33.48 /home/username/source/firefox-wayland-hg/src/mozilla-unified/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  4286. 69:33.48 #define HAVE_LINUX_PERF_EVENT_H 0
  4287. 69:33.48 ^
  4288. 69:33.48 /home/username/source/firefox-wayland-hg/src/mozilla-unified/obj-x86_64-pc-linux-gnu/mozilla-config.h:55:9: note: previous definition is here
  4289. 69:33.48 #define HAVE_LINUX_PERF_EVENT_H 1
  4290. 69:33.48 ^
  4291. 69:33.51 1 warning generated.
  4292. 69:33.52 media/ffvpx/libavcodec/libmozavcodec.so
  4293. 69:33.92 js/src/gdb
  4294. 69:38.76 js/src/gdb/gdb-tests
  4295. 70:33.09 js/src/jsapi-tests/jsapi-tests
  4296. 72:06.82 if ( ! yyg->yy_did_buffer_switch_on_eof )
  4297. 72:06.82 ^~~
  4298. 72:07.35 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:5087:6: warning: code will never be executed [-Wunreachable-code]
  4299. 72:07.35 goto yyerrorlab;
  4300. 72:07.35 ^~~~~~~~~~~~~~~
  4301. 72:07.35 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:5086:21: note: silence by adding parentheses to mark code as explicitly dead
  4302. 72:07.35 if (/*CONSTCOND*/ 0)
  4303. 72:07.35 ^
  4304. 72:07.35 /* DISABLES CODE */ ( )
  4305. 72:07.35 /home/username/source/firefox-wayland-hg/src/mozilla-unified/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:2401:15: warning: code will never be executed [-Wunreachable-code]
  4306. 72:07.35 yyssp = yyss + yysize - 1;
  4307. 72:07.35 ^~~~
  4308. 72:07.89 1 warning generated.
  4309. 72:08.53 2 warnings generated.
  4310. 72:11.76 media/webrtc/trunk/gtest/webrtc-gtest
  4311. 72:41.68 dom/canvas
  4312. 73:16.42 toolkit/library/symverscript.stub
  4313. 73:16.42 make[5]: *** No rule to make target '../../media/libdav1d/asm/config.i_o', needed by 'libxul.so'. Stop.
  4314. 73:16.42 make[5]: *** Waiting for unfinished jobs....
  4315. 73:16.58 make[4]: *** [/home/username/source/firefox-wayland-hg/src/mozilla-unified/config/recurse.mk:74: toolkit/library/target] Error 2
  4316. 73:16.58 make[3]: *** [/home/username/source/firefox-wayland-hg/src/mozilla-unified/config/recurse.mk:34: compile] Error 2
  4317. 73:16.58 make[2]: *** [/home/username/source/firefox-wayland-hg/src/mozilla-unified/config/rules.mk:415: default] Error 2
  4318. 73:16.58 make[1]: *** [Makefile:192: profiledbuild] Error 2
  4319. 73:16.58 make: *** [client.mk:125: build] Error 2
  4320. 73:16.58 108 compiler warnings present.
  4321. ==> ERROR: A failure occurred in build().
  4322. Aborting...
Add Comment
Please, Sign In to add comment